<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ev-root audio:focus,
#ev-root audio::-webkit-media-controls-play-button:focus,
#ev-root audio::-webkit-media-controls-mute-button:focus,
#ev-root audio::-webkit-media-controls-timeline:focus,
#ev-root audio::-webkit-media-controls-volume-slider:focus {
  outline: none;
}
#ev-root a[href]:not([tabindex='-1']):focus,
#ev-root area[href]:not([tabindex='-1']):focus,
#ev-root input:not([disabled]):not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root select:not([disabled]):not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root textarea:not([disabled]):not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root button:not([disabled]):not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root iframe:not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root audio:not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root [tabindex]:not([tabindex='-1']):not(.ev-no-accessibility-focus):focus,
#ev-root [contentEditable=true]:not([tabindex='-1']):focus,
#ev-root .ev-focusable:focus {
  outline: 2px solid transparent !important;
}
#ev-root audio:not([tabindex='-1']):not(.ev-no-accessibility-focus)::-webkit-media-controls-play-button:focus,
#ev-root audio:not([tabindex='-1']):not(.ev-no-accessibility-focus)::-webkit-media-controls-mute-button:focus,
#ev-root audio:not([tabindex='-1']):not(.ev-no-accessibility-focus)::-webkit-media-controls-timeline:focus,
#ev-root audio:not([tabindex='-1']):not(.ev-no-accessibility-focus)::-webkit-media-controls-volume-slider:focus {
  outline: 2px solid transparent !important;
}
#ev-root .ev-focused {
  outline: 2px solid transparent !important;
}
#ev-root .ev-aria-label {
  font-size: 1px !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  line-height: normal !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: auto !important;
  z-index: 1;
  position: absolute !important;
}
#ev-root .ev-aria-label.relative {
  position: relative !important;
}
.ev-action-bar {
  margin-bottom: 0px;
  background-color: #00242c;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-action-bar {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-action-bar {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }
}
.ev-action-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 30px 20px 30px;
}
@media all and (max-width: 768px) {
  .ev-action-bar-inner {
    padding: 20px 30px 20px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-action-bar-inner {
    padding: 20px 30px 20px 30px;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ev-pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.ev-article,
.ev-content {
  position: relative;
  background-color: #ffffff;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 50px 20px 50px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article,
  .ev-content {
    margin: 0px 0px 0px 0px;
    padding: 10px 50px 20px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article,
  .ev-content {
    margin: 0px 0px 0px 0px;
    padding: 10px 50px 20px 50px;
  }
}
.ev-article .ev-article-inner,
.ev-content .ev-article-inner,
.ev-article .ev-content-inner,
.ev-content .ev-content-inner {
  background-color: transparent;
  max-width: 800px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-inner,
  .ev-content .ev-article-inner,
  .ev-article .ev-content-inner,
  .ev-content .ev-content-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-inner,
  .ev-content .ev-article-inner,
  .ev-article .ev-content-inner,
  .ev-content .ev-content-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article .ev-article-header,
.ev-content .ev-article-header {
  position: relative;
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-header,
  .ev-content .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-header,
  .ev-content .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article .ev-article-header.ev-has-scroll-action-button,
.ev-content .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-header.ev-has-scroll-action-button,
  .ev-content .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-header.ev-has-scroll-action-button,
  .ev-content .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article .ev-article-header-inner,
.ev-content .ev-article-header-inner {
  max-width: none;
  margin: 0 auto;
}
.ev-article .ev-article-title,
.ev-content .ev-article-title,
.ev-article .ev-content-title,
.ev-content .ev-content-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title,
  .ev-content .ev-article-title,
  .ev-article .ev-content-title,
  .ev-content .ev-content-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title,
  .ev-content .ev-article-title,
  .ev-article .ev-content-title,
  .ev-content .ev-content-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article .ev-article-title.ev-has-title-icon .ev-article-title-inner,
.ev-content .ev-article-title.ev-has-title-icon .ev-article-title-inner,
.ev-article .ev-content-title.ev-has-title-icon .ev-article-title-inner,
.ev-content .ev-content-title.ev-has-title-icon .ev-article-title-inner {
  display: inline-block;
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  display: block;
  margin-right: 0;
  margin-bottom: 8.75px;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left,
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right {
  position: relative;
  min-height: 34px;
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  display: block;
  position: absolute;
  margin: 0;
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 34px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 34px;
  }
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  top: 0;
  left: 0;
  margin-right: 8.75px;
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 34px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right,
  .ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right,
  .ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 34px;
  }
}
.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-content .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-article .ev-content-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container,
.ev-content .ev-content-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  top: 0;
  right: 0;
  margin-left: 8.75px;
}
.ev-article.ev-article-icon-left,
.ev-content.ev-article-icon-left {
  padding-left: 118px;
}
@media all and (max-width: 768px) {
  .ev-article.ev-article-icon-left,
  .ev-content.ev-article-icon-left {
    padding-left: 118px;
  }
}
@media all and (max-width: 520px) {
  .ev-article.ev-article-icon-left,
  .ev-content.ev-article-icon-left {
    padding-left: 101px;
  }
}
.ev-article.ev-article-icon-left .ev-article-icon-container,
.ev-content.ev-article-icon-left .ev-article-icon-container {
  left: 0;
}
.ev-article.ev-article-icon-right,
.ev-content.ev-article-icon-right {
  padding-right: 118px;
}
@media all and (max-width: 768px) {
  .ev-article.ev-article-icon-right,
  .ev-content.ev-article-icon-right {
    padding-right: 118px;
  }
}
@media all and (max-width: 520px) {
  .ev-article.ev-article-icon-right,
  .ev-content.ev-article-icon-right {
    padding-right: 101px;
  }
}
.ev-article.ev-article-icon-right .ev-article-icon-container,
.ev-content.ev-article-icon-right .ev-article-icon-container {
  right: 0;
}
.ev-article.ev-article-icon-top-left,
.ev-content.ev-article-icon-top-left,
.ev-article.ev-article-icon-top-right,
.ev-content.ev-article-icon-top-right,
.ev-article.ev-article-icon-bottom-left,
.ev-content.ev-article-icon-bottom-left,
.ev-article.ev-article-icon-bottom-right,
.ev-content.ev-article-icon-bottom-right {
  position: relative;
}
.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-content.ev-article-icon-top-left .ev-article-icon-container,
.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-content.ev-article-icon-top-right .ev-article-icon-container,
.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-content.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article.ev-article-icon-bottom-right .ev-article-icon-container,
.ev-content.ev-article-icon-bottom-right .ev-article-icon-container {
  top: initial;
  box-sizing: content-box;
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-content.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-content.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-content.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article.ev-article-icon-bottom-right .ev-article-icon-container,
  .ev-content.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-content.ev-article-icon-top-left .ev-article-icon-container {
  top: 0;
  left: 0;
}
.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-content.ev-article-icon-top-right .ev-article-icon-container {
  top: 0;
  right: 0;
}
.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-content.ev-article-icon-bottom-left .ev-article-icon-container {
  bottom: 0;
  left: 0;
}
.ev-article.ev-article-icon-bottom-right .ev-article-icon-container,
.ev-content.ev-article-icon-bottom-right .ev-article-icon-container {
  bottom: 0;
  right: 0;
}
.ev-article .ev-article-icon-container,
.ev-content .ev-article-icon-container {
  background-color: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  width: 68px;
  padding: 0px;
}
.ev-article .ev-article-icon-container .ev-article-icon,
.ev-content .ev-article-icon-container .ev-article-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-icon-container,
  .ev-content .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article .ev-article-icon-container .ev-article-icon,
  .ev-content .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article .ev-article-title-icon-container,
.ev-content .ev-article-title-icon-container {
  display: inline-block;
  position: relative;
  top: 3px;
  padding: 0px;
  margin-right: 8.75px;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title-icon-container,
  .ev-content .ev-article-title-icon-container {
    margin-right: 7px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title-icon-container,
  .ev-content .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7px;
  }
}
.ev-article .ev-article-icon,
.ev-content .ev-article-icon {
  display: inline-block;
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-icon,
  .ev-content .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article .ev-article-title-inner,
.ev-content .ev-article-title-inner,
.ev-article .ev-content-title-inner,
.ev-content .ev-content-title-inner {
  color: #454545;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-title-inner,
  .ev-content .ev-article-title-inner,
  .ev-article .ev-content-title-inner,
  .ev-content .ev-content-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-title-inner,
  .ev-content .ev-article-title-inner,
  .ev-article .ev-content-title-inner,
  .ev-content .ev-content-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article .ev-article-body,
.ev-content .ev-article-body,
.ev-article .ev-content-body,
.ev-content .ev-content-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-body,
  .ev-content .ev-article-body,
  .ev-article .ev-content-body,
  .ev-content .ev-content-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-body,
  .ev-content .ev-article-body,
  .ev-article .ev-content-body,
  .ev-content .ev-content-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article .ev-article-body-inner,
.ev-content .ev-article-body-inner,
.ev-article .ev-content-body-inner,
.ev-content .ev-content-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article .ev-article-body-inner,
  .ev-content .ev-article-body-inner,
  .ev-article .ev-content-body-inner,
  .ev-content .ev-content-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article .ev-article-body-inner,
  .ev-content .ev-article-body-inner,
  .ev-article .ev-content-body-inner,
  .ev-content .ev-content-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article .ev-article-action-bar .ev-article-action-bar-item,
.ev-content .ev-article-action-bar .ev-article-action-bar-item {
  display: inline-block;
}
.ev-external-mode .ev-article .ev-article-action-bar,
.ev-external-mode .ev-content .ev-article-action-bar {
  display: none;
}
.ev-article.ev-article-is-locked button,
.ev-content.ev-article-is-locked button,
.ev-article.ev-article-is-locked a,
.ev-content.ev-article-is-locked a,
.ev-article.ev-article-is-locked label,
.ev-content.ev-article-is-locked label,
.ev-article.ev-article-is-locked input,
.ev-content.ev-article-is-locked input,
.ev-article.ev-article-is-locked img[tabindex="0"],
.ev-content.ev-article-is-locked img[tabindex="0"],
.ev-article.ev-article-is-locked textarea,
.ev-content.ev-article-is-locked textarea {
  visibility: hidden!important;
}
.ev-article-divider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-divider.ev-has-article-background-color {
  background-color: #ffffff;
}
.ev-article-divider .ev-article-divider-text {
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-divider .ev-article-divider-text.ev-article-divider-text-top {
  top: 0;
}
.ev-article-divider .ev-article-divider-text.ev-article-divider-text-bottom {
  bottom: 0;
}
.ev-article-divider .ev-article-divider-text.ev-article-divider-text-center {
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .ev-article-divider .ev-article-divider-text {
  text-align: right!important;
}
.ev-clearfix {
  zoom: 1;
}
.ev-clearfix:before,
.ev-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-clearfix:after {
  clear: both;
}
.ev-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ev-visibility-hidden {
  visibility: hidden!important;
}
.ev-display-none {
  display: none!important;
}
.ev-no-scroll {
  overflow-y: hidden;
}
.ev-component-container:before,
.ev-component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-component-container:after {
  clear: both;
}
.ev-component-container {
  zoom: 1;
}
.ev-error {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.ev-error .ev-error-icon {
  margin: auto;
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.ev-error .ev-error-message {
  width: 70%;
  margin: 20% auto 0;
}
.ev-error .ev-error-message-body {
  padding: 20px;
  border: 1px solid;
  margin: 20px 0;
}
.ev-aria-live-assertive,
.ev-navigation-side-accessibility-label {
  position: absolute;
  left: -9999px;
}
[dir="rtl"] .ev-aria-live-assertive,
[dir="rtl"] .ev-navigation-side-accessibility-label {
  right: -9999px;
  left: auto;
}
.ev-white-space-no-wrap {
  white-space: nowrap;
}
.ev-block,
.ev-content-row {
  position: relative;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-block:first-child,
.ev-content-row:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-block,
  .ev-content-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-block,
  .ev-content-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-block .ev-block-title,
.ev-content-row .ev-block-title,
.ev-block .ev-content-row-title,
.ev-content-row .ev-content-row-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-block .ev-block-title,
  .ev-content-row .ev-block-title,
  .ev-block .ev-content-row-title,
  .ev-content-row .ev-content-row-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-block .ev-block-title,
  .ev-content-row .ev-block-title,
  .ev-block .ev-content-row-title,
  .ev-content-row .ev-content-row-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-block .ev-block-title-inner,
.ev-content-row .ev-block-title-inner,
.ev-block .ev-content-row-title-inner,
.ev-content-row .ev-content-row-title-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-block .ev-block-title-inner,
  .ev-content-row .ev-block-title-inner,
  .ev-block .ev-content-row-title-inner,
  .ev-content-row .ev-content-row-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-block .ev-block-title-inner,
  .ev-content-row .ev-block-title-inner,
  .ev-block .ev-content-row-title-inner,
  .ev-content-row .ev-content-row-title-inner {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-block .ev-block-body,
.ev-content-row .ev-block-body,
.ev-block .ev-content-row-body,
.ev-content-row .ev-content-row-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-block .ev-block-body,
  .ev-content-row .ev-block-body,
  .ev-block .ev-content-row-body,
  .ev-content-row .ev-content-row-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-block .ev-block-body,
  .ev-content-row .ev-block-body,
  .ev-block .ev-content-row-body,
  .ev-content-row .ev-content-row-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-block .ev-block-body-inner,
.ev-content-row .ev-block-body-inner,
.ev-block .ev-content-row-body-inner,
.ev-content-row .ev-content-row-body-inner {
  color: #a5ffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-block .ev-block-body-inner,
  .ev-content-row .ev-block-body-inner,
  .ev-block .ev-content-row-body-inner,
  .ev-content-row .ev-content-row-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-block .ev-block-body-inner,
  .ev-content-row .ev-block-body-inner,
  .ev-block .ev-content-row-body-inner,
  .ev-content-row .ev-content-row-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-block .ev-component-container,
.ev-content-row .ev-component-container {
  display: flex;
  flex-wrap: wrap;
}
.ev-block .ev-component,
.ev-content-row .ev-component {
  flex: 0 0 100%;
}
@media all and (min-width: 769px) {
  .ev-block .ev-component-left,
  .ev-content-row .ev-component-left {
    flex: 0 0 50%;
  }
}
@media all and (min-width: 769px) {
  .ev-block .ev-component-right,
  .ev-content-row .ev-component-right {
    flex: 0 0 50%;
    margin-left: auto;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-vertical-align-top .ev-component-container,
  .ev-content-row.ev-vertical-align-top .ev-component-container {
    align-items: flex-start;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-vertical-align-center .ev-component-container,
  .ev-content-row.ev-vertical-align-center .ev-component-container {
    align-items: center;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-vertical-align-bottom .ev-component-container,
  .ev-content-row.ev-vertical-align-bottom .ev-component-container {
    align-items: flex-end;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-two-thirds-left .ev-component-left,
  .ev-content-row.ev-two-thirds-left .ev-component-left {
    flex: 0 0 66.6666666%;
  }
  .ev-block.ev-two-thirds-left .ev-component-right,
  .ev-content-row.ev-two-thirds-left .ev-component-right {
    flex: 0 0 33.3333333%;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-two-thirds-right .ev-component-left,
  .ev-content-row.ev-two-thirds-right .ev-component-left {
    flex: 0 0 33.3333333%;
  }
  .ev-block.ev-two-thirds-right .ev-component-right,
  .ev-content-row.ev-two-thirds-right .ev-component-right {
    flex: 0 0 66.6666666%;
  }
}
@media all and (min-width: 769px) {
  .ev-block.ev-component-center .ev-component-container,
  .ev-content-row.ev-component-center .ev-component-container {
    justify-content: center;
  }
  .ev-block.ev-component-center .ev-component,
  .ev-content-row.ev-component-center .ev-component,
  .ev-block.ev-component-center .ev-component-mount-point,
  .ev-content-row.ev-component-center .ev-component-mount-point {
    flex: 0 0 60%;
    margin-left: 0;
  }
  .ev-block.ev-component-center .ev-component .ev-component-inner,
  .ev-content-row.ev-component-center .ev-component .ev-component-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir='rtl'] .ev-block.ev-component-center .ev-component .ev-component-inner,
  [dir='rtl'] .ev-content-row.ev-component-center .ev-component .ev-component-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 769px) {
  .ev-block.ev-reverse-mobile-order .ev-component-container,
  .ev-content-row.ev-reverse-mobile-order .ev-component-container {
    flex-direction: column-reverse;
  }
}
.ev-block .ev-component-inner,
.ev-content-row .ev-component-inner {
  flex: 1;
}
body {
  overflow-anchor: none;
}
body.ev-fullscreen-open {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.ev-body p {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}
.ev-body table {
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.ev-body table tbody {
  vertical-align: baseline;
}
.ev-body table th,
.ev-body table td {
  border: 1px solid;
  padding: 4px;
  color: inherit;
  font-size: inherit;
}
.ev-body ul,
.ev-body ol {
  padding-left: 2em;
  list-style-position: outside;
}
.ev-body sup,
.ev-body sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.ev-body sub {
  top: 0.4em;
}
.ev-body strong {
  font-weight: bold;
  line-height: inherit;
}
.ev-body a {
  word-break: break-word;
}
.ev-button-reset {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
.ev-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  background: none;
  text-decoration: none;
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 30px 12px 30px;
  margin: 12px auto 12px auto;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-button {
    margin: 12px auto 12px auto;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-button {
    margin: 12px auto 12px auto;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-button.ev-button-text-align-left {
  text-align: left;
}
.ev-button.ev-button-text-align-center {
  text-align: center;
}
.ev-button.ev-button-text-align-right {
  text-align: right;
}
.ev-button .ev-icon {
  color: #004050;
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  color: inherit;
  pointer-events: none;
  margin: 0 5px 0 0;
}
[dir="rtl"] .ev-button .ev-icon {
  margin: 0 0 0 5px;
}
.ev-button span {
  pointer-events: none;
}
.ev-button.ev-button-icon-position-left .ev-icon {
  margin: 0 5px 0 0;
}
[dir="rtl"] .ev-button.ev-button-icon-position-left .ev-icon {
  margin: 0 0 0 5px;
}
.ev-button.ev-button-icon-position-right .ev-icon {
  margin: 0 0 0 5px;
}
[dir="rtl"] .ev-button.ev-button-icon-position-right .ev-icon {
  margin: 0 5px 0 0;
}
.ev-button.ev-button-icon-position-top .ev-button-inner {
  flex-direction: column;
}
.ev-button.ev-button-icon-position-top .ev-icon {
  margin: 0 0 5px 0;
}
.ev-button.ev-button-icon-position-bottom .ev-button-inner {
  flex-direction: column;
}
.ev-button.ev-button-icon-position-bottom .ev-icon {
  margin: 5px 0 0 0;
}
.ev-button.ev-button-image-position-left .ev-image-container {
  margin: 0 5px 0 0;
}
[dir="rtl"] .ev-button.ev-button-image-position-left .ev-image-container {
  margin: 0 0 0 5px;
}
.ev-button.ev-button-image-position-right .ev-image-container {
  margin: 0 0 0 5px;
}
[dir="rtl"] .ev-button.ev-button-image-position-right .ev-image-container {
  margin: 0 5px 0 0;
}
.ev-button.ev-button-image-position-top {
  flex-direction: column;
}
.ev-button.ev-button-image-position-top .ev-image-container {
  margin: 0 0 5px 0;
}
.ev-button.ev-button-image-position-bottom {
  flex-direction: column;
}
.ev-button.ev-button-image-position-bottom .ev-image-container {
  margin: 5px 0 0 0;
}
.ev-button.ev-button-no-text .ev-icon {
  margin: 0;
}
.ev-button.ev-has-icon .ev-button-inner {
  display: inline-flex;
  align-items: center;
}
.ev-button.ev-has-image {
  display: inline-flex;
  align-items: center;
}
.ev-button:hover,
.ev-button:active,
.ev-button:focus {
  outline: none;
  text-decoration: none;
  background-color: #004050;
  color: #a5ffff;
  border-color: #004050;
}
.ev-button:hover .ev-icon,
.ev-button:active .ev-icon,
.ev-button:focus .ev-icon {
  color: #a5ffff;
}
.ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-button.ev-warning:hover,
.ev-button.ev-warning:active,
.ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-button.ev-warning:hover .ev-icon,
.ev-button.ev-warning:active .ev-icon,
.ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-button:disabled,
.ev-button.ev-disabled {
  cursor: auto;
  pointer-events: none;
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-button:disabled .ev-icon,
.ev-button.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-button:disabled:hover,
.ev-no-touchevents .ev-button.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-button.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-button.ev-chromeless:hover,
.ev-button.ev-chromeless:active,
.ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-button.ev-chromeless .ev-icon {
  font-size: 34px;
  height: 34px;
  width: 34px;
  display: inline-block;
  color: inherit;
  vertical-align: bottom;
}
.ev-button.ev-action {
  position: absolute;
  margin: 0!important;
  padding: 0!important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  background-color: #004050;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-button.ev-action .ev-icon {
  margin: 0;
  box-sizing: content-box;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-button.ev-action:hover,
.ev-button.ev-action:active,
.ev-button.ev-action:focus {
  outline: none;
  background-color: #00242c;
  border-color: #00242c;
}
.ev-button.ev-action:hover .ev-icon,
.ev-button.ev-action:active .ev-icon,
.ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-button.ev-action:disabled,
.ev-button.ev-action .ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-button.ev-action:disabled .ev-icon,
.ev-button.ev-action .ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-button.ev-action .ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-button.ev-action .ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-button.ev-transcript-button {
  width: 100%;
}
.ev-button.ev-pulse {
  position: relative;
}
.ev-button.ev-pulse::after {
  content: "";
  -webkit-animation: evButtonPulsate 1.5s ease-out;
          animation: evButtonPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: inherit;
  height: 110%;
  width: 110%;
  opacity: 0.0;
  z-index: 0;
  position: absolute;
  top: -5%;
  left: -5%;
  border-radius: inherit;
}
.ev-button.ev-pulse .ev-icon,
.ev-button.ev-pulse span,
.ev-button.ev-pulse .ev-image-container {
  position: relative;
  z-index: 1;
}
.ev-buttons {
  margin: 6px 0;
  position: relative;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 30px 12px 30px;
  margin: 12px 30px 12px 30px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #ffffff;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 30px 12px 30px;
  margin: 12px 30px 12px 30px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #ffffff;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-buttons .ev-buttons-cluster-bottom .ev-button .ev-icon {
  margin: 0;
}
.ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-buttons-action {
  margin-right: 0.5%;
}
[dir="rtl"] .ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-buttons-action {
  margin-right: 0;
  margin-left: 0.5%;
}
.ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-buttons-feedback {
  margin-left: 0.5%;
}
[dir="rtl"] .ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-buttons-feedback {
  margin-left: 0;
  margin-right: 0.5%;
}
.ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-buttons .ev-buttons-cluster-bottom .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-buttons.ev-buttons-hide-show-feedback.ev-buttons-full {
  text-align: center;
}
.ev-buttons.ev-buttons-hide-show-feedback.ev-buttons-full .ev-buttons-marking-icon {
  position: static;
  margin: 6px auto 0;
}
.ev-buttons.ev-buttons-hide-show-feedback .ev-buttons-feedback {
  display: none;
}
[dir="rtl"] .ev-buttons.ev-buttons-hide-action-button:not(.ev-buttons-full) .ev-buttons-cluster-bottom {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ev-buttons.ev-buttons-hide-action-button .ev-button.ev-buttons-feedback {
  margin: 0;
}
.ev-buttons.ev-buttons-action-is-right .ev-buttons-cluster-bottom {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ev-buttons.ev-buttons-action-is-right .ev-buttons-cluster-bottom .ev-button.ev-buttons-action {
  margin-left: 0.5%;
  margin-right: 0;
}
[dir="rtl"] .ev-buttons.ev-buttons-action-is-right .ev-buttons-cluster-bottom .ev-button.ev-buttons-action {
  margin-left: 0;
  margin-right: 0.5%;
}
.ev-buttons.ev-buttons-action-is-right .ev-buttons-cluster-bottom .ev-button.ev-buttons-feedback {
  margin-right: 0.5%;
  margin-left: 0;
}
[dir="rtl"] .ev-buttons.ev-buttons-action-is-right .ev-buttons-cluster-bottom .ev-button.ev-buttons-feedback {
  margin-right: 0;
  margin-left: 0.5%;
}
.ev-buttons.ev-buttons-full:not(.ev-buttons-hide-show-feedback) .ev-buttons-marking-icon {
  position: absolute;
  right: initial;
  left: 50%;
  margin-left: -21px;
}
.ev-buttons.ev-buttons-full .ev-button {
  width: 49.5%;
}
.ev-buttons.ev-buttons-full .ev-buttons-display {
  text-align: center;
}
.ev-buttons.ev-buttons-full .ev-buttons-auto-submit .ev-buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.ev-buttons.ev-buttons-center .ev-buttons-cluster-bottom {
  display: flex;
  justify-content: center;
}
.ev-buttons.ev-buttons-center .ev-buttons-display {
  text-align: center;
}
[dir="rtl"] .ev-buttons.ev-buttons-center .ev-buttons-display {
  text-align: center;
}
.ev-buttons.ev-buttons-center .ev-buttons-auto-submit .ev-buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.ev-buttons.ev-buttons-hide-marking-icon .ev-buttons-marking-icon {
  display: none;
}
.ev-buttons .ev-buttons-cluster-bottom {
  position: relative;
  display: flex;
}
.ev-buttons .ev-buttons-display {
  text-align: left;
}
[dir="rtl"] .ev-buttons .ev-buttons-display {
  text-align: right;
}
.ev-buttons .ev-buttons-display-inner {
  display: inline-block;
  background-color: transparent;
  margin: 0px 0 3px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-buttons .ev-buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-buttons .ev-buttons-display-inner {
    margin: 0px 0 3px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-buttons .ev-buttons-marking-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #00edb5;
}
.ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-buttons .ev-buttons-marking-icon.ev-is-hidden {
  visibility: hidden;
}
.ev-buttons .ev-buttons-marking-icon.ev-is-hidden-full {
  display: none;
}
@media all and (max-width: 520px) {
  .ev-buttons .ev-buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
[dir="rtl"] .ev-buttons .ev-buttons-marking-icon {
  left: 0;
  right: auto;
  margin-left: 0;
}
.ev-buttons-auto-submit .ev-buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
@-webkit-keyframes evButtonPulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@keyframes evButtonPulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.ev-caption {
  background-color: transparent;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-carousel {
  overflow: hidden;
}
.ev-carousel .ev-carousel-inner {
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
}
.ev-carousel .ev-carousel-inner.ev-vertical-align-normal {
  align-items: normal;
}
.ev-carousel .ev-carousel-inner.ev-vertical-align-top {
  align-items: flex-start;
}
.ev-carousel .ev-carousel-inner.ev-vertical-align-center {
  align-items: center;
}
.ev-carousel .ev-carousel-inner.ev-vertical-align-bottom {
  align-items: flex-end;
}
.ev-carousel .ev-carousel-item {
  flex: 1 0 100%;
  margin: 0;
}
.ev-carousel .ev-carousel-item ul {
  list-style: disc;
}
.ev-carousel .ev-carousel-item ol {
  list-style: decimal;
}
.ev-carousel .ev-carousel-item ul ul,
.ev-carousel .ev-carousel-item ol ul {
  list-style: circle;
}
.ev-comments-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
.ev-comments-container .ev-comments-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ev-comments-container .ev-comments-container-iframe-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 490px;
  background-color: #f9f9f9;
}
@media all and (max-width: 520px) {
  .ev-comments-container .ev-comments-container-iframe-container {
    width: 320px;
  }
}
.ev-comments-container iframe {
  display: block;
  width: 100%;
  height: 100vh;
}
.ios .ev-comments-container iframe {
  height: auto;
}
.ios .ev-comments-container .ev-comments-container-iframe-container {
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ev-comments-button-mount-point {
  position: relative;
}
.ev-block &gt; .ev-comments-button-mount-point {
  position: absolute;
  top: 0;
  right: 0;
}
.ev-block &gt; .ev-comments-button-mount-point .comments-button {
  right: 0;
  left: auto;
}
.ev-article &gt; .ev-comments-button-mount-point {
  position: absolute;
  top: 0;
  left: 20px;
}
.ev-article &gt; .ev-comments-button-mount-point .comments-button {
  transform: translateY(-100%);
}
.ev-component &gt; .ev-comments-button-mount-point {
  position: absolute;
  top: 0;
  left: 0;
}
.ev-menu-item &gt; .ev-comments-button-mount-point .ev-comments-button {
  left: 5px;
}
.ev-course-comments-button.ev-comments-button {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 50%;
}
.ev-comments-button {
  color: #FFFFFF!important;
  border: 1px solid #448AFF!important;
  background-color: #448AFF!important;
  box-shadow: none!important;
  opacity: 0.4;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  z-index: 4999;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.ev-comments-button.ev-menu-comments-button {
  left: 15px;
}
.ev-comments-button.ev-menu-item-comments-button {
  left: 5px;
}
.ev-no-touchevents .ev-comments-button:hover {
  background-color: #448AFF!important;
  opacity: 1;
}
.ev-comments-button:focus,
.ev-comments-button:active {
  background-color: #116aff !important;
  outline: none;
}
.ev-comments-button:focus {
  opacity: 1;
}
.ev-comments-button .ev-comments-button-item-count,
.ev-comments-button .ev-icon {
  color: #ffffff!important;
}
.ev-comments-button .ev-icon {
  margin-right: 5px;
}
.ev-component {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .ev-component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.ev-component .ev-component-aria-label {
  width: 100%;
}
.ev-component .ev-component-inner {
  position: relative;
  min-width: 0;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-component .ev-component-inner &gt; div[tabindex="0"]:focus {
  outline: none;
}
.ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-component .ev-component-title-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-component .ev-component-question-graphic {
  margin-bottom: 10px;
}
.ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-component .ev-interaction-label-inner {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-component .ev-component-inline-feedback-icon .ev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #000000;
}
.ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #000000;
}
@media all and (min-width: 769px) {
  .ev-component.ev-component-left .ev-component-inner {
    margin-right: 5%;
  }
  [dir="rtl"] .ev-component.ev-component-left .ev-component-inner {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media all and (min-width: 769px) {
  .ev-component.ev-component-right .ev-component-inner {
    margin-left: 5%;
  }
  [dir="rtl"] .ev-component.ev-component-right .ev-component-inner {
    margin-left: 0;
    margin-right: 5%;
  }
}
.ev-component .ev-component-interaction-label .ev-interaction-label-icon,
.ev-component .ev-component-interaction-label .ev-interaction-label-text {
  display: inline-block;
}
.ev-component .ev-component-interaction-label .ev-interaction-label-icon {
  margin-right: 10px;
  vertical-align: sub;
}
.ev-component .ev-component-interaction-label.ev-interaction-label-before-title {
  padding-top: 0;
}
.ev-article-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s;
  transform: translateY(100%);
}
.ev-article-lock.ev-locked {
  display: block;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.ev-article-lock.ev-locked .ev-article-lock-text {
  display: block;
}
.ev-article-lock .ev-article-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur,
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade {
  opacity: 0.95;
}
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-strip,
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-strip {
  background-color: transparent;
}
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-circle,
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-circle {
  background-color: transparent;
  border: none;
}
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-lock .ev-article-lock-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: transparent;
  background-color: #ffffff;
}
.ev-article-lock .ev-article-lock-text {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #454545;
}
@media all and (max-width: 768px) {
  .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #454545;
}
.ev-article-lock .ev-article-lock-strip {
  position: relative;
  height: 30px;
  z-index: 1;
  background-color: transparent;
  background-color: #454545;
}
.ev-article-lock .ev-article-lock-circle {
  border-radius: 50%;
  padding: 10px;
  transform: translate(-50%, 15px);
  border: 2px solid;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  border-color: transparent;
  background-color: transparent;
  border-color: #454545;
  background-color: #ffffff;
}
.ev-article.ev-is-blurred .ev-article-header,
.ev-article.ev-is-blurred .ev-article-inner {
  filter: blur(3px);
}
.ev-article.ev-is-blurred .ev-component.ev-ev-visibility-hidden {
  visibility: visible!important;
}
.ev-display-title sup,
.ev-display-title sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.ev-display-title sub {
  top: 0.4em;
}
.ev-display-title strong {
  font-weight: bold;
  line-height: inherit;
}
.ev-dot-progress-indicator {
  text-align: center;
}
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-block;
  outline: none;
  background: none;
  text-decoration: none;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #00edb5;
}
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #909090;
  background-color: #909090;
}
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  outline: none;
  border-color: #004050;
}
.ev-downloads .ev-download-close-course-content .ev-content-inner {
  text-align: center;
}
.ev-downloads .ev-list-item .ev-list-item-inner {
  display: flex;
}
@media all and (max-width: 768px) {
  .ev-downloads .ev-list-item .ev-list-item-inner {
    flex-wrap: wrap;
  }
}
.ev-downloads .ev-list-item .ev-list-item-left,
.ev-downloads .ev-list-item .ev-list-item-right {
  float: none;
  width: auto;
}
@media all and (max-width: 768px) {
  .ev-downloads .ev-list-item .ev-list-item-left,
  .ev-downloads .ev-list-item .ev-list-item-right {
    width: 100%;
    text-align: left;
  }
  [dir="rtl"] .ev-downloads .ev-list-item .ev-list-item-left,
  [dir="rtl"] .ev-downloads .ev-list-item .ev-list-item-right {
    text-align: right;
  }
}
.ev-downloads .ev-list-item .ev-list-item-right {
  flex: 1 0 auto;
}
@media all and (max-width: 768px) {
  .ev-downloads .ev-list-item .ev-list-item-right {
    padding-top: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-downloads .ev-list-item .ev-list-item-right {
    padding-top: 20px;
  }
}
.ev-extension {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  max-width: none;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-extension {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-extension {
    padding: 0px 0px 0px 0px;
  }
}
.ev-extension .ev-extension-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  max-width: none;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-extension .ev-extension-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-extension .ev-extension-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-extension.ev-use-extension-page-styles {
  background-color: #52376d;
}
.ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-inner {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-title {
  background-color: transparent;
}
.ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Arial;
  font-size: 50px;
  font-weight: 0;
  line-height: 1.1;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-title-inner {
    font-size: 50px;
    font-weight: 0;
    line-height: 1.1;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-title-inner {
    font-size: 40px;
    font-weight: 0;
    line-height: 1.1;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-body {
  background-color: transparent;
}
.ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-body-inner {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-hero-image .ev-hero-image-body-inner {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-header {
  background-color: transparent;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-extension.ev-use-extension-page-styles .ev-header .ev-header-title-inner,
.ev-extension.ev-use-extension-page-styles .ev-header h1 {
  color: #ffffff;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-header .ev-header-title-inner,
  .ev-extension.ev-use-extension-page-styles .ev-header h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-header .ev-header-title-inner,
  .ev-extension.ev-use-extension-page-styles .ev-header h1 {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.25;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-header .ev-header-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-header .ev-header-body-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-header .ev-header-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-header .ev-header-right .ev-icon {
  font-size: 160px;
  height: 160px;
  width: 160px;
  color: #ffffff;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content {
  background-color: #f3f3f3;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-content-row {
  background-color: transparent;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-inner {
  background-color: #f3f3f3;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  box-shadow: none;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-title {
  background-color: transparent;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-title-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-title-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-title-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-body {
  background-color: transparent;
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-extension.ev-use-extension-page-styles .ev-extension-content .ev-component-item {
  background-color: #000000;
}
.ev-flip-card-item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.ev-flip-card-item.ev-has-svg-flipcard {
  display: block;
}
.ev-flip-card-item:hover {
  cursor: pointer;
}
.ev-flip-card-item:focus {
  outline: none;
}
.ev-flip-card-item .ev-flip-card-item-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-inner.ev-is-top-alignment {
  align-items: flex-start;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-inner.ev-is-top-alignment .ev-flip-card-item-content {
  margin-top: 0;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-inner.ev-is-bottom-alignment {
  align-items: flex-end;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-inner.ev-is-bottom-alignment .ev-flip-card-item-content {
  margin-bottom: 0;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
  padding: 20px;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-image img {
  margin: 0 auto;
  display: block;
}
.ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-image img[src$='.svg'] {
  width: 100%;
}
.ev-flip-card-item .ev-flip-card-item-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
  padding: 20px;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-inner.ev-is-top-alignment {
  align-items: flex-start;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-inner.ev-is-top-alignment .ev-flip-card-item-content {
  margin-top: 0;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-inner.ev-is-bottom-alignment {
  align-items: flex-end;
}
.ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-inner.ev-is-bottom-alignment .ev-flip-card-item-content {
  margin-bottom: 0;
}
.ev-flip-card-item .ev-flip-card-item-content {
  text-align: center;
  position: relative;
  margin: auto;
  flex: 1;
}
[dir="rtl"] .ev-flip-card-item .ev-flip-card-item-content {
  text-align: center!important;
}
.ev-flip-card-item .ev-flip-card-item-content-image {
  padding: 20px 20px 0;
}
.ev-flip-card-item .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 20px 20px;
}
.ev-flip-card-item .ev-flip-card-item-content-image img {
  margin: 0 auto;
}
.ev-flip-card-item.ev-flipped .ev-flip-card-item-front-inner {
  pointer-events: none;
}
.ev-flip-card-item.ev-flipped .ev-flip-card-item-back-inner {
  pointer-events: auto;
}
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 15px 10px 15px 10px;
}
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 15px 10px 0 10px;
}
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 10px 15px 10px;
}
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flip-card-item .ev-flip-card-item {
  transform-style: preserve-3d;
}
.ev-flip-card-item .ev-flip-card-item-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ev-flip-card-item .ev-flip-card-item-back {
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ev-footer {
  position: relative;
  max-width: 1200px;
  margin: 50px auto 50px;
  background-color: #00edb5;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-footer.ev-is-hidden-button-text .ev-footer-nav-button-title {
  visibility: hidden;
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.ev-footer.ev-is-icon-button {
  pointer-events: none;
}
.ev-footer.ev-is-icon-button .ev-footer-nav-button-icon {
  pointer-events: all;
}
@media all and (max-width: 768px) {
  .ev-footer {
    margin: 0px auto 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-footer {
    margin: 30px auto 30px;
  }
}
.ev-footer .ev-footer-inner {
  flex-wrap: wrap;
  display: flex;
}
.ev-footer .ev-footer-item {
  position: relative;
  min-height: 1px;
  text-align: center;
  display: flex;
  width: 50%;
  flex: 1 1 50%;
}
.ev-footer .ev-footer-nav-link {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  color: #a5ffff;
  padding: 20px 20px 20px 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-footer .ev-footer-nav-link {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-footer .ev-footer-nav-link {
    padding: 20px 10px 20px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-footer .ev-footer-nav-link:hover {
  background-color: transparent;
  color: #454545;
}
.ev-no-touchevents .ev-footer .ev-footer-nav-link:hover .ev-footer-nav-button-icon {
  background-color: transparent;
  color: transparent;
  color: #454545;
}
.ev-footer .ev-footer-nav-link.ev-locked-link {
  background-color: transparent !important;
  color: #00d1a2 !important;
}
.ev-footer .ev-footer-nav-link.ev-locked-link .ev-footer-nav-button-icon {
  pointer-events: none!important;
  background-color: transparent !important;
  color: transparent !important;
  color: #00d1a2 !important;
}
.ev-footer .ev-footer-nav-button-title {
  flex: 1;
}
.ev-footer .ev-footer-nav-button-icon {
  transition: color 0.25s ease-in;
  padding: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  box-shadow: none;
  background-color: transparent;
  color: transparent;
  height: 23px;
  width: 23px;
  font-size: 23px;
  color: #a5ffff;
}
.ev-footer .ev-footer-current-page {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 80px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: transparent;
  color: #a5ffff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-footer .ev-footer-current-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-footer .ev-footer-current-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.ev-footer .ev-footer-nav-previous-button {
  justify-content: flex-start;
}
.ev-footer .ev-footer-nav-previous-button a {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.ev-footer .ev-footer-nav-previous-button .ev-footer-nav-button-title {
  padding: 0 10% 0 5%;
}
[dir="rtl"] .ev-footer .ev-footer-nav-previous-button .ev-footer-nav-button-title {
  padding: 0 5% 0 10%;
}
.ev-footer .ev-footer-nav-next-button {
  justify-content: flex-end;
}
.ev-footer .ev-footer-nav-next-button a {
  border-left: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
}
.ev-footer .ev-footer-nav-next-button .ev-footer-nav-button-title {
  padding: 0 5% 0 10%;
}
[dir="rtl"] .ev-footer .ev-footer-nav-next-button .ev-footer-nav-button-title {
  padding: 0 10% 0 5%;
}
.ev-footer .ev-footer-nav-inner {
  position: relative;
}
.ev-footer .ev-footer-home-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  box-shadow: none;
  border-radius: 50%;
}
.ev-footer .ev-footer-home-button .ev-icon {
  margin: 0;
  color: transparent;
  display: inline-block;
  box-sizing: content-box;
  padding: 10px;
  height: 23px;
  width: 23px;
  font-size: 23px;
}
.ev-footer .ev-footer-home-button:hover,
.ev-footer .ev-footer-home-button:focus {
  background-color: transparent;
  color: transparent;
  outline: none;
}
.ev-footer .ev-footer-home-button:hover .ev-icon,
.ev-footer .ev-footer-home-button:focus .ev-icon {
  color: transparent;
}
@media screen and (max-width: 600px) {
  .ev-footer .ev-footer-nav-button-title {
    visibility: hidden;
    width: 1px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.ev-fullscreen {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: transparent;
}
.ev-grid {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ev-grid .ev-grid-item {
  flex: 1;
  flex-grow: 0!important;
  flex-shrink: 0!important;
}
.ev-header-container-root .ev-header-container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.ev-header {
  position: relative;
  background-color: #00edb5;
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  box-shadow: none;
  max-width: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-header {
    margin: 0px 0px 0px 0px;
    padding: 40px 30px 40px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-header {
    margin: 0px 0px 0px 0px;
    padding: 40px 30px 40px 30px;
  }
}
.ev-header .ev-header-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.ev-header .ev-header-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-header .ev-header-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-header .ev-header-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-header .ev-header-title-inner,
.ev-header h1 {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-header .ev-header-title-inner,
  .ev-header h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-header .ev-header-title-inner,
  .ev-header h1 {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.25;
  }
}
.ev-header .ev-header-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-header .ev-header-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-header .ev-header-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-header .ev-header-body-inner {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-header .ev-header-body-inner {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-header .ev-header-body-inner {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
  }
}
.ev-header.ev-header-with-action-bar {
  margin-bottom: 0;
}
.ev-header .ev-no-graphic .ev-header-left {
  width: 100%;
  float: none;
}
.ev-header .ev-no-graphic .ev-header-right {
  display: none;
}
.ev-header .ev-header-left {
  width: 68%;
  float: left;
  box-sizing: border-box;
}
.ev-header .ev-header-right {
  width: 32%;
  float: right;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}
.ev-header .ev-header-right .ev-icon {
  font-size: 10em;
  height: 170px;
  width: 170px;
  display: inline-block;
  color: #ffffff;
}
.ev-header.ev-header-with-action-bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .ev-header .ev-header-graphic.ev-is-hidden-mobile {
    display: none;
  }
}
@media all and (max-width: 520px) {
  .ev-header .ev-header-left {
    width: 100%;
    float: none;
  }
  .ev-header .ev-header-right {
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
  }
  .ev-header .ev-header-right .ev-icon {
    padding: 20px 0 0 0;
  }
}
.ev-extension .ev-header .ev-header-inner {
  display: flex;
}
.ev-hero-image {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .ev-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-hero-image .ev-hero-image-inner {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-hero-image .ev-hero-image-background {
  background-size: cover;
  background-position: center center;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center,
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center-left,
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center-right {
  display: flex;
  align-items: center;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center {
  justify-content: center;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center .ev-hero-content {
  margin: auto;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center-left {
  justify-content: flex-start;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center-right {
  justify-content: flex-end;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-center-right .ev-hero-content {
  margin: 0 0 0 auto;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-top .ev-hero-content {
  margin: 0 auto;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-bottom .ev-hero-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-top-right .ev-hero-content {
  position: absolute;
  top: 0px;
  right: 20px;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-bottom-left .ev-hero-content {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.ev-hero-image .ev-hero-image-background.ev-hero-layout-bottom-right .ev-hero-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.ev-hero-image .ev-hero-image-background-inner {
  flex: 1;
}
.ev-hero-image .ev-hero-content {
  position: relative;
  max-width: 1400px;
  padding: 0px 500px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-content {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-content {
    padding: 50px 100px 50px 40px;
  }
}
.ev-hero-image .ev-hero-image-title {
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 30px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-image-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-image-title {
    padding: 0px 0px 0px 0px;
    margin: 50px 0px 50px 0px;
  }
}
.ev-hero-image .ev-hero-image-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 90px;
  font-weight: 0;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-image-title-inner {
    font-size: 50px;
    font-weight: 0;
    line-height: 0.9;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-image-title-inner {
    font-size: 40px;
    font-weight: 0;
    line-height: 0.9;
  }
}
.ev-hero-image .ev-hero-image-body {
  padding: 0px 0px 50px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-image-body {
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-image-body {
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-hero-image .ev-hero-image-body-inner {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 0;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-image-body-inner {
    font-size: 16px;
    font-weight: 0;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-image-body-inner {
    font-size: 16px;
    font-weight: 0;
    line-height: 1.25;
  }
}
.ev-hero-image img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 520px) {
  .ev-hero-image .ev-hero-content {
    width: auto!important;
  }
}
.ev-page .ev-hero-image {
  max-width: none;
}
.ev-menu .ev-hero-image {
  max-width: none;
}
.ev-hero-image .ev-hero-image-logo {
  width: auto;
  position: absolute;
  z-index: 100;
}
.ev-hero-image .ev-hero-image-floating-image {
  position: absolute;
  z-index: 10;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-center {
  top: 50%;
  left: 50%;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-center-left {
  top: 50%;
  left: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-center-right {
  top: 50%;
  right: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-top {
  top: 0;
  left: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-bottom {
  bottom: 0;
  left: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-top-left {
  top: 0;
  left: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-top-right {
  top: 0;
  right: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.ev-hero-image .ev-hero-image-floating-image.ev-floating-image-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-hero-image .ev-hero-image-floating-image.ev-is-hidden-mobile {
    display: none;
  }
}
.ev-icon {
  display: block;
  width: 23px;
  height: 23px;
  font-size: 23px;
  text-decoration: none;
  color: #545453;
  font-kerning: initial;
  -webkit-transform: translateZ(0);
}
.ev-inline-icon.ev-icon {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  margin-right: -0.5em;
  vertical-align: top;
}
.ev-img {
  max-width: 100%;
  display: block;
}
.ev-image-container {
  position: relative;
}
.ev-image-container img {
  margin: 0 auto;
}
.ev-image-container img:focus {
  outline: none;
}
.ev-image-container img.ev-has-lightbox-graphic {
  cursor: zoom-in;
}
.ev-image-container img[src$=".svg"] {
  width: 100%;
}
.ev-image-container .ev-image-text {
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
}
.ev-image-container .ev-image-text.ev-image-text-top {
  top: 0;
}
.ev-image-container .ev-image-text.ev-image-text-bottom {
  bottom: 0;
}
.ev-image-container .ev-image-text.ev-image-text-center {
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .ev-image-container .ev-image-text {
  text-align: right!important;
}
.ev-image-container .magnifying-glass {
  background: rgba(0, 0, 0, 0.4) no-repeat;
  border: solid white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.ev-info-detail {
  text-align: center;
}
.ev-info-detail .ev-info-detail-display {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #ff004c;
  color: #00edb5;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
.ev-info-detail .ev-info-detail-display.ev-icon {
  font-size: 44px;
}
.ev-info-detail .ev-info-detail-label {
  margin-top: 10px;
  color: #454545;
}
.ev-info-graph-label {
  margin-top: 10px;
  color: #ff004c;
}
input[type="text"].ev-input-text,
input[type="search"].ev-input-text,
input[type="number"].ev-input-text,
textarea.ev-text-area {
  outline: none;
  box-shadow: 0 0 0 15px transparent;
  padding: 2px 4px;
  margin: 0 0 10px 0;
  font-family: Montserrat;
  color: #454545;
  background-color: white;
  font-size: 16px;
  border: 2px solid #f3622c;
  border-radius: 0px 0px 0px 0px;
  transition: box-shadow 0.25s ease-in;
  height: initial;
}
input[type="text"].ev-input-text:focus,
input[type="search"].ev-input-text:focus,
input[type="number"].ev-input-text:focus,
textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(243, 98, 44, 0.5);
}
input[type="text"].ev-input-text:disabled,
input[type="search"].ev-input-text:disabled,
input[type="number"].ev-input-text:disabled,
textarea.ev-text-area:disabled {
  border-color: #909090;
}
input[type="text"].ev-input-text.ev-has-label,
input[type="search"].ev-input-text.ev-has-label,
input[type="number"].ev-input-text.ev-has-label,
textarea.ev-text-area.ev-has-label {
  padding: 6px 6px 6px 6px;
  font-size: 16px;
  margin: 0!important;
}
textarea.ev-text-area {
  padding: 15px 10px 15px 10px;
}
input[type="checkbox"].ev-input-checkbox {
  display: inline-block;
  box-shadow: none!important;
}
input[type="search"].ev-input-search {
  -webkit-appearance: none;
}
.ev-is-active-region {
  outline: 2px solid #9a2efd;
}
.ev-is-active-region.ev-inspect-aria-labels .ev-region-overlay,
.ev-is-active-region.ev-inspect-alt-texts .ev-region-overlay {
  opacity: 0;
}
.ev-is-inspector-node {
  outline: 2px dotted #ed5565!important;
}
.ev-region-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b261fd;
  opacity: 0.3;
  z-index: 1000;
  pointer-events: none;
}
.ev-region-name {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6d6d6d;
  padding: 0 10px;
  color: white;
  z-index: 1001;
  font-size: 12px;
  height: 30px;
  font-weight: 600;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ev-region-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9a2efd;
  border: none;
  outline: none;
  z-index: 1001;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 30px;
  width: 50px;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 2px;
}
.ev-region-button:hover,
.ev-region-button:active,
.ev-region-button:focus {
  background-color: #8e15fd;
}
.ev-region-button svg {
  margin-right: -2px;
  margin-top: -2px;
}
.ev-region-button path {
  fill: white;
}
.ev-inspector-overlay {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  background-color: #ffffff;
  opacity: 0.15;
}
.ev-inspector {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  width: 350px;
  z-index: 100002;
  background-color: #ffffff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  box-shadow: -4px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.ev-inspector.is-left {
  right: auto;
  left: 0;
}
.ev-inspector-tabs {
  height: 40px;
  background-color: #F0F0F0;
  display: flex;
}
.ev-inspector-tabs-inner {
  display: flex;
  flex: 1;
}
.ev-inspector-tab {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #454545;
  font-size: 14px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  outline: none;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.ev-inspector-tab.is-active {
  border-bottom-color: #448AFF;
}
.ev-inspector-tab:hover {
  background-color: #CBCBCB;
}
.ev-inspector-tab:focus,
.ev-inspector-tab:active {
  outline: none;
}
.ev-inspector-position-toggle {
  border: none;
  background: transparent;
}
.ev-inspector-position-toggle path {
  fill: #448AFF;
}
.ev-inspector-content {
  height: calc(100vh - 40px);
  overflow-y: auto;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.ev-inspector-list {
  padding: 20px;
  list-style: none;
}
.ev-inspector-list-item {
  font-size: 14px;
  cursor: default;
  margin-bottom: 8px;
  background-color: #f9f9f9;
  border: 1px solid #EBEBEB;
  padding: 4px 8px;
}
.ev-inspector-details {
  padding: 20px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.ev-inspector-details-title {
  font-size: 15px;
  margin-bottom: 16px;
  font-weight: 600;
}
.ev-inspector-detail {
  display: flex;
  margin-bottom: 4px;
}
.ev-inspector-details-list {
  margin-bottom: 16px;
}
.ev-inspector-detail-term {
  font-weight: 600;
  flex: 1;
}
.ev-inspector-detail-definition.ev-is-false {
  color: #ed5565;
}
.ev-inspector-detail-definition.ev-is-true {
  color: #48cfad;
}
.ev-inspector-no-details,
.ev-inspector-none {
  font-size: 14px;
  text-align: center;
}
.ev-inspector-details-button {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  color: #448AFF;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  transition: color 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
}
.ev-inspector-details-button:hover {
  color: #116aff;
  outline: none!important;
}
.ev-inspector-details-button:focus {
  outline: none!important;
}
.ev-inspector-none {
  padding: 20px;
}
@media all and (min-width: 768px) {
  .ev-navigation-side:not(.ev-is-hamburger-mode) .ev-region-name {
    top: auto;
    bottom: -30px;
    transform: rotate(-90deg);
    transform-origin: top left;
    white-space: nowrap;
  }
}
.ev-label {
  display: inline-block;
  background-color: transparent;
  padding: 6px 6px 6px 6px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 6px 6px 6px 6px;
  }
}
@media all and (max-width: 520px) {
  .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 6px 6px 6px 6px;
  }
}
.ev-lightbox .ev-lightbox-inner {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.ev-lightbox .ev-lightbox-buttons {
  position: absolute;
  width: 100vw;
  text-align: right;
  padding: 10px 10px;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 44px;
}
.ev-lightbox .ev-lightbox-button {
  right: 0;
  background-color: transparent;
  border: none;
  margin-left: 10px;
  touch-action: none;
}
.ev-lightbox .ev-lightbox-button:active,
.ev-lightbox .ev-lightbox-button:focus {
  border: none;
  outline: none;
}
.ev-lightbox .ev-lightbox-zoom-button path {
  fill: white;
}
.ev-lightbox .ev-lightbox-zoom-button:disabled path {
  fill: #9a9a9a;
}
.ev-lightbox .ev-lightbox-close-button .ev-icon {
  color: #ffffff;
}
.ev-lightbox figure {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  margin: 0;
}
.ev-lightbox .ev-lightbox-image-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-start;
}
.ev-lightbox img {
  margin: auto;
  touch-action: none;
}
.ev-lightbox img[src$=".svg"] {
  width: 100%;
  margin: 0 auto;
}
.ev-lightbox .ev-lightbox-caption {
  position: absolute;
  bottom: 0;
  width: 100vw;
  opacity: 0.9;
}
.ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-page-body-inner a:not(.ev-inline-link),
.ev-header-body-inner a:not(.ev-inline-link),
.ev-hero-image-body-inner a:not(.ev-inline-link),
.ev-article-body-inner a:not(.ev-inline-link),
.ev-content-body-inner a:not(.ev-inline-link),
.ev-block-body-inner a:not(.ev-inline-link),
.ev-content-row-body-inner a:not(.ev-inline-link),
.ev-component-body-inner a:not(.ev-inline-link),
.ev-component-item-body-inner a:not(.ev-inline-link),
.ev-component-content-body-inner a:not(.ev-inline-link),
.ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-prompt-body a:not(.ev-inline-link),
.ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-branding-copyright-text a:not(.ev-inline-link),
.ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #f3622c;
  text-decoration: underline;
}
.ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-page-body-inner a:not(.ev-inline-link):visited,
.ev-header-body-inner a:not(.ev-inline-link):visited,
.ev-hero-image-body-inner a:not(.ev-inline-link):visited,
.ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-prompt-body a:not(.ev-inline-link):visited,
.ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-branding-copyright-text a:not(.ev-inline-link):visited,
.ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-page-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-header-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-hero-image-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-prompt-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-branding-copyright-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-page-body-inner a:not(.ev-inline-link):focus,
.ev-header-body-inner a:not(.ev-inline-link):focus,
.ev-hero-image-body-inner a:not(.ev-inline-link):focus,
.ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-prompt-body a:not(.ev-inline-link):focus,
.ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-branding-copyright-text a:not(.ev-inline-link):focus,
.ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
a.ev-inline-link,
.ev-links-component .ev-links-anchor {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #f3622c;
  text-decoration: underline;
}
a.ev-inline-link:visited,
.ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents a.ev-inline-link:hover,
.ev-no-touchevents .ev-links-component .ev-links-anchor:hover,
a.ev-inline-link:focus,
.ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-list-items {
  padding-left: 0;
  list-style-type: none;
}
.ev-list-item {
  display: block;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-list-item:nth-child(odd) {
  background-color: #ffffff;
}
.ev-list-item:nth-child(even) {
  background-color: #ffffff;
}
.ev-list-item .ev-list-item-inner {
  zoom: 1;
}
.ev-list-item .ev-list-item-inner:before,
.ev-list-item .ev-list-item-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-list-item .ev-list-item-inner:after {
  clear: both;
}
.ev-list-item button,
.ev-list-item a {
  margin: 0;
  background-color: #004050;
  border-color: #004050;
  color: #00edb5;
}
.ev-no-touchevents .ev-list-item button:hover,
.ev-no-touchevents .ev-list-item a:hover,
.ev-list-item button:focus,
.ev-list-item a:focus {
  background-color: #00242c;
  border-color: #00242c;
  color: #00edb5;
}
.ev-list-item-content .ev-list-item-content-inner {
  padding: 30px 30px 30px 30px;
}
@media all and (max-width: 768px) {
  .ev-list-item-content .ev-list-item-content-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-list-item-content .ev-list-item-content-inner {
    padding: 20px 20px 20px 20px;
  }
}
.ev-list-item-title-inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-list-item-title-inner {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }
}
@media all and (max-width: 520px) {
  .ev-list-item-title-inner {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }
}
.ev-list-item-clickable a {
  font-weight: 700;
}
.ev-list-item-inner {
  padding: 30px 30px 30px 30px;
}
@media all and (max-width: 768px) {
  .ev-list-item-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-list-item-inner {
    padding: 20px 20px 20px 20px;
  }
}
.ev-list-item-left {
  width: 60%;
  float: left;
  text-align: left;
}
[dir="rtl"] .ev-list-item-left {
  float: right;
  text-align: right;
}
.ev-list-item-right {
  width: 40%;
  float: right;
  text-align: right;
}
[dir="rtl"] .ev-list-item-right {
  float: left;
  text-align: left;
}
.ev-loading {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.ev-loading .ev-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(assets/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.ev-logic-devtools-tabs {
  height: 40px;
  display: flex;
  flex: 1;
}
.ev-logic-devtools-tab-content {
  height: 500px;
  overflow: auto;
}
.ev-logic-devtools-tab {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #454545;
  outline: none;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.ev-logic-devtools-tab.ev-is-active {
  border-bottom-color: #448AFF;
  background-color: rgba(0, 0, 0, 0.1);
}
.ev-logic-devtools-tab:hover {
  background-color: #CBCBCB;
}
.ev-logic-devtools-tab:focus,
.ev-logic-devtools-tab:active {
  outline: none!important;
}
.ev-logic-devtools-variable {
  flex-shrink: 0;
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
}
.ev-logic-devtools-variable .ev-logic-devtools-variable-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.ev-logic-devtools-variable input,
.ev-logic-devtools-variable textarea {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 14px;
  border: 1px solid #CBCBCB;
  border-radius: 2px;
  margin: 0;
}
.ev-logic-devtools-variable input:focus,
.ev-logic-devtools-variable textarea:focus {
  box-shadow: none;
}
.ev-logic-devtools-variable input:disabled,
.ev-logic-devtools-variable textarea:disabled {
  border: 1px solid #CBCBCB;
}
.ev-logic-devtools-variable input:not([type=checkbox]),
.ev-logic-devtools-variable textarea:not([type=checkbox]) {
  width: 100%;
  padding: 4px;
}
.ev-logic-devtools-trigger {
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-top {
  display: flex;
  margin-bottom: 8px;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  flex: 1;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-details {
  display: flex;
  justify-content: space-between;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-detail {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-detail input[type=checkbox] {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-detail-label {
  margin-left: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #909090;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-button {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #454545;
  border: 1px solid #888;
  padding: 4px;
  outline: none;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.ev-logic-devtools-trigger .ev-logic-devtools-trigger-button:hover {
  background-color: #FFFFFF;
  color: #448AFF;
  border: 1px solid #448AFF;
}
.ev-logic-devtools-log-item {
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
}
.ev-logic-devtools-log-type {
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #909090;
}
.ev-logic-devtools-log-item-inner {
  display: flex;
  align-items: center;
}
.ev-logic-devtools-log-item-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.ev-logic-devtools-log-item-time {
  font-size: 12px;
}
.ev-logic-devtools-log-item-values {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}
.ev-logic-devtools-log-item-arrow {
  margin: 4px 0 0;
}
.ev-logic-devtools-log-item-value {
  background-color: white;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
}
.ev-menu {
  width: 100%;
}
.ev-menu .ev-menu-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: none;
  padding: 0px 0px 0px 0px;
}
.ev-hide-top-navigation .ev-menu .ev-menu-container {
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-menu-container {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-menu-container {
    padding: 0px 0px 0px 0px;
  }
}
.ev-menu .ev-menu-container-inner {
  flex: 1;
}
.ev-menu.ev-disable-inner-flex .ev-menu-container-inner {
  flex: none;
}
.ev-menu .ev-collection-item {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  margin: 30px auto 30px auto;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item {
    margin: 30px auto 30px auto;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item {
    margin: 0px 0px 0px 0px;
  }
}
.ev-menu .ev-collection-item .ev-collection-item-content-inner {
  padding: 25px 30px 0px 30px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-collection-item-content-inner {
    padding: 25px 30px 0px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-collection-item-content-inner {
    padding: 20px 20px 0px 20px;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-title {
  margin: 0px 0 0px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-title {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-title {
    margin: 0px 0 0px;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-title-inner {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-title-inner {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.25;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-body {
  margin: 10px 0 0px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-body {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-body {
    margin: 0px 0 0px;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-body-inner {
  color: #cbcbcb;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-duration {
  margin: 0px 0 0px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-duration {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-duration {
    margin: 0px 0 0px;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-duration-inner {
  display: block;
  width: 100%;
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-duration-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-duration-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-duration-icon {
  color: #454545;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
[dir="rtl"] .ev-menu .ev-collection-item .ev-menu-item-duration-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ev-menu .ev-collection-item .ev-menu-item-completion {
  margin: 10px 0 0px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-completion {
    margin: 0px 0 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-completion {
    margin: 10px 0 0px;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-completion-inner {
  display: flex;
  align-items: center;
  width: 100%;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-menu-item-completion-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-menu-item-completion-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-menu .ev-collection-item .ev-menu-item-completion-icon {
  color: #ffffff;
  margin-right: 8px;
}
.ev-menu .ev-collection-item .ev-menu-item-type-icon {
  color: #004050;
}
.ev-menu .ev-collection-item .ev-menu-item-view-button.ev-is-right-icon .ev-icon {
  margin: 0 0 0 5px;
}
[dir="rtl"] .ev-menu .ev-collection-item .ev-menu-item-view-button.ev-is-right-icon .ev-icon {
  margin: 0 5px 0 0;
}
.ev-menu .ev-collection-item .ev-menu-item-view-button.ev-is-icon-only .ev-icon {
  margin: 0!important;
}
.ev-menu .ev-collection-item .ev-collection-item-footer {
  background-color: transparent;
  padding: 15px 30px 25px 30px;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-collection-item .ev-collection-item-footer {
    padding: 15px 30px 15px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu .ev-collection-item .ev-collection-item-footer {
    padding: 15px 20px 15px 20px;
  }
}
.ev-menu .ev-collection-item .ev-collection-item-footer-inner {
  padding: 0;
}
.ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button {
  margin: 0;
  background-color: #00edb5;
  border-color: transparent;
  color: #004050;
}
.ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button .ev-icon {
  color: #004050;
}
.ev-no-touchevents .ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button:hover,
.ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button:focus {
  background-color: #004050;
  border-color: transparent;
  color: #ffffff;
}
.ev-no-touchevents .ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button:hover .ev-icon,
.ev-menu .ev-collection-item .ev-collection-item-footer-inner .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-menu .ev-collection-item .ev-progress-bar-indicator {
  border-color: transparent;
  background-color: rgba(0, 237, 181, 0.2);
}
.ev-menu .ev-collection-item .ev-progress-bar-indicator .ev-progress-bar-indicator-inner {
  background-color: #004050;
}
.ev-menu .ev-collection-item .ev-progress-bar-text,
.ev-menu .ev-collection-item .ev-progress-indicator-text {
  color: #004050;
  font-family: Montserrat;
}
.ev-menu .ev-collection-item .ev-progress-indicator .ev-progress-indicator-items {
  background-color: rgba(0, 237, 181, 0.2);
  border-color: transparent;
}
.ev-menu .ev-collection-item .ev-progress-indicator .ev-progress-indicator-item {
  border-right-color: transparent;
}
.ev-menu .ev-collection-item .ev-progress-indicator .ev-progress-indicator-item.ev-complete {
  background-color: #004050;
}
.ev-menu .ev-collection-item .ev-progress-indicator .ev-progress-indicator-item-bar {
  background-color: #004050;
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header {
  position: relative;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  max-width: 800px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-header-inner {
  max-width: none;
  margin: 0 auto;
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 40px 0px;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title-inner,
.ev-menu.ev-use-menu-header-styles .ev-menu-header h1 {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title-inner,
  .ev-menu.ev-use-menu-header-styles .ev-menu-header h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-title-inner,
  .ev-menu.ev-use-menu-header-styles .ev-menu-header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 40px 0px;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body-inner {
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-menu-header .ev-menu-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-action-bar {
  margin-bottom: 0px;
  background-color: #000000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: none;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-action-bar {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-action-bar {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-menu.ev-use-menu-header-styles .ev-action-bar-inner {
  zoom: 1;
  padding: 20px 100px 20px 100px;
}
.ev-menu.ev-use-menu-header-styles .ev-action-bar-inner:before,
.ev-menu.ev-use-menu-header-styles .ev-action-bar-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-menu.ev-use-menu-header-styles .ev-action-bar-inner:after {
  clear: both;
}
@media all and (max-width: 768px) {
  .ev-menu.ev-use-menu-header-styles .ev-action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu.ev-use-menu-header-styles .ev-action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
.ev-menu .ev-menu-header-graphic.ev-is-floating {
  position: absolute;
  z-index: 11;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-top {
  top: 0;
  left: 50%;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom {
  bottom: 0;
  left: 50%;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-top-left {
  top: 0;
  left: 0;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-top-right {
  top: 0;
  right: 0;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.ev-menu .ev-menu-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-menu .ev-menu-header-graphic.ev-is-floating.ev-is-hidden-mobile {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .ev-menu-container-inner {
    flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .ev-menu-container-inner {
    flex: none!important;
  }
  /* IE11 */
}
.ev-menu-content-item {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 0;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-menu-content-item .ev-menu-content-item-inner {
  min-width: 0;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item .ev-menu-content-item-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item .ev-menu-content-item-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-menu-content-item .ev-menu-content-item-inner &gt; div[tabindex="0"]:focus {
  outline: none;
}
.ev-menu-content-item .ev-menu-content-item-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item .ev-menu-content-item-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item .ev-menu-content-item-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-menu-content-item .ev-menu-content-item-title-inner {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item .ev-menu-content-item-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item .ev-menu-content-item-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-menu-content-item .ev-menu-content-item-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item .ev-menu-content-item-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item .ev-menu-content-item-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-menu-content-item .ev-menu-content-item-body-inner {
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-menu-content-item .ev-menu-content-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-item .ev-menu-content-item-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-menu-content-items.ev-has-menu-content-item-styles,
.ev-extension-content-items.ev-has-menu-content-item-styles {
  position: relative;
  background-color: #ffffff;
  max-width: 1024px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items.ev-has-menu-content-item-styles,
  .ev-extension-content-items.ev-has-menu-content-item-styles {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-menu-content-items.ev-has-menu-content-item-styles,
  .ev-extension-content-items.ev-has-menu-content-item-styles {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-menu-content-items .ev-component .ev-component-body,
.ev-extension-content-items .ev-component .ev-component-body,
.ev-menu-content-items .ev-menu-content-item .ev-component-body,
.ev-extension-content-items .ev-menu-content-item .ev-component-body,
.ev-menu-content-items .ev-component .ev-menu-content-item-body,
.ev-extension-content-items .ev-component .ev-menu-content-item-body,
.ev-menu-content-items .ev-menu-content-item .ev-menu-content-item-body,
.ev-extension-content-items .ev-menu-content-item .ev-menu-content-item-body {
  display: flex;
  flex-wrap: wrap;
}
.ev-menu-content-items .ev-component .ev-content-item-graphic,
.ev-extension-content-items .ev-component .ev-content-item-graphic,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-menu-content-items .ev-component .ev-content-item-video,
.ev-extension-content-items .ev-component .ev-content-item-video,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-video,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-video {
  flex: 50%;
}
.ev-menu-content-items .ev-component .ev-content-item-graphic img,
.ev-extension-content-items .ev-component .ev-content-item-graphic img,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic img,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic img,
.ev-menu-content-items .ev-component .ev-content-item-video img,
.ev-extension-content-items .ev-component .ev-content-item-video img,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-video img,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-video img {
  display: block;
  margin: auto;
}
.ev-menu-content-items .ev-component .ev-content-item-graphic video,
.ev-extension-content-items .ev-component .ev-content-item-graphic video,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic video,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic video,
.ev-menu-content-items .ev-component .ev-content-item-video video,
.ev-extension-content-items .ev-component .ev-content-item-video video,
.ev-menu-content-items .ev-menu-content-item .ev-content-item-video video,
.ev-extension-content-items .ev-menu-content-item .ev-content-item-video video {
  width: 100%;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items .ev-component .ev-content-item-graphic,
  .ev-extension-content-items .ev-component .ev-content-item-graphic,
  .ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic,
  .ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic,
  .ev-menu-content-items .ev-component .ev-content-item-video,
  .ev-extension-content-items .ev-component .ev-content-item-video,
  .ev-menu-content-items .ev-menu-content-item .ev-content-item-video,
  .ev-extension-content-items .ev-menu-content-item .ev-content-item-video {
    flex: 100%;
    margin-bottom: 20px;
  }
}
.ev-menu-content-items .ev-component .ev-component-body-inner,
.ev-extension-content-items .ev-component .ev-component-body-inner,
.ev-menu-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-extension-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-menu-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-menu-content-items .ev-menu-content-item .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-menu-content-item .ev-menu-content-item-body-inner {
  flex: 100%;
}
.ev-menu-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
.ev-extension-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
.ev-menu-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner {
  flex: 50%;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
  .ev-extension-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
  .ev-menu-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner {
    flex: 100%;
    margin-bottom: 20px;
  }
}
.ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
.ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
.ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner {
  padding: 0 10px 0 0;
}
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner {
  padding: 0 0 0 10px;
}
.ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
.ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
.ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
.ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video {
  padding: 0 0 0 10px;
}
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video {
  padding: 0 10px 0 0;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
  .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
  .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
  .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
  .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
  .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video {
    padding: 0;
  }
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-component-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-component-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-graphic,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-graphic,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-left .ev-content-item-video,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-left .ev-content-item-video {
    padding: 0;
  }
}
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-component-body,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-component-body,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body,
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body {
  flex-direction: row-reverse;
}
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner {
  padding: 0 0 0 10px;
}
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner {
  padding: 0 10px 0 0;
}
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
.ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
.ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
.ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video,
.ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video {
  padding: 0 10px 0 0;
}
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
[dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
[dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
[dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video,
[dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video {
  padding: 0 0 0 10px;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
  .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
  .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
  .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
  .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
  .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
  .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video,
  .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video {
    padding: 0;
  }
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-component-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-component-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-menu-content-item-body-inner,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-graphic,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-graphic,
  [dir="rtl"] .ev-menu-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
  [dir="rtl"] .ev-extension-content-items .ev-component.ev-graphic-layout-right .ev-content-item-video,
  [dir="rtl"] .ev-menu-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video,
  [dir="rtl"] .ev-extension-content-items .ev-menu-content-item.ev-graphic-layout-right .ev-content-item-video {
    padding: 0;
  }
}
.ev-menu-content-items .ev-component.ev-has-no-body .ev-content-item-graphic,
.ev-extension-content-items .ev-component.ev-has-no-body .ev-content-item-graphic,
.ev-menu-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-graphic,
.ev-extension-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-graphic,
.ev-menu-content-items .ev-component.ev-has-no-body .ev-content-item-video,
.ev-extension-content-items .ev-component.ev-has-no-body .ev-content-item-video,
.ev-menu-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-video,
.ev-extension-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-video {
  flex: 100%;
  padding: 0;
}
@media all and (max-width: 768px) {
  .ev-menu-content-items .ev-component,
  .ev-extension-content-items .ev-component,
  .ev-menu-content-items .ev-menu-content-item,
  .ev-extension-content-items .ev-menu-content-item {
    margin-bottom: 10px;
  }
}
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-video,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-video {
  padding: 0!important;
}
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-video,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-video {
  flex: 0 1 49%;
}
@media all and (max-width: 768px) {
  .ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-graphic,
  .ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-graphic,
  .ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-graphic,
  .ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-graphic,
  .ev-is-ie-11 .ev-menu-content-items .ev-component .ev-content-item-video,
  .ev-is-ie-11 .ev-extension-content-items .ev-component .ev-content-item-video,
  .ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-content-item-video,
  .ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-content-item-video {
    flex: 100%;
  }
}
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item .ev-menu-content-item-body-inner {
  flex: 100%;
}
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-component-body,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-component-body,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body,
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body {
  justify-content: space-between;
}
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner {
  flex: 0 1 49%;
}
@media all and (max-width: 768px) {
  .ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
  .ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-component-body-inner,
  .ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
  .ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-component-body-inner,
  .ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner,
  .ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-graphic .ev-menu-content-item-body-inner {
    flex: 100%;
  }
}
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-no-body .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-no-body .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-graphic,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-graphic,
.ev-is-ie-11 .ev-menu-content-items .ev-component.ev-has-no-body .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-component.ev-has-no-body .ev-content-item-video,
.ev-is-ie-11 .ev-menu-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-video,
.ev-is-ie-11 .ev-extension-content-items .ev-menu-content-item.ev-has-no-body .ev-content-item-video {
  flex: 100%;
}
.ev-navigation-top {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 85px;
  background-color: #ffffff;
  box-shadow: none;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-navigation-top {
    height: 70px;
  }
}
.ev-navigation-top .ev-navigation-top-outer {
  display: flex;
  flex-direction: row;
}
.ev-navigation-top .ev-navigation-top-inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.ev-navigation-top .ev-navigation-top-left,
.ev-navigation-top .ev-navigation-top-center,
.ev-navigation-top .ev-navigation-top-right {
  display: flex;
}
.ev-navigation-top .ev-navigation-top-center {
  justify-content: center;
}
.ev-navigation-top .ev-navigation-item {
  text-decoration: none;
  display: inline-block;
}
.ev-navigation-top .ev-navigation-item .ev-icon {
  transition: color 0.25s ease-in;
  color: #004050;
  padding: 31px;
  box-sizing: content-box;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-item .ev-icon {
    padding: 23.5px;
  }
}
.ev-no-touchevents .ev-navigation-top .ev-navigation-item:hover .ev-icon {
  color: #f3622c;
}
.ev-navigation-top .ev-navigation-item.ev-disabled {
  pointer-events: none;
}
.ev-navigation-top .ev-navigation-item.ev-disabled .ev-icon {
  color: #00242c !important;
}
.ev-navigation-top .ev-navigation-show-side-panel-button {
  float: left;
  background-color: transparent;
}
.ev-navigation-top .ev-navigation-show-side-panel-button.ev-is-right-side {
  float: right;
}
.ev-navigation-top .ev-navigation-show-side-panel-button .ev-icon {
  color: transparent;
  color: #004050;
}
.ev-no-touchevents .ev-navigation-top .ev-navigation-show-side-panel-button:hover .ev-icon {
  color: transparent;
  color: #f3622c;
}
.ev-navigation-top .ev-navigation-back-button {
  position: relative;
  float: left;
}
.ev-navigation-top .ev-navigation-back-button.ev-reduce-padding .ev-icon {
  padding-left: 10px;
}
.ev-navigation-top .ev-navigation-back-button .ev-icon {
  padding-right: 5px;
}
[dir="rtl"] .ev-navigation-top .ev-navigation-back-button .ev-icon {
  padding-right: 31px;
}
.ev-navigation-top .ev-navigation-back-button .ev-navigation-back-button-text {
  transition: color 0.25s ease-in;
  font-size: 16px;
  font-family: Montserrat;
  color: #004050;
  position: relative;
  top: -5px;
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-back-button .ev-navigation-back-button-text {
    display: none;
  }
}
.ev-no-touchevents .ev-navigation-top .ev-navigation-back-button:hover .ev-navigation-back-button-text {
  color: #f3622c;
}
.ev-navigation-top .ev-navigation-back-button.ev-is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.ev-navigation-top .ev-navigation-notify-button {
  float: right;
  position: relative;
}
.ev-navigation-top .ev-navigation-notify-button-text {
  position: absolute;
  margin: 24px;
  width: 18px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #004050;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-notify-button-text {
    margin: 16.5px;
  }
}
.ev-navigation-top .ev-navigation-branding {
  height: 85px;
  display: inline-flex;
  align-items: center;
  padding: 0 42.5px;
}
.ev-navigation-top .ev-navigation-branding .ev-navigation-branding-logo {
  max-height: 100%;
}
.ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-right {
  float: right;
}
.ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-left-edge {
  padding: 0 42.5px 0 0;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-left-edge {
    padding: 0 35px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-left-edge {
    padding: 0 17.5px 0 0;
  }
}
.ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-right-edge {
  padding: 0 0 0 42.5px;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-right-edge {
    padding: 0 0 0 35px;
  }
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-branding.ev-navigation-branding-layout-right-edge {
    padding: 0 0 0 17.5px;
  }
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-branding {
    height: 70px;
    padding: 0 35px;
  }
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-branding {
    padding: 0 17.5px;
  }
}
.ev-navigation-top .ev-navigation-title {
  height: 85px;
  display: inline-flex;
  align-items: center;
  padding: 0 42.5px;
}
.ev-navigation-top .ev-navigation-title .ev-navigation-title-inner {
  background-color: #cbcbcb;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-title .ev-navigation-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-title .ev-navigation-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-navigation-top .ev-navigation-title.ev-navigation-title-position-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ev-navigation-top .ev-navigation-title.ev-navigation-title-position-right {
  float: right;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-title {
    height: 70px;
    padding: 0 35px;
  }
}
@media all and (max-width: 520px) {
  .ev-navigation-top .ev-navigation-title {
    padding: 0 17.5px;
  }
  .ev-navigation-top .ev-navigation-title.ev-is-hidden-on-mobile {
    display: none;
  }
}
.ev-navigation-top .ev-navigation-skip-content {
  position: absolute;
  left: -999px;
  z-index: 9999;
  padding: 31px;
  background-color: #004050;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .ev-navigation-top .ev-navigation-skip-content {
    padding: 23.5px;
  }
}
.ev-navigation-top .ev-navigation-skip-content:focus {
  left: 0;
}
.ev-navigation-side {
  position: fixed;
  z-index: 9997;
  bottom: 0;
  left: 0;
  width: 54px;
  background-color: #f3f3f3;
}
[dir="rtl"] .ev-navigation-side {
  left: auto;
  right: 0;
}
.ev-navigation-side .ev-navigation-side-item {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ev-navigation-side .ev-navigation-side-item:hover .ev-navigation-side-label {
  display: block;
  color: #004050;
}
.ev-navigation-side .ev-navigation-side-item:hover .ev-navigation-side-icon {
  color: #f3622c;
}
.ev-navigation-side .ev-navigation-side-item:focus {
  outline: none;
}
.ev-navigation-side .ev-navigation-side-item.ev-selected .ev-navigation-side-icon {
  color: #f3622c;
}
.ev-navigation-side .ev-navigation-side-item .ev-navigation-side-icon {
  padding: 15.5px;
  box-sizing: content-box;
  color: #004050;
  display: inline-block;
  transition: color 0.25s ease-in;
}
.ev-navigation-side .ev-navigation-side-item .ev-navigation-side-label {
  position: absolute;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  left: 54px;
  display: none;
  padding: 15.5px;
  border-left: 1px solid #004050;
  box-sizing: content-box;
  height: 23px;
  line-height: 23px;
  color: #004050;
  background-color: #f3f3f3;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.25s ease-in;
}
[dir="rtl"] .ev-navigation-side .ev-navigation-side-item .ev-navigation-side-label {
  left: auto;
  right: 54px;
  border-left: none;
  border-right: 1px solid #004050;
}
@media all and (max-width: 768px) {
  .ev-navigation-side {
    top: 70px;
  }
  .ev-navigation-side:not(.ev-is-hamburger-mode) {
    right: 0;
    width: 100%;
    height: 70px;
    top: 70px;
    background-color: #ffffff;
    text-align: center;
    bottom: auto;
  }
  .ev-navigation-side:not(.ev-is-hamburger-mode) .ev-navigation-side-item .ev-navigation-side-icon {
    color: #004050;
    padding: 23.5px;
  }
  .ev-navigation-side:not(.ev-is-hamburger-mode) .ev-navigation-side-item .ev-navigation-side-label {
    display: none!important;
  }
  .ev-navigation-side:not(.ev-is-hamburger-mode) .ev-navigation-side-item:hover .ev-icon {
    color: #f3622c;
  }
  .ev-navigation-side:not(.ev-is-hamburger-mode) .ev-navigation-side-item:hover .ev-navigation-side-label {
    display: none!important;
  }
}
.ev-navigation-side.ev-is-hamburger-mode {
  width: 240px;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
}
[dir="rtl"] .ev-navigation-side.ev-is-hamburger-mode {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.ev-navigation-side.ev-is-hamburger-mode.ev-is-right-side {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
[dir="rtl"] .ev-navigation-side.ev-is-hamburger-mode.ev-is-right-side {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.ev-navigation-side.ev-is-hamburger-mode.ev-is-visible {
  transform: translateX(0) !important;
}
.ev-navigation-side.ev-is-hamburger-mode.ev-is-visible .ev-navigation-side-overlay {
  display: block;
}
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item {
  zoom: 1;
}
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item:before,
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item:after {
  clear: both;
}
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-icon {
  float: left;
  padding: 15.5px;
  padding-left: 31px;
}
.ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-label {
  float: left;
  position: static;
  display: block;
  padding: 15.5px 0;
  border-left: none;
  border-right: none;
  width: 170px;
}
.ev-no-touchevents .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item:hover .ev-navigation-side-label {
  color: #f3622c;
}
[dir="rtl"] .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-icon,
[dir="rtl"] .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-label {
  float: right;
}
@media all and (max-width: 768px) {
  .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-icon {
    padding: 23.5px;
    padding-left: 23.5px;
  }
  .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item .ev-navigation-side-label {
    display: block;
    padding: 23.5px 0;
  }
  .ev-no-touchevents .ev-navigation-side.ev-is-hamburger-mode .ev-navigation-side-item:hover .ev-navigation-side-label {
    display: block;
    color: #f3622c;
  }
}
.ev-hide-top-navigation .ev-navigation-side {
  top: 0;
}
/* IE11 rendering fixes for nav */
_:-ms-fullscreen,
:root .ev-navigation-top {
  -ms-transform: translateZ(0);
}
.ev-notify {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100%;
}
.ev-notify .ev-notify-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  opacity: 0;
}
.ev-notify .ev-notify-overlay.ev-is-fullscreen {
  background-color: #ffffff;
}
.ev-notify .ev-notify-prompt-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-notify .ev-notify-prompt-container &gt; div {
  flex: 1;
  min-width: 0;
}
.ev-notify .ev-notify-prompt {
  margin: 0 auto;
  position: relative;
  max-width: 610px;
  background-color: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 828px) {
  .ev-notify .ev-notify-prompt {
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-notify-prompt {
    margin: 0;
  }
}
.ev-notify .ev-notify-prompt.ev-is-fullscreen {
  margin: 0;
  border: none;
  border-radius: 0;
  max-width: none;
  box-shadow: none;
}
.ev-notify .ev-notify-prompt.ev-has-fullscreen-video .ev-notify-content {
  overflow-y: visible;
}
.ev-notify .ev-notify-content {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 50px 30px 50px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-notify-content {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-notify-content {
    padding: 30px 30px 30px 30px;
  }
}
.ev-notify .ev-prompt-title {
  margin: 0 auto;
  outline: none;
  color: #004050;
  max-width: 550px;
  font-family: KranaFat-B;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 0px 10px 0px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-prompt-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-prompt-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 0px 15px 0px;
  }
}
.ev-notify .ev-prompt-body {
  margin: 0 auto;
  overflow: hidden;
  outline: none;
  color: #454545;
  max-width: 550px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-prompt-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-prompt-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-notify .ev-prompt-actions {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 20px 30px 20px 30px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-prompt-actions {
    padding: 10px 30px 10px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-prompt-actions {
    padding: 30px 30px 30px 30px;
  }
}
.ev-notify .ev-prompt-actions .ev-button {
  margin: 0 10px 0 10px;
  background-color: #00edb5;
  border-color: transparent;
  color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-notify .ev-prompt-actions .ev-button:hover {
  background-color: #004050;
  border-color: transparent;
  color: #ffffff;
}
.ev-notify .ev-prompt-actions .ev-button.ev-button-exit {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-notify .ev-prompt-actions .ev-button.ev-button-exit:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.ev-notify .ev-prompt-actions .ev-button .ev-icon {
  color: inherit;
}
.ev-notify .ev-notify-glyph {
  opacity: 0;
  margin: 0 auto;
  height: 75px;
  max-width: 550px;
}
.ev-notify .ev-notify-glyph .ev-notify-progress-bar {
  padding-top: 10px;
}
.ev-notify .ev-notify-glyph .ev-notify-progress-bar-indicator {
  height: 12px;
  border: 1px solid #21ffcb;
  border-radius: 1px;
  overflow: hidden;
}
.ev-notify .ev-notify-glyph .ev-notify-progress-bar-indicator .ev-notify-progress-bar-indicator-inner {
  height: 100%;
  background-color: #00edb5;
}
.ev-notify .ev-notify-glyph .ev-notify-progress-bar-text {
  margin-top: 8px;
  color: #00edb5;
}
.ev-notify .ev-notify-glyph .ev-notify-icon {
  display: inline-block;
  overflow: auto;
}
.ev-notify .ev-notify-glyph .ev-notify-icon .ev-icon {
  font-size: 75px;
  width: 75px;
  height: 75px;
  color: #00edb5;
}
.ev-notify .ev-progress-circle {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
}
.ev-notify .ev-progress-circle .ev-progress-circle-background,
.ev-notify .ev-progress-circle .ev-progress-circle-foreground {
  fill: none;
}
.ev-notify .ev-progress-circle .ev-progress-circle-background {
  stroke: #ffffff;
}
.ev-notify .ev-progress-circle .ev-progress-circle-foreground {
  transition: stroke-dashoffset 3s ease-in-out;
  stroke: #00edb5;
}
.ev-notify .ev-progress-circle .ev-progress-circle-text {
  font-family: Montserrat;
  font-size: 21px;
  fill: #00edb5;
}
.ev-notify .ev-progress-circle svg {
  width: 100%;
  height: 100%;
}
.ev-notify .ev-graphic-prompt.ev-has-icon {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-graphic-prompt.ev-has-icon {
    margin-top: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-notify .ev-graphic-prompt.ev-has-icon {
    margin-top: 30px;
  }
}
.ev-notify .ev-graphic-prompt .ev-graphic-prompt-image {
  text-align: center;
}
.ev-notify .ev-graphic-prompt .ev-graphic-prompt-image img {
  display: inline-block;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-top .ev-graphic-prompt-content-inner {
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-graphic-prompt.ev-js-graphic-top .ev-graphic-prompt-content-inner {
    margin-top: 0;
  }
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-bottom .ev-graphic-prompt-content-inner {
  margin-bottom: 20px;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-image {
  float: left;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-content {
  float: right;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-content-inner {
  margin-left: 20px;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-image {
  float: right;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-content {
  float: left;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-content-inner {
  margin-right: 20px;
}
.ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-image,
.ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-image,
.ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-content,
.ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-content {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-image,
  .ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-image,
  .ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-content,
  .ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-content {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 768px) {
  .ev-notify .ev-graphic-prompt.ev-js-graphic-left .ev-graphic-prompt-content-inner,
  .ev-notify .ev-graphic-prompt.ev-js-graphic-right .ev-graphic-prompt-content-inner {
    margin-bottom: 20px;
  }
}
.ev-notify .ev-video-prompt.ev-js-video-top .ev-video-prompt-content-inner {
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-video-prompt.ev-js-video-top .ev-video-prompt-content-inner {
    margin-top: 0;
  }
}
.ev-notify .ev-video-prompt.ev-js-video-bottom .ev-video-prompt-content-inner {
  margin-bottom: 20px;
}
.ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-video {
  float: left;
}
.ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-content {
  float: right;
}
.ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-content-inner {
  margin-left: 20px;
}
.ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-image {
  float: right;
}
.ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-content {
  float: left;
}
.ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-content-inner {
  margin-right: 20px;
}
.ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-image,
.ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-image,
.ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-content,
.ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-content {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-image,
  .ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-image,
  .ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-content,
  .ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-content {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 768px) {
  .ev-notify .ev-video-prompt.ev-js-video-left .ev-video-prompt-content-inner,
  .ev-notify .ev-video-prompt.ev-js-video-right .ev-video-prompt-content-inner {
    margin-bottom: 20px;
  }
}
.ev-notify .ev-notify-prompt.ev-video-intro-prompt {
  max-width: 960px;
}
@media all and (max-width: 960px) {
  .ev-notify .ev-notify-prompt.ev-video-intro-prompt {
    margin: 0 40px;
  }
}
.ev-notify .ev-notify-prompt.ev-is-correct-feedback .ev-notify-icon .ev-icon {
  color: #0ce96f;
}
.ev-notify .ev-notify-prompt.ev-is-partly-correct-feedback .ev-notify-icon .ev-icon {
  color: #da3820;
}
.ev-notify .ev-notify-prompt.ev-is-incorrect-feedback .ev-notify-icon .ev-icon {
  color: #da3820;
}
.ev-video-dialog .ev-video-dialog-video {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
@media all and (max-height: 800px) {
  .ev-video-dialog .ev-video-dialog-video {
    max-height: 450px;
  }
}
@media all and (max-height: 750px) {
  .ev-video-dialog .ev-video-dialog-video {
    max-height: 400px;
  }
}
@media all and (max-height: 700px) {
  .ev-video-dialog .ev-video-dialog-video {
    max-height: 350px;
  }
}
@media all and (max-height: 600px) {
  .ev-video-dialog .ev-video-dialog-video {
    max-height: 300px;
  }
}
@media all and (max-height: 550px) {
  .ev-video-dialog .ev-video-dialog-video {
    max-height: 250px;
  }
}
.ev-video-dialog .ev-video-dialog-video.ev-is-visibile {
  opacity: 1;
}
.ev-audio-dialog .ev-audio-dialog-content {
  text-align: center;
}
.ev-audio-dialog .ev-audio-dialog-content-inner {
  margin-bottom: 20px;
}
.ev-audio-dialog .ev-audio-dialog-poster img {
  height: auto;
  width: auto;
  max-height: 300px;
  display: inline-block;
}
@media all and (max-height: 550px) {
  .ev-audio-dialog .ev-audio-dialog-poster img {
    max-height: 250px;
  }
}
.ev-audio-dialog .ev-audio-player {
  width: 100%;
}
.ev-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html &gt; .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html &gt; .os-host &gt; .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
  cursor: default;
}
.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.os-host-flexbox {
  overflow: hidden !important;
  display: flex;
}
.os-host-flexbox &gt; .os-size-auto-observer {
  height: inherit !important;
}
.os-host-flexbox &gt; .os-content-glue {
  flex-grow: 1;
  flex-shrink: 0;
}
.os-host-flexbox &gt; .os-size-auto-observer,
.os-host-flexbox &gt; .os-content-glue {
  min-height: 0;
  min-width: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}
#os-dummy-scrollbar-size &gt; div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}
.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}
.os-host-overflow &gt; .os-padding {
  overflow: hidden;
}
.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}
.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible;
}
.os-content &gt; .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}
.os-host-rtl &gt; .os-padding &gt; .os-viewport &gt; .os-content &gt; .os-textarea {
  right: 0 !important;
}
.os-content &gt; .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}
.os-content &gt; .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}
.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.os-resize-observer-host &gt; .os-resize-observer,
.os-resize-observer-host.observed &gt; .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}
.os-resize-observer-host.observed &gt; .os-resize-observer,
.os-resize-observer-host.observed &gt; .os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}
.os-resize-observer-host.observed &gt; .os-resize-observer:before {
  content: '';
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}
.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.os-size-auto-observer &gt; .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  flex: none !important;
}
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  transition: none !important;
  flex: none !important;
}
.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
  box-sizing: border-box !important;
}
@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition &gt; .os-scrollbar,
.os-host-transition &gt; .os-scrollbar-corner {
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html &gt; .os-host &gt; .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}
.os-scrollbar {
  pointer-events: none;
}
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-host-rtl &gt; .os-scrollbar-horizontal {
  right: 0;
}
.os-host-rtl &gt; .os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-host-rtl &gt; .os-scrollbar-corner {
  right: auto;
  left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden &gt; .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden &gt; .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}
.os-host-rtl &gt; .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden &gt; .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}
.os-host-rtl &gt; .os-scrollbar-corner.os-scrollbar-corner-resize {
  transform: scale(-1, 1);
}
.os-host-overflow {
  overflow: hidden !important;
}
/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none &gt; .os-scrollbar-horizontal,
.os-theme-none &gt; .os-scrollbar-vertical,
.os-theme-none &gt; .os-scrollbar-corner {
  display: none !important;
}
.os-theme-none &gt; .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}
/* DARK &amp; LIGHT THEME: */
.os-theme-dark &gt; .os-scrollbar-horizontal,
.os-theme-light &gt; .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}
.os-theme-dark &gt; .os-scrollbar-vertical,
.os-theme-light &gt; .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}
.os-theme-dark.os-host-rtl &gt; .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl &gt; .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}
.os-theme-dark &gt; .os-scrollbar-corner,
.os-theme-light &gt; .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}
.os-theme-dark &gt; .os-scrollbar-corner,
.os-theme-light &gt; .os-scrollbar-corner {
  background-color: transparent;
}
.os-theme-dark &gt; .os-scrollbar,
.os-theme-light &gt; .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}
.os-theme-dark &gt; .os-scrollbar.os-scrollbar-unusable,
.os-theme-light &gt; .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}
.os-theme-dark &gt; .os-scrollbar &gt; .os-scrollbar-track,
.os-theme-light &gt; .os-scrollbar &gt; .os-scrollbar-track {
  background: transparent;
}
.os-theme-dark &gt; .os-scrollbar-horizontal &gt; .os-scrollbar-track &gt; .os-scrollbar-handle,
.os-theme-light &gt; .os-scrollbar-horizontal &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  min-width: 30px;
}
.os-theme-dark &gt; .os-scrollbar-vertical &gt; .os-scrollbar-track &gt; .os-scrollbar-handle,
.os-theme-light &gt; .os-scrollbar-vertical &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  min-height: 30px;
}
.os-theme-dark.os-host-transition &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle,
.os-theme-light.os-host-transition &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  transition: background-color 0.3s;
}
.os-theme-dark &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle,
.os-theme-light &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle,
.os-theme-dark &gt; .os-scrollbar &gt; .os-scrollbar-track,
.os-theme-light &gt; .os-scrollbar &gt; .os-scrollbar-track {
  border-radius: 10px;
}
.os-theme-dark &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}
.os-theme-light &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark &gt; .os-scrollbar:hover &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}
.os-theme-light &gt; .os-scrollbar:hover &gt; .os-scrollbar-track &gt; .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}
.os-theme-dark &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}
.os-theme-light &gt; .os-scrollbar &gt; .os-scrollbar-track &gt; .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}
.os-theme-dark &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark &gt; .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light &gt; .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden &gt; .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}
.os-theme-dark &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light &gt; .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}
.os-theme-dark &gt; .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light &gt; .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}
.os-host-rtl.os-theme-dark &gt; .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light &gt; .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}
.ev-page-container {
  position: relative;
}
.ev-page {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  opacity: 0;
}
.ev-page.ev-disable-inner-flex .ev-page-inner {
  flex: none;
}
.ev-hide-top-navigation .ev-page {
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  .ev-page {
    padding: 0px 0px 0px 0px;
    min-height: calc(100vh - 140px);
  }
  .ev-has-hamburger-menu .ev-page {
    min-height: calc(100vh - 70px);
  }
}
@media all and (max-width: 520px) {
  .ev-page {
    padding: 0px 0px 0px 0px;
  }
}
.ev-page .ev-page-inner {
  position: relative;
  z-index: 10;
  flex: 1 0 100%;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 768px) {
  .ev-page .ev-page-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-page .ev-page-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-page .ev-page-header-graphic.ev-is-floating {
  position: absolute;
  z-index: 11;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-top {
  top: 0;
  left: 50%;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom {
  bottom: 0;
  left: 50%;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-top-left {
  top: 0;
  left: 0;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-top-right {
  top: 0;
  right: 0;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom-left {
  bottom: 0;
  left: 0;
}
.ev-page .ev-page-header-graphic.ev-is-floating.ev-header-graphic-layout-bottom-right {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-page .ev-page-header-graphic.ev-is-floating.ev-is-hidden-mobile {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .ev-page-inner {
    flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .ev-page-inner {
    flex: none!important;
  }
  /* IE11 */
}
.ev-preview-font {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.ev-progress-bar {
  overflow: auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 520px) {
  .ev-progress-bar {
    width: 70%;
  }
}
.ev-progress-bar-indicator {
  height: 12px;
  border: 1px solid #454545;
  width: 70%;
  box-sizing: border-box;
  margin: 7px 0;
  background-color: #cbcbcb;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
.ev-progress-bar-indicator .ev-progress-bar-indicator-inner {
  height: 100%;
  background-color: #454545;
}
.ev-progress-bar-text,
.ev-progress-indicator-text {
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 700;
  color: #7f007d;
}
.ev-progress-indicator {
  display: flex;
  align-items: center;
}
.ev-progress-indicator .ev-progress-indicator-items {
  display: flex;
  background-color: #cbcbcb;
  border: 1px solid #454545;
  width: 70%;
  height: 12px;
  box-sizing: border-box;
  margin: 7px 0;
  border-radius: 0;
  overflow: hidden;
}
.ev-progress-indicator .ev-progress-indicator-item {
  height: 100%;
  border-right: 1px solid #454545;
  background-color: transparent;
  box-sizing: border-box;
}
.ev-progress-indicator .ev-progress-indicator-item.ev-complete {
  background-color: #454545;
}
.ev-progress-indicator .ev-progress-indicator-item-bar {
  height: 100%;
  width: 0;
  background-color: #454545;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner &gt; div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-dropdown-wrapper {
  height: 30px;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}
.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option &gt; span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left;
}
.rdw-center-aligned-block {
  text-align: center;
}
.rdw-justify-aligned-block {
  text-align: justify;
}
.rdw-right-aligned-block &gt; div {
  display: inline-block;
}
.rdw-left-aligned-block &gt; div {
  display: inline-block;
}
.rdw-center-aligned-block &gt; div {
  display: inline-block;
}
.rdw-justify-aligned-block &gt; div {
  display: inline-block;
}
.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}
.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}
.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-inline-wrapper {
  display: flex;
  margin-bottom: 6px;
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.ev-review-container {
  position: fixed;
  bottom: 0px;
  left: 100px;
  z-index: 999999;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.2);
  width: 70%;
  background-color: #f9f9f9;
  max-width: 560px;
}
@media all and (max-width: 768px) {
  .ev-review-container {
    left: 20px;
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .ev-review-container {
    left: 0;
    width: 100%;
  }
}
.ev-review-container .ev-review-container-action-bar {
  padding: 0 8px 0 18px;
  background: #2c3e50;
  display: flex;
  align-items: center;
  height: 36px;
}
.ev-review-container .ev-review-container-action-bar-title {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ev-review-container .ev-review-container-action-bar-button {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  text-transform: uppercase;
  padding: 0 6px;
  background-color: #448AFF;
  color: #FFFFFF;
  border: 1px solid #448AFF;
  height: 28px;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  text-decoration: none;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.ev-no-touchevents .ev-review-container .ev-review-container-action-bar-button:hover {
  background-color: #116aff;
  color: #FFFFFF;
  border: 1px solid #116aff;
}
.ev-review-container .ev-review-container-action-bar-button:focus {
  outline: none;
}
.ev-review-container iframe {
  display: block;
  width: 100%;
}
.ios .ev-review-container .ev-review-container-iframe-container {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ev-ripple {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  z-index: 0;
}
.ev-ripple.ev-dark-ripple {
  background-color: rgba(0, 0, 0, 0.2);
}
.ev-ripple.ev-is-animating {
  -webkit-animation: evripple 0.5s ease-in;
          animation: evripple 0.5s ease-in;
}
@-webkit-keyframes evripple {
  90% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes evripple {
  90% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}
#ev-root {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #545453;
  line-height: 1.25;
}
#ev-root button,
#ev-root label {
  cursor: pointer;
}
#ev-root button:disabled,
#ev-root label:disabled,
#ev-root button.ev-disabled,
#ev-root label.ev-disabled {
  cursor: default;
}
#ev-root button {
  overflow: visible;
}
#ev-root.ev-no-select * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dir='rtl'] .ev-menu-item-title-inner,
[dir='rtl'] .ev-menu-item-body-inner,
[dir='rtl'] .ev-menu-item-duration-inner,
[dir='rtl'] .ev-menu-item-completion-inner,
[dir='rtl'] .ev-hero-image-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-hero-image-body-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-header-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-header-body-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-article-title:not(.ev-ignore-rtl),
[dir='rtl'] .ev-article-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-article-body-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-block-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-block-body-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-component-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-component-body-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-component-instruction-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-label,
[dir='rtl'] .ev-caption,
[dir='rtl'] .ev-prompt-title,
[dir='rtl'] .ev-prompt-body,
[dir='rtl'] .ev-display-title:not(.ev-ignore-rtl),
[dir='rtl'] .ev-display-title-inner:not(.ev-ignore-rtl),
[dir='rtl'] .ev-body:not(.ev-ignore-rtl),
[dir='rtl'] table * {
  text-align: right !important;
}
[dir='rtl'] ul {
  padding-left: 0;
  padding-right: 2em;
}
[dir='rtl'] ol {
  padding-left: 0;
  padding-right: 2em;
}
.ev-is-ie-11 select option {
  background-color: white!important;
  color: black!important;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled &gt; .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled &gt; .Select-control:hover {
  box-shadow: none;
}
.Select.is-open &gt; .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open &gt; .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open &gt; .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) &gt; .Select-control {
  cursor: text;
}
.Select.is-focused &gt; .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) &gt; .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single &gt; .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single &gt; .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single &gt; .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single &gt; .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single &gt; .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single &gt; .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single &gt; .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single &gt; .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single &gt; .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single &gt; .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single &gt; .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover &gt; .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none!important;
  background: #fff;
}
.Select-placeholder,
.Select--single &gt; .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input &gt; input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input &gt; input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) &gt; .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control &gt; *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f1f1f1;
  color: #333;
}
.Select-option.is-focused {
  background-color: #dfdfdf;
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
input[type=range],
.ev-rangeslider {
  display: block;
  clear: both;
  position: relative;
  background: #f3622c;
  width: 100%;
  height: 4px;
  margin: 14px 0;
  padding: 0;
  border: 0;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: none;
}
input[type=range]:disabled .ev-rangeslider__handle,
.ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.ev-no-touchevents input[type=range]:disabled .ev-rangeslider__handle:hover,
.ev-no-touchevents .ev-rangeslider--disabled .ev-rangeslider__handle:hover {
  cursor: default;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range]::-moz-focus-outer {
  border: 0;
}
input[type=range]::-ms-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-ms-track:focus {
  background: #3d0;
}
input[type=range]::-webkit-slider-runnable-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 4px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track:focus {
  background: #3d0;
}
input[type=range]::-moz-range-track {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 2px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
input[type=range]::-moz-range-track:focus {
  background: #3d0;
}
.ev-rangeslider__fill {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0px 0px 0px 0px;
  background: #c35125;
}
.ev-rangeslider__fill:focus {
  background: #3d0;
}
input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb:active {
  background: #f5f5f5;
}
input[type=range]::-moz-range-thumb {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-moz-range-thumb:active {
  background: #f5f5f5;
}
input[type=range]::-ms-thumb {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-appearance: none;
}
input[type=range]::-ms-thumb:active {
  background: #f5f5f5;
}
.ev-rangeslider__handle {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 2px solid #c35125;
  border-radius: 15px;
  background: #fff;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s, background 0.25s;
}
.ev-rangeslider__handle:active {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
  background: #c35125;
}
.ev-rangeslider-range-current-value {
  display: inline-flex;
  text-align: center;
}
.ev-rangeslider-range-current-value-number {
  font-weight: bold;
  margin-left: 5px;
}
[dir="rtl"] .ev-rangeslider-range-current-value-number {
  margin-left: 0;
  margin-right: 5px;
}
.ev-slider-container {
  padding: 10px 0;
  text-align: center;
}
.ev-rangeslider-range-labels-inner {
  display: flex;
}
.ev-rangeslider-range-max {
  margin-left: auto;
}
[dir="rtl"] .ev-rangeslider-range-max {
  margin-left: 0;
  margin-right: auto;
}
.ev-rangeslider {
  margin-bottom: 22px;
}
.ev-styled-button {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.ev-styled-button .ev-icon {
  display: inline-block;
}
.ev-styled-button:focus {
  outline: none;
}
.ev-styled-button .ev-styled-button-image {
  display: block;
}
@media all and (max-width: 520px) {
  table {
    overflow-x: auto;
    min-width: 200px;
    display: block;
  }
}
table th {
  background-color: rgba(0, 0, 0, 0.1);
}
table th,
table td {
  border: 1px solid;
  padding: 4px;
}
table th a,
table td a {
  word-break: break-all;
}
.force-left-align {
  text-align: left!important;
}
[dir="rtl"] .force-left-align {
  text-align: right!important;
}
.ev-text-audio-content .ev-audio-poster-image {
  margin-bottom: 10px;
}
.ev-text-audio-content audio {
  max-width: 100%;
}
.ev-text-graphic-content img {
  display: inline-block;
}
.ev-text-media-content-container .ev-text-media-content-media {
  text-align: center;
}
.ev-text-media-content-container.ev-js-media-top .ev-text-media-content-inner {
  margin-top: 20px;
}
.ev-text-media-content-container.ev-js-media-top .ev-text-media-content-media:first-child {
  display: block;
}
.ev-text-media-content-container.ev-js-media-top .ev-text-media-content-media:last-child {
  display: none;
}
.ev-text-media-content-container.ev-js-media-bottom .text-media-content-inner {
  margin-bottom: 20px;
}
.ev-text-media-content-container.ev-js-media-left .ev-text-media-content-media {
  float: left;
}
.ev-text-media-content-container.ev-js-media-left .ev-text-media-content {
  float: right;
}
.ev-text-media-content-container.ev-js-media-left .ev-text-media-content-inner {
  margin-left: 20px;
}
.ev-text-media-content-container.ev-js-media-right .ev-text-media-content-media {
  float: right;
}
.ev-text-media-content-container.ev-js-media-right .ev-text-media-content {
  float: left;
}
.ev-text-media-content-container.ev-js-media-right .ev-text-media-content-inner {
  margin-right: 20px;
}
.ev-text-media-content-container.ev-js-media-left .ev-text-media-content-media,
.ev-text-media-content-container.ev-js-media-right .ev-text-media-content-media,
.ev-text-media-content-container.ev-js-media-left .ev-text-media-content,
.ev-text-media-content-container.ev-js-media-right .ev-text-media-content {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-text-media-content-container.ev-js-media-left .ev-text-media-content-media,
  .ev-text-media-content-container.ev-js-media-right .ev-text-media-content-media,
  .ev-text-media-content-container.ev-js-media-left .ev-text-media-content,
  .ev-text-media-content-container.ev-js-media-right .ev-text-media-content {
    width: auto;
    float: none;
  }
}
@media all and (max-width: 768px) {
  .ev-text-media-content-container.ev-js-media-left .ev-text-media-content-inner,
  .ev-text-media-content-container.ev-js-media-right .ev-text-media-content-inner {
    margin-bottom: 20px;
  }
}
.ev-text-video-content video {
  max-width: 100%;
}
.ev-text-video-content.ev-is-popup .ev-text-media-content-media {
  text-align: center;
}
.ev-text-video-content.ev-is-popup .ev-text-media-content-media img {
  display: inline-block;
}
.ev-text-video-content.ev-is-popup.ev-has-poster .ev-text-media-content-media {
  position: relative;
}
.ev-text-video-content.ev-is-popup.ev-has-poster .ev-text-media-content-media .ev-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-tooltip {
  position: fixed;
  z-index: 9999999999;
  max-width: 300px;
  transform: translate(-50%, -100%);
  background: #000000;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: none;
  padding: 5px 5px 5px 5px;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-tooltip {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 5px 5px 5px 5px;
  }
}
@media all and (max-width: 520px) {
  .ev-tooltip {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 5px 5px 5px 5px;
  }
}
.ev-toolbar {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #454545;
  direction: ltr;
  position: fixed;
  z-index: 100000;
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  display: flex;
  border-radius: 2px;
  bottom: 20px;
  right: 30px;
}
.ev-toolbar.ev-is-closed {
  transform: translateX(100%);
}
.ev-toolbar-toggle-button {
  background-color: #448AFF;
  border: none;
  transition: background-color 0.2s;
  width: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-toolbar-toggle-button:hover,
.ev-toolbar-toggle-button:focus {
  background-color: #2a7aff;
  outline: none!important;
}
.ev-toolbar-toggle-button path {
  fill: white;
}
.ev-toolbar-drag-button {
  background-color: #F0F0F0;
  border: none;
  width: 50px;
  padding: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: move;
  outline: none!important;
}
.ev-toolbar-inner {
  display: flex;
  min-width: 300px;
}
.ev-toolbar-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 16px;
}
.ev-toolbar-action:first-child,
.ev-toolbar-action.has-divider {
  padding-left: 16px;
}
.ev-toolbar-action:last-child {
  margin-left: 0;
}
.ev-toolbar-action.ev-is-active:not(.ev-has-panel) .ev-toolbar-action-indicator {
  background-color: #94cd38;
  box-shadow: 0 0 0 1pt white, 0 0 0 2pt #94cd38;
}
.ev-toolbar-action.ev-is-active.ev-has-panel .ev-toolbar-action-indicator {
  border-bottom-color: #448AFF;
}
.ev-toolbar-action.ev-has-divider::after {
  content: '';
  border-left: 1px solid #e8e7e9;
  position: absolute;
  left: 0;
  bottom: 4px;
  top: 4px;
  z-index: 1;
}
.ev-toolbar-action:not(.ev-has-panel) .ev-toolbar-action-indicator {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #9b9b9b;
  margin: 2px 0;
}
.ev-toolbar-action.ev-has-panel .ev-toolbar-action-indicator {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #9b9b9b;
  margin: 2px 0;
}
.ev-toolbar-action .ev-toolbar-button {
  border: none;
  border-radius: 0;
  height: 25px;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  outline: none!important;
}
.ev-toolbar-action .ev-toolbar-button .ev-icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
  color: black;
  transition: color 0.15s ease-in;
}
.ev-toolbar-action .ev-toolbar-button:hover .ev-icon {
  color: #448AFF;
}
.ev-toolbar-panel {
  transform: translateY(-100%);
  position: absolute;
  z-index: 1;
  background-color: white;
  right: 0;
  top: 0;
  left: 30px;
  background-color: #f9f9f9;
}
.ev-toolbar-panel .ev-toolbar-panel-header {
  background-color: #2f3941;
  height: 32px;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.ev-toolbar-panel .ev-toolbar-panel-header-title {
  font-size: 14px;
  font-weight: 300;
  flex: 1;
}
.ev-toolbar-panel .ev-toolbar-panel-header-close-button {
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
}
.ev-toolbar-panel .ev-toolbar-panel-header-close-button path {
  fill: white;
}
.ev-toolbar-help-panel {
  padding: 16px;
  background-color: #f5f5f5;
}
.ev-toolbar-help-section {
  margin-bottom: 16px;
}
.ev-toolbar-help-section p,
.ev-toolbar-help-section h6 {
  font-size: 14px;
}
.ev-toolbar-help-section h6 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ev-toolbar-help-section h6 svg {
  margin-right: 8px;
}
.ev-toolbar-help-section ol,
.ev-toolbar-help-section ul {
  margin-top: 8px;
  padding: 0 0 0 1em!important;
}
.ev-toolbar-help-section ol li,
.ev-toolbar-help-section ul li {
  font-size: 13px;
  font-weight: bold;
  padding-left: 4px;
}
.ev-toolbar-help-section ol li span,
.ev-toolbar-help-section ul li span {
  font-weight: normal;
}
.ev-tracking-devtools {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  height: 500px;
  overflow: auto;
}
.ev-tracking-devtools .ev-tracking-devtools-field {
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.ev-tracking-devtools .ev-tracking-devtools-field label {
  display: flex;
}
.ev-tracking-devtools .ev-tracking-devtools-field input {
  margin-left: auto;
}
.ev-tracking-devtools .ev-tracking-devtools-field select {
  margin-top: 4px;
}
.ev-transition-all-colors {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.ev-transition-color {
  transition: color 0.25s ease-in;
}
.ev-transition-background-color {
  transition: background-color 0.25s ease-in;
}
.ev-transition-border-color {
  transition: border-color 0.25s ease-in;
}
.ev-transition-opacity {
  transition: opacity 0.25s;
}
.ev-inline-variable {
  white-space: pre-wrap;
}
.ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-video-player {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ev-video-player.ev-is-mouse-moving .ev-video-controls,
.ev-video-player:not(.ev-is-playing) .ev-video-controls {
  opacity: 1;
}
.ev-video-player.ev-is-fullscreen {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  display: flex;
  justify-content: center;
}
.ev-video-player.ev-is-fullscreen video {
  height: 100%;
}
.ev-video-player.ev-has-error {
  background-color: black;
}
.ev-video-player video {
  width: 100%;
}
.ev-video-player .ev-video-error-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: white;
  height: 75px;
  width: 75px;
}
.ev-video-player .ev-video-controls {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  transition: all 0.15s linear;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.ev-video-player .ev-video-controls-inner {
  display: flex;
  align-items: center;
  padding: 8px;
  position: relative;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-video-player .ev-video-controls-inner {
  padding-top: 20px;
}
.ev-video-player .ev-video-controls-group {
  display: flex;
  align-items: center;
}
.ev-video-player .ev-video-controls-group &gt; * {
  margin-right: 16px;
}
.ev-video-player .ev-video-controls-group &gt; *:last-child {
  margin-right: 0 !important;
}
@media all and (max-width: 520px) {
  .ev-video-player .ev-video-controls-group &gt; * {
    margin-right: 8px;
  }
}
.ev-video-player .ev-video-controls-group.ev-video-controls-group-left {
  flex: 1;
  padding-right: 16px;
}
@media all and (max-width: 520px) {
  .ev-video-player .ev-video-controls-group.ev-video-controls-group-left {
    padding-right: 8px;
  }
}
.ev-video-player .ev-video-control-button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-video-player .ev-video-control-button:disabled {
  opacity: 0.7;
}
.ev-video-player .ev-video-control-button.ev-is-active::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  position: absolute;
  background-color: #CBCBCB;
}
.ev-video-player .ev-video-control-tooltip::before,
.ev-video-player .ev-video-progress-bar-inner-0::before {
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translate(-50%, -100%);
  z-index: 5000;
  pointer-events: none;
  padding: 8px 10px;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 0;
  overflow: visible;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-video-player .ev-video-control-tooltip::before,
  .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-video-player .ev-video-control-tooltip::before,
  .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-video-player .ev-video-control-tooltip.ev-is-left-tooltip::before,
.ev-video-player .ev-video-progress-bar-inner-0.ev-is-left-tooltip::before,
.ev-video-player .ev-video-control-tooltip.ev-is-right-tooltip::before,
.ev-video-player .ev-video-progress-bar-inner-0.ev-is-right-tooltip::before {
  transform: translate(0, -100%);
}
.ev-video-player .ev-video-control-tooltip.ev-is-right-tooltip::before,
.ev-video-player .ev-video-progress-bar-inner-0.ev-is-right-tooltip::before {
  left: auto;
  right: 0;
  transform: translate(0, -100%);
}
.ev-no-touchevents .ev-video-player .ev-video-control-tooltip:hover::before,
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-inner-0:hover::before,
.ev-is-windows-touchscreen .ev-video-player .ev-video-control-tooltip:hover::before,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-inner-0:hover::before {
  display: block;
}
.ev-video-player .ev-video-progress-bar-container {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0 10px;
  transform: translateY(-50%);
  height: 4px;
  transition: height 0.1s linear;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-video-player .ev-video-progress-bar-container {
  height: 6px;
}
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container:hover,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container:hover,
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container.ev-is-seeking,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container.ev-is-seeking {
  height: 6px;
}
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container:hover .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container:hover .ev-video-progress-bar-inner-0::after,
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container.ev-is-seeking .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container.ev-is-seeking .ev-video-progress-bar-inner-0::after {
  transform: scale(1);
  opacity: 1;
}
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container:hover .ev-video-progress-bar-inner-0::before,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container:hover .ev-video-progress-bar-inner-0::before,
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-container.ev-is-seeking .ev-video-progress-bar-inner-0::before,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-container.ev-is-seeking .ev-video-progress-bar-inner-0::before {
  display: block;
}
.ev-video-player .ev-video-progress-bar {
  cursor: pointer;
  display: block;
  clear: both;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.ev-video-player .ev-video-progress-bar-inner {
  height: 100%;
  background-color: #CBCBCB;
  position: relative;
}
.ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-video-player .ev-video-progress-bar-inner-0::before {
  content: attr(data-time);
  left: auto;
  right: 0;
  transform: translate(50%, -100%);
}
.ev-no-touchevents .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-video-player .ev-video-progress-bar-inner-0::after {
  content: "";
  position: absolute;
  right: -6px;
  height: 12px;
  width: 12px;
  top: -3px;
  background-color: #ffffff;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-radius: 50%;
  transform: scale(0.1);
  opacity: 0;
  z-index: 100;
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.ev-video-player .ev-video-progress-bar-drag-handle {
  height: 0px;
  width: 0px;
  top: 0;
  border-radius: 0;
  opacity: 0;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-radius: 50%;
  opacity: 1;
  z-index: 1000;
  height: 18px;
  width: 18px;
  top: -6px;
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.ev-video-player .ev-video-mute-button {
  margin-right: 8px;
}
.ev-video-player .ev-video-volume-control {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 150px;
}
.ev-video-player .ev-video-volume-slider {
  cursor: pointer;
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  height: 4px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  background-color: #CBCBCB;
}
.ev-video-player .ev-video-volume-slider-bar {
  height: 100%;
}
.ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-video-player .ev-video-volume-slider-handle {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  margin-top: -3px;
  margin-right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.ev-video-player .ev-video-duration {
  color: #ffffff;
  font-size: 13px;
}
.ev-video-player .ev-video-transcript-inline {
  margin-top: 20px;
}
.ev-video-player .ev-video-audio-description-button {
  height: 22px;
  width: 22px;
}
.ev-video-big-play-button {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0!important;
  border-radius: 50%!important;
  margin: -26px 0 0 -26px !important;
  font-size: 16px!important;
  line-height: 1.25!important;
  font-weight: 400!important;
}
.ev-video-big-play-button i {
  display: inline-block;
  width: 48px!important;
  height: 48px!important;
  font-size: 48px!important;
  margin: 0!important;
  padding: 2px;
  box-sizing: content-box;
}
.ev-video-big-play-button.ev-is-custom-button {
  border-radius: 0!important;
  margin: 0!important;
  transform: translate(-50%, -50%);
  background-color: transparent!important;
  border: none!important;
  background-repeat: no-repeat;
  background-size: contain;
}
.ev-video-big-play-button.ev-is-custom-button:focus,
.ev-video-big-play-button.ev-is-custom-button:hover,
.ev-video-big-play-button.ev-is-custom-button:active {
  outline: none;
}
.ev-no-touchevents .ev-video-big-play-button,
.ev-is-windows-touchscreen .ev-video-big-play-button {
  display: block;
}
.ev-no-touchevents .ev-use-custom-play-button video::-webkit-media-controls-overlay-play-button,
.ev-is-windows-touchscreen .ev-use-custom-play-button video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.ev-no-touchevents .ev-use-custom-play-button.ev-is-playing video::-webkit-media-controls-overlay-play-button,
.ev-is-windows-touchscreen .ev-use-custom-play-button.ev-is-playing video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.ev-no-touchevents video::-webkit-media-controls,
.ev-is-windows-touchscreen video::-webkit-media-controls {
  transform: translate(0, 0);
}
.ev-is-viewing-fullscreen-video .ev-navigation-side,
.ev-is-viewing-fullscreen-video .ev-navigation-top {
  display: none!important;
}
.ev-is-ie-11 .ev-video-player video {
  height: 100%;
}
.ev-video-play-button {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0!important;
  border-radius: 50%!important;
  margin: -26px 0 0 -26px !important;
}
.ev-video-play-button i {
  display: inline-block;
  width: 48px!important;
  height: 48px!important;
  font-size: 48px!important;
  margin: 0!important;
  padding: 2px;
  box-sizing: content-box;
}
.ev-video-play-button.ev-is-custom-button {
  border-radius: 0!important;
  margin: 0!important;
  transform: translate(-50%, -50%);
  background-color: transparent!important;
  border: none!important;
  background-repeat: no-repeat;
  background-size: contain;
}
.ev-video-play-button.ev-is-custom-button:focus,
.ev-video-play-button.ev-is-custom-button:hover,
.ev-video-play-button.ev-is-custom-button:active {
  outline: none;
}
.ev-no-touchevents .ev-video-play-button,
.ev-is-windows-touchscreen .ev-video-play-button {
  display: block;
}
.ev-no-touchevents .ev-use-custom-play-button video::-webkit-media-controls-overlay-play-button,
.ev-is-windows-touchscreen .ev-use-custom-play-button video::-webkit-media-controls-overlay-play-button {
  opacity: 0;
}
.ev-no-touchevents .ev-use-custom-play-button.ev-is-playing video::-webkit-media-controls-overlay-play-button,
.ev-is-windows-touchscreen .ev-use-custom-play-button.ev-is-playing video::-webkit-media-controls-overlay-play-button {
  opacity: 1;
}
.ev-no-touchevents video::-webkit-media-controls,
.ev-is-windows-touchscreen video::-webkit-media-controls {
  transform: translate(0, 0);
}
.ev-video-stream-player .ev-video-stream-player-iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.ev-video-stream-player .ev-video-stream-player-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ev-video-stream-player .ev-video-stream-player-brightcove-container {
  position: relative;
  padding-bottom: 56.25%;
}
.ev-wrapper {
  width: auto;
  padding-left: 54px;
  overflow: hidden;
  background-color: transparent;
  min-width: 320px;
  min-height: 100vh;
}
[dir="rtl"] .ev-wrapper {
  padding-left: 0;
  padding-right: 54px;
}
.ev-fullscreen-open .ev-wrapper {
  opacity: 0;
  touch-action: none;
  pointer-events: none;
}
.ev-wrapper.ev-hide-top-navigation {
  padding-top: 0;
}
.ev-wrapper.ev-hide-side-navigation,
.ev-wrapper.ev-has-hamburger-menu {
  padding-left: 0;
}
[dir="rtl"] .ev-wrapper.ev-hide-side-navigation,
[dir="rtl"] .ev-wrapper.ev-has-hamburger-menu {
  padding-right: 0;
}
@media all and (max-width: 768px) {
  .ev-wrapper {
    padding-top: 140px;
    padding-left: 0;
  }
  [dir="rtl"] .ev-wrapper {
    padding-right: 0;
  }
  .ev-wrapper.ev-has-hamburger-menu {
    padding-top: 70px;
  }
  .ev-wrapper.ev-hide-side-navigation {
    padding-top: 70px;
  }
  .ev-wrapper.ev-hide-side-navigation.ev-hide-top-navigation {
    padding-top: 0;
  }
  .ev-wrapper:not(.ev-hide-side-navigation).ev-hide-top-navigation {
    padding-top: 70px;
  }
}
.ev-box-menu {
  position: relative;
}
.ev-box-menu .ev-menu-items {
  margin: 0 auto;
  max-width: 1200px;
}
.ev-box-menu .ev-menu-item {
  margin: 20px 1%;
  position: relative;
}
.ev-box-menu .ev-menu-item-title-inner {
  word-break: break-word;
}
.ev-box-menu .ev-menu-item-graphic {
  flex: none;
}
.ev-box-menu .ev-menu-item-graphic img {
  width: 100%;
}
.ev-box-menu .ev-menu-item-graphic-link {
  display: block;
}
.ev-box-menu .ev-menu-item-button {
  position: relative;
  padding: 10px 0 10px 0;
}
.ev-box-menu .ev-menu-item-button .ev-button,
.ev-box-menu .ev-menu-item-button .ev-menu-item-duration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ev-box-menu .ev-menu-item-button .ev-menu-item-view-button {
  left: 0;
}
.ev-box-menu .ev-menu-item-button .ev-menu-item-duration {
  right: 0;
}
.ev-box-menu .ev-menu-item-view-button.ev-locked .ev-icon {
  margin: 0;
}
.ev-box-menu .ev-menu-items-layout-2 .ev-menu-items-inner,
.ev-box-menu .ev-menu-items-layout-3 .ev-menu-items-inner,
.ev-box-menu .ev-menu-items-layout-4 .ev-menu-items-inner {
  display: flex;
  flex-wrap: wrap;
}
.ev-box-menu .ev-menu-items-layout-2 .ev-menu-item,
.ev-box-menu .ev-menu-items-layout-3 .ev-menu-item,
.ev-box-menu .ev-menu-items-layout-4 .ev-menu-item {
  display: flex;
}
.ev-box-menu .ev-menu-items-layout-2 .ev-menu-item-inner,
.ev-box-menu .ev-menu-items-layout-3 .ev-menu-item-inner,
.ev-box-menu .ev-menu-items-layout-4 .ev-menu-item-inner {
  display: flex;
  flex: 1;
  position: relative;
  flex-direction: column;
}
.ev-box-menu .ev-menu-items-layout-2 .ev-menu-item {
  flex: 0 0 48%;
}
.ev-is-ie-11 .ev-box-menu .ev-menu-items-layout-2 .ev-menu-item {
  flex: none;
  width: 48%;
}
.ev-box-menu .ev-menu-items-layout-2 .ev-progress-bar-indicator,
.ev-box-menu .ev-menu-items-layout-2 .ev-progress-indicator-items {
  width: 50%;
}
.ev-box-menu .ev-menu-items-layout-3 .ev-menu-item {
  flex: 0 0 31%;
}
.ev-is-ie-11 .ev-box-menu .ev-menu-items-layout-3 .ev-menu-item {
  flex: none;
  width: 31%;
}
.ev-box-menu .ev-menu-items-layout-3 .ev-progress-bar,
.ev-box-menu .ev-menu-items-layout-3 .ev-progress-indicator {
  flex: 0 0 50%;
}
.ev-box-menu .ev-menu-items-layout-3 .ev-progress-bar-indicator,
.ev-box-menu .ev-menu-items-layout-3 .ev-progress-indicator-items {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-box-menu .ev-menu-items-layout-3 .ev-collection-item-footer-inner {
    flex-wrap: wrap;
  }
  .ev-box-menu .ev-menu-items-layout-3 .ev-progress-bar,
  .ev-box-menu .ev-menu-items-layout-3 .ev-progress-indicator {
    flex: 1 0 100%;
    margin-bottom: 25px;
  }
  .ev-box-menu .ev-menu-items-layout-3 .ev-progress-bar-indicator,
  .ev-box-menu .ev-menu-items-layout-3 .ev-progress-indicator-items {
    width: 60%;
  }
}
.ev-box-menu .ev-menu-items-layout-4 .ev-menu-item {
  flex: 0 0 23%;
}
.ev-is-ie-11 .ev-box-menu .ev-menu-items-layout-4 .ev-menu-item {
  flex: none;
  width: 23%;
}
.ev-box-menu .ev-menu-items-layout-4 .ev-progress-bar,
.ev-box-menu .ev-menu-items-layout-4 .ev-progress-indicator {
  flex: 0 0 50%;
}
.ev-box-menu .ev-menu-items-layout-4 .ev-progress-bar-indicator,
.ev-box-menu .ev-menu-items-layout-4 .ev-progress-indicator-items {
  width: 40%;
}
@media all and (max-width: 1024px) {
  .ev-box-menu .ev-menu-items-layout-4 .ev-collection-item-footer-inner {
    flex-wrap: wrap;
  }
  .ev-box-menu .ev-menu-items-layout-4 .ev-progress-bar,
  .ev-box-menu .ev-menu-items-layout-4 .ev-progress-indicator {
    flex: 1 0 100%;
    margin-bottom: 25px;
  }
  .ev-box-menu .ev-menu-items-layout-4 .ev-progress-bar-indicator,
  .ev-box-menu .ev-menu-items-layout-4 .ev-progress-indicator-items {
    width: 60%;
  }
}
.ev-box-menu .ev-collection-item-content {
  flex: 1;
  display: flex;
}
.ev-box-menu .ev-collection-item-content-inner {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ev-box-menu .ev-collection-item-content-inner .ev-menu-item-duration {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.ev-box-menu .ev-collection-item-footer {
  margin-top: auto;
}
.ev-box-menu .ev-collection-item-footer-inner {
  display: flex;
  align-items: center;
}
.ev-box-menu .ev-progress-bar,
.ev-box-menu .ev-progress-indicator {
  flex: 0 0 70%;
}
.ev-box-menu .ev-menu-item-view-button {
  margin-left: auto!important;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-collection-item-content-inner,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-menu-item-duration {
  display: block;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-menu-item-title-inner,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-menu-item-body-inner,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-menu-item-duration-inner {
  text-align: center;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-menu-item-graphic {
  margin: 10px 0 0px;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 10px 0 0px;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-indicator,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-items,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-text,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-text {
  float: none;
  margin: auto;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-items,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-indicator {
  order: 2;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-text,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-text {
  order: 1;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-text,
  .ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-text {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.25;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-text,
  .ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-text {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.25;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-bar-text strong,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-progress-indicator-text strong {
  font-weight: inherit;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions {
  text-align: center;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button {
  background-color: #00edb5;
  border-color: transparent;
  color: #004050;
}
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button .ev-icon {
  color: #004050;
}
.ev-no-touchevents .ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button:hover,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button:focus {
  background-color: #004050;
  border-color: transparent;
  color: #ffffff;
}
.ev-no-touchevents .ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button:hover .ev-icon,
.ev-box-menu .ev-box-menu-item-vertical-layout .ev-box-menu-item-vertical-layout-actions .ev-button:focus .ev-icon {
  color: #ffffff;
}
[dir="rtl"] .ev-box-menu .ev-collection-item-footer-inner {
  flex-direction: row-reverse;
}
@media all and (-ms-high-contrast: none) {
  .ev-box-menu .ev-collection-item-content {
    flex: none!important;
  }
  /* IE10 */
  *::-ms-backdrop .ev-box-menu .ev-collection-item-content {
    flex: none!important;
  }
  /* IE11 */
  .ev-box-menu .ev-collection-item-content-inner {
    display: block!important;
  }
  /* IE10 */
  .ev-box-menu .ev-box-menu-item-vertical-layout .ev-collection-item-content-inner {
    flex: 0 0 auto;
  }
  /* IE11 */
  *::-ms-backdrop .ev-box-menu .ev-collection-item-content-inner {
    display: block!important;
  }
  /* IE11 */
}
.ev-coverMenu .ev-content-container {
  padding: 0;
  max-width: none;
}
.ev-cover-menu {
  position: relative;
}
.ev-cover-menu .ev-menu-container {
  margin: 0;
  min-height: auto;
}
.ev-cover-menu .ev-cover-menu-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-cover-menu .ev-cover-actions {
  text-align: right;
}
.ev-cover-menu .ev-cover-carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #004050;
}
.ev-cover-menu .ev-carousel {
  background-color: transparent;
}
.ev-cover-menu .ev-carousel-control {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-color: #00edb5;
}
.ev-cover-menu .ev-carousel-control .ev-icon {
  margin: 0;
  position: relative;
  color: transparent;
  color: #004050;
}
.ev-cover-menu .ev-carousel-control:hover,
.ev-cover-menu .ev-carousel-control:active,
.ev-cover-menu .ev-carousel-control:focus {
  background-color: transparent;
  background-color: #004050;
}
.ev-cover-menu .ev-carousel-control:hover .ev-icon,
.ev-cover-menu .ev-carousel-control:active .ev-icon,
.ev-cover-menu .ev-carousel-control:focus .ev-icon {
  color: transparent;
  color: #a5ffff;
}
.ev-cover-menu .ev-carousel-control:disabled {
  background-color: transparent;
  background-color: #909090;
}
.ev-cover-menu .ev-carousel-control:disabled .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
.ev-cover-menu .ev-carousel-control:disabled:hover,
.ev-cover-menu .ev-carousel-control:disabled:active,
.ev-cover-menu .ev-carousel-control:disabled:focus {
  background-color: transparent;
  background-color: #909090;
}
.ev-cover-menu .ev-carousel-control:disabled:hover .ev-icon,
.ev-cover-menu .ev-carousel-control:disabled:active .ev-icon,
.ev-cover-menu .ev-carousel-control:disabled:focus .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
.ev-cover-menu .ev-carousel-control-left {
  left: 10px;
}
@media all and (max-width: 520px) {
  .ev-cover-menu .ev-carousel-control-left {
    left: 5px;
  }
}
.ev-cover-menu .ev-carousel-control-right {
  right: 10px;
}
@media all and (max-width: 520px) {
  .ev-cover-menu .ev-carousel-control-right {
    right: 5px;
  }
}
.ev-cover-menu .ev-carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 10px 0;
}
.ev-cover-menu .ev-carousel-indicators-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-cover-menu .ev-carousel-indicator {
  margin: 0 10px;
  width: 44px;
  height: 44px;
  text-align: center!important;
  border-radius: 50%;
  padding: 0px;
  background-color: transparent;
  color: transparent;
  background-color: #00edb5;
  color: #004050;
}
.ev-cover-menu .ev-carousel-indicator .ev-icon {
  margin: 0;
  position: relative;
  top: -3px;
  color: transparent;
  color: #004050;
}
.ev-cover-menu .ev-carousel-indicator:hover,
.ev-cover-menu .ev-carousel-indicator:active,
.ev-cover-menu .ev-carousel-indicator:focus {
  background-color: transparent;
  color: transparent;
  background-color: #004050;
  color: #a5ffff;
}
.ev-cover-menu .ev-carousel-indicator:hover .ev-icon,
.ev-cover-menu .ev-carousel-indicator:active .ev-icon,
.ev-cover-menu .ev-carousel-indicator:focus .ev-icon {
  color: transparent;
  color: #a5ffff;
}
.ev-cover-menu .ev-carousel-indicator:disabled {
  background-color: transparent;
  color: transparent;
  background-color: #909090;
  color: #f3f3f3;
}
.ev-cover-menu .ev-carousel-indicator:disabled .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
.ev-cover-menu .ev-carousel-indicator:disabled:hover,
.ev-cover-menu .ev-carousel-indicator:disabled:active,
.ev-cover-menu .ev-carousel-indicator:disabled:focus {
  background-color: transparent;
  color: transparent;
  background-color: #909090;
  color: #f3f3f3;
}
.ev-cover-menu .ev-carousel-indicator:disabled:hover .ev-icon,
.ev-cover-menu .ev-carousel-indicator:disabled:active .ev-icon,
.ev-cover-menu .ev-carousel-indicator:disabled:focus .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
@media all and (max-width: 520px) {
  .ev-cover-menu .ev-carousel-indicator {
    margin: 0 5px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .ev-cover-menu .ev-carousel-indicator .ev-icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.ev-cover-menu .ev-menu-item-container {
  background-size: cover;
  background-position: center;
  float: left;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-cover-menu .ev-menu-item {
  width: 60%;
}
@media all and (max-width: 520px) {
  .ev-cover-menu .ev-menu-item {
    width: 70%;
  }
}
.ev-cover-menu .ev-progress-bar,
.ev-cover-menu .ev-progress-indicator {
  width: 70%;
  float: left;
}
.ev-cover-menu .ev-menu-item-view-button {
  float: right;
}
.ev-cover-menu .ev-menu-item-view-button.ev-locked .ev-icon {
  margin: 0;
}
@media all and (max-width: 768px) {
  .ev-mapMenu .ev-content-container {
    padding: 0;
  }
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title {
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  max-width: 800px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner {
  padding: 40px 40px 40px 40px;
  margin: 0px 0px 40px 0px;
}
@media all and (max-width: 768px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner {
  max-width: none;
  margin: 0 auto;
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner h1 {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-title-inner h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-information-button {
  background-color: #ffffff;
  color: #004050;
}
.ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-information-button .ev-icon {
  color: #004050;
}
.ev-no-touchevents .ev-map-menu.ev-use-menu-header-styles .ev-map-menu-title .ev-map-menu-information-button:hover {
  background-color: #e6e6e6;
}
.ev-map-menu.ev-is-dragging .ev-map-menu-title {
  opacity: 0.6;
}
.ev-map-menu.ev-is-dragging .ev-map-menu-image {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.ev-map-menu .ev-menu-container {
  position: relative;
  margin: 0 auto;
}
.ev-map-menu .ev-map-menu-container-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-map-menu .ev-map-menu-container {
    padding: 0;
  }
}
.ev-map-menu .ev-map-menu-title {
  background-color: #00edb5;
  transition: opacity 0.25s ease-in;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.ev-map-menu .ev-map-menu-title h1 {
  color: #004050;
  font-size: 22px;
  padding: 10px 70px 10px 20px;
  transition: all 0.3s ease-in;
}
@media all and (max-width: 450px) {
  .ev-map-menu .ev-map-menu-title h1 {
    font-size: 16px;
    padding: 5px 70px 5px 10px;
  }
}
.ev-map-menu .ev-map-menu-image {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  max-width: 1024px;
  margin: 0 auto;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.ev-map-menu .ev-map-menu-image.ev-modal-open {
  cursor: default!important;
}
.ev-map-menu .ev-map-menu-image.ev-modal-open .ev-map-menu-image-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: 1;
  visibility: visible;
}
.ev-map-menu .ev-map-menu-image-overlay {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: black;
  transition: all 0.25s ease-in;
}
.ev-map-menu .ev-map-menu-image-container {
  position: relative;
  touch-action: none;
}
.ev-map-menu .ev-map-menu-pointer {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.ev-map-menu .ev-map-menu-pointer.ev-is-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}
.ev-map-menu .ev-map-menu-information {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -115px;
  background-color: #ffffff;
  color: #004050;
  border-bottom: 10px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
@media all and (max-width: 450px) {
  .ev-map-menu .ev-map-menu-information {
    width: 250px;
    margin-left: -125px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-information {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    width: auto;
    top: 0;
    z-index: 9999;
  }
  .ev-map-menu .ev-map-menu-information .ev-map-menu-information-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .ev-map-menu .ev-map-menu-information .ev-map-menu-body {
    flex: 1;
  }
}
.ev-map-menu .ev-map-menu-information .ev-map-menu-information-inner {
  transform: translate3d(0, 0, 0);
}
.ev-map-menu .ev-map-menu-information .ev-map-menu-information-close-button-container {
  display: none;
  text-align: center;
}
.ev-map-menu .ev-map-menu-information .ev-map-menu-information-close-button-container button {
  padding: 6px 20px;
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-information .ev-map-menu-information-close-button-container {
    display: block;
  }
}
.ev-map-menu .ev-map-menu-body {
  height: 190px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-body {
    overflow-y: auto;
  }
}
.ev-map-menu .ev-map-menu-button {
  padding: 5px;
  border-radius: 50%;
  background-color: #00edb5;
  border: 2px solid #00edb5;
}
.ev-map-menu .ev-map-menu-button .ev-icon {
  color: #004050;
  margin-right: 0px;
  display: block;
}
.ev-no-touchevents .ev-map-menu .ev-map-menu-button:hover {
  background-color: #004050;
}
.ev-no-touchevents .ev-map-menu .ev-map-menu-button:hover .ev-icon {
  color: #a5ffff;
}
.ev-map-menu .ev-map-menu-information-button {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 20px;
  transition: all 0.3s ease-in;
  background-color: #00edb5;
  border-color: #004050;
}
@media all and (max-width: 450px) {
  .ev-map-menu .ev-map-menu-information-button {
    top: auto;
    bottom: -14px;
    margin-top: 0;
    right: 20px;
  }
}
.ev-map-menu .ev-map-menu-information-button .ev-icon {
  color: #004050;
}
.ev-no-touchevents .ev-map-menu .ev-map-menu-information-button:hover {
  background-color: #00ba8e;
}
.ev-map-menu .ev-map-menu-information-close-button,
.ev-map-menu .ev-map-menu-items-close-button {
  position: absolute;
  top: -18px;
  right: -16px;
  z-index: 1;
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-information-close-button,
  .ev-map-menu .ev-map-menu-items-close-button {
    display: none;
  }
}
.ev-map-menu .ev-map-menu-item {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -160px;
  overflow: visible;
  transform: translateY(30px);
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-item {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    width: auto;
    z-index: 9999;
  }
  .ev-map-menu .ev-map-menu-item .ev-map-menu-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .ev-map-menu .ev-map-menu-item .ev-map-menu-item-content-container {
    flex: 1;
  }
}
.ev-map-menu .ev-map-menu-item .ev-map-menu-item-inner {
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 450px) {
  .ev-map-menu .ev-map-menu-item {
    width: 250px;
    margin-left: -125px;
    top: 60%;
  }
}
.ev-map-menu .ev-map-menu-item .ev-map-menu-item-body {
  height: 120px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media all and (max-width: 450px) {
  .ev-map-menu .ev-map-menu-item .ev-map-menu-item-body {
    display: none;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .ev-map-menu .ev-map-menu-item .ev-map-menu-item-body {
    height: 100px;
    overflow: auto;
  }
}
.ev-map-menu .ev-map-menu-item .ev-menu-item-duration-label {
  margin-right: 3px;
}
.ev-map-menu .ev-map-menu-item .ev-map-menu-item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-map-menu .ev-map-menu-item .ev-map-menu-item-buttons .ev-button:last-child {
  margin-left: 4px;
}
.ev-map-menu .ev-action-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.ev-map-menu .ev-action-bar {
  margin: 0;
}
.ev-map-menu .ev-action-bar-inner {
  padding: 5px;
}
.ev-map-menu .ev-action-bar-item-name {
  font-size: 14px;
}
.ev-map-menu .ev-action-bar-counter {
  font-size: 13px;
}
.ev-playlist-menu html {
  box-sizing: border-box;
}
.ev-playlist-menu *,
.ev-playlist-menu *:before,
.ev-playlist-menu *:after {
  box-sizing: inherit;
}
.ev-playlist-menu .ev-header,
.ev-playlist-menu .ev-menu-hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ev-playlist-menu .ev-menu-items {
  margin-top: 12px;
  background-color: transparent;
}
.ev-playlist-menu .ev-menu-items:first-of-type {
  margin-top: 0;
}
.ev-playlist-menu .ev-menu-items-inner {
  transition: transform 0.5s ease-in;
  box-sizing: border-box;
}
.ev-flexbox .ev-playlist-menu .ev-menu-items-inner {
  display: flex;
  flex-wrap: wrap;
}
.ev-no-flexbox .ev-playlist-menu .ev-menu-items-inner {
  overflow: auto;
}
.ev-playlist-menu .ev-menu-item {
  position: relative;
  border-radius: 0;
  max-height: 400px;
  opacity: 1;
  transition: opacity 1s, transform 0.3s, box-shadow 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
}
.ev-playlist-menu .ev-menu-item.ev-is-visible-item {
  opacity: 1;
}
.ev-playlist-menu .ev-menu-item .ev-menu-item-inner {
  height: 100%;
}
.ev-playlist-menu .ev-menu-item.ev-is-content-visible .ev-menu-item-hidden-content,
.ev-playlist-menu .ev-menu-item.ev-is-content-visible .ev-menu-item-view-button {
  opacity: 1;
}
.ev-playlist-menu .ev-menu-item:first-of-type {
  margin-left: 0;
}
.ev-playlist-menu .ev-menu-item:last-of-type {
  margin-right: 0;
}
.ev-flexbox .ev-playlist-menu .ev-menu-item {
  width: calc(33.333%);
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-playlist-menu .ev-menu-item {
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .ev-flexbox .ev-playlist-menu .ev-menu-item {
    width: 100%;
  }
}
.ev-no-flexbox .ev-playlist-menu .ev-menu-item {
  float: left;
  width: 32%;
}
@media all and (max-width: 768px) {
  .ev-no-flexbox .ev-playlist-menu .ev-menu-item {
    float: left;
    margin: 0;
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .ev-no-flexbox .ev-playlist-menu .ev-menu-item {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media all and (min-width: 520px) {
  .ev-playlist-menu .ev-menu-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
}
.ev-playlist-menu .ev-menu-item:hover .ev-menu-item-hidden-content,
.ev-playlist-menu .ev-menu-item:hover .ev-menu-item-view-button {
  opacity: 1;
}
.ev-playlist-menu .ev-menu-item-hidden-content {
  transition: opacity 0.3s;
  opacity: 0;
}
.ev-playlist-menu .ev-menu-item-body {
  font-size: 14px;
}
.ev-playlist-menu .ev-menu-item-body-inner {
  max-height: 300px;
  overflow: hidden;
}
@media all and (min-width: 520px) {
  .ev-playlist-menu .ev-menu-item-body {
    max-height: 200px;
  }
}
.ev-playlist-menu .ev-menu-item-title-inner,
.ev-playlist-menu .ev-menu-item-body-inner {
  padding-right: 30px;
}
.ev-playlist-menu .ev-menu-item-type-icon {
  float: none;
}
.ev-playlist-menu .ev-menu-item-progress-bar {
  width: 100%;
}
.ev-playlist-menu .ev-menu-item-view-button {
  position: absolute;
  bottom: 0;
  left: 20px;
  cursor: pointer;
  opacity: 0;
}
.ev-playlist-menu .ev-progress-bar-indicator,
.ev-playlist-menu .ev-progress-indicator-items {
  width: 80%;
}
.ev-playlist-menu .ev-playlist-group-select {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}
.ev-playlist-menu .ev-playlist-group-select label {
  margin-right: 8px;
  display: block;
}
.ev-playlist-menu .ev-playlist-group-select select {
  width: 100%;
}
@media all and (min-width: 768px) {
  .ev-playlist-menu .ev-playlist-group-select {
    display: inline-block;
    margin-right: 20px;
  }
  .ev-playlist-menu .ev-playlist-group-select label {
    display: inline-block;
  }
  .ev-playlist-menu .ev-playlist-group-select:last-child {
    margin-right: 0;
  }
}
.ev-playlist-menu .ev-categories-action-bar .ev-action-bar-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.ev-playlist-menu .ev-category-button {
  margin-right: 8px;
  margin-bottom: 0;
  color: #004050;
  font-size: 12px;
  text-transform: uppercase;
}
.ev-playlist-menu .ev-category-button.ev-is-selected {
  background-color: #000304 !important;
}
.ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar {
  margin-top: 0px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar {
    margin-top: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar {
    margin-top: 0px;
  }
}
.ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner {
  zoom: 1;
  padding: 20px 100px 20px 100px;
}
.ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner:before,
.ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner:after {
  clear: both;
}
@media all and (max-width: 768px) {
  .ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-playlist-menu.ev-use-menu-header-styles .ev-categories-action-bar .ev-action-bar-inner {
    padding: 20px 20px 20px 20px;
  }
}
.ev-standard-menu {
  position: relative;
}
.ev-standard-menu .ev-menu-items {
  margin: 0 auto;
  max-width: 1200px;
  background-color: transparent;
}
.ev-standard-menu .ev-menu-item-title-inner,
.ev-standard-menu .ev-menu-item-body-inner {
  padding-right: 30px;
}
[dir="rtl"] .ev-standard-menu .ev-menu-item-title-inner,
[dir="rtl"] .ev-standard-menu .ev-menu-item-body-inner {
  padding-right: 0;
  padding-left: 30px;
}
.ev-standard-menu .ev-menu-item-type-icon {
  float: right;
}
[dir="rtl"] .ev-standard-menu .ev-menu-item-type-icon {
  float: left;
}
.ev-standard-menu .ev-menu-item-progress-bar {
  margin-top: 4px;
  width: 70%;
  float: left;
}
.ev-standard-menu .ev-menu-item-view-button {
  float: right;
}
.ev-standard-menu .ev-menu-item-view-button.ev-locked .ev-icon {
  margin: 0;
}
.ev-standard-menu .ev-menu-item-duration {
  font-weight: bold;
}
.ev-swipe-menu {
  position: relative;
}
.ev-swipe-menu .ev-menu-items-container {
  position: relative;
}
.ev-swipe-menu .ev-menu-items-container.ev-show-controls-on-hover .ev-menu-controls-left,
.ev-swipe-menu .ev-menu-items-container.ev-show-controls-on-hover .ev-menu-controls-right {
  visibility: hidden;
  opacity: 0;
}
.ev-swipe-menu .ev-menu-items-container.ev-show-controls-on-hover:hover .ev-menu-controls-left,
.ev-swipe-menu .ev-menu-items-container.ev-show-controls-on-hover:hover .ev-menu-controls-right {
  visibility: visible;
  opacity: 1;
}
.ev-swipe-menu .ev-menu-items-container.ev-show-controls-bottom {
  padding-bottom: 64px;
}
.ev-swipe-menu .ev-menu-items {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: transparent;
}
.ev-swipe-menu .ev-menu-items-inner {
  transition: all 0.5s ease-in;
  position: relative;
  display: flex;
  z-index: 11;
}
.ev-swipe-menu .ev-menu-controls-left,
.ev-swipe-menu .ev-menu-controls-right {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control {
  margin: 0;
  border-radius: 0;
  width: 34px;
  height: 100%;
  padding: 0;
  transition: all 0.15s ease-in;
  border: none;
  background-color: transparent;
  text-align: center!important;
  background-color: #00edb5;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control .ev-icon {
  margin: 0;
  color: transparent;
  color: #004050;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:hover,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:hover,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:active,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:active,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:focus,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:focus {
  background-color: transparent;
  background-color: #004050;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:hover .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:hover .ev-icon,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:active .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:active .ev-icon,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:focus .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:focus .ev-icon {
  color: transparent;
  color: #a5ffff;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled {
  background-color: transparent;
  background-color: #909090;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:hover,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:hover,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:active,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:active,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:focus,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:focus {
  background-color: transparent;
  background-color: #909090;
}
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:hover .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:hover .ev-icon,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:active .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:active .ev-icon,
.ev-swipe-menu .ev-menu-controls-left .ev-menu-control:disabled:focus .ev-icon,
.ev-swipe-menu .ev-menu-controls-right .ev-menu-control:disabled:focus .ev-icon {
  color: transparent;
  color: #f3f3f3;
}
.ev-swipe-menu .ev-menu-controls-left.ev-is-bottom,
.ev-swipe-menu .ev-menu-controls-right.ev-is-bottom {
  top: initial;
  bottom: 10px;
}
.ev-swipe-menu .ev-menu-controls-left.ev-is-bottom .ev-menu-control,
.ev-swipe-menu .ev-menu-controls-right.ev-is-bottom .ev-menu-control {
  margin-top: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.ev-no-touchevents .ev-swipe-menu .ev-menu-controls-left.ev-is-bottom .ev-menu-control.ev-is-active:hover,
.ev-no-touchevents .ev-swipe-menu .ev-menu-controls-right.ev-is-bottom .ev-menu-control.ev-is-active:hover {
  width: 44px;
}
.ev-swipe-menu .ev-menu-controls-left {
  left: 0;
}
.ev-swipe-menu .ev-menu-controls-right {
  right: 0;
}
.ev-swipe-menu .ev-menu-item {
  position: relative;
  margin: 0;
  min-height: 300px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
  flex: 1 0 33.33333%;
}
@media all and (max-width: 768px) {
  .ev-swipe-menu .ev-menu-item {
    flex-basis: 50%;
  }
}
@media all and (max-width: 520px) {
  .ev-swipe-menu .ev-menu-item {
    flex-basis: 100%;
  }
}
.ev-swipe-menu .ev-menu-item.ev-is-visible-item {
  opacity: 1;
}
@media all and (min-width: 520px) {
  .ev-swipe-menu .ev-menu-item.ev-is-content-visible:hover {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
}
.ev-swipe-menu .ev-menu-item.ev-is-content-visible .ev-menu-item-hidden-content {
  opacity: 1;
}
@media all and (min-width: 520px) {
  .ev-swipe-menu .ev-menu-item.ev-is-content-visible.ev-supports-scaling:hover {
    transform: scale(1.05);
  }
}
@media all and (min-width: 520px) {
  .ev-swipe-menu .ev-menu-item.ev-static-content:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.ev-swipe-menu .ev-menu-item.ev-static-content:hover.ev-supports-scaling {
  transform: scale(1);
}
.ev-swipe-menu .ev-menu-item.ev-static-content .ev-menu-item-hidden-content {
  opacity: 1;
}
.ev-swipe-menu .ev-partially-show-next-item .ev-menu-item {
  flex: 1 0 31%;
  opacity: 1;
}
@media all and (max-width: 768px) {
  .ev-swipe-menu .ev-partially-show-next-item .ev-menu-item {
    flex-basis: 46%;
  }
}
@media all and (max-width: 520px) {
  .ev-swipe-menu .ev-partially-show-next-item .ev-menu-item {
    flex-basis: 90%;
  }
}
.ev-swipe-menu .ev-should-disable-item-scaling .ev-menu-item {
  flex: 0 0 33.33333%;
}
@media all and (max-width: 768px) {
  .ev-swipe-menu .ev-should-disable-item-scaling .ev-menu-item {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 520px) {
  .ev-swipe-menu .ev-should-disable-item-scaling .ev-menu-item {
    flex: 0 0 100%;
  }
}
.ev-swipe-menu .ev-menu-item-hidden-content {
  transition: opacity 0.3s;
  opacity: 0;
}
.ev-swipe-menu .ev-menu-item-title-inner,
.ev-swipe-menu .ev-menu-item-body-inner {
  padding-right: 30px;
}
[dir="rtl"] .ev-swipe-menu .ev-menu-item-title-inner,
[dir="rtl"] .ev-swipe-menu .ev-menu-item-body-inner {
  padding-right: 0;
  padding-left: 30px;
}
.ev-swipe-menu .ev-menu-item-type-icon {
  float: right;
}
.ev-swipe-menu .ev-menu-item-progress-bar {
  width: 100%;
}
.ev-swipe-menu .ev-menu-item-view-content-button {
  margin: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.ev-swipe-menu .ev-menu-item-view-content-button .ev-icon {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.ev-swipe-menu .ev-menu-item-view-content-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 8;
}
.ev-swipe-menu .ev-progress-bar-indicator,
.ev-swipe-menu .ev-progress-indicator-items {
  width: 80%;
}
.ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-accordion-component .ev-accordion-item {
  position: relative;
  z-index: 1;
  margin: 0;
}
.ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 10px;
  color: #ffffff;
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
.ev-accordion-component .ev-accordion-item-title {
  display: block;
  position: relative;
  text-decoration: none;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in, border-radius 0.25s ease-in;
  text-align: left;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-accordion-component .ev-accordion-item-title-inner {
  display: flex;
  align-items: center;
}
.ev-accordion-component .ev-accordion-item-title-text {
  flex: 1;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-accordion-component .ev-accordion-item-body {
  position: relative;
  z-index: 2;
  margin-bottom: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #a5ffff;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-accordion-component .ev-accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.ev-accordion-component .ev-accordion-item-body-inner .ev-accordion-item-video video {
  max-width: 100%;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic {
  width: 100%;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic img,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic img {
  margin: 0 auto;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video {
  width: 100%;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video video,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video video {
  margin: 0 auto;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 15px;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 15px 0 0;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left {
  display: flex;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-body-content,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-body-content,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video {
  flex: 50%;
}
@media all and (max-width: 520px) {
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left {
    display: block;
  }
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic .ev-accordion-item-graphic-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic .ev-accordion-item-graphic-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video .ev-accordion-item-video-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video .ev-accordion-item-video-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-body-content,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-body-content {
    margin-right: 0;
    margin-left: 0;
  }
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic .ev-accordion-item-graphic-inner,
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic .ev-accordion-item-graphic-inner,
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video .ev-accordion-item-video-inner,
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video .ev-accordion-item-video-inner,
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-body-content,
  [dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-body-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
  margin-left: 5%;
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
  margin-left: 0;
  margin-right: 5%;
}
@media all and (max-width: 520px) {
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 15px 0 0;
  }
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-body-content-inner {
  margin-right: 5%;
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-body-content-inner {
  margin-right: 0;
  margin-left: 5%;
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
  margin-right: 5%;
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
  margin-right: 0;
  margin-left: 5%;
}
@media all and (max-width: 520px) {
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 15px;
  }
}
.ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-body-content-inner {
  margin-left: 5%;
}
[dir='rtl'] .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-body-content-inner {
  margin-left: 0;
  margin-right: 5%;
}
.ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-inner {
  flex-direction: row-reverse;
}
.ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 10px;
}
[dir='rtl'] .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 10px;
}
.ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-text {
  margin-right: auto;
}
[dir='rtl'] .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-text {
  margin-left: auto;
  margin-right: 0;
}
.ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-attachment-component .ev-attachment-uploader-progress {
  width: 100%;
  height: 4px;
  margin-top: 36px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}
.ev-attachment-component .ev-attachment-uploader-progress .ev-attachment-uploader-progress-bar {
  background-color: #f55678;
  width: 0%;
  height: 4px;
}
.ev-attachment-component .ev-attachment-preview {
  margin-bottom: 10px;
  border: none;
  border-radius: 2px;
  background-color: transparent;
}
.ev-attachment-component .ev-attachment-preview img {
  display: block;
}
.ev-attachment-component .ev-attachment-preview video {
  width: 100%;
  height: 100;
}
.ev-attachment-component .ev-attachment-uploader-preview-name {
  margin-bottom: 10px;
}
.ev-attachment-component .ev-file-upload-status-inner {
  padding: 0;
  max-width: 90%;
}
.ev-attachment-component .ev-file-upload-status-inner .ev-icon {
  font-size: 23px;
}
.ev-attachment-component .ev-file-upload-status-inner div &gt; a {
  word-wrap: break-word;
}
.ev-attachment-component .ev-attachment-buttons {
  margin-top: 10px;
}
.ev-attachment-component input[type="file"] {
  width: 100%;
}
.ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-items {
  list-style: none;
  padding: 0;
}
.ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 3px;
  display: block;
}
.ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-audio-component .ev-audio-item {
  text-align: center;
}
.ev-audio-component .ev-audio-player-button {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.ev-audio-component .ev-audio-player-button:focus {
  opacity: 0.8;
}
.ev-audio-component .ev-audio-player-button img {
  width: 100%;
}
.ev-audio-component audio {
  width: 100%;
  max-height: 100%;
}
.ev-branching-component .ev-branching-widget {
  margin-top: 16px;
}
.ev-branching-component .ev-branching-poster.ev-has-image {
  position: relative;
}
.ev-branching-component .ev-branching-poster.ev-has-image .ev-branching-poster-image {
  position: relative;
  z-index: 0;
}
.ev-branching-component .ev-branching-poster.ev-has-image .ev-branching-poster-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
}
@media all and (min-width: 1024px) {
  .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner {
    display: flex;
  }
  .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-left,
  .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-right {
    flex: 49.5%;
  }
  .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-left {
    margin-right: 0.5%;
  }
  [dir="rtl"] .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-left {
    margin-right: 0;
    margin-left: 0.5%;
  }
  .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-right {
    margin-left: 0.5%;
  }
  [dir="rtl"] .ev-branching-component .ev-branching-item.ev-is-column-layout .ev-branching-item-inner-right {
    margin-left: 0;
    margin-right: 0.5%;
  }
}
.ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 15px;
}
.ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 15px;
}
.ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 15px;
}
.ev-branching-component .ev-branching-item-layout-right .ev-branching-item-content {
  display: flex;
}
.ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
.ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  flex: 50%;
}
.ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-content {
    display: block;
  }
  .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 15px;
  }
}
.ev-branching-component .ev-branching-item-layout-left .ev-branching-item-content {
  display: flex;
}
.ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media,
.ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  flex: 50%;
}
.ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 10px;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 0;
  padding-left: 10px;
}
.ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 10px;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 0;
  padding-left: 10px;
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-content {
    display: block;
  }
  .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media,
  .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media,
  [dir="rtl"] .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 15px;
  }
}
.ev-branching-component .ev-branching-item-content,
.ev-branching-component .ev-branching-item-instruction,
.ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 3px;
  padding: 15px 10px 15px 10px;
  background-color: #a5ffff;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-content,
  .ev-branching-component .ev-branching-item-instruction,
  .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-branching-component .ev-branching-item-content,
  .ev-branching-component .ev-branching-item-instruction,
  .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-branching-component .ev-branching-item-media video,
.ev-branching-component .ev-branching-item-media audio {
  width: 100%;
}
.ev-branching-component .ev-branching-item-iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.ev-branching-component .ev-branching-item-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ev-branching-component .ev-branching-item-options .ev-grid .ev-branching-item-option {
  margin-bottom: 0;
}
.ev-branching-component .ev-branching-item-options .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-branching-component .ev-branching-item-options .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-branching-component .ev-branching-item-options .ev-grid .ev-grid-item .ev-branching-item-option {
  height: 100%;
}
.ev-branching-component .ev-branching-item-options .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 3px 0 !important;
}
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 3px 3px 0 !important;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 3px 3px !important;
}
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(2n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-branching-component .ev-branching-item-option {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #f3622c;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-branching-component .ev-branching-item-option.ev-is-selected {
  pointer-events: none;
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-branching-component .ev-branching-item-option-text {
  flex: 1;
  text-align: left;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-branching-component .ev-branching-item-option-icon {
  margin-right: 10px;
  color: #ffffff;
  flex-shrink: 0;
}
[dir="rtl"] .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 10px;
}
.ev-branching-component .ev-branching-item-timer {
  margin-bottom: 3px;
}
.ev-branching-component .ev-branching-score-container {
  margin-bottom: 3px;
  display: flex;
  justify-content: flex-end;
}
.ev-branching-component .ev-branching-buttons {
  display: flex;
  flex-wrap: wrap;
}
.ev-branching-component .ev-branching-buttons .ev-button {
  margin-right: 0.5%;
}
@media all and (max-width: 768px) {
  .ev-branching-component .ev-branching-buttons .ev-button {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}
.ev-branching-component .ev-buttons-marking-icon {
  width: 42px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: none;
}
.ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #00edb5;
}
.ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-branching-component .ev-branching-item-story-flow-pointer {
  color: #f3622c;
  margin: auto;
  padding: 20px 0 10px;
  box-sizing: content-box;
}
.ev-branching-component .ev-branching-assessment-score {
  padding-bottom: 15px;
}
.ev-branching-component .ev-branching-progress-bar-container {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.ev-branching-component .ev-branching-progress-bar-container.ev-branching-progress-bar-container-mobile-layout .ev-branching-progress-bar-counter {
  position: relative;
  transform: none;
  margin-left: 3px;
}
.ev-branching-component .ev-branching-progress-bar-container-inner {
  display: flex;
  align-items: center;
  flex: 1;
}
.ev-branching-component .ev-branching-progress-bar-label {
  margin-right: 3px;
}
.ev-branching-component .ev-branching-progress-bar {
  flex: 1;
  height: 6px;
  background-color: #f3622c;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.ev-branching-component .ev-branching-progress-bar-highlight {
  height: 100%;
  background-color: #c35125;
  transition: all 0.5s ease-in;
  border-radius: inherit;
}
.ev-branching-component .ev-branching-progress-bar-counter {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s ease-in;
  background-color: #c35125;
  color: #ffffff;
}
.ev-branching-component .ev-branching-progress-bar-counter.ev-branching-progress-bar-counter-near-end {
  transform: translate(-100%, -50%);
}
[dir="rtl"] .ev-branching-component .ev-branching-progress-bar-counter.ev-branching-progress-bar-counter-near-end {
  transform: translate(100%, -50%);
}
.ev-branching-component .ev-branching-progress-bar-counter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ev-branching-component .ev-branching-progress-bar-counter-text-hidden {
  visibility: hidden;
}
.ev-branching-fullscreen .ev-page {
  opacity: 1;
  margin: 0 auto;
}
.ev-branching-fullscreen .ev-article {
  margin: 0 auto;
}
.ev-capture-component .ev-capture-widget,
.ev-capture-component-full-screen .ev-capture-widget {
  overflow: auto;
}
.ev-capture-component .ev-capture-play,
.ev-capture-component-full-screen .ev-capture-play {
  position: relative;
}
.ev-capture-component .ev-capture-play-button,
.ev-capture-component-full-screen .ev-capture-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-capture-component .ev-capture-play-button i,
.ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-capture-attempts-counter {
  position: relative;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  top: -100px;
  transition: opacity 0.3s, top 0.3s;
  border-radius: 3px;
  text-align: center;
}
.ev-capture-attempts-counter.ev-is-visible {
  top: 0;
  opacity: 1;
}
.ev-capture-attempts-counter-attempt {
  font-weight: bold;
}
.ev-capture-screen-directions {
  position: fixed;
  background-color: #fff;
  color: #000;
  width: 280px;
  z-index: 3;
  box-shadow: 0px 0px 10px -5px #000;
}
.ev-capture-screen-directions-content {
  padding: 20px;
  text-align: center;
}
.ev-capture-screen-directions.ev-is-visible {
  transition: bottom 0.3s;
}
.ev-capture-screen-directions.ev-is-bottom-center {
  top: auto;
  right: auto;
  left: 50%;
  margin-left: -140px;
  bottom: 0px;
}
.ev-capture-screen-directions.ev-is-bottom-center.ev-is-visible {
  bottom: 32px;
}
.ev-capture-screen-directions.ev-is-bottom-left {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 0px;
}
.ev-capture-screen-directions.ev-is-bottom-left.ev-is-visible {
  left: 32px;
}
.ev-capture-screen-directions.ev-is-bottom-right {
  top: auto;
  right: 0px;
  bottom: 32px;
  left: auto;
}
.ev-capture-screen-directions.ev-is-bottom-right.ev-is-visible {
  right: 32px;
}
.ev-capture-screen-directions.ev-is-middle-left {
  top: 45%;
  right: auto;
  bottom: auto;
  left: 0px;
}
.ev-capture-screen-directions.ev-is-middle-left.ev-is-visible {
  left: 32px;
}
.ev-capture-screen-directions.ev-is-middle-right {
  top: 45%;
  right: 0px;
  bottom: auto;
  left: auto;
}
.ev-capture-screen-directions.ev-is-middle-right.ev-is-visible {
  right: 32px;
}
.ev-capture-screen-directions.ev-is-top-center {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -140px;
}
.ev-capture-screen-directions.ev-is-top-center.ev-is-visible {
  top: 32px;
}
.ev-capture-screen-directions.ev-is-top-left {
  top: 32px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.ev-capture-screen-directions.ev-is-top-left.ev-is-visible {
  left: 32px;
}
.ev-capture-screen-directions.ev-is-top-right {
  top: 32px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.ev-capture-screen-directions.ev-is-top-right.ev-is-visible {
  right: 32px;
}
.ev-capture-screen-hint {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.ev-capture-screen-hint.ev-is-overlay-hint {
  pointer-events: none;
}
.ev-capture-component,
.ev-capture-component-full-screen {
  /*Capture Items Reset*/
  /*.ev-capture-item-slider-handle {
        position:absolute;
        transform:translateX(-50%) translateY(-50%);
    }*/
  /*.ev-capture-input-slider-widget {
        width:200px;
    }

    .ev-capture-input-slider-horizontal .ev-capture-input-slider-bar {
        top: 20px;
        height: 6px;
        width:100%;
    }

    .ev-capture-input-slider-bar {
        position: relative;
        background: #C6C6C6;
    }*/
}
.ev-capture-component .ev-capture-item,
.ev-capture-component-full-screen .ev-capture-item {
  position: absolute;
}
.ev-capture-component .ev-capture-item button,
.ev-capture-component-full-screen .ev-capture-item button,
.ev-capture-component .ev-capture-item input,
.ev-capture-component-full-screen .ev-capture-item input,
.ev-capture-component .ev-capture-item label,
.ev-capture-component-full-screen .ev-capture-item label,
.ev-capture-component .ev-capture-item textarea,
.ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-capture-component .ev-capture-item .ev-icon,
.ev-capture-component-full-screen .ev-capture-item .ev-icon {
  vertical-align: baseline;
}
.ev-capture-component .ev-capture-item .ev-icon-position-left,
.ev-capture-component-full-screen .ev-capture-item .ev-icon-position-left {
  margin-right: 8px;
  margin-left: 0px;
}
.ev-capture-component .ev-capture-item .ev-icon-position-right,
.ev-capture-component-full-screen .ev-capture-item .ev-icon-position-right {
  margin-right: 0px;
  margin-left: 8px;
}
.ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #ff004c;
}
.ev-capture-component .ev-capture-item.ev-is-correct,
.ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #00edb5;
}
.ev-capture-component .ev-capture-input-select select,
.ev-capture-component-full-screen .ev-capture-input-select select {
  transition: all 0.3s;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.ev-capture-component .ev-capture-input-checkbox-position-top label,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-top label,
.ev-capture-component .ev-capture-input-checkbox-position-bottom label,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-bottom label,
.ev-capture-component .ev-capture-input-checkbox-position-top input,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-top input,
.ev-capture-component .ev-capture-input-checkbox-position-bottom input,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-bottom input {
  display: block;
}
.ev-capture-component .ev-capture-input-checkbox-position-left label,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-left label,
.ev-capture-component .ev-capture-input-checkbox-position-right label,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-right label,
.ev-capture-component .ev-capture-input-checkbox-position-left input,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-left input,
.ev-capture-component .ev-capture-input-checkbox-position-right input,
.ev-capture-component-full-screen .ev-capture-input-checkbox-position-right input {
  display: inline-block;
}
.ev-capture-component .ev-capture-input-checkbox-custom .ev-capture-input-checkbox-custom-image,
.ev-capture-component-full-screen .ev-capture-input-checkbox-custom .ev-capture-input-checkbox-custom-image {
  display: inline-block;
}
.ev-capture-component .ev-capture-input-checkbox-custom input[type=checkbox],
.ev-capture-component-full-screen .ev-capture-input-checkbox-custom input[type=checkbox] {
  position: absolute;
}
.ev-capture-component .ev-capture-input-drop-down button .ev-icon,
.ev-capture-component-full-screen .ev-capture-input-drop-down button .ev-icon {
  color: inherit;
  display: inline-block;
}
.ev-capture-component .ev-capture-input-drop-down-list,
.ev-capture-component-full-screen .ev-capture-input-drop-down-list {
  position: relative;
  z-index: 999;
}
.ev-capture-component .ev-capture-input-drop-down-option,
.ev-capture-component-full-screen .ev-capture-input-drop-down-option {
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.ev-capture-component .ev-capture-input-drop-down-option span,
.ev-capture-component-full-screen .ev-capture-input-drop-down-option span {
  display: block;
}
.ev-capture-component .ev-capture-item-slider-widget,
.ev-capture-component-full-screen .ev-capture-item-slider-widget {
  position: relative;
  height: 1px;
  background-color: #000;
}
.ev-capture-component .ev-capture-item-slider-handle-contents,
.ev-capture-component-full-screen .ev-capture-item-slider-handle-contents {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.ev-capture-component .ev-capture-item-slider-label,
.ev-capture-component-full-screen .ev-capture-item-slider-label {
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
}
.ev-capture-component .ev-capture-input-search-drop-down-option-toggle,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-toggle,
.ev-capture-component .ev-capture-input-search-drop-down-option-select,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-select,
.ev-capture-component .ev-capture-input-search-drop-down-option-text,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-text,
.ev-capture-component .ev-capture-input-search-drop-down-option-item-select,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-item-select,
.ev-capture-component .ev-capture-input-search-drop-down-option-item-text,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-item-text {
  margin-left: 10px;
  line-height: 29px;
}
.ev-capture-component .ev-capture-input-search-drop-down-option-items,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-option-items {
  margin-left: 35px;
}
.ev-capture-component button.ev-capture-input-search-drop-down-done-button,
.ev-capture-component-full-screen button.ev-capture-input-search-drop-down-done-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee;
  border: 1px solid #cdcdcd;
  height: 32px;
  padding: 0 16px;
  min-width: 72px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  border-radius: 2px;
  transition: all .218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
  margin: 14px 15px;
}
.ev-capture-component button.ev-capture-input-search-drop-down-done-button:hover,
.ev-capture-component-full-screen button.ev-capture-input-search-drop-down-done-button:hover {
  background-color: #e0e0e0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.ev-capture-component .ev-capture-input-search-drop-down-selected-option,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-selected-option,
.ev-capture-component .ev-capture-input-search-drop-down-selected-option-item,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-selected-option-item {
  width: 500px;
  border-bottom: #ccc solid 1px;
  line-height: 26px;
}
.ev-capture-component .ev-capture-input-search-drop-down-selected-option-text,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-selected-option-text {
  margin-left: 10px;
}
.ev-capture-component .ev-capture-input-search-drop-down-selected-option-item-text,
.ev-capture-component-full-screen .ev-capture-input-search-drop-down-selected-option-item-text {
  margin-left: 20px;
}
.ev-capture-component .ev-capture-input-hover-overlay-holder,
.ev-capture-component-full-screen .ev-capture-input-hover-overlay-holder {
  position: relative;
}
.ev-capture-component .ev-capture-input-hover-overlay-popup,
.ev-capture-component-full-screen .ev-capture-input-hover-overlay-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 429.5px;
  margin-right: 10px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #ccc;
}
.ev-capture-component .ev-capture-input-hover-overlay-popup-pin,
.ev-capture-component-full-screen .ev-capture-input-hover-overlay-popup-pin {
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.ev-capture-component .ev-capture-input-hover-overlay-popup-buttons,
.ev-capture-component-full-screen .ev-capture-input-hover-overlay-popup-buttons {
  padding: 0px 16px 16px;
}
.ev-capture-component button.ev-capture-input-hover-overlay-popup-button,
.ev-capture-component-full-screen button.ev-capture-input-hover-overlay-popup-button {
  color: #4285f4;
  background-color: transparent;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
}
.ev-capture-component button.ev-capture-input-hover-overlay-popup-button:hover,
.ev-capture-component-full-screen button.ev-capture-input-hover-overlay-popup-button:hover {
  background-color: transparent;
  text-decoration: underline;
}
.ev-capture-component .ev-capture-input-button button,
.ev-capture-component-full-screen .ev-capture-input-button button {
  align-items: normal;
}
.ev-capture-screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.ev-capture-screen-panel {
  position: absolute;
}
.ev-capture-screen-panel-content {
  position: relative;
  overflow: hidden;
}
.ev-capture-progress-bar {
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 10px 10px 10px;
}
.ev-capture-progress-bar.ev-is-bottom {
  bottom: 0;
}
.ev-capture-progress-bar.ev-is-bottom .ev-capture-progress-bar-text {
  margin: 0 0 2px 0;
}
@media all and (max-width: 768px) {
  .ev-capture-progress-bar {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-capture-progress-bar {
    padding: 10px 10px 10px 10px;
  }
}
.ev-capture-progress-bar-indicator {
  overflow: hidden;
  height: 10px;
  background-color: #e0e0e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px none transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
.ev-capture-progress-bar-indicator .ev-capture-progress-bar-indicator-inner {
  height: 100%;
  background-color: #004050;
}
.ev-capture-component .ev-capture-results-overview-feedback,
.ev-capture-component-full-screen .ev-capture-results-overview-feedback {
  margin-bottom: 20px;
}
.ev-capture-component .ev-capture-results-overview,
.ev-capture-component-full-screen .ev-capture-results-overview {
  max-width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ev-capture-component .ev-capture-results-overview-screen,
.ev-capture-component-full-screen .ev-capture-results-overview-screen {
  position: relative;
  background-color: #fff;
  /*border-bottom: 1px solid #ccc;*/
}
.ev-capture-component .ev-capture-results-overview-header,
.ev-capture-component-full-screen .ev-capture-results-overview-header {
  background-color: #e0e0e0;
  text-align: center;
  padding: 20px;
}
.ev-capture-component .ev-capture-results-overview-feedback-visuals.ev-has-image .ev-capture-results-overview-image,
.ev-capture-component-full-screen .ev-capture-results-overview-feedback-visuals.ev-has-image .ev-capture-results-overview-image {
  max-width: 160px;
  margin: 0 auto;
  display: inline-block;
  margin-right: 20px;
}
.ev-capture-component .ev-capture-results-overview-feedback-visuals.ev-has-image .ev-capture-results-overview-donut,
.ev-capture-component-full-screen .ev-capture-results-overview-feedback-visuals.ev-has-image .ev-capture-results-overview-donut {
  margin-top: 0px;
  display: inline-block;
  margin-left: 20px;
}
.ev-capture-component .ev-capture-results-overview-donut,
.ev-capture-component-full-screen .ev-capture-results-overview-donut {
  margin-top: 20px;
}
.ev-capture-component .ev-capture-results-overview-screen-item,
.ev-capture-component-full-screen .ev-capture-results-overview-screen-item {
  float: left;
  width: 33%;
}
.ev-capture-component .ev-capture-results-screen-marking,
.ev-capture-component-full-screen .ev-capture-results-screen-marking {
  position: absolute;
  top: 50%;
  left: 32px;
  margin-top: -24px;
}
.ev-capture-component .ev-capture-results-screen-marking .ev-icon,
.ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-capture-component .ev-capture-results-item-content,
.ev-capture-component-full-screen .ev-capture-results-item-content {
  width: 50%;
  float: left;
}
.ev-capture-component .ev-capture-results-item-analytics,
.ev-capture-component-full-screen .ev-capture-results-item-analytics {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40%;
  margin-top: -12px;
}
.ev-capture-component .ev-capture-results-overview-list,
.ev-capture-component-full-screen .ev-capture-results-overview-list {
  background-color: #fff;
}
.ev-capture-component .ev-capture-results-overview-screen-prefix,
.ev-capture-component-full-screen .ev-capture-results-overview-screen-prefix {
  padding: 20px;
}
.ev-capture-component .ev-capture-results-item-content-inner,
.ev-capture-component-full-screen .ev-capture-results-item-content-inner {
  padding: 20px 0px 20px 112px;
}
.ev-capture-component .ev-capture-results-overview-points-count,
.ev-capture-component-full-screen .ev-capture-results-overview-points-count {
  text-align: right;
  font-weight: bold;
}
.ev-capture-component .ev-capture-results-overview-section-text,
.ev-capture-component-full-screen .ev-capture-results-overview-section-text {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.ev-capture-component .ev-capture-results-overview-recommendation,
.ev-capture-component-full-screen .ev-capture-results-overview-recommendation {
  border-bottom: 1px solid #ccc;
}
.ev-capture-component .ev-capture-results-overview-recommendation-item,
.ev-capture-component-full-screen .ev-capture-results-overview-recommendation-item {
  background-color: #e0e0e0;
  margin: 10px 0px;
  padding: 20px;
}
.ev-capture-component .ev-capture-results-overview-recommendation-item-title,
.ev-capture-component-full-screen .ev-capture-results-overview-recommendation-item-title {
  font-weight: bold;
}
.ev-capture-component .ev-capture-results-buttons,
.ev-capture-component-full-screen .ev-capture-results-buttons {
  text-align: center;
  background-color: #fff;
}
.ev-capture-screen-scenario {
  background-color: #fff;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  padding: 16px;
  z-index: 10;
}
.ev-capture-screen-scenario-body {
  margin-bottom: 10px;
}
.ev-capture-component .ev-capture-screen,
.ev-capture-component-full-screen .ev-capture-screen {
  position: relative;
  overflow: auto;
}
.ev-capture-component .ev-capture-screen-content-wrapper.ev-is-centered,
.ev-capture-component-full-screen .ev-capture-screen-content-wrapper.ev-is-centered {
  margin: 0 auto;
}
.ev-capture-component .ev-capture-screen-content-wrapper.ev-is-small-screen,
.ev-capture-component-full-screen .ev-capture-screen-content-wrapper.ev-is-small-screen {
  width: 320px;
  margin: 40px auto;
  height: 480px;
  overflow: hidden;
  border-top: 60px solid #444;
  border-right: 8px solid #444;
  border-left: 8px solid #444;
  border-bottom: 80px solid #444;
  box-sizing: content-box;
  border-bottom-left-radius: 300px 50px;
  border-bottom-right-radius: 300px 50px;
  border-top-left-radius: 300px 50px;
  border-top-right-radius: 300px 50px;
  position: relative;
  left: -8px;
}
.ev-capture-component .ev-capture-screen-content,
.ev-capture-component-full-screen .ev-capture-screen-content {
  position: relative;
  margin: 0 auto;
  /*width:1024px;*/
  width: 1440px;
  border-top: none;
}
.ev-capture-timer {
  position: fixed;
  z-index: 2;
  border-radius: 50%;
  background-color: #004050;
  z-index: 100;
}
.ev-capture-timer.ev-top-right {
  top: 32px;
  right: 32px;
}
.ev-capture-timer.ev-top-left {
  top: 32px;
  left: 32px;
}
.ev-capture-timer.ev-bottom-right {
  bottom: 32px;
  right: 32px;
}
.ev-capture-timer.ev-bottom-left {
  bottom: 32px;
  left: 32px;
}
.ev-capture-timer .ev-capture-timer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.ev-capture-component,
.ev-capture-component-full-screen {
  /*Position of tools*/
}
.ev-capture-component .ev-capture-tools,
.ev-capture-component-full-screen .ev-capture-tools {
  position: relative;
  z-index: 9999;
}
.ev-capture-component .ev-capture-tools-shadow,
.ev-capture-component-full-screen .ev-capture-tools-shadow {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ev-capture-component .ev-capture-tools-avatar,
.ev-capture-component-full-screen .ev-capture-tools-avatar {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #00edb5;
  color: #004050;
  text-align: center;
  box-shadow: 0px 0px 10px -2px #000;
  transition: background-color 0.3s;
  border: none;
  padding: 0;
  cursor: pointer;
}
.ev-capture-component .ev-capture-tools-avatar:hover,
.ev-capture-component-full-screen .ev-capture-tools-avatar:hover {
  background-color: #004050;
}
.ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-capture-component-full-screen .ev-capture-tools-avatar:hover i {
  color: #a5ffff;
}
.ev-capture-component .ev-capture-tools-avatar i,
.ev-capture-component-full-screen .ev-capture-tools-avatar i {
  display: inline-block;
  line-height: 56px;
  font-size: 24px;
  color: #004050;
}
.ev-capture-component .ev-capture-tools-avatar img,
.ev-capture-component-full-screen .ev-capture-tools-avatar img,
.ev-capture-component .ev-capture-tools-avatar i,
.ev-capture-component-full-screen .ev-capture-tools-avatar i {
  width: 56px;
  height: 56px;
}
.ev-capture-component .ev-capture-tools-avatar .ev-capture-tools-avatar-image-inner,
.ev-capture-component-full-screen .ev-capture-tools-avatar .ev-capture-tools-avatar-image-inner {
  position: relative;
  width: 56px;
  height: 112px;
  transition: top 0.3s;
  left: 0px;
  top: 0px;
}
.ev-capture-component .ev-capture-tools-avatar .ev-capture-tools-avatar-image-menu-icon,
.ev-capture-component-full-screen .ev-capture-tools-avatar .ev-capture-tools-avatar-image-menu-icon {
  transition: transform 0.3s;
}
.ev-capture-component .ev-capture-tools-avatar .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools-avatar .ev-capture-tools-menu-item-label {
  top: 18px;
}
.ev-capture-component .ev-capture-tools-avatar.ev-has-avatar-image .ev-capture-tools-avatar-image-inner,
.ev-capture-component-full-screen .ev-capture-tools-avatar.ev-has-avatar-image .ev-capture-tools-avatar-image-inner {
  top: -56px;
}
.ev-capture-component .ev-capture-tools-avatar.ev-is-menu-open .ev-capture-tools-avatar-image-menu-icon,
.ev-capture-component-full-screen .ev-capture-tools-avatar.ev-is-menu-open .ev-capture-tools-avatar-image-menu-icon {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.ev-capture-component .ev-capture-tools-avatar-image,
.ev-capture-component-full-screen .ev-capture-tools-avatar-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.ev-capture-component .ev-capture-tools-menu,
.ev-capture-component-full-screen .ev-capture-tools-menu {
  position: fixed;
  visibility: hidden;
}
.ev-capture-component .ev-capture-tools-menu.ev-is-open,
.ev-capture-component-full-screen .ev-capture-tools-menu.ev-is-open {
  visibility: visible;
}
.ev-capture-component .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools-menu-item {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 0px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  box-shadow: 0px 0px 10px -2px #000;
  cursor: pointer;
  opacity: 0;
}
.ev-capture-component .ev-capture-tools-menu-item i,
.ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  display: inline-block;
  color: #004050;
  font-size: 24px;
}
.ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #a5ffff;
}
.ev-capture-component .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item {
  opacity: 1;
}
.ev-capture-component .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools-menu-item-label {
  position: absolute;
  white-space: nowrap;
  padding: 2px 6px 2px;
  z-index: 1000;
  border-radius: 2px;
  top: 8px;
  font-size: 13px;
  color: #fff;
}
.ev-capture-component .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools-feedback {
  box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  width: 660px;
  opacity: 0;
  padding: 16px;
  transition: right 0.3s ease-out, opacity 0.3s;
  box-shadow: 0px 0px 10px -5px #000;
}
@media all and (max-width: 768px) {
  .ev-capture-component .ev-capture-tools-speech,
  .ev-capture-component-full-screen .ev-capture-tools-speech,
  .ev-capture-component .ev-capture-tools-feedback,
  .ev-capture-component-full-screen .ev-capture-tools-feedback {
    width: 70%;
  }
}
.ev-capture-component .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools-speech {
  padding: 16px 64px 16px 16px;
}
.ev-capture-component .ev-capture-tools-speech.ev-is-open,
.ev-capture-component-full-screen .ev-capture-tools-speech.ev-is-open,
.ev-capture-component .ev-capture-tools-feedback.ev-is-open,
.ev-capture-component-full-screen .ev-capture-tools-feedback.ev-is-open {
  right: 104px;
  opacity: 1;
}
.ev-capture-component .ev-capture-tools-speech-status,
.ev-capture-component-full-screen .ev-capture-tools-speech-status,
.ev-capture-component .ev-capture-tools-feedback-status,
.ev-capture-component-full-screen .ev-capture-tools-feedback-status {
  float: left;
  width: 119px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
.ev-capture-component .ev-capture-tools-speech-content,
.ev-capture-component-full-screen .ev-capture-tools-speech-content,
.ev-capture-component .ev-capture-tools-feedback-content,
.ev-capture-component-full-screen .ev-capture-tools-feedback-content {
  float: left;
}
@media all and (max-width: 768px) {
  .ev-capture-component .ev-capture-tools-speech-content,
  .ev-capture-component-full-screen .ev-capture-tools-speech-content,
  .ev-capture-component .ev-capture-tools-feedback-content,
  .ev-capture-component-full-screen .ev-capture-tools-feedback-content {
    float: none;
  }
}
.ev-capture-component .ev-capture-tools-feedback-content,
.ev-capture-component-full-screen .ev-capture-tools-feedback-content {
  width: 100%;
}
.ev-capture-component .ev-capture-tools-speech-content,
.ev-capture-component-full-screen .ev-capture-tools-speech-content {
  width: 410px;
}
@media all and (max-width: 768px) {
  .ev-capture-component .ev-capture-tools-speech-content,
  .ev-capture-component-full-screen .ev-capture-tools-speech-content {
    width: 80%;
  }
}
.ev-capture-component .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools-feedback-pin {
  position: absolute;
  width: 0;
  height: 0;
}
.ev-capture-component .ev-capture-tools-speech-next-button,
.ev-capture-component-full-screen .ev-capture-tools-speech-next-button {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  text-align: center;
  color: inherit;
}
.ev-capture-component .ev-capture-tools-speech-next-button-icon,
.ev-capture-component-full-screen .ev-capture-tools-speech-next-button-icon {
  display: inline-block;
  position: relative;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  font-size: 16px;
  height: 24px;
  color: inherit;
}
.ev-capture-component .ev-capture-tools-speech-next-button-text,
.ev-capture-component-full-screen .ev-capture-tools-speech-next-button-text {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-avatar,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-avatar {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 32px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu {
  top: auto;
  right: auto;
  bottom: 88px;
  left: 40px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-feedback {
  left: 96px;
  bottom: 32px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-feedback-pin {
  bottom: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item {
  margin-bottom: 16px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-left .ev-capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-avatar,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-avatar {
  top: auto;
  right: 32px;
  bottom: 32px;
  left: auto;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu {
  top: auto;
  right: 40px;
  bottom: 88px;
  left: auto;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-feedback {
  right: 96px;
  bottom: 32px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-feedback-pin {
  bottom: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item {
  margin-bottom: 16px;
}
.ev-capture-component .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-bottom-right .ev-capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-avatar,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-avatar {
  top: 32px;
  right: auto;
  bottom: auto;
  left: 32px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu {
  top: 88px;
  right: auto;
  bottom: auto;
  left: 40px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-feedback {
  top: 32px;
  left: 96px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-feedback-pin {
  top: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item {
  margin-top: 16px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-left .ev-capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-avatar,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-avatar {
  top: 32px;
  right: 32px;
  bottom: auto;
  left: auto;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu {
  top: 88px;
  right: 40px;
  bottom: auto;
  left: auto;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-feedback {
  top: 32px;
  right: 96px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-feedback-pin {
  top: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu.ev-is-open .ev-capture-tools-menu-item {
  margin-top: 16px;
}
.ev-capture-component .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu-item-label,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-top-right .ev-capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}
.ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-speech,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-speech,
.ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback {
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -330px;
}
@media all and (max-width: 768px) {
  .ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-speech,
  .ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-speech,
  .ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback,
  .ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback {
    margin-left: 0px;
    transform: translateX(-50%);
  }
}
.ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-speech-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-speech-pin,
.ev-capture-component .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback-pin,
.ev-capture-component-full-screen .ev-capture-tools.ev-is-popup .ev-capture-tools-feedback-pin {
  top: 0px;
  right: 0px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #ddd;
}
.ev-cardDrop-component .ev-card-drop-items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background-color: rgba(243, 98, 44, 0.1);
}
@media all and (max-width: 520px) {
  .ev-cardDrop-component .ev-card-drop-items {
    margin: 0 auto 8px;
  }
}
.ev-cardDrop-component .ev-card-drop-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  touch-action: none;
  overflow: hidden;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in, transform 0.25s ease-in;
  padding: 15px 42px 15px 42px;
  background-color: #f3622c;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-cardDrop-component .ev-card-drop-item:not(.ev-is-current-item) {
  pointer-events: none;
}
.ev-cardDrop-component .ev-card-drop-item.ev-is-current-item {
  cursor: move;
}
.ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-cardDrop-component .ev-card-drop-item.ev-is-disabled {
  pointer-events: none;
}
.ev-cardDrop-component .ev-card-drop-item.ev-card-drop-drop-zone-item {
  top: 8px;
  left: 8px;
}
.ev-cardDrop-component .ev-card-drop-item.ev-card-drop-drop-zone-item:not(.ev-is-rejected) {
  -webkit-animation: cardDropItemAnimation;
          animation: cardDropItemAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.ev-cardDrop-component .ev-card-drop-item.ev-card-drop-drop-zone-item.ev-is-rejected {
  -webkit-animation: cardDropItemRejectAnimation;
          animation: cardDropItemRejectAnimation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@media all and (max-width: 520px) {
  .ev-cardDrop-component .ev-card-drop-item {
    padding: 4px;
  }
}
.ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-cardDrop-component .ev-card-drop-zone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  box-sizing: content-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: rgba(243, 98, 44, 0.05);
  border: 2px solid #f3622c;
  padding: 8px;
  margin: 8px;
  border-radius: 0px 0px 0px 0px;
  color: #f3622c;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(243, 98, 44, 0.2);
}
.ev-cardDrop-component .ev-card-drop-zone.ev-is-disabled {
  pointer-events: none;
}
.ev-cardDrop-component .ev-card-drop-zone.ev-is-rejected {
  overflow: visible;
}
@media all and (max-width: 768px) {
  .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    padding: 4px;
    margin: 4px;
  }
}
@media all and (max-width: 520px) {
  .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    padding: 2px;
  }
}
.ev-cardDrop-component .ev-card-drop-item-drag-icon {
  position: absolute;
  top: 50%;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-top: -18px;
  padding: 6px;
  left: 8px;
  box-sizing: content-box;
  color: #ffffff;
}
.ev-cardDrop-component .ev-card-drop-indicator {
  margin: 16px auto 0;
  text-align: center;
}
.ev-cardDrop-component .ev-card-drop-indicator-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.ev-cardDrop-component .ev-card-drop-indicator-item {
  margin: 4px;
  padding: 8px;
  border-radius: 50%;
  background-color: #f3622c;
}
.ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin: 0;
}
@-webkit-keyframes cardDropItemAnimation {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1;
  }
  66% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0;
  }
}
@keyframes cardDropItemAnimation {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1;
  }
  66% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes cardDropItemRejectAnimation {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
  }
  20% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  30% {
    transform: translate3d(0, 0, 0) rotate(5deg);
    opacity: 1;
  }
  40% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  66% {
    transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
}
@keyframes cardDropItemRejectAnimation {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
  }
  20% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  30% {
    transform: translate3d(0, 0, 0) rotate(5deg);
    opacity: 1;
  }
  40% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
    opacity: 1;
  }
  66% {
    transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
}
.ev-checkboxGroup-component input[type="checkbox"] {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}
.ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #c35125;
  color: #ffffff;
  border-color: #f3622c;
  outline: 2px solid transparent !important;
}
.ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-checkboxGroup-component .ev-checkbox-group-item {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled {
  pointer-events: none;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  width: 24px;
  height: 24px;
  z-index: 0;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
[dir="rtl"] .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 10px;
}
.ev-checkboxGroup-component .ev-checkbox-group-item-text {
  flex: auto;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 3px 0 !important;
}
.ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 1.5px 3px 0 !important;
}
.ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 3px 1.5px !important;
}
.ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 3px 3px 0 !important;
}
[dir="rtl"] .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 3px 3px !important;
}
.ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-checkboxGroup-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-checkboxGroup-component .ev-buttons .ev-button {
  float: none;
}
.ev-checkboxGroup-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-checklist-component .ev-checklist-columns,
.ev-checklist-component .ev-checklist-items-list {
  list-style-type: none;
  padding: 0;
}
.ev-checklist-component .ev-checklist-columns {
  display: flex;
}
.ev-checklist-component .ev-checklist-columns .ev-checklist-items-list {
  flex: 1;
}
.ev-checklist-component .ev-checklist-item {
  display: flex;
  align-items: flex-start;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  cursor: pointer;
}
.ev-checklist-component .ev-checklist-item:focus {
  outline: none;
}
.ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #c35125;
}
.ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #c35125;
}
.ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #c35125;
}
.ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #c35125;
}
.ev-checklist-component .ev-checklist-item.ev-checklist-item-centered {
  align-items: center;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f3622c;
  transition: background-color 0.15s ease-in, border 0.15s ease-in;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: #ffffff;
  transition: color 0.15s ease-in;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #f3622c;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #c35125;
  background-color: #c35125;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked::after {
  -webkit-animation: indicatorPulsate 0.5s ease-out;
          animation: indicatorPulsate 0.5s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  display: inline;
  color: #ffffff;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(243, 98, 44, 0.6);
  border-radius: 50%;
  height: 44px;
  width: 44px;
  opacity: 0.0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
[dir="rtl"] .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 10px;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-text {
  padding: 2px 0 0 10px;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  padding: 2px 0 0 10px;
}
.ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-code-component pre {
  direction: ltr;
  text-align: left;
}
.ev-code-component code {
  padding: 0;
  border: none;
  font-family: inherit;
  color: inherit;
  background-color: inherit;
}
.ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #f3622c;
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container.ev-content {
  box-shadow: none;
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-content {
  display: flex;
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-left .ev-confidence-chart-overview-container-radar,
.ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-right .ev-confidence-chart-overview-container-radar {
  margin: 0;
}
@media all and (max-width: 768px) {
  .ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-left .ev-confidence-chart-overview-container-radar,
  .ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-right .ev-confidence-chart-overview-container-radar {
    margin: auto;
  }
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-left {
  justify-content: flex-start;
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-content.ev-is-chart-right {
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .ev-confidenceChart-component .ev-confidence-chart-overview-container-content {
    display: block;
  }
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-radar {
  width: 450px;
  height: 400px;
  margin: auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .ev-confidenceChart-component .ev-confidence-chart-overview-container-radar {
    width: 250px;
    height: 200px;
  }
}
.ev-confidenceChart-component .ev-confidence-chart-overview-container-breakdown {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-confidenceChart-component .ev-confidence-chart-overview-container-breakdown {
    width: auto;
  }
}
.ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-inner {
  padding: 10px;
}
.ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #f3622c;
  margin-right: 6px;
}
.ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #f3622c;
}
.ev-confidenceSlider-component .ev-confidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}
.ev-confidenceSlider-component .ev-confidenceSlider-range-current-value-number {
  font-weight: bold;
}
.ev-confidenceSlider-component .ev-confidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}
.ev-confidenceSlider-component .ev-confidenceSlider-range-min {
  float: left;
  text-align: left;
}
.ev-confidenceSlider-component .ev-confidenceSlider-range-max {
  float: right;
  text-align: right;
}
.ev-confidenceSlider-component .ev-rangeslider {
  margin-bottom: 22px;
}
.ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.ev-courseAssessmentResults-component .ev-label {
  margin-top: 10px;
  text-align: center;
}
.ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #f3622c;
  color: #ffffff;
}
.ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #f3622c !important;
}
.ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #f3622c !important;
}
.ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-retake {
  text-align: center;
}
.ev-dialog-component .ev-dialog-start-avatars {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ev-dialog-component .ev-dialog-start-avatar {
  flex: 0 0 19%;
  margin: 0 1% 1% 0;
  background-color: #f3622c;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .ev-dialog-component .ev-dialog-start-avatar {
    flex: 0 0 32%;
  }
}
@media all and (max-width: 520px) {
  .ev-dialog-component .ev-dialog-start-avatar {
    flex: 0 0 49%;
  }
}
[dir="rtl"] .ev-dialog-component .ev-dialog-start-avatar {
  margin: 0 0 1% 1%;
}
.ev-dialog-component .ev-dialog-start-name {
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-dialog-component .ev-dialog-start-avatar img {
  margin: auto;
  display: block;
}
.ev-dialog-component .ev-dialog-start-action {
  text-align: center;
  margin-top: 16px;
}
.ev-dialog-component .ev-dialog-items {
  margin: auto;
  width: auto;
  padding: 0;
  list-style-type: none;
}
.ev-dialog-component .ev-dialog-item {
  display: flex;
  margin-bottom: 3px;
}
.ev-dialog-component .ev-dialog-item.ev-dialog-item-right-item {
  justify-content: flex-end;
}
.ev-dialog-component .ev-dialog-item.ev-dialog-item-right-item .ev-dialog-item-inner {
  flex-direction: row-reverse;
}
.ev-dialog-component .ev-dialog-item.ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .ev-dialog-component .ev-dialog-item.ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 0;
  margin-right: 10px;
}
.ev-dialog-component .ev-dialog-item-inner {
  width: 80%;
  display: flex;
  align-items: center;
  background-color: #f3622c;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-dialog-component .ev-dialog-item-avatar {
  text-align: center;
  flex: 0 0 30%;
  margin-right: 10px;
}
[dir="rtl"] .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 0;
  margin-left: 10px;
}
.ev-dialog-component .ev-dialog-item-avatar img {
  height: 100%;
  margin: auto;
  display: block;
}
.ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-dialog-component .ev-dialog-item-message {
  flex: 1;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-dialog-component .ev-dialog-item-message {
  text-align: right!important;
}
@media all and (max-width: 520px) {
  .ev-dialog-component .ev-dialog-items {
    width: auto!important;
  }
  .ev-dialog-component .ev-dialog-item-inner {
    width: auto!important;
  }
}
.ev-discussion-component .ev-discussion-post-editor {
  display: flex;
  align-items: center;
}
.ev-discussion-component .ev-discussion-post-editor-input.ev-input-text {
  flex: 1;
  margin: 0 10px 0 0;
  padding: 12px 30px 12px 30px;
}
@media all and (max-width: 768px) {
  .ev-discussion-component .ev-discussion-post-editor-input.ev-input-text {
    padding: 12px 50px 12px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-discussion-component .ev-discussion-post-editor-input.ev-input-text {
    padding: 10px 20px 10px 20px;
  }
}
[dir="rtl"] .ev-discussion-component .ev-discussion-post-editor-input.ev-input-text {
  margin: 0 0 0 10px;
}
.ev-discussion-component .ev-discussion-posts {
  list-style-type: none;
  padding: 0;
}
.ev-discussion-component .ev-discussion-post-item {
  display: flex;
}
.ev-discussion-component .ev-discussion-post-item-inner {
  flex: 1;
}
.ev-discussion-component .ev-discussion-post-item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ev-discussion-component .ev-discussion-post-item-user-comment {
  padding-top: 30px;
}
.ev-discussion-component .ev-discussion-vote {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
  font-weight: bold;
  color: inherit;
  padding-right: 30px;
}
.ev-discussion-component .ev-discussion-vote.ev-voted {
  pointer-events: none;
  color: #ffffff;
}
.ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-discussion-component .ev-discussion-vote-score {
  font-weight: bold;
}
.ev-dragAndDrop-component .ev-dragAndDrop-widget {
  position: relative;
}
.ev-dragAndDrop-component .ev-draggable-blocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.ev-dragAndDrop-component .ev-draggable-items {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.ev-dragAndDrop-component .ev-draggable-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  cursor: move;
  display: inline-block;
  position: relative;
  touch-action: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #f3622c;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #c35125;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging {
  z-index: 99999;
}
.ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
.ev-dragAndDrop-component .ev-draggable-item:focus {
  outline: none;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 10px;
  padding-right: 40px;
  text-align: right;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  left: none;
  right: 10px;
}
.ev-dragAndDrop-component .ev-draggable-item-graphic {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: auto;
  width: 100%;
}
.ev-dragAndDrop-component .ev-drop-zones {
  display: flex;
  flex-wrap: wrap;
}
.ev-dragAndDrop-component .ev-drop-zone {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: flex;
  flex-direction: column;
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 1%;
  position: relative;
}
.ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #c35125;
  color: #ffffff;
  border-color: #c35125;
}
.ev-dragAndDrop-component .ev-drop-zone.ev-is-item-dragging.ev-display-drop-zone-pointer .ev-drop-zone-pointer-icon {
  display: block;
  -webkit-animation: dropZoneArrowPulsate 1.5s ease-out;
          animation: dropZoneArrowPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-dragAndDrop-component .ev-drop-zone:focus {
  outline: none;
}
.ev-dragAndDrop-component .ev-drop-zone:nth-child(odd) {
  margin-right: 1%;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-drop-zone:nth-child(odd) {
  margin-right: 0;
  margin-left: 1%;
}
.ev-dragAndDrop-component .ev-drop-zone:nth-child(even) {
  margin-left: 1%;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-drop-zone:nth-child(even) {
  margin-left: 0;
  margin-right: 1%;
}
.ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
}
.ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-drop-zone {
    flex: 1 0 100%;
    max-width: none;
    margin: 0 0 1% 0 !important;
  }
}
.ev-dragAndDrop-component .ev-drop-zone-pointer-icon {
  display: none;
  background-color: #f3622c;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}
.ev-dragAndDrop-component .ev-drop-zone-content {
  position: relative;
  min-height: 180px;
  flex: 1 1 auto;
  border: 2px solid #f3622c;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-dragAndDrop-component .ev-drop-zone-graphic {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ev-dragAndDrop-component .ev-drop-zone-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #f3622c;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #f3622c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.ev-dragAndDrop-component .ev-drop-zones-top .ev-draggable-items {
  margin-top: 10px;
}
.ev-dragAndDrop-component .ev-drop-zones-right .ev-drag-and-drop-layout-container {
  display: flex;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-drop-zones-right .ev-drag-and-drop-layout-container {
    flex-wrap: wrap;
  }
}
.ev-dragAndDrop-component .ev-drop-zones-right .ev-draggable-items {
  flex: 1 0 30%;
  box-sizing: border-box;
  padding-right: 10px;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-drop-zones-right .ev-draggable-items {
    flex: 1 0 100%;
    padding: 0;
  }
}
.ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones {
  flex: 1 0 70%;
  max-width: 70%;
  box-sizing: border-box;
  padding-left: 10px;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones {
    flex: 1 0 100%;
    max-width: none;
    padding: 0;
  }
}
.ev-dragAndDrop-component .ev-two-column .ev-draggable-items {
  padding-right: 10px;
}
.ev-dragAndDrop-component .ev-two-column .ev-drop-zones {
  padding-left: 10px;
}
.ev-dragAndDrop-component .ev-two-column-reverse .ev-draggable-items {
  order: 2;
  padding-left: 10px;
}
.ev-dragAndDrop-component .ev-two-column-reverse .ev-drop-zones {
  order: 1;
  padding-right: 10px;
}
.ev-dragAndDrop-component .ev-two-column .ev-drag-and-drop-layout-container,
.ev-dragAndDrop-component .ev-two-column-reverse .ev-drag-and-drop-layout-container {
  display: flex;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-two-column .ev-drag-and-drop-layout-container,
  .ev-dragAndDrop-component .ev-two-column-reverse .ev-drag-and-drop-layout-container {
    flex-wrap: wrap;
  }
}
.ev-dragAndDrop-component .ev-two-column .ev-draggable-items,
.ev-dragAndDrop-component .ev-two-column-reverse .ev-draggable-items {
  flex: 1 0 50%;
  box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-two-column .ev-draggable-items,
  .ev-dragAndDrop-component .ev-two-column-reverse .ev-draggable-items {
    flex: 1 0 100%;
    padding: 0;
  }
}
.ev-dragAndDrop-component .ev-two-column .ev-drop-zones,
.ev-dragAndDrop-component .ev-two-column-reverse .ev-drop-zones {
  flex: 1 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .ev-dragAndDrop-component .ev-two-column .ev-drop-zones,
  .ev-dragAndDrop-component .ev-two-column-reverse .ev-drop-zones {
    flex: 1 0 100%;
    max-width: none;
    padding: 0;
  }
}
.ev-dragAndDrop-component .ev-draggabble-items-grid-layout .ev-draggable-items {
  display: flex;
  flex-wrap: wrap;
}
.ev-dragAndDrop-component .ev-draggabble-items-grid-layout .ev-draggable-items .ev-draggable-item:nth-child(odd) {
  margin-right: 2%;
  width: 49%;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-draggabble-items-grid-layout .ev-draggable-items .ev-draggable-item:nth-child(odd) {
  margin-right: 0;
  margin-left: 2%;
}
.ev-dragAndDrop-component .ev-draggabble-items-grid-layout .ev-draggable-items .ev-draggable-item:nth-child(even) {
  margin-right: 0;
  width: 49%;
}
.ev-dragAndDrop-component .ev-drop-zones-compact .ev-drop-zone-content {
  min-height: 0;
}
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone {
  display: flex;
  flex-direction: row;
  flex: 1 0 100%;
  max-width: none;
  margin: 0 0 1% 0;
}
[dir='rtl'] .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone {
  margin: 0 0 1% 0;
}
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content,
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  width: 50%;
}
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
@-webkit-keyframes dropZoneArrowPulsate {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(0, 25%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -25%);
    opacity: 0;
  }
}
@keyframes dropZoneArrowPulsate {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(0, 25%);
    opacity: 1;
  }
  100% {
    transform: translate(0, -25%);
    opacity: 0;
  }
}
.ev-flipCard-component .ev-flipCard-widget {
  box-sizing: border-box;
}
.ev-flipCard-component .ev-grid {
  transform: translate(0, 0);
}
.ev-flowChart-widget .ev-flowchart-items {
  padding: 0;
  list-style: none;
}
.ev-flowChart-widget .ev-flowchart-item {
  margin-bottom: 30px;
}
.ev-flowChart-widget .ev-flowchart-item-title-inner {
  font-weight: 700;
  line-height: 1.25;
  font-kerning: normal;
}
[dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-title-inner {
  text-align: right!important;
}
.ev-flowChart-widget .ev-flowchart-item-body-inner a {
  background-color: transparent!important;
  border: none!important;
  color: #f3622c;
  text-decoration: underline;
}
.ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
[dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-body-inner {
  text-align: right!important;
}
.ev-flowChart-widget .ev-flowchart-item-content-graphic img {
  margin: auto;
}
.ev-flowChart-widget .ev-flowchart-item-content {
  display: flex;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left .ev-flowchart-item-content-text {
  padding-left: 30px;
}
[dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left .ev-flowchart-item-content-text {
  padding-left: 0;
  padding-right: 30px;
}
@media all and (max-width: 768px) {
  .ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left .ev-flowchart-item-content-graphic {
    margin-bottom: 30px;
  }
  .ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left .ev-flowchart-item-content-text {
    margin-bottom: 0;
  }
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right .ev-flowchart-item-content-text {
  padding-right: 30px;
}
[dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right .ev-flowchart-item-content-text {
  padding-right: 0;
  padding-left: 30px;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-third .ev-flowchart-item-content-text,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-third .ev-flowchart-item-content-text {
  flex: 70%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-third .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-third .ev-flowchart-item-content-graphic {
  flex: 30%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-half .ev-flowchart-item-content-text,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-half .ev-flowchart-item-content-text {
  flex: 50%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-half .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-half .ev-flowchart-item-content-graphic {
  flex: 50%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-two-third .ev-flowchart-item-content-text,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-two-third .ev-flowchart-item-content-text {
  flex: 30%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-left.ev-flowchart-item-content-graphic-width-two-third .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-right.ev-flowchart-item-content-graphic-width-two-third .ev-flowchart-item-content-graphic {
  flex: 70%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-top,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-bottom,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-no-graphic {
  flex-wrap: wrap;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-top .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-bottom .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-no-graphic .ev-flowchart-item-content-graphic,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-top .ev-flowchart-item-content-text,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-bottom .ev-flowchart-item-content-text,
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-no-graphic .ev-flowchart-item-content-text {
  flex: 100%;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-top .ev-flowchart-item-content-graphic {
  margin-bottom: 30px;
}
.ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-bottom .ev-flowchart-item-content-text {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .ev-flowChart-widget .ev-flowchart-item-content.ev-flowchart-item-content-layout-bottom .ev-flowchart-item-content-text {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-flowChart-widget .ev-flowchart-item-content {
    display: block;
  }
  .ev-flowChart-widget .ev-flowchart-item-content-text,
  .ev-flowChart-widget .ev-flowchart-item-content-graphic {
    padding: 0!important;
  }
  [dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-content-text,
  [dir="rtl"] .ev-flowChart-widget .ev-flowchart-item-content-graphic {
    padding: 0!important;
  }
  .ev-flowChart-widget .ev-flowchart-item-content-text {
    margin-bottom: 30px;
  }
}
.ev-flowChart-widget .ev-flowchart-next-item {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.ev-flowChart-widget .ev-flowchart-next-item.ev-flowchart-next-item-button {
  cursor: pointer;
}
.ev-flowChart-widget .ev-flowchart-next-item .ev-icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.ev-gallery-widget {
  position: relative;
}
.ev-gallery-component {
  /* Mozilla button fix - puts extra margin and padding on for no reason */
}
.ev-gallery-component img {
  width: 100%;
  height: auto;
}
.ev-gallery-component button:hover .ev-gallery-item-image,
.ev-gallery-component button:focus .ev-gallery-item-image {
  opacity: 0.6;
}
.ev-gallery-component button:hover.ev-selected,
.ev-gallery-component button:focus.ev-selected {
  background-color: #f3622c;
}
.ev-gallery-component button:focus.ev-selected {
  opacity: 0.6;
}
.ev-gallery-component .ev-selected {
  background-color: #f3622c;
}
.ev-gallery-component .ev-selected .ev-gallery-item-image {
  opacity: 0.7;
}
.ev-gallery-component .ev-gallery-image {
  position: relative;
  overflow: hidden;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-gallery-component .ev-gallery-image.ev-top {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-gallery-component .ev-gallery-image-select {
  font-size: 0;
  text-align: center;
  background-color: #f3622c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-gallery-component .ev-gallery-image-select .ev-gallery-image-select-inner {
  padding: 0px 1px;
  list-style: none;
  margin: 0;
}
.ev-gallery-component .ev-gallery-item {
  display: inline-block;
  width: 12.5%;
}
.ev-gallery-component .ev-gallery-item-inner {
  margin: 2px 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  transition: all 0.25s ease-in;
  background-color: #f3622c;
}
.ev-gallery-component .ev-gallery-item-inner:hover,
.ev-gallery-component .ev-gallery-item-inner:focus {
  background-color: #000;
}
.ev-gallery-component .ev-gallery-toggle-autoplay {
  position: absolute;
  right: 15px;
  margin: 0;
}
.ev-gallery-component .ev-gallery-toggle-autoplay.ev-gallery-toggle-autoplay-top {
  bottom: 15px;
}
.ev-gallery-component .ev-gallery-toggle-autoplay.ev-gallery-toggle-autoplay-bottom {
  top: 15px;
}
.ev-gallery-component .ev-gallery-toggle-autoplay i {
  margin-right: 0px;
  color: #004050;
}
.ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #a5ffff;
}
.ev-gallery-component button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media all and (max-width: 768px) {
  .ev-gallery-component .ev-gallery-item {
    display: inline-block;
    width: 25%;
  }
  .ev-gallery-component .ev-gallery-item:nth-child(n+4) .ev-gallery-item-inner {
    margin-top: 0px;
  }
  .ev-gallery-component .ev-gallery-item-inner {
    margin: 2px 1px;
  }
}
.ev-game-controller {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
}
.ev-game-controller .ev-game-exit-button {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
}
.ev-game-controller .ev-game-notification-container {
  position: absolute;
  z-index: 999;
  top: 70px;
  right: 16px;
}
.ev-game-controller .ev-game-notification {
  padding: 8px 16px;
  margin-bottom: 16px;
  min-width: 88px;
  text-align: center;
  font-size: 16px;
  background-color: #00edb5;
  color: #a5ffff;
  border-radius: 100px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.ev-game-controller .ev-game-dialog,
.ev-game-controller .ev-game-carousel-dialog {
  padding: 24px;
  margin: 24px auto;
  max-width: 1024px;
  background-color: transparent;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-dialog,
  .ev-game-controller .ev-game-carousel-dialog {
    padding: 8px;
    margin: 0 auto;
  }
}
.ev-game-controller .ev-game-dialog-title {
  margin: 0px 0px 16px 0px;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-dialog-title {
    margin: 0px 0px 16px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-dialog-title {
    margin: 0px 0px 16px 0px;
  }
}
.ev-game-controller .ev-game-dialog-title-inner {
  color: #212121;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-dialog-title-inner {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-dialog-title-inner {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-dialog-body {
  margin: 0px 0px 16px 0px;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-dialog-body {
    margin: 0px 0px 16px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-dialog-body {
    margin: 0px 0px 16px 0px;
  }
}
.ev-game-controller .ev-game-dialog-body-inner {
  color: #212121;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-dialog-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-dialog-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-dialog-graphic {
  margin-bottom: 16px;
}
.ev-game-controller .ev-game-dialog-graphic img {
  margin: 0 auto;
}
.ev-game-controller .ev-game-dialog-actions {
  text-align: center;
}
.ev-game-controller .ev-game-dialog-actions .ev-button {
  background-color: #00edb5;
  border-color: transparent;
  color: #ffffff;
  margin-right: 8px;
}
[dir="rtl"] .ev-game-controller .ev-game-dialog-actions .ev-button {
  margin-right: 0;
  margin-left: 8px;
}
.ev-no-touchevents .ev-game-controller .ev-game-dialog-actions .ev-button:hover,
.ev-game-controller .ev-game-dialog-actions .ev-button:focus {
  background-color: #00d1a2;
  border-color: transparent;
  color: #ffffff;
}
.ev-game-controller .ev-game-dialog-actions .ev-button:last-child {
  margin-right: 0;
}
[dir="rtl"] .ev-game-controller .ev-game-dialog-actions .ev-button:last-child {
  margin-left: 0;
}
.ev-game-controller .ev-game-dialog-actions .ev-button-exit {
  background-color: #ff004c;
  border-color: transparent;
  color: #a5ffff;
}
.ev-no-touchevents .ev-game-controller .ev-game-dialog-actions .ev-button-exit:hover,
.ev-game-controller .ev-game-dialog-actions .ev-button-exit:focus {
  background-color: #d40040;
  border-color: transparent;
  color: #a5ffff;
}
.ev-game-controller .ev-game-carousel-container {
  display: flex;
  align-items: center;
}
.ev-game-controller .ev-game-carousel-container .ev-carousel {
  flex: 1;
  margin: 16px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-carousel-container .ev-carousel {
    margin: 8px;
  }
}
.ev-game-controller .ev-game-carousel-dialog-control {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  background-color: #00edb5;
  border-color: transparent;
}
.ev-no-touchevents .ev-game-controller .ev-game-carousel-dialog-control:hover,
.ev-game-controller .ev-game-carousel-dialog-control:focus {
  background-color: #00d1a2;
  border-color: transparent;
}
.ev-no-touchevents .ev-game-controller .ev-game-carousel-dialog-control:hover .ev-icon,
.ev-game-controller .ev-game-carousel-dialog-control:focus .ev-icon {
  color: #ffffff;
  margin: 0;
}
.ev-game-controller .ev-game-carousel-dialog-control:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.ev-game-controller .ev-game-carousel-dialog-control .ev-icon {
  color: #ffffff;
  margin: 0;
}
.ev-game-controller .ev-game-carousel-dialog-content .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  margin-bottom: 16px;
  border-color: #00edb5;
}
.ev-game-controller .ev-game-carousel-dialog-content .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5 !important;
}
.ev-no-touchevents .ev-game-controller .ev-game-carousel-dialog-content .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-game-controller .ev-game-carousel-dialog-content .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  background-color: #00d1a2;
}
.ev-game-controller .ev-game-carousel-graphic.ev-is-top {
  margin-bottom: 16px;
}
.ev-game-controller .ev-game-carousel-graphic img {
  margin: 0 auto;
}
.ev-game-controller .ev-game-status-bar {
  background-color: #00edb5;
}
.ev-game-controller .ev-game-status-bar-inner {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 80px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-status-bar-inner {
    padding: 8px;
  }
}
.ev-game-controller .ev-game-status-bar-character {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ev-game-controller .ev-game-status-bar-character img[src$=".ev-svg"] {
  width: auto!important;
}
.ev-game-controller .ev-game-status-bar-character-icon {
  color: #ffffff;
}
.ev-game-controller .ev-game-status-bar-rank-progress {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
}
[dir="rtl"] .ev-game-controller .ev-game-status-bar-rank-progress {
  padding: 0 16px 0 0;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-status-bar-rank-progress {
    padding: 0 0 0 8px;
  }
  [dir="rtl"] .ev-game-controller .ev-game-status-bar-rank-progress {
    padding: 0 8px 0 0;
  }
}
.ev-game-controller .ev-game-status-bar-rank-progress .ev-game-progress-bar-container {
  flex: 1;
  padding: 0 16px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-status-bar-rank-progress .ev-game-progress-bar-container {
    padding: 0 8px;
  }
}
.ev-game-controller .ev-game-status-bar-rank-progress-rank-label {
  padding: 0 16px 0 0;
  color: #ffffff;
}
[dir="rtl"] .ev-game-controller .ev-game-status-bar-rank-progress-rank-label {
  padding: 0 0 0 16px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-status-bar-rank-progress-rank-label {
    display: none;
  }
}
.ev-game-controller .ev-game-status-bar-rank-progress-rank {
  padding: 6px;
  min-width: 56px;
  text-align: center;
  font-size: 16px;
  background-color: #004050;
  color: #a5ffff;
  border-radius: 100px;
}
.ev-game-controller .ev-game-status-bar-multiplayer-character {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 46px;
}
.ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-progress-bar-container {
  flex: 1;
  padding: 0 16px;
}
.ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-progress-bar-counter {
  transform: translate(0, -50%) !important;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-status-bar-multiplayer-character {
    margin-right: 5px;
  }
  .ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-status-bar-character {
    height: 26px;
  }
  .ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-progress-bar-container {
    padding: 0;
    margin-left: 2px;
  }
  .ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-progress-bar-highlight {
    display: none;
  }
  .ev-game-controller .ev-game-status-bar-multiplayer-character .ev-game-progress-bar-counter {
    border-radius: 3px;
    left: 0!important;
    padding: 6px 0;
    width: 100%;
    min-width: 0;
  }
}
.ev-game-controller .ev-game-progress-bar-container {
  display: flex;
  align-items: center;
}
.ev-game-controller .ev-game-progress-bar {
  flex: 1;
  height: 6px;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 100px;
}
.ev-game-controller .ev-game-progress-bar-highlight {
  height: 100%;
  border-radius: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: width 1s ease-in;
  background-color: #004050;
}
.ev-game-controller .ev-game-progress-bar-counter {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 6px;
  min-width: 56px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 1s ease-in;
  font-size: 14px;
  background-color: #00edb5;
  color: #a5ffff;
  border-radius: 100px;
}
.ev-game-controller .ev-game-progress-bar-counter.ev-game-progress-bar-counter-near-end {
  transform: translate(-100%, -50%);
}
.ev-game-controller .ev-game-character-select {
  min-height: 100vh;
  padding: 16px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-character-select {
    padding: 8px;
  }
}
.ev-game-controller .ev-game-character-select-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.ev-game-controller .ev-game-character-select-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  flex: 0 0 25%;
}
.ev-no-touchevents .ev-game-controller .ev-game-character-select-item:hover .ev-game-character-select-item-name,
.ev-no-touchevents .ev-game-controller .ev-game-character-select-item:hover .ev-game-character-select-item-icon {
  color: #00d1a2;
}
.ev-game-controller .ev-game-character-select-item input {
  position: absolute;
  opacity: 0;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-character-select-item {
    padding: 8px;
  }
}
.ev-game-controller .ev-game-character-select-item-image {
  margin-bottom: 8px;
}
.ev-game-controller .ev-game-character-select-item-image-icon {
  font-size: 46px;
  height: 46px;
  width: 46px;
  margin-bottom: 8px;
}
.ev-game-controller .ev-game-character-select-item-name {
  margin-bottom: 8px;
  color: #00edb5;
  transition: color 0.15s ease-in;
  text-align: center;
}
.ev-game-controller .ev-game-character-select-item-icon {
  color: #00edb5;
  transition: color 0.15s ease-in;
  margin: 0 auto;
}
.ev-game-controller .ev-game-start,
.ev-game-controller .ev-game-end {
  padding: 16px;
  min-height: calc(100vh - 80px);
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-start,
  .ev-game-controller .ev-game-end {
    padding: 8px;
  }
}
.ev-game-controller .ev-game-stats {
  list-style: none!important;
  padding-left: 0;
}
.ev-game-controller .ev-game-stats-item {
  margin-bottom: 8px;
  color: #212121;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-stats-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-stats-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-stats-item-value {
  color: #00edb5;
}
.ev-game-controller .ev-game-end-multiplayer-characters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ev-game-controller .ev-game-end-multiplayer-character {
  width: 100px;
  margin-right: 16px;
}
.ev-game-controller .ev-game-end-multiplayer-character:last-child {
  margin-right: 0;
}
.ev-game-controller .ev-game-round {
  position: relative;
  padding: 16px;
  min-height: calc(100vh - 80px);
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-round {
    padding: 8px;
  }
}
.ev-game-controller .ev-game-round.ev-has-timer .ev-game-round-of-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 16px;
}
.ev-game-controller .ev-game-round-of-text {
  margin-bottom: 16px;
  color: #909090;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-round-of-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-round-of-text {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-round-indicator-instruction {
  margin-bottom: 8px;
  color: #909090;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-round-indicator-instruction {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-round-indicator-instruction {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-round-indicator-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-game-controller .ev-game-round-power-ups {
  display: flex;
  align-items: center;
  margin: 16px auto;
  max-width: 960px;
}
.ev-game-controller .ev-game-round-power-up-button {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.25s ease-in;
  color: #00edb5;
  outline: none;
}
.ev-game-controller .ev-game-round-power-up-button:hover,
.ev-game-controller .ev-game-round-power-up-button:active,
.ev-game-controller .ev-game-round-power-up-button:focus {
  color: #00edb5;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-game-controller .ev-game-round-power-up-button:disabled {
  cursor: default;
}
.ev-game-controller .ev-game-round-power-up-button:disabled:not(.ev-is-active) {
  opacity: 0.4;
}
.ev-game-controller .ev-game-round-power-up-button.ev-is-active {
  opacity: 1;
  transform: scale(1.2);
}
.ev-game-controller .ev-game-round-power-up-button:last-child {
  margin-right: 0;
}
.ev-game-controller .ev-game-round-power-up-button .ev-icon {
  color: inherit;
  margin: 0 6px 0 0;
}
[dir="rtl"] .ev-game-controller .ev-game-round-power-up-button .ev-icon {
  margin: 0 0 0 6px;
}
.ev-game-controller .ev-game-round-indicator-item {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 6px;
  margin: 6px 8px;
  box-sizing: content-box;
  border-radius: 50%;
  border: 2px solid;
  border-color: #004050;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-round-indicator-item {
    height: 14px;
    width: 14px;
    padding: 6px;
    margin: 2px;
  }
  .ev-game-controller .ev-game-round-indicator-item .ev-icon {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
}
.ev-game-controller .ev-game-round-indicator-item .ev-icon {
  color: #004050;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ev-game-controller .ev-game-round-indicator-item::after {
  background: rgba(0, 64, 80, 0.4);
  border-radius: 50%;
  height: 64px;
  width: 64px;
  opacity: 0.0;
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.ev-game-controller .ev-game-round-indicator-item.ev-is-current-item-complete::after {
  -webkit-animation: indicatorPulsate 1.5s ease-out;
          animation: indicatorPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-game-controller .ev-game-round-indicator-item.ev-is-correct {
  background-color: #004050;
}
.ev-game-controller .ev-game-round-indicator-item.ev-is-correct .ev-icon {
  color: #a5ffff;
}
.ev-game-controller .ev-game-round-indicator-item.ev-is-incorrect {
  background-color: #004050;
}
.ev-game-controller .ev-game-round-indicator-item.ev-is-incorrect .ev-icon {
  color: #a5ffff;
}
.ev-game-controller .ev-game-round-question {
  margin: 0 auto;
  max-width: 960px;
}
.ev-game-controller .ev-game-round-question-actions {
  text-align: right;
}
.ev-game-controller .ev-game-round-question-action-button {
  margin-left: 8px;
  background-color: transparent;
  border-color: #ff004c;
  color: #ff004c;
  opacity: 1;
}
.ev-game-controller .ev-game-round-question-action-button:hover,
.ev-game-controller .ev-game-round-question-action-button:focus,
.ev-game-controller .ev-game-round-question-action-button:disabled {
  background-color: #ff004c;
  border-color: #d40040;
  color: #ffffff;
}
.ev-game-controller .ev-game-round-question-action-button:disabled {
  opacity: 0.3;
}
.ev-game-controller .ev-game-round-question-action-button.is-hidden {
  opacity: 0;
}
.ev-game-controller .ev-game-round-question-timer {
  position: relative;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 8px;
  background-color: #00edb5;
}
.ev-game-controller .ev-game-round-question-timer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.ev-game-controller .ev-game-question-text {
  margin-bottom: 16px;
  color: #004050;
  text-align: center;
  font-family: Arial;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-question-instruction-text {
  margin-bottom: 16px;
  color: #909090;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-instruction-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-instruction-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.ev-game-controller .ev-game-question-item {
  position: relative;
  background-color: #004050;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #EDEDED;
  border-right: 1px none #EDEDED;
  border-bottom: 1px none #EDEDED;
  border-left: 1px none #EDEDED;
  color: #a5ffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-question-item-button {
  background-color: #004050;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-item-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-item-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-question-item,
.ev-game-controller .ev-game-question-item-button {
  position: relative;
}
.ev-game-controller .ev-game-question-item.ev-is-correct .ev-game-question-item-icon,
.ev-game-controller .ev-game-question-item-button.ev-is-correct .ev-game-question-item-icon {
  background-color: #a5ffff;
}
.ev-game-controller .ev-game-question-item.ev-is-incorrect .ev-game-question-item-icon,
.ev-game-controller .ev-game-question-item-button.ev-is-incorrect .ev-game-question-item-icon {
  background-color: #a5ffff;
}
.ev-game-controller .ev-game-question-item:disabled,
.ev-game-controller .ev-game-question-item-button:disabled {
  cursor: default;
}
.ev-game-controller .ev-game-question-item-icon {
  position: absolute;
  top: 50%;
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-top: -18px;
  padding: 6px;
  left: 8px;
  box-sizing: content-box;
  border-radius: 50%;
  color: #004050;
}
.ev-game-controller .ev-game-question-multiple-choice-items {
  display: flex;
  flex-wrap: wrap;
}
.ev-game-controller .ev-game-question-multiple-choice-item {
  flex: 0 0 49%;
  overflow: hidden!important;
  padding: 24px 44px;
}
.ev-game-controller .ev-game-question-multiple-choice-item:nth-child(odd) {
  margin: 0 1% 16px 0;
}
[dir="rtl"] .ev-game-controller .ev-game-question-multiple-choice-item:nth-child(odd) {
  margin: 0 0 16px 1%;
}
.ev-game-controller .ev-game-question-multiple-choice-item:nth-child(even) {
  margin: 0 0 16px 1%;
}
[dir="rtl"] .ev-game-controller .ev-game-question-multiple-choice-item:nth-child(even) {
  margin: 0 1% 16px 0;
}
.ev-game-controller .ev-game-question-multiple-choice-item:disabled {
  cursor: default;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-multiple-choice-item {
    flex: 0 0 100%;
    margin: 0 0 8px 0!important;
    padding: 16px;
  }
}
.ev-game-controller .ev-game-question-graphic-multiple-choice-content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-graphic-multiple-choice-content {
    display: block;
  }
}
.ev-game-controller .ev-game-question-graphic-multiple-choice-content-graphic {
  flex: 0 0 50%;
  margin: 0px 16px 0 0px;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-graphic-multiple-choice-content-graphic {
    flex: 0 0 30%;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-graphic-multiple-choice-content-graphic {
    flex: none;
    margin: 0px 0px 16px 0px;
  }
}
.ev-game-controller .ev-game-question-true-false-card {
  padding: 24px;
  max-width: 440px;
  margin: 24px auto;
}
.ev-game-controller .ev-game-question-true-false-card .ev-game-question-instruction-text {
  color: #a5ffff;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-true-false-card {
    padding: 8px;
    margin: 0 auto;
  }
}
.ev-game-controller .ev-game-question-true-false-card-text {
  min-height: 120px;
  margin-bottom: 16px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-true-false-card-text {
    min-height: 88px;
  }
}
.ev-game-controller .ev-game-question-true-false-card-buttons {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.ev-game-controller .ev-game-question-true-false-button {
  flex: 0 0 49%;
  position: relative;
  overflow: hidden!important;
  padding: 16px 44px;
  border: 2px solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: transparent;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-true-false-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-true-false-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-question-true-false-button.ev-is-true {
  margin: 0 1% 0 0;
  color: transparent;
  color: #a5ffff;
}
[dir="rtl"] .ev-game-controller .ev-game-question-true-false-button.ev-is-true {
  margin: 0 0 0 1%;
}
.ev-game-controller .ev-game-question-true-false-button.ev-is-false {
  margin: 0 0 0 1%;
  color: transparent;
  color: #a5ffff;
}
[dir="rtl"] .ev-game-controller .ev-game-question-true-false-button.ev-is-false {
  margin: 0 1% 0 0;
}
.ev-game-controller .ev-game-question-drop-items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  width: 260px;
  height: 160px;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-drop-items {
    margin: 0 auto 8px;
  }
}
.ev-game-controller .ev-game-question-drop-item,
.ev-game-controller .ev-game-question-drop-zone-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  touch-action: none;
  padding: 16px;
  width: 260px;
  height: 160px;
}
.ev-game-controller .ev-game-question-drop-item.ev-is-current-item,
.ev-game-controller .ev-game-question-drop-zone-item.ev-is-current-item {
  cursor: move;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-drop-item,
  .ev-game-controller .ev-game-question-drop-zone-item {
    padding: 4px;
  }
}
.ev-game-controller .ev-game-question-drop-item {
  transition: transform 0.25s ease-in;
}
.ev-game-controller .ev-game-question-drop-zone-item {
  -webkit-animation: dropItemDown;
          animation: dropItemDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  top: 10px;
  left: 10px;
}
.ev-game-controller .ev-game-question-drop-zones {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.ev-game-controller .ev-game-question-drop-zone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  width: 280px;
  height: 180px;
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-game-controller .ev-game-question-drop-zone {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-drop-zone {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
  }
}
.ev-game-controller .ev-game-question-ordering-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ev-game-controller .ev-game-question-ordering-item {
  flex: 0 0 23%;
  padding: 16px;
  min-height: 124px;
  margin: 1%;
}
@media all and (max-width: 520px) {
  .ev-game-controller .ev-game-question-ordering-item {
    flex: 0 0 48%;
    padding: 16px;
    min-height: 104px;
    margin: 0 1% 8px;
  }
}
.ev-game-controller .ev-game-question-ordering-item-ripple-container {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}
.ev-game-controller .ev-game-question-ordering-item-answer {
  position: absolute;
  top: -22px;
  margin-left: -22px;
  left: 50%;
  background: #004050;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@-webkit-keyframes indicatorPulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@keyframes indicatorPulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@-webkit-keyframes dropItemDown {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1.0;
  }
  33% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  66% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  100% {
    transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0.0;
  }
}
@keyframes dropItemDown {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1.0;
  }
  33% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  66% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 1.0;
  }
  100% {
    transform: translate3d(0, 50%, 0) scale(0.8);
    opacity: 0.0;
  }
}
.ev-is-ie-11 .ev-game-controller .ev-game-character-select-item {
  flex: none;
  width: 25%;
  display: block;
}
.ev-is-ie-11 .ev-game-controller .ev-game-question-multiple-choice-item,
.ev-is-ie-11 .ev-game-controller .ev-game-question-true-false-button {
  flex: none;
  width: 49%;
}
.ev-is-ie-11 .ev-game-controller .ev-game-question-ordering-item {
  flex: none;
  width: 23%;
}
.ev-is-ie-11 .ev-game-controller .ev-game-question-graphic-multiple-choice-content-graphic {
  flex: none;
  width: 50%;
}
.ev-gif-widget img {
  margin: 0 auto;
}
.ev-gmcq-component.ev-component-left .ev-gmcq-items,
.ev-gmcq-component.ev-component-right .ev-gmcq-items {
  display: flex;
  flex-wrap: wrap;
}
.ev-gmcq-component.ev-component-left .ev-gmcq-item,
.ev-gmcq-component.ev-component-right .ev-gmcq-item {
  width: 50%;
}
@media all and (max-width: 520px) {
  .ev-gmcq-component.ev-component-left .ev-gmcq-item,
  .ev-gmcq-component.ev-component-right .ev-gmcq-item {
    width: auto;
  }
}
.ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 3px 3px 0;
}
.ev-gmcq-component .ev-gmcq-items .ev-grid-item {
  display: flex;
  flex: 1;
  margin: 0 !important;
}
.ev-gmcq-component .ev-gmcq-items .ev-grid-item .ev-grid-item-inner {
  display: flex;
  flex: 1;
  padding: 0 !important;
}
.ev-gmcq-component .ev-gmcq-item {
  display: flex;
  flex: 1;
  position: relative;
  margin-bottom: 10px;
}
.ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 3px;
}
.ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 3px;
}
.ev-gmcq-component .ev-gmcq-item:focus {
  outline: none;
}
.ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #c35125;
}
@media all and (max-width: 520px) {
  .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 3px;
}
.ev-gmcq-component .ev-gmcq-item-input {
  display: none;
}
.ev-gmcq-component .ev-gmcq-item label {
  transition: border-color 0.25s ease-in;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-gmcq-component .ev-gmcq-item label img {
  vertical-align: bottom;
  width: 100%;
}
.ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon.ev-gmcq-answer-icon-selected {
  display: none;
}
.ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #c35125;
}
.ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon.ev-gmcq-answer-icon-selected {
  display: inline-block;
}
.ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon.ev-gmcq-answer-icon-not-selected {
  display: none;
}
.ev-gmcq-component .ev-gmcq-item label:focus {
  outline: none;
}
.ev-gmcq-component .ev-gmcq-item-inner {
  display: inline-block;
  margin-left: 38px;
  padding: 15px 10px 15px 10px;
}
[dir='rtl'] .ev-gmcq-component .ev-gmcq-item-inner {
  margin-left: 0;
  margin-right: 38px;
}
.ev-gmcq-component .ev-gmcq-item input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.ev-gmcq-component .ev-gmcq-item-checkbox {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #f3622c;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-gmcq-component .ev-gmcq-item-checkbox {
  text-align: right !important;
}
.ev-gmcq-component .ev-gmcq-item-state {
  background: none;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
}
[dir='rtl'] .ev-gmcq-component .ev-gmcq-item-state {
  left: auto;
  right: 15px;
}
.ev-gmcq-component .ev-gmcq-correct-icon {
  display: none;
}
.ev-gmcq-component .ev-gmcq-incorrect-icon {
  display: none;
}
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #c35125;
}
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  cursor: default;
  border-color: #f3622c;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #c35125;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #909090;
  cursor: default;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #909090;
  cursor: default;
}
.ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component.ev-desktop-layout .ev-hotgraphic-icon-pin,
  .ev-hotgraphic-component.ev-desktop-layout .ev-hotgraphic-number-pin {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component.ev-hide-interaction-label-mobile .ev-hotgraphic-interaction-label {
    display: none;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-scrollable-container {
  padding-top: 400px;
  position: relative;
}
.ev-hotgraphic-component .ev-hotgraphic-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.ev-hotgraphic-component .ev-hotgraphic-scrollable.ev-is-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.ev-hotgraphic-component .ev-hotgraphic-scrollable .ev-hotgraphic-graphic img {
  max-width: none;
}
.ev-hotgraphic-component .ev-hotgraphic-graphic {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ev-hotgraphic-component .ev-hotgraphic-mobile-items {
  padding-top: 20px;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-hotgraphic-component .ev-hotgraphic-number-pin {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
  text-decoration: none;
  border: none;
  border-radius: 50%;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
  padding: 15px;
  background-color: rgba(243, 98, 44, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(195, 81, 37, 0.65);
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited::after,
.ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited::after {
  display: none;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #c35125;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-hotgraphic-component .ev-hotgraphic-number-pin:focus {
  outline: none;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  -webkit-animation: indicatorPulsate 1.5s ease-out;
          animation: indicatorPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: inherit;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  opacity: 0.0;
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
  .ev-hotgraphic-component .ev-hotgraphic-number-pin {
    display: none;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin-icon {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #ffffff;
  font-size: 23px;
  width: auto;
  height: auto;
  pointer-events: none;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin-icon::before {
  position: relative;
  top: -1px;
}
.ev-hotgraphic-component .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
  pointer-events: none;
}
.ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
  text-align: center;
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin {
  position: absolute;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin.ev-top-left {
  transform: translate(-100%, -100%);
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin.ev-top-right {
  transform: translate(0, -100%);
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin.ev-bottom-right {
  transform: translate(0, 0);
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin.ev-bottom-left {
  transform: translate(-100%, 0);
}
.ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #004050;
  background-color: transparent!important;
  padding: 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
  border: none!important;
  margin: 0!important;
  outline: none!important;
  font-weight: 600!important;
}
.ev-hotgraphic-component .ev-hotgraphic-popup {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  color: #454545;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup {
    position: static;
    display: block;
    background-color: transparent;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-popup.ev-graphic-only .ev-hotgraphic-popup-item-graphic {
  width: auto;
  float: none;
}
.ev-hotgraphic-component .ev-hotgraphic-popup-inner {
  position: relative;
  padding: 40px 20px;
  max-width: 768px;
  margin: auto;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup-inner {
    padding: 0;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    display: block;
    margin-bottom: 20px;
    background-color: #f3622c;
    color: #ffffff;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item-content {
  width: 50%;
  float: left;
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item-content.ev-no-item-graphic {
  width: auto;
  float: none;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup-item-content {
    width: auto;
    float: none;
  }
  .ev-hotgraphic-component .ev-hotgraphic-popup-item-content.ev-no-item-graphic {
    width: auto;
    float: none;
    text-align: inherit;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item-content-inner {
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup-item-content-inner {
    margin: 0;
    padding: 20px;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item-graphic {
  width: 50%;
  float: right;
}
.ev-hotgraphic-component .ev-hotgraphic-popup-item-graphic img {
  display: block;
  margin: auto;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-popup-item-graphic {
    width: auto;
    float: none;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-buttons {
  margin-top: 20px;
  text-align: center;
}
.ev-hotgraphic-component .ev-hotgraphic-buttons button {
  border: none;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-buttons {
    display: none;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #a5ffff;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-hotgraphic-component .ev-hotgraphic-mobile-item img {
  margin-top: 10px;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: calc(50vw);
  max-width: 40%;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-active .ev-hotgraphic-tooltip-content-container {
  opacity: 1;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-left-color: #f3622c;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-right-color: #f3622c;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-top::after {
  top: 30px;
  margin-top: 0;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-bottom::after {
  top: auto;
  bottom: 30px;
  margin-top: 0;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-has-video .ev-hotgraphic-tooltip-content-container {
  overflow-y: scroll;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-container {
  overflow-y: auto;
  padding-bottom: 10px;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
  opacity: 0;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls {
  text-align: right;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
  background: transparent!important;
  border: none!important;
  box-shadow: none!important;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control .ev-icon {
  margin: 0;
  color: inherit;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 15px;
}
.ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  position: relative;
  cursor: default;
  margin-right: 11.5px;
  background-color: #c35125;
  color: #ffffff;
}
.ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-heading {
  display: flex;
  align-items: center;
}
.ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 15px;
  background-color: #a5ffff;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-hotgraphic-carousel .ev-hotgraphic-carousel-item {
  padding: 0 50px 0 50px;
}
@media all and (max-width: 768px) {
  .ev-hotgraphic-carousel .ev-hotgraphic-carousel-item {
    padding: 0 20px 0 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-hotgraphic-carousel .ev-hotgraphic-carousel-item {
    padding: 0 30px 0 30px;
  }
}
.ev-hotgraphic-carousel .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-hotgraphic-carousel .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-hotgraphic-carousel .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-hotgraphic-carousel .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-hotgraphic-carousel .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-flexbox .ev-hotgraphic-carousel .ev-hotgraphic-carousel-inner {
  display: flex;
  align-items: center;
}
.ev-flexbox .ev-hotgraphic-carousel .ev-carousel {
  flex: 1;
}
.ev-flexbox .ev-hotgraphic-carousel .ev-hotgraphic-carousel-controls .ev-icon {
  margin: 0;
}
.ev-flexbox .ev-hotgraphic-carousel .ev-hotgraphic-carousel-control .ev-icon {
  margin: 0;
}
.ev-iFrame-component iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  border: none;
}
.ev-icon-component .ev-icon-component-icon .ev-icon,
.ev-icon-component .ev-icon-component-icon img {
  margin: 0 auto 10px;
  display: inline-block;
}
.ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-icon-component .ev-component-content-body {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-infographic-component .ev-infographic-widget {
  position: relative;
}
.ev-infographic-component .ev-infographic-graphic {
  margin: 0 auto;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button {
  position: absolute;
  z-index: 99;
  padding: 10px;
  border-radius: 50%;
  margin: 0;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button.ev-is-top-left {
  top: 10px;
  left: 10px;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button.ev-is-top-right {
  top: 10px;
  right: 10px;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button.ev-is-bottom-left {
  bottom: 10px;
  left: 10px;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button.ev-is-bottom-right {
  bottom: 10px;
  right: 10px;
}
.ev-infographic-component .ev-infographic-open-fullscreen-button .ev-icon {
  margin: 0;
}
.ev-infographic-fullscreen {
  position: relative;
}
.ev-infographic-fullscreen .ev-infographic-fullscreen-graphic-container {
  overflow: scroll;
  height: 100vh;
  display: flex;
}
.ev-infographic-fullscreen .ev-infographic-graphic {
  margin: auto;
  flex-shrink: 0;
}
.ev-infographic-fullscreen .ev-infographic-fullscreen-close-button {
  position: absolute;
  z-index: 99;
  padding: 10px;
  border-radius: 50%;
  margin: 0;
  top: 20px;
  right: 20px;
}
.ev-infographic-fullscreen .ev-infographic-fullscreen-close-button .ev-icon {
  margin: 0;
}
.ev-infographic-fullscreen .ev-infographic-graphic-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ev-infographic-tooltip {
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-infographic-tooltip .ev-infographic-tooltip-top {
  text-align: right;
}
.ev-infographic-tooltip .ev-infographic-tooltip-close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  margin: 0;
  color: #ffffff;
}
.ev-infographic-item {
  font-family: Montserrat;
}
.ev-interactiveVideo-component .ev-interactiveVideo-widget {
  position: relative;
}
.ev-interactiveVideo-component .ev-interactiveVideo-widget video {
  /*position: relative;
            z-index: 1; //- commented out due to an issue with poster video not rendering in chrome */
  display: block;
  width: 100%;
}
.ev-interactiveVideo-component .ev-interactiveVideo-player {
  background-color: #000;
  position: relative;
}
.ev-interactiveVideo-component .ev-interactiveVideo-video-transcript {
  margin-top: 20px;
}
.ev-interactiveVideo-component .ev-interactiveVideo-player-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ev-interactiveVideo-component .ev-interactiveVideo-player-loading .ev-interactiveVideo-player-loading-text {
  text-align: center;
  position: relative;
  top: 40%;
}
.ev-interactiveVideo-component .ev-video-play-button {
  display: block;
}
.ev-interactiveVideo-timer {
  color: #f3622c;
}
.ev-interactiveVideo-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.ev-interactiveVideo-overlay .ev-interactiveVideo-overlay-inner {
  padding: 30px;
}
@media all and (max-width: 768px) {
  .ev-interactiveVideo-overlay .ev-interactiveVideo-overlay-inner {
    padding: 10px;
  }
}
.ev-interactiveVideo-overlay-icon {
  text-align: center;
  margin-bottom: 20px;
}
.ev-interactiveVideo-overlay-icon i {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 58px;
}
.ev-interactiveVideo-overlay-timer {
  margin-bottom: 16px;
}
.ev-interactiveVideo-overlay-body {
  margin-bottom: 10px;
  color: #454545;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-interactiveVideo-option-button {
  margin: 10px 4px;
}
.ev-interactiveVideo-fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}
.ev-interactiveVideo-fullscreen .ev-interactiveVideo-option-button:first-child {
  margin-right: 4px;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-range-current-value-number {
  font-weight: bold;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-range-min {
  float: left;
  text-align: left;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-range-max {
  float: right;
  text-align: right;
}
.ev-linkedConfidenceSlider-component .ev-rangeslider {
  margin-bottom: 22px;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-range-linked {
  text-align: center;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-linked-incomplete-message {
  text-align: center;
  padding-top: 10px;
}
.ev-linkedConfidenceSlider-component .ev-linkedConfidenceSlider-navigate-linked-button {
  display: block;
  margin: 10px auto 10px;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-widget {
  position: relative;
}
.ev-linkedOpenInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  margin: 10px 0;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-linkedOpenInput-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-linkedOpenInput-component .ev-buttons .ev-button {
  float: none;
}
.ev-linkedOpenInput-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: -30px;
  padding: 10px 20px;
  background-color: #f3622c;
  color: #ffffff;
  text-align: center;
  transition: all 0.25s ease-in;
  pointer-events: none;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal.ev-is-visible {
  visibility: visible;
  left: 6px;
  opacity: 1;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-linked-incomplete-message {
  padding-top: 10px;
}
.ev-linkedOpenInput-component .ev-linkedOpenInput-navigate-linked.ev-button {
  display: block;
  margin: 10px 0 10px;
}
.ev-links-component .ev-grid-item {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.ev-links-component .ev-links-item {
  margin-bottom: 3px;
}
.ev-links-component .ev-links-item.ev-left .ev-links-item-container,
.ev-links-component .ev-links-item.ev-right .ev-links-item-container,
.ev-links-component .ev-links-item.ev-left .ev-links-item-body,
.ev-links-component .ev-links-item.ev-right .ev-links-item-body {
  width: 50%;
}
.ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  float: left;
  padding-right: 10px;
}
.ev-links-component .ev-links-item.ev-left .ev-links-item-body {
  float: right;
}
.ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  float: right;
  padding-left: 10px;
}
.ev-links-component .ev-links-item.ev-right .ev-links-item-body {
  float: left;
}
.ev-links-component .ev-links-item.ev-bottom {
  display: flex;
  flex-direction: column-reverse;
}
.ev-links-component .ev-links-item-link {
  display: inline-block;
}
.ev-links-component .ev-links-item-image {
  margin: 0 auto 3px;
}
.ev-links-component .ev-links-item-container.ev-left {
  text-align: left;
}
.ev-links-component .ev-links-item-container.ev-center {
  text-align: center;
}
.ev-links-component .ev-links-item-container.ev-right {
  text-align: right;
}
[dir='rtl'] .ev-links-component .ev-links-item-container {
  text-align: right !important;
}
.ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-links-component .ev-links-item-body {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-links-component .ev-links-item-body {
  text-align: right !important;
}
.ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-links-component .ev-links-disabled-button {
  cursor: auto;
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-links-component .ev-links-disabled-button .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-links-component .ev-links-disabled-button:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #f3f3f3;
}
.ev-matching-component .ev-matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.ev-matching-component .ev-matching-item-title {
  margin-bottom: 3px;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-matching-component .Select.is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  height: 44px;
  background-color: #f3622c !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.ev-matching-component .Select-control:hover {
  background-color: #c35125 !important;
  border-color: #f3622c !important;
}
.ev-matching-component .Select-control:hover .Select-placeholder,
.ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-matching-component .Select-input {
  background: transparent!important;
  outline: none!important;
  opacity: 0;
}
.ev-matching-component .Select-placeholder,
.ev-matching-component .Select-value,
.ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: Montserrat;
  line-height: 44px;
}
.ev-matching-component .Select-option {
  font-size: 15px;
  font-family: Montserrat;
}
.ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-matching-component .ev-matching-correct-icon {
  color: #00edb5 !important;
}
.ev-matching-component .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
  cursor: default;
}
.ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #00edb5 !important;
}
.ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-mcq-component .ev-mcq-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ev-mcq-component .ev-mcq-item label {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon.ev-mcq-answer-icon-selected {
  display: none;
}
.ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon.ev-mcq-answer-icon-selected {
  display: inline-block;
}
.ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon.ev-mcq-answer-icon-not-selected {
  display: none;
}
.ev-mcq-component .ev-mcq-item-inner {
  flex: auto;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-mcq-component .ev-mcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}
.ev-mcq-component input:focus + label {
  background-color: #c35125;
  color: #ffffff;
  border-color: #f3622c;
  outline: 2px solid transparent !important;
}
.ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-mcq-component .ev-mcq-correct-icon {
  display: none;
}
.ev-mcq-component .ev-mcq-incorrect-icon {
  display: none;
}
.ev-mcq-component .ev-mcq-item-state {
  width: 24px;
  height: 24px;
  z-index: 0;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
[dir='rtl'] .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 10px;
}
.ev-mcq-component .ev-mcq-answer-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
}
.ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
  cursor: default;
}
.ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
  cursor: default;
}
.ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 3px 0 !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 1.5px 3px 0 !important;
}
[dir='rtl'] .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 3px 1.5px !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 3px 1.5px !important;
}
[dir='rtl'] .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 1.5px 3px 0 !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 3px 3px 0 !important;
}
[dir='rtl'] .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 3px 3px !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-media-component .ev-media-widget {
  position: relative;
}
.ev-media-component .ev-media-video-controls {
  position: relative;
}
.ev-media-component .ev-media-audio-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 1;
}
.ev-media-component .ev-media-audio-toggle .ev-icon {
  vertical-align: sub;
}
@media all and (max-width: 768px) {
  .ev-media-component .ev-media-audio-toggle {
    display: none;
  }
}
.ev-media-component .ev-media-audio-mobile-play {
  width: 100%;
}
.ev-media-component .ev-media-audio-mobile-play .ev-icon {
  vertical-align: sub;
}
@media all and (min-width: 768px) {
  .ev-media-component .ev-media-audio-mobile-play {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .ev-no-touchevents .ev-media-component .ev-media-video-controls .ev-media-audio-toggle,
  .ev-is-windows-touchscreen .ev-media-component .ev-media-video-controls .ev-media-audio-toggle {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
  }
  .ev-no-touchevents .ev-media-component .ev-media-video-controls:hover .ev-media-audio-toggle,
  .ev-is-windows-touchscreen .ev-media-component .ev-media-video-controls:hover .ev-media-audio-toggle {
    visibility: visible;
    opacity: 1;
  }
}
.ev-no-touchevents .ev-media-component .ev-is-focused .ev-media-audio-toggle,
.ev-is-windows-touchscreen .ev-media-component .ev-is-focused .ev-media-audio-toggle {
  visibility: visible;
  opacity: 1;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-container {
  position: relative;
  padding: 0 80px;
}
@media all and (max-width: 768px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-container {
    padding: 0;
  }
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control {
  height: 44px;
  width: 44px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
@media all and (max-width: 768px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control {
    display: none;
  }
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control .ev-icon {
  margin: 0;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control.ev-is-circle {
  border-radius: 50%;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control-next {
  right: 0;
}
[dir="rtl"] .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control-next {
  left: 0;
  right: auto;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control-next.ev-can-animate .ev-icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control-previous {
  left: 0;
}
[dir="rtl"] .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-control-previous {
  right: 0;
  left: auto;
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-mobile-controls {
  display: none;
  position: relative;
}
@media all and (max-width: 768px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-mobile-controls {
    display: flex;
    justify-content: space-between;
  }
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-mobile-controls .ev-media-carousel-control {
    display: block;
  }
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-mobile-controls .ev-media-carousel-control {
  position: static;
  transform: translateY(0);
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-mediaGrid-component .ev-grid-item-inner,
.ev-mediaGrid-component .ev-media-grid-item {
  height: 100%;
}
.ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-mediaGrid-component .ev-media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-mediaGrid-component .ev-media-grid-item-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-narrative-component {
  min-width: 1px;
}
.ev-narrative-component .ev-narrative-inner {
  min-width: 1px;
}
.ev-narrative-component .ev-js-layout-full .ev-narrative-slide-container {
  width: 100%;
}
.ev-narrative-component .ev-js-layout-full .ev-narrative-content {
  width: 100%;
}
.ev-narrative-component .ev-js-layout-full .ev-narrative-indicators-side {
  display: none;
}
.ev-narrative-component .ev-js-layout-left .ev-narrative-content,
.ev-narrative-component .ev-js-layout-right .ev-narrative-content {
  max-width: 40%;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-js-layout-left .ev-narrative-content,
  .ev-narrative-component .ev-js-layout-right .ev-narrative-content {
    max-width: none;
  }
}
.ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner,
.ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-js-layout-left .ev-narrative-indicators-side,
  .ev-narrative-component .ev-js-layout-right .ev-narrative-indicators-side {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .ev-narrative-component .ev-js-layout-left .ev-narrative-indicators-full,
  .ev-narrative-component .ev-js-layout-right .ev-narrative-indicators-full {
    display: none;
  }
}
.ev-narrative-component .ev-js-layout-left {
  display: flex;
  flex-wrap: wrap;
}
.ev-narrative-component .ev-js-layout-left .ev-narrative-slide-container {
  flex: 0 0 60%;
  order: 0;
}
.ev-narrative-component .ev-js-layout-left .ev-narrative-content {
  flex: 0 0 40%;
  order: 1;
}
.ev-narrative-component .ev-js-layout-left .ev-narrative-indicators-side {
  padding-right: 40%;
  flex: 1;
  order: 2;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-js-layout-left .ev-narrative-slide-container,
  .ev-narrative-component .ev-js-layout-left .ev-narrative-content {
    flex: 0 0 100%;
    order: initial;
  }
  .ev-narrative-component .ev-js-layout-left .ev-narrative-indicators-side {
    order: initial;
  }
}
.ev-narrative-component .ev-js-layout-right {
  display: flex;
  flex-wrap: wrap;
}
.ev-narrative-component .ev-js-layout-right .ev-narrative-slide-container {
  flex: 0 0 60%;
  order: 1;
}
.ev-narrative-component .ev-js-layout-right .ev-narrative-content {
  flex: 0 0 40%;
  order: 0;
}
.ev-narrative-component .ev-js-layout-right .ev-narrative-indicators-side {
  padding-left: 40%;
  flex: 1;
  order: 2;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-js-layout-right .ev-narrative-slide-container,
  .ev-narrative-component .ev-js-layout-right .ev-narrative-content {
    flex: 0 0 100%;
    order: initial;
  }
  .ev-narrative-component .ev-js-layout-right .ev-narrative-indicators-side {
    order: initial;
  }
}
.ev-narrative-component .ev-narrative-content-inner {
  padding: 15px 10px 15px 10px;
  height: 100%;
  background-color: #f3622c;
}
.ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-narrative-component .ev-narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-narrative-component .ev-narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.ev-narrative-component .ev-narrative-slider-graphic img {
  display: block;
  vertical-align: top;
  width: 100%;
}
.ev-narrative-component .ev-narrative-item-title {
  position: relative;
  display: block;
}
.ev-narrative-component .ev-narrative-indicators {
  text-align: center;
  background-color: #f3622c;
  position: relative;
  box-sizing: border-box;
}
@media all and (max-width: 520px) {
  .ev-narrative-component .ev-narrative-indicators {
    height: 48px;
    line-height: 48px;
  }
}
.ev-narrative-component .ev-narrative-indicators.ev-narrative-indicators-full {
  width: 100%;
}
.ev-narrative-component .ev-narrative-progress {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
}
.ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-narrative-component .ev-narrative-controls {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
  text-decoration: none;
  background-color: #f3622c;
}
.ev-narrative-component .ev-narrative-controls.ev-narrative-controls-small {
  display: none;
}
.ev-narrative-component .ev-narrative-controls:hover,
.ev-narrative-component .ev-narrative-controls:focus {
  background-color: #c35125;
}
.ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-narrative-component .ev-narrative-controls:focus {
  outline: none;
}
.ev-narrative-component .ev-narrative-controls .ev-icon {
  padding: 11.5px;
  color: #ffffff;
}
@media all and (max-width: 520px) {
  .ev-narrative-component .ev-narrative-controls {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .ev-narrative-component .ev-narrative-controls.ev-narrative-controls-small {
    display: block;
  }
  .ev-narrative-component .ev-narrative-controls.ev-narrative-controls-large {
    display: none;
  }
}
.ev-narrative-component .ev-narrative-controls.ev-can-animate .ev-icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-narrative-component .ev-narrative-control-left {
  left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-narrative-component .ev-narrative-control-right {
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-narrative-component .ev-narrative-strapline-header {
  overflow: hidden;
  position: relative;
}
.ev-narrative-component .ev-narrative-strapline-title {
  float: left;
}
.ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-left: 11.5px;
  padding-right: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ev-narrative-component .ev-narrative-hidden {
  display: none!important;
}
@-webkit-keyframes narrativeArrowMove {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  0% {
    transform: translateX(0%);
  }
}
@keyframes narrativeArrowMove {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  0% {
    transform: translateX(0%);
  }
}
.ev-numberInput-component input[type=number] {
  width: 100%;
  display: block;
}
.ev-numberInput-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-numberInput-component .ev-buttons .ev-button {
  float: none;
}
.ev-numberInput-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-openInput-component .ev-openInput-widget {
  position: relative;
}
.ev-openInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-openInput-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-openInput-component .ev-buttons .ev-button {
  float: none;
}
.ev-openInput-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-openInput-component .ev-openInput-save-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: -30px;
  padding: 10px 20px;
  background-color: #f3622c;
  color: #ffffff;
  text-align: center;
  transition: all 0.25s ease-in;
  pointer-events: none;
}
.ev-openInput-component .ev-openInput-save-modal.ev-is-visible {
  visibility: visible;
  left: 6px;
  opacity: 1;
}
.ev-ordering-component .ev-ordering-items {
  position: relative;
}
.ev-ordering-component .ev-ordering-item {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  margin-bottom: 3px;
  background-color: #f3622c;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-item:hover,
.ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  cursor: default;
}
.ev-ordering-component .ev-ordering-item-number {
  position: absolute;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 11.5px;
  margin-top: -13.5px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
}
[dir="rtl"] .ev-ordering-component .ev-ordering-item-number {
  left: auto;
  right: 11.5px;
}
.ev-ordering-component .ev-ordering-item-text {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-decoration: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #c35125;
  color: #ffffff;
  outline: none;
}
.ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-ordering-component .ev-ordering-order-labels {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}
.ev-ordering-component .ev-ordering-order-labels-inner {
  width: 80%;
  height: 100%;
  float: left;
  display: inline-flex;
}
.ev-ordering-component .ev-ordering-order-label {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  text-decoration: none;
  flex: 1;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #f3622c;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-order-label:hover,
.ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #c35125;
  color: #ffffff;
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-ordering-component .ev-ordering-order-label .ev-ordering-item-number {
  left: 50%;
  margin-left: -12.5px;
}
[dir="rtl"] .ev-ordering-component .ev-ordering-order-label .ev-ordering-item-number {
  left: 50%;
  right: auto;
}
.ev-ordering-component .ev-ordering-order-labels-done {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  text-decoration: none;
  float: right;
  width: 20%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  outline: 2px solid #ffffff;
  background-color: #f3622c;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #c35125;
}
.ev-no-touchevents .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-ordering-component .ev-ordering-order-labels-done span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -11.5px;
  color: #ffffff;
}
.ev-ordering-component .ev-ordering-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}
[dir="rtl"] .ev-ordering-component .ev-ordering-item-state {
  right: auto;
  left: 10px;
}
.ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #454545;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-questionResult-widget .ev-questionResult-feedback .ev-questionResult-feedback-content {
  display: flex;
}
.ev-questionResult-widget .ev-questionResult-feedback .ev-questionResult-feedback-image {
  text-align: center;
}
.ev-questionResult-widget .ev-questionResult-feedback .ev-questionResult-feedback-image img {
  display: inline-block;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-top .ev-questionResult-feedback-content {
  flex-direction: column-reverse;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-top .ev-questionResult-feedback-text {
  margin-top: 20px;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-bottom .ev-questionResult-feedback-content {
  flex-direction: column;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-bottom .ev-questionResult-feedback-text {
  margin-bottom: 20px;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-left .ev-questionResult-feedback-content {
  flex-direction: row-reverse;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-left .ev-questionResult-feedback-text {
  margin-left: 20px;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-right .ev-questionResult-feedback-content {
  flex-direction: row;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-right .ev-questionResult-feedback-text {
  margin-right: 20px;
}
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-right .ev-questionResult-feedback-image,
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-left .ev-questionResult-feedback-image,
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-right .ev-questionResult-feedback-text,
.ev-questionResult-widget .ev-questionResult-feedback.ev-js-graphic-left .ev-questionResult-feedback-text {
  width: 50%;
}
.ev-radioGroup-component .ev-radio-group-item {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-radioGroup-component .ev-radio-group-item.ev-disabled {
  pointer-events: none;
}
.ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-radioGroup-component .ev-radio-group-item input {
  position: absolute;
  opacity: 0;
}
.ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  width: 24px;
  height: 24px;
  z-index: 0;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
[dir="rtl"] .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 10px;
}
.ev-radioGroup-component .ev-radio-group-item-text {
  flex: auto;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 3px 0 !important;
}
.ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 1.5px 3px 0 !important;
}
.ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 3px 1.5px !important;
}
.ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 3px 3px 0 !important;
}
[dir="rtl"] .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 3px 3px !important;
}
.ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-radioGroup-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-radioGroup-component .ev-buttons .ev-button {
  float: none;
}
.ev-radioGroup-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-select-component .Select {
  margin: 0 0 10px 0;
}
.ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-select-component .Select.ev-is-disabled .Select-control {
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.ev-select-component .Select.ev-is-disabled .Select-control .Select-placeholder,
.ev-select-component .Select.ev-is-disabled .Select-control .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-select-component .Select.ev-is-disabled .Select-control .ev-select-icon {
  color: #f3f3f3 !important;
}
.ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  height: 44px;
  background-color: #f3622c !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.ev-select-component .Select-control:hover {
  background-color: #c35125 !important;
  border-color: #f3622c !important;
}
.ev-select-component .Select-control:hover .Select-placeholder,
.ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-select-component .Select-input {
  background: transparent!important;
}
.ev-select-component .Select-placeholder,
.ev-select-component .Select-value,
.ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 15px;
  font-family: Montserrat;
  line-height: 44px;
}
.ev-select-component .Select-option {
  font-size: 15px;
  font-family: Montserrat;
}
.ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-select-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-select-component .ev-buttons .ev-button {
  float: none;
}
.ev-select-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-simulation-fullscreen {
  padding: 40px;
}
@media all and (max-width: 768px) {
  .ev-simulation-fullscreen {
    padding: 0;
  }
  .ev-simulation-fullscreen .ev-simulation-action-bar {
    margin: 8px;
  }
}
.ev-simulation .ev-simulation-container {
  position: relative;
  margin: auto;
}
.ev-simulation .ev-simulation-container.ev-simulation-container-native-scroll-bar .ev-simulation-screen-container {
  overflow: scroll;
  scroll-behavior: smooth;
}
.ev-simulation .ev-simulation-screen-ui {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ev-simulation .ev-simulation-screen-overlay {
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.ev-simulation .ev-simulation-screen-container {
  background-color: transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-simulation .ev-simulation-instruction,
.ev-simulation .ev-simulation-objective,
.ev-simulation .ev-simulation-feedback {
  position: absolute;
  margin: 24px;
  z-index: 999;
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-instruction,
  .ev-simulation .ev-simulation-objective,
  .ev-simulation .ev-simulation-feedback {
    max-width: 90%;
    margin: 16px 8px;
  }
}
.ev-simulation .ev-simulation-instruction.ev-is-anchored-to-element,
.ev-simulation .ev-simulation-objective.ev-is-anchored-to-element,
.ev-simulation .ev-simulation-feedback.ev-is-anchored-to-element {
  margin: 0;
}
.ev-simulation .ev-simulation-instruction.ev-is-anchored-to-element .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-objective.ev-is-anchored-to-element .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-feedback.ev-is-anchored-to-element .ev-simulation-instruction-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.ev-simulation .ev-simulation-instruction.ev-is-anchored-to-element .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-objective.ev-is-anchored-to-element .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-feedback.ev-is-anchored-to-element .ev-simulation-instruction-inner:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-top .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-objective.ev-anchor-position-top .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-top .ev-simulation-instruction-inner:before {
  border-top: 11px solid #000000;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
  display: none;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-top .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-objective.ev-anchor-position-top .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-top .ev-simulation-instruction-inner:after {
  border-top: 10px solid #4fc1e9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-bottom .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-objective.ev-anchor-position-bottom .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-bottom .ev-simulation-instruction-inner:before {
  border-bottom: 11px solid #000000;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 50%;
  top: -11px;
  margin-left: -11px;
  display: none;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-bottom .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-objective.ev-anchor-position-bottom .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-bottom .ev-simulation-instruction-inner:after {
  border-bottom: 10px solid #4fc1e9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-left .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-objective.ev-anchor-position-left .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-left .ev-simulation-instruction-inner:before {
  border-left: 11px solid #000000;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  display: none;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-left .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-objective.ev-anchor-position-left .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-left .ev-simulation-instruction-inner:after {
  border-left: 10px solid #4fc1e9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
  top: 50%;
  margin-top: -10px;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-right .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-objective.ev-anchor-position-right .ev-simulation-instruction-inner:before,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-right .ev-simulation-instruction-inner:before {
  border-right: 11px solid #000000;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: -11px;
  top: 50%;
  margin-top: -11px;
  display: none;
}
.ev-simulation .ev-simulation-instruction.ev-anchor-position-right .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-objective.ev-anchor-position-right .ev-simulation-instruction-inner:after,
.ev-simulation .ev-simulation-feedback.ev-anchor-position-right .ev-simulation-instruction-inner:after {
  border-right: 10px solid #4fc1e9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px;
  top: 50%;
  margin-top: -10px;
}
.ev-simulation .ev-simulation-instruction-inner,
.ev-simulation .ev-simulation-objective-inner,
.ev-simulation .ev-simulation-feedback-inner {
  display: flex;
  align-items: center;
}
.ev-simulation .ev-simulation-instruction-content,
.ev-simulation .ev-simulation-objective-content,
.ev-simulation .ev-simulation-feedback-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.ev-simulation .ev-simulation-instruction-media,
.ev-simulation .ev-simulation-objective-media,
.ev-simulation .ev-simulation-feedback-media {
  flex-shrink: 0;
  width: 60px;
  margin-right: 8px;
}
.ev-simulation .ev-simulation-instruction-media img,
.ev-simulation .ev-simulation-objective-media img,
.ev-simulation .ev-simulation-feedback-media img,
.ev-simulation .ev-simulation-instruction-media .ev-icon,
.ev-simulation .ev-simulation-objective-media .ev-icon,
.ev-simulation .ev-simulation-feedback-media .ev-icon {
  display: block;
  margin: 0 auto;
}
.ev-simulation .ev-simulation-instruction-media .ev-icon,
.ev-simulation .ev-simulation-objective-media .ev-icon,
.ev-simulation .ev-simulation-feedback-media .ev-icon {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.ev-simulation .ev-simulation-instruction-next-button,
.ev-simulation .ev-simulation-feedback-next-button {
  background-color: transparent;
  border: none;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  pointer-events: all;
}
.ev-simulation .ev-simulation-instruction-next-button:not(.ev-simulation-next-button-type-close),
.ev-simulation .ev-simulation-feedback-next-button:not(.ev-simulation-next-button-type-close) {
  -webkit-animation: simulationPulseInstructionArrow 2s infinite;
          animation: simulationPulseInstructionArrow 2s infinite;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-inner {
  background-color: #4fc1e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-media .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-content {
  padding: 12px 12px 12px 12px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-instruction .ev-simulation-instruction-content {
    padding: 12px 12px 12px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-instruction .ev-simulation-instruction-content {
    padding: 12px 12px 12px 12px;
  }
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-instruction .ev-simulation-instruction-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-instruction .ev-simulation-instruction-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-instruction .ev-simulation-instruction-text {
  text-align: right!important;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-next-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-next-button:hover {
  background-color: #22b1e3;
}
.ev-simulation .ev-simulation-instruction .ev-simulation-instruction-next-button .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-objective .ev-simulation-objective-inner {
  background-color: #4fc1e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ev-simulation .ev-simulation-objective .ev-simulation-objective-media .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-objective .ev-simulation-objective-content {
  padding: 12px 12px 12px 12px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-objective .ev-simulation-objective-content {
    padding: 12px 12px 12px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-objective .ev-simulation-objective-content {
    padding: 12px 12px 12px 12px;
  }
}
.ev-simulation .ev-simulation-objective .ev-simulation-objective-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-objective .ev-simulation-objective-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-objective .ev-simulation-objective-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-objective .ev-simulation-objective-text {
  text-align: right!important;
}
.ev-simulation .ev-simulation-feedback.ev-is-correct .ev-simulation-feedback-inner {
  background-color: #4fc1e9;
}
.ev-simulation .ev-simulation-feedback.ev-is-correct .ev-simulation-feedback-next-button:hover {
  background-color: #22b1e3;
}
.ev-simulation .ev-simulation-feedback.ev-is-incorrect .ev-simulation-feedback-inner {
  background-color: #4fc1e9;
}
.ev-simulation .ev-simulation-feedback.ev-is-incorrect .ev-simulation-feedback-next-button:hover {
  background-color: #22b1e3;
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-inner {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-media .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-content {
  padding: 12px 12px 12px 12px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-feedback .ev-simulation-feedback-content {
    padding: 12px 12px 12px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-feedback .ev-simulation-feedback-content {
    padding: 12px 12px 12px 12px;
  }
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-feedback .ev-simulation-feedback-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-feedback .ev-simulation-feedback-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-feedback .ev-simulation-feedback-text {
  text-align: right!important;
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-next-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.ev-simulation .ev-simulation-feedback .ev-simulation-feedback-next-button .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-action-bar {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-topLeft {
  margin-bottom: 16px;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-topRight {
  margin-bottom: 16px;
  justify-content: flex-end;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-topRight .ev-simulation-action-bar-button {
  margin: 0 0 0 8px;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-bottomLeft {
  margin-top: 16px;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-bottomRight {
  margin-top: 16px;
  justify-content: flex-end;
}
.ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-bottomRight .ev-simulation-action-bar-button {
  margin: 0 0 0 8px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-topLeft,
  .ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-topRight {
    margin-bottom: 8px;
  }
  .ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-bottomLeft,
  .ev-simulation .ev-simulation-action-bar.ev-simulation-action-bar-position-bottomRight {
    margin-top: 8px;
  }
}
.ev-simulation .ev-simulation-action-bar-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  pointer-events: all;
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-simulation .ev-simulation-action-bar-button .ev-icon {
  margin: 0;
  color: #ffffff;
}
.ev-simulation .ev-simulation-action-bar-button:hover,
.ev-simulation .ev-simulation-action-bar-button:active,
.ev-simulation .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-simulation .ev-simulation-action-bar-button:hover .ev-icon,
.ev-simulation .ev-simulation-action-bar-button:active .ev-icon,
.ev-simulation .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-simulation .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-simulation .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-simulation .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-inner {
  background-color: #4fc1e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-media .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-content {
  padding: 12px 12px 12px 12px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-hint .ev-simulation-feedback-content {
    padding: 12px 12px 12px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-hint .ev-simulation-feedback-content {
    padding: 12px 12px 12px 12px;
  }
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-hint .ev-simulation-feedback-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-hint .ev-simulation-feedback-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-hint .ev-simulation-feedback-text {
  text-align: right!important;
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-next-button:hover {
  background-color: #22b1e3;
}
.ev-simulation .ev-simulation-hint .ev-simulation-feedback-next-button .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-screen-graphic {
  position: relative;
}
.ev-simulation .ev-simulation-screen-graphic img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: auto;
  display: block;
}
.ev-simulation .ev-simulation-element-marking {
  position: absolute;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.ev-simulation .ev-simulation-element-marking.ev-is-correct {
  background-color: #48cfad;
}
.ev-simulation .ev-simulation-element-marking.ev-is-correct .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-element-marking.ev-is-incorrect {
  background-color: #ff1744;
}
.ev-simulation .ev-simulation-element-marking.ev-is-incorrect .ev-icon {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator {
  display: flex;
  align-items: flex-start;
  overflow: auto;
  scroll-behavior: smooth;
  margin: auto;
}
.ev-simulation .ev-simulation-indicator.ev-simulation-indicator-position-top {
  margin-bottom: 16px;
}
.ev-simulation .ev-simulation-indicator.ev-simulation-indicator-position-bottom {
  margin-top: 16px;
}
.ev-simulation .ev-simulation-indicator-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
.ev-simulation .ev-simulation-indicator-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  padding: 8px;
  position: relative;
  width: 100px;
}
.ev-simulation .ev-simulation-indicator-item-container:last-child .ev-simulation-indicator-item-bar {
  display: none;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item-complete:not(:last-child) .ev-simulation-indicator-item {
  -webkit-animation: simulationIndicatorPulsate 1.5s ease-out;
          animation: simulationIndicatorPulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-complete-item .ev-simulation-indicator-item,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-complete-item .ev-simulation-indicator-item-bar {
  background-color: #4fc1e9;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-complete-item .ev-simulation-indicator-item-title {
  color: #adadad;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-complete-item .ev-icon,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-complete-item .ev-simulation-indicator-item-number {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item .ev-simulation-indicator-item,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item .ev-simulation-indicator-item-bar {
  background-color: #454545;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item .ev-simulation-indicator-item-title {
  color: #454545;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item .ev-icon,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-current-item .ev-simulation-indicator-item-number {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-correct .ev-simulation-indicator-item,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-correct .ev-simulation-indicator-item-bar {
  background-color: #48cfad;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-correct .ev-simulation-indicator-item-title {
  color: #adadad;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-correct .ev-icon,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-correct .ev-simulation-indicator-item-number {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-incorrect .ev-simulation-indicator-item,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-incorrect .ev-simulation-indicator-item-bar {
  background-color: #ff1744;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-incorrect .ev-simulation-indicator-item-title {
  color: #adadad;
}
.ev-simulation .ev-simulation-indicator-item-container.ev-is-incorrect .ev-icon,
.ev-simulation .ev-simulation-indicator-item-container.ev-is-incorrect .ev-simulation-indicator-item-number {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator-item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #adadad;
  position: relative;
  z-index: 1;
}
.ev-simulation .ev-simulation-indicator-item .ev-icon,
.ev-simulation .ev-simulation-indicator-item .ev-simulation-indicator-item-number {
  color: #ffffff;
}
.ev-simulation .ev-simulation-indicator-item .ev-simulation-indicator-item-number {
  font-size: 14px;
  font-weight: 500;
}
.ev-simulation .ev-simulation-indicator-item-title {
  font-size: 14px;
  margin-top: 4px;
  color: #adadad;
}
.ev-simulation .ev-simulation-indicator-item-bar {
  background-color: #adadad;
  height: 2px;
  width: 100px;
  position: absolute;
  top: 24px;
  left: 50px;
}
.ev-simulation .ev-simulation-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-height: 90%;
  overflow: hidden;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-dialog {
    width: 80%;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-dialog {
    width: 90%;
  }
}
.ev-is-ie-11 .ev-simulation .ev-simulation-dialog {
  height: 90%;
}
.ev-simulation .ev-simulation-dialog-content-container {
  flex: 1;
  overflow: auto;
  padding: 12px 12px 12px 12px;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-dialog-content-container {
    padding: 12px 12px 12px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-dialog-content-container {
    padding: 12px 12px 12px 12px;
  }
}
.ev-simulation .ev-simulation-dialog-actions {
  text-align: center;
}
.ev-simulation .ev-simulation-dialog-content.ev-media-position-top .ev-simulation-dialog-media {
  margin-bottom: 16px;
}
.ev-simulation .ev-simulation-dialog-content.ev-media-position-bottom .ev-simulation-dialog-media {
  margin-top: 16px;
}
.ev-simulation .ev-simulation-dialog-title {
  margin-bottom: 16px;
}
.ev-simulation .ev-simulation-dialog-title h4 {
  color: #212121;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-dialog-title h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-dialog-title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-dialog-title h4 {
  text-align: right!important;
}
.ev-simulation .ev-simulation-dialog-body {
  color: #212121;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-simulation .ev-simulation-dialog-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-simulation .ev-simulation-dialog-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-simulation .ev-simulation-dialog-body {
  text-align: right!important;
}
.ev-simulation .ev-simulation-dialog-media img,
.ev-simulation .ev-simulation-dialog-media .ev-icon {
  display: block;
  margin: 0 auto;
}
.ev-simulation .ev-simulation-dialog-actions .ev-button {
  background-color: #4fc1e9;
  color: #ffffff;
  border-color: #4fc1e9;
}
.ev-simulation .ev-simulation-dialog-actions .ev-button:hover {
  background-color: #3bafda;
  color: #ffffff;
  border-color: #3bafda;
}
.ev-simulation .ev-simulation-dialog-actions .ev-button .ev-icon {
  color: inherit;
}
@-webkit-keyframes simulationPulseInstructionArrow {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes simulationPulseInstructionArrow {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes simulationIndicatorPulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes simulationIndicatorPulsate {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.ev-simulation-element {
  position: absolute;
}
.ev-simulation-element.ev-is-highlighted {
  outline: 2px solid #4fc1e9;
  -webkit-animation: highlightElement 1.5s infinite;
          animation: highlightElement 1.5s infinite;
  z-index: 999;
}
.ev-simulation-element.ev-is-inactive &gt; * {
  pointer-events: none;
}
.ev-simulation-element &gt; * {
  width: 100%!important;
  height: 100%!important;
  display: block;
}
.ev-simulation-element input::-webkit-input-placeholder,
.ev-simulation-element textarea::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.8;
  -webkit-text-decoration-line: inherit;
  -webkit-text-decoration-color: inherit;
  -webkit-text-decoration-style: inherit;
}
.ev-simulation-element input:-moz-placeholder,
.ev-simulation-element textarea:-moz-placeholder {
  color: inherit !important;
  opacity: 0.8;
}
.ev-simulation-element input::-moz-placeholder,
.ev-simulation-element textarea::-moz-placeholder {
  color: inherit !important;
  opacity: 0.8;
}
.ev-simulation-element input:-ms-input-placeholder,
.ev-simulation-element textarea:-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.8;
}
.ev-simulation-element input[type=text]::-ms-clear {
  display: none;
}
.ev-simulation-element-image img.ev-keep-image-aspect-ratio {
  max-width: 100%!important;
  max-height: 100%!important;
  width: auto!important;
  height: auto!important;
  transform: translate3d(0, 0, 0);
}
.ev-simulation-element-select select {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 24px!important;
  outline: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 15px center, right 10px center;
  background-size: 5px 5px, 5px 5px;
}
.ev-simulation-element-select select::-ms-expand {
  display: none;
}
.ev-simulation-element-select select option {
  font-family: inherit;
}
.ev-simulation-element-button .ev-simulation-element-button-inner,
.ev-simulation-element-toggleButton .ev-simulation-element-button-inner,
.ev-simulation-element-button .ev-simulation-element-toggle-button-inner,
.ev-simulation-element-toggleButton .ev-simulation-element-toggle-button-inner {
  display: inline-flex;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  -webkit-text-decoration-style: inherit;
          text-decoration-style: inherit;
  -webkit-text-decoration-line: inherit;
          text-decoration-line: inherit;
}
.ev-simulation-element-button button,
.ev-simulation-element-toggleButton button {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden!important;
}
.ev-simulation-element-button button .ev-icon,
.ev-simulation-element-toggleButton button .ev-icon {
  display: inline-block;
}
.ev-simulation-element-button button:focus,
.ev-simulation-element-toggleButton button:focus {
  outline: none;
}
.ev-simulation-element-button button .ev-simulation-element-button-text,
.ev-simulation-element-toggleButton button .ev-simulation-element-button-text,
.ev-simulation-element-button button .ev-simulation-element-toggle-button-text,
.ev-simulation-element-toggleButton button .ev-simulation-element-toggle-button-text {
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  -webkit-text-decoration-style: inherit;
          text-decoration-style: inherit;
  -webkit-text-decoration-line: inherit;
          text-decoration-line: inherit;
}
.ev-simulation-element-displayText &gt; * {
  display: flex;
}
.ev-simulation-element-panel .ev-simulation-element-panel-content {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.ev-simulation-element-radioGroup .ev-simulation-element-radio-group-options {
  display: flex;
  flex-wrap: wrap;
}
.ev-simulation-element-radioGroup .ev-simulation-radio-group-option-container {
  display: flex;
}
.ev-simulation-element-radioGroup .ev-simulation-radio-group-option {
  flex: 1;
  display: flex;
  align-items: center;
}
.ev-simulation-element-radioGroup .ev-simulation-element-radio-group-option-label {
  flex: 1;
  position: relative;
}
.ev-simulation-element-radioGroup .ev-simulation-radio-group-option-input {
  margin: 0;
  outline: none;
}
.ev-simulation-element-radioGroup .ev-simulation-radio-group-option-input.ev-simulation-radio-group-option-input-hidden {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.ev-simulation-element-radioGroup .ev-simulation-radio-group-option-label {
  flex: 1;
}
.ev-simulation-drop-down {
  max-width: none !important;
  position: relative;
}
.ev-simulation-drop-down .Select {
  height: 100% !important;
  width: 100% !important;
  position: initial !important;
}
.ev-simulation-drop-down .Select-control {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
  height: 100% !important;
  width: 100% !important;
  overflow: visible;
}
.ev-simulation-drop-down .Select-placeholder {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ev-simulation-drop-down .Select-multi-value-wrapper {
  height: 100% !important;
}
.ev-simulation-drop-down .Select-placeholder,
.ev-simulation-drop-down .Select-input {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  display: flex !important;
  align-items: center !important;
}
.ev-simulation-drop-down .Select-placeholder {
  opacity: 0.7 !important;
}
.ev-simulation-drop-down .Select-input {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  align-items: center !important;
}
.ev-simulation-drop-down .Select-input input {
  height: 100% !important;
  width: 100% !important;
  padding: 0;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}
.ev-simulation-drop-down .Select-arrow-zone,
.ev-simulation-drop-down .Select-clear-zone {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 5px !important;
  color: inherit !important;
}
.ev-simulation-drop-down .Select-arrow-zone .ev-icon,
.ev-simulation-drop-down .Select-clear-zone .ev-icon {
  color: inherit !important;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.ev-simulation-drop-down .Select-value {
  padding-left: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  display: flex !important;
  align-items: center !important;
}
.ev-simulation-drop-down .Select-value-label {
  width: 100% !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}
.ev-simulation-drop-down .Select-menu {
  margin: 0 !important;
  padding: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  outline: none !important;
}
.ev-simulation-drop-down .Select-menu-outer {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.ev-simulation-drop-down .ev-simulation-drop-down-option:first-child {
  border-top: none !important;
}
.ev-simulation-drop-down .ev-simulation-drop-down-option:last-child {
  border-bottom: none !important;
}
.ev-simulation-drop-down .Select-noresults {
  color: inherit;
  background-color: inherit;
}
#ev-root .ev-simulation-drop-down .Select-control .Select-input:focus {
  background-color: transparent;
}
#ev-root .ev-simulation-drop-down:not(.ev-focusable) .Select-control .Select-input:focus {
  outline: none!important;
}
.ev-simulation-element-checkboxGroup .ev-simulation-element-checkbox-group-options {
  display: flex;
  flex-wrap: wrap;
}
.ev-simulation-element-checkboxGroup .ev-simulation-checkbox-group-option-container {
  display: flex;
}
.ev-simulation-element-checkboxGroup .ev-simulation-checkbox-group-option {
  flex: 1;
  display: flex;
  align-items: center;
}
.ev-simulation-element-checkboxGroup .ev-simulation-element-checkbox-group-option-label {
  flex: 1;
  position: relative;
}
.ev-simulation-element-checkboxGroup .ev-simulation-checkbox-group-option-input {
  margin: 0;
  outline: none;
}
.ev-simulation-element-checkboxGroup .ev-simulation-checkbox-group-option-input.ev-simulation-checkbox-group-option-input-hidden {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.ev-simulation-element-checkboxGroup .ev-simulation-checkbox-group-option-label {
  flex: 1;
}
@-webkit-keyframes highlightElement {
  0% {
    box-shadow: 0 0 0 2px #4fc1e9;
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 22px rgba(0, 0, 0, 0);
  }
}
@keyframes highlightElement {
  0% {
    box-shadow: 0 0 0 2px #4fc1e9;
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 22px rgba(0, 0, 0, 0);
  }
}
.ev-singleFlipCard-component .ev-singleFlipCard-widget {
  box-sizing: border-box;
  text-align: center;
}
.ev-singleFlipCard-component .ev-grid {
  transform: translate(0, 0);
}
.ev-socialMCQ-component .ev-socialMCQ-item {
  position: relative;
}
.ev-socialMCQ-component .ev-socialMCQ-item label {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f3622c;
  margin: 0 0 3px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-socialMCQ-component .ev-socialMCQ-item-inner {
  display: inline-block;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  text-align: right!important;
}
.ev-socialMCQ-component .ev-socialMCQ-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}
.ev-socialMCQ-component .ev-socialMCQ-item-state {
  display: flex;
  padding-right: 10px;
}
[dir="rtl"] .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 0;
  padding-left: 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
  padding-left: 10px;
}
[dir="rtl"] .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 0;
  padding-right: 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-results-graph {
  margin-top: 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-results-graph .ev-socialMCQ-dougnut-container {
  margin: auto;
}
.ev-socialMCQ-component .ev-socialMCQ-legend {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-legend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 4px;
}
.ev-socialMCQ-component .ev-socialMCQ-legend-item-color {
  height: 24px;
  width: 24px;
}
.ev-socialMCQ-component .ev-socialMCQ-legend-item-text {
  font-weight: bold;
  font-size: 16px;
}
.ev-socialMCQ-component .ev-socialMCQ-results-label {
  margin-bottom: 10px;
}
.ev-socialMCQ-component .ev-socialMCQ-results-label.ev-is-full-width {
  width: 100%;
}
.ev-sorting-component .ev-sorting-items {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.ev-sorting-component .ev-sorting-items .ev-sorting-item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.ev-sorting-component .ev-sorting-items .ev-sorting-item:last-child {
  margin-bottom: 0;
}
.ev-sorting-component .ev-sorting-items .ev-sorting-item-media {
  display: flex;
}
.ev-sorting-component .ev-sorting-items .ev-sorting-item-media .ev-image-container {
  width: 100%;
}
.ev-sorting-component .ev-sorting-items .ev-sorting-item-media img {
  flex: 0 0 auto;
  align-self: center;
}
.ev-sorting-component .ev-sorting-items.ev-horizontal-layout {
  flex-direction: row;
}
.ev-sorting-component .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  flex: 1;
  margin-bottom: 0;
  margin-right: 3px;
}
.ev-sorting-component .ev-sorting-items.ev-horizontal-layout .ev-sorting-item.ev-has-media {
  align-items: flex-start;
}
.ev-sorting-component .ev-sorting-items.ev-horizontal-layout .ev-sorting-item:last-child {
  margin-right: 0;
}
.ev-sorting-component .ev-sorting-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #f3622c;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #c35125;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #909090;
}
.ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 15px !important;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
[dir="rtl"] .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  left: auto;
  right: 10px;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  left: 44px;
  top: 50%;
  margin-top: -11.5px;
}
[dir="rtl"] .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  left: auto;
  right: 44px;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-content {
  width: 100%;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-media .ev-sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-media img {
  height: auto!important;
  width: auto!important;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-media .ev-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.ev-sorting-component .ev-sorting-item .ev-sorting-item-media .ev-button .ev-icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
  display: block;
}
.ev-sorting-component .ev-sorting-labels-horizontal {
  display: flex;
  margin-bottom: 10px;
}
.ev-sorting-component .ev-sorting-labels-horizontal .ev-sorting-right-label {
  margin-left: auto;
}
.ev-sorting-component .ev-sorting-top-label {
  margin-bottom: 10px;
}
.ev-sorting-component .ev-sorting-bottom-label {
  margin-top: 10px;
}
.ev-sorting-component .ev-sorting-preview {
  margin-top: 20px;
}
.ev-sorting-component .ev-sorting-preview-label {
  margin-bottom: 20px;
}
.ev-sorting-component .ev-sorting-audio-preview {
  text-align: center;
}
.ev-sorting-component .ev-sorting-audio-preview .ev-sorting-audio-preview-poster {
  height: 300px;
}
.ev-sorting-component .ev-sorting-audio-preview .ev-sorting-audio-preview-poster img {
  max-height: 100%;
  margin: auto;
}
.ev-sorting-component .ev-sorting-audio-preview audio {
  width: 100%;
}
.ev-sorting-component .ev-sorting-video-preview {
  text-align: center;
}
.ev-sorting-component .ev-sorting-video-preview video {
  height: 300px;
  width: 100%;
  margin: auto;
}
.ev-sorting-component .ev-sorting-preview-control-button {
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.ev-sorting-component .ev-sorting-preview-control-button .ev-icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
  display: block;
}
.ev-sorting-item-helper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 9999;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #c35125;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-sorting-item-helper {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 15px !important;
}
.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
[dir="rtl"] .ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  left: auto;
  right: 10px;
}
.ev-sorting-item-helper .ev-sorting-item-number {
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  left: 44px;
  top: 50%;
  margin-top: -11.5px;
}
[dir="rtl"] .ev-sorting-item-helper .ev-sorting-item-number {
  left: auto;
  right: 44px;
}
.ev-sorting-item-helper .ev-sorting-item-content {
  width: 100%;
}
.ev-sorting-item-helper .ev-sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
  display: inline-block;
}
.ev-sorting-item-helper .ev-sorting-item-media .ev-image-container {
  width: 100%;
}
.ev-sorting-item-helper .ev-sorting-item-media .ev-sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.ev-sorting-item-helper .ev-sorting-item-media img {
  height: auto!important;
  width: auto!important;
}
.ev-sorting-item-helper .ev-sorting-item-media .ev-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}
.ev-sorting-item-helper .ev-sorting-item-media .ev-button .ev-icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}
.ev-flexbox  .ev-sorting-item-helper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.ev-flexbox  .ev-sorting-item-helper.ev-has-media {
  align-items: flex-start;
}
.ev-flexbox  .ev-sorting-item-helper .ev-sorting-item-media {
  display: flex;
}
.ev-flexbox  .ev-sorting-item-helper .ev-sorting-item-media img {
  flex: 0 0 auto;
  align-self: center;
}
.ev-survey-component .ev-survey-button {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #f3622c;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #c35125;
  border-color: #f3622c;
}
.ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-survey-component .ev-star-rating-star {
  padding: 15px 10px 15px 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.ev-survey-component textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}
.ev-flexbox .ev-survey-component .ev-star-rating {
  display: flex;
  align-items: center;
}
.ev-flexbox .ev-survey-component .ev-survey-buttons-container {
  display: flex;
  flex-wrap: wrap;
}
.ev-flexbox .ev-survey-component .ev-survey-complete {
  display: flex;
  align-items: center;
}
.ev-flexbox .ev-survey-component .ev-survey-complete .ev-icon {
  box-sizing: content-box;
  color: #ffffff;
  padding: 15px 10px 15px 0;
}
.ev-no-flexbox .ev-survey-component .ev-star-rating-star {
  display: inline-block;
}
.ev-table-widget table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.ev-table-widget thead th {
  border-right: 1px solid #af370a;
  border-bottom: 1px solid #af370a;
  border-left: none;
  border-top: none;
}
.ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-table-widget tbody td {
  border-right: 1px solid #3fffff;
  border-bottom: 1px solid #3fffff;
  border-left: none;
}
.ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-table-widget tbody th {
  border-top: 1px solid #af370a;
  border-right: 1px solid #af370a;
  border-left: none;
}
.ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-table-widget tr {
  background-color: #a5ffff;
}
.ev-table-widget th,
.ev-table-widget td {
  text-align: left;
  padding: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ev-table-widget th {
  background-color: #f3622c;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-table-widget td {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-table-widget.ev-has-mobile-layout table {
    border: 0;
  }
  .ev-table-widget.ev-has-mobile-layout thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ev-table-widget.ev-has-mobile-layout tr {
    display: block;
    margin-bottom: 3px;
  }
  .ev-table-widget.ev-has-mobile-layout tr:last-child {
    margin-bottom: 0;
  }
  .ev-table-widget.ev-has-mobile-layout th,
  .ev-table-widget.ev-has-mobile-layout td {
    display: block;
    text-align: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid #3fffff !important;
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-table-widget.ev-has-mobile-layout th:last-child,
  .ev-table-widget.ev-has-mobile-layout td:last-child {
    border-bottom: none!important;
  }
  .ev-table-widget.ev-has-mobile-layout td:before {
    content: attr(data-label);
    float: left;
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-tabs-component,
.ev-tabs-component .ev-tabs-inner {
  max-width: 100%;
}
.ev-tabs-component .ev-tabs-item-container {
  padding: 0;
  margin: 0;
}
.ev-tabs-component .ev-tabs-item-container.ev-tabs-large {
  display: flex;
}
.ev-tabs-component .ev-tabs-item-container.ev-tabs-small {
  display: block;
}
.ev-tabs-component .ev-tabs-item {
  padding-right: 2px;
  cursor: pointer;
}
.ev-tabs-component .ev-tabs-item:last-child {
  padding-right: 0px;
}
[dir='rtl'] .ev-tabs-component .ev-tabs-item {
  padding-right: 0;
  padding-left: 2px;
}
[dir='rtl'] .ev-tabs-component .ev-tabs-item:last-child {
  padding-right: 0;
  padding-left: 0;
}
.ev-tabs-component .ev-tabs-item-inner {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #f3622c;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-tabs-component .ev-tabs-item-inner:hover,
.ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #c35125;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-tabs-component .ev-tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #a5ffff;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  float: right;
  padding-left: 10px;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-video,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-graphic {
  float: left;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  float: left;
  padding-right: 10px;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-video,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-graphic {
  float: right;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-video,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-video,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  width: 50%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left.ev-tabs-item-content-graphic-width-third .ev-tabs-item-content-text,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right.ev-tabs-item-content-graphic-width-third .ev-tabs-item-content-text {
  width: 70%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left.ev-tabs-item-content-graphic-width-third .ev-tabs-item-content-graphic,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right.ev-tabs-item-content-graphic-width-third .ev-tabs-item-content-graphic {
  width: 30%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left.ev-tabs-item-content-graphic-width-half .ev-tabs-item-content-graphic,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right.ev-tabs-item-content-graphic-width-half .ev-tabs-item-content-graphic {
  width: 50%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left.ev-tabs-item-content-graphic-width-two-third .ev-tabs-item-content-text,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right.ev-tabs-item-content-graphic-width-two-third .ev-tabs-item-content-text {
  width: 30%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left.ev-tabs-item-content-graphic-width-two-third .ev-tabs-item-content-graphic,
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right.ev-tabs-item-content-graphic-width-two-third .ev-tabs-item-content-graphic {
  width: 70%;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 15px;
}
.ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 15px;
}
.ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-tabs-component .ev-tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-tabs-component .ev-tabs-item-content-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-tabs-component .ev-hidden {
  display: none;
}
.ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #c35125;
  color: #ffffff;
}
.ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #c35125;
  color: #ffffff;
}
.ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #c35125;
  color: #ffffff;
}
.ev-tabs-component.ev-tabs-small-view .ev-tabs-item {
  padding-right: 0;
  margin-bottom: 3px;
}
.ev-tabs-component.ev-tabs-small-view .ev-tabs-item.ev-selected {
  margin-bottom: 0;
}
.ev-tabs-component.ev-tabs-small-view .ev-tabs-item-content {
  margin-bottom: 3px;
}
.ev-tabs-component.ev-tabs-small-view .ev-tabs-item-content-media {
  width: 100%;
  margin: 0 auto 15px;
}
.ev-tabs-component.ev-tabs-small-view .ev-tabs-item-content-media.ev-is-bottom {
  margin: 15px auto 0;
}
.ev-tabs-component.ev-can-truncate-tab-text.ev-tabs-large-view .ev-tabs-item-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ev-textAndGraphic-component .ev-text-graphic-item-title-inner {
  padding: 16px 0;
  font-weight: 700;
}
.ev-textAndGraphic-component .ev-text-graphic-item {
  margin-bottom: 12px;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-align-content-center {
  align-items: center;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-align-content-bottom {
  align-items: flex-end;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-third .ev-text-graphic-item-graphic {
  width: 30%;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-third .ev-text-graphic-item-text {
  width: 70%;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-half .ev-text-graphic-item-graphic,
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-half .ev-text-graphic-item-text {
  width: 50%;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-two-third .ev-text-graphic-item-graphic {
  width: 70%;
}
.ev-textAndGraphic-component .ev-text-graphic-item.ev-item-content-graphic-width-two-third .ev-text-graphic-item-text {
  width: 30%;
}
.ev-textAndGraphic-component .ev-text-graphic-item-graphic .ev-icon {
  display: inline-block;
}
.ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-text-inner {
  margin-right: 5%;
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-text-inner {
  margin-right: 0;
  margin-left: 5%;
}
.ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-graphic-inner {
  margin-left: 5%;
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-graphic-inner {
  margin-left: 0;
  margin-right: 5%;
}
.ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-graphic-inner {
  margin-right: 5%;
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-graphic-inner {
  margin-right: 0;
  margin-left: 5%;
}
.ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-text-inner {
  margin-left: 5%;
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-text-inner {
  margin-left: 0;
  margin-right: 5%;
}
.ev-textAndGraphic-component .ev-text-graphic-item-bottom img,
.ev-textAndGraphic-component .ev-text-graphic-item-top img {
  margin: 0 auto;
}
.ev-textAndGraphic-component .ev-text-graphic-item-bottom .ev-text-graphic-item-graphic {
  margin-top: 16px;
}
.ev-textAndGraphic-component .ev-text-graphic-item-top .ev-text-graphic-item-graphic {
  margin-bottom: 16px;
}
.ev-textAndGraphic-component .ev-text-graphic-item-right,
.ev-textAndGraphic-component .ev-text-graphic-item-left {
  display: flex;
}
@media all and (max-width: 768px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-right,
  .ev-textAndGraphic-component .ev-text-graphic-item-left {
    flex-wrap: wrap;
  }
  .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-text,
  .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-text,
  .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-graphic,
  .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-graphic {
    width: 100%;
    margin-bottom: 12px;
  }
  .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-text-inner,
  .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-text-inner,
  [dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-graphic-inner,
  .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
  [dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-right .ev-text-graphic-item-graphic-inner,
  [dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-left .ev-text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-textAndGraphic-component .ev-text-graphic-item-column {
  box-sizing: border-box;
}
.ev-textAndGraphic-component .ev-text-graphic-item-column .ev-text-graphic-item-graphic-inner {
  text-align: center;
}
.ev-textAndGraphic-component .ev-text-graphic-item-column .ev-text-graphic-item-graphic-inner img {
  display: inline-block;
}
.ev-textAndGraphic-component .ev-text-graphic-item-column.ev-text-graphic-item-column-bottom .ev-text-graphic-item-graphic {
  padding-top: 15px;
}
.ev-textAndGraphic-component .ev-text-graphic-item-column.ev-text-graphic-item-column-top .ev-text-graphic-item-graphic {
  padding-bottom: 15px;
}
@media all and (max-width: 768px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-column {
    margin-bottom: 20px;
  }
  .ev-textAndGraphic-component .ev-text-graphic-item-column:last-child {
    margin-bottom: 0;
  }
}
.ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right !important;
}
.ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right !important;
}
.ev-textArea-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.ev-textArea-component input[type=text] {
  width: 100%;
  display: block;
}
.ev-textArea-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-textArea-component .ev-buttons .ev-button {
  float: none;
}
.ev-textArea-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-textInput-component .ev-textinput-item:nth-last-child(2) {
  border-bottom: none;
}
.ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 10px 15px 10px;
  background-color: #f3622c;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 3px;
}
@media all and (max-width: 768px) {
  .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-textInput-component .ev-textinput-item.ev-display-component-item .ev-textinput-item-inner {
  padding: 0;
}
.ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-textInput-component .ev-textinput-item-inner {
  padding: 10px 0;
}
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-prefix,
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-suffix {
  display: inline;
}
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-input-container {
  position: relative;
  display: inline-block;
}
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-prefix {
  margin-right: 10px;
}
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-suffix {
  margin-left: 10px;
}
.ev-textInput-component .ev-textinput-item-inner .ev-textinput-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}
.ev-textInput-component .ev-textinput-item-input.ev-input-text {
  margin: 0;
}
.ev-textNarrative-component {
  min-width: 1px;
}
.ev-textNarrative-component .ev-textNarrative-inner {
  min-width: 1px;
}
.ev-textNarrative-component .ev-text-narrative-slider {
  width: 100%;
  background-color: #f3622c;
}
.ev-textNarrative-component .ev-text-narrative-slider-text {
  min-height: 200px;
}
.ev-textNarrative-component .ev-text-narrative-slider-text .ev-text-narrative-slider-text-inner {
  padding: 10px;
}
.ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-textNarrative-component .ev-text-narrative-indicators {
  flex: 1 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ev-textNarrative-component .ev-text-narrative-progress {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
  margin-right: 4px;
}
.ev-textNarrative-component .ev-text-narrative-progress:last-child {
  margin-right: 1px;
}
.ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
[dir="rtl"] .ev-textNarrative-component .ev-text-narrative-progress {
  margin-right: 1px;
  margin-left: 4px;
}
[dir="rtl"] .ev-textNarrative-component .ev-text-narrative-progress:last-child {
  margin-left: 1px;
}
.ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #f3622c;
  height: 46px;
  display: flex;
}
.ev-textNarrative-component .ev-text-narrative-controls {
  position: relative;
  flex: 1 0 auto;
}
.ev-textNarrative-component .ev-text-narrative-control-left:focus,
.ev-textNarrative-component .ev-text-narrative-control-right:focus {
  outline: none;
}
.ev-textNarrative-component .ev-text-narrative-control-left {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: -46px;
  z-index: 10;
  text-decoration: none;
  background-color: #f3622c;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #c35125;
}
.ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}
.ev-dir-rtl .ev-textNarrative-component .ev-text-narrative-control-left {
  left: inherit;
  right: 0;
}
.ev-textNarrative-component .ev-text-narrative-control-right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -46px;
  text-decoration: none;
  background-color: #f3622c;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}
.ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #c35125;
}
.ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}
.ev-dir-rtl .ev-textNarrative-component .ev-text-narrative-control-right {
  right: inherit;
  left: 0;
}
.ev-textNarrative-component .ev-text-narrative-control-right.ev-can-animate .ev-icon {
  -webkit-animation: narrativeArrowMove 1.5s ease-out;
          animation: narrativeArrowMove 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ev-textNarrative-component .ev-text-narrative-hidden {
  display: none;
}
.ev-textReveal-component .ev-text-reveal-item {
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
}
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  display: block;
  margin-bottom: 3px;
}
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-image-container,
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-reveal-text {
  width: 49%;
  box-sizing: border-box;
}
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-image-container {
  margin-right: 1%;
  flex: none;
}
.ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-reveal-text {
  margin-left: 1%;
}
[dir="rtl"] .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-image-container {
  margin-left: 1%;
  margin-right: 0;
}
[dir="rtl"] .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-reveal-text {
  margin-left: 0;
  margin-right: 1%;
}
@media all and (max-width: 520px) {
  .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-image-container,
  .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-reveal-text {
    width: 100%;
    margin: 0;
  }
  [dir="rtl"] .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-image-container,
  [dir="rtl"] .ev-textReveal-component .ev-text-reveal-item.ev-side-layout .ev-text-reveal-item-reveal-text {
    width: 100%;
    margin: 0;
  }
}
.ev-textReveal-component .ev-text-reveal-item-content {
  display: flex;
}
.ev-textReveal-component .ev-reveal-icon {
  transition: opacity 0.25s;
  position: absolute;
  box-sizing: content-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  padding: 15px;
  background-color: #f3622c;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.ev-textReveal-component .ev-text-reveal-item-title {
  margin-bottom: 6px;
}
.ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-textReveal-component .ev-text-reveal-image-container {
  cursor: pointer;
  position: relative;
  display: block;
  flex: 1;
  background-color: transparent;
  border: none;
  padding: 0;
}
.ev-textReveal-component .ev-text-reveal-image-container &gt; * {
  pointer-events: none;
}
.ev-textReveal-component .ev-text-reveal-image-container.ev-text-visible {
  cursor: default;
  pointer-events: none;
}
.ev-textReveal-component .ev-text-reveal-image-container:hover .ev-reveal-icon,
.ev-textReveal-component .ev-text-reveal-image-container:focus .ev-reveal-icon {
  opacity: 1;
}
.ev-textReveal-component .ev-text-reveal-image-container .ev-image-container,
.ev-textReveal-component .ev-text-reveal-image-container .ev-caption {
  display: block;
}
.ev-textReveal-component .ev-text-reveal-image-container.ev-caption-over .ev-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.ev-textReveal-component .ev-text-reveal-image-container.ev-caption-over.ev-caption-center .ev-caption {
  top: 50%;
  left: 0;
  width: 100%;
  bottom: auto;
  transform: translateY(-50%);
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text {
  display: flex;
  padding: 15px 10px 15px 10px;
  border-radius: 0px 0px 0px 0px;
  background-color: #f3622c;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  position: absolute;
  color: #ffffff;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic {
  display: flex;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-top {
  flex-direction: column;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-top .ev-text-reveal-item-reveal-text-inner-text {
  padding-top: 15px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-bottom {
  flex-direction: column-reverse;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-bottom .ev-text-reveal-item-reveal-text-inner-text {
  padding-bottom: 15px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left {
  flex-direction: row;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-text {
  padding-left: 10px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right {
  flex-direction: row-reverse;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-text {
  padding-right: 10px;
}
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-text,
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-text,
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-image,
.ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-image {
  flex: 50%;
}
@media all and (max-width: 520px) {
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left,
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right {
    flex-direction: column;
  }
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-text,
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-text,
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-image,
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-image {
    flex: 1;
  }
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-left .ev-text-reveal-item-reveal-text-inner-text,
  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic.ev-layout-right .ev-text-reveal-item-reveal-text-inner-text {
    padding-top: 15px;
  }
}
.ev-is-ie-11  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner {
  flex: 1;
}
.ev-is-ie-11  .ev-textReveal-component .ev-text-reveal-item-reveal-text-inner.ev-has-graphic {
  display: block;
}
.ev-sliderInput-component .ev-buttons {
  display: flex;
  justify-content: space-between;
}
.ev-sliderInput-component .ev-buttons .ev-button {
  float: none;
}
.ev-sliderInput-component .ev-buttons.ev-switch-buttons {
  flex-direction: row-reverse;
}
.ev-achievements .ev-achievement-item-counters {
  display: flex;
  flex-wrap: wrap;
}
.ev-achievements .ev-achievement-item-counter {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ev-achievements .ev-achievement-item-counter .ev-icon {
  background-color: #ff004c;
  color: #00edb5;
  margin: 0 auto 5px;
  padding: 15px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-sizing: content-box;
}
.ev-achievements .ev-achievement-item-counter img {
  max-width: 72px;
  display: block;
  margin: 0 auto 5px;
}
.ev-achievements .ev-achievement-item-counter .ev-achievement-item-label {
  color: #454545;
}
.ev-achievements .ev-achievement-item-counter .ev-achievement-item-count {
  font-weight: 600;
}
.ev-achievements .ev-achievement-item-stars .ev-achievement-item-counter {
  width: 33%;
}
.ev-achievements .ev-achievement-item-stars .ev-achievement-item-counter .ev-icon {
  color: transparent;
  color: #ffce54;
}
@media all and (max-width: 520px) {
  .ev-achievements .ev-achievement-item-stars .ev-achievement-item-counter {
    width: 100%;
  }
}
.ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter {
  width: 33%;
}
.ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter.ev-not-complete {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
}
@media all and (max-width: 520px) {
  .ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter {
    width: 100%;
  }
}
.ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter img {
  max-width: 72px;
}
@media all and (max-width: 768px) {
  .ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter img {
    max-width: 72px;
  }
}
@media all and (max-width: 520px) {
  .ev-achievements .ev-achievement-item-badges .ev-achievement-item-counter img {
    max-width: 72px;
  }
}
.ev-achievements .ev-achievement-item-lives .ev-achievement-item-counter {
  width: 100%;
}
.ev-achievements .ev-achievement-item-lives .ev-achievement-item-counter .ev-icon {
  color: transparent;
  color: #ed5565;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress {
  max-width: 768px;
  margin: auto;
  padding: 40px;
  display: flex;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-bar {
  height: 14px;
  position: relative;
  border: 2px solid transparent;
  background-color: #cbcbcb;
  border-radius: 0px 0px 0px 0px;
  border-radius: 3px;
  width: 85%;
  box-sizing: border-box;
  border: 2px solid #48cfad;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-indicator {
  height: 100%;
  background-color: transparent;
  background-color: #48cfad;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-indicator-points {
  position: absolute;
  height: 74px;
  width: 74px;
  background-color: #ff004c;
  border: 2px solid transparent;
  color: transparent;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  margin: -44px 0 0 -36px;
  font-weight: 600;
  border: 2px solid #48cfad;
  color: #48cfad;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-indicator-points.ev-adjust-indicator {
  margin-left: -74px;
}
[dir='rtl'] .ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-indicator-points {
  margin: -44px -36px 0 0;
}
[dir='rtl'] .ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-indicator-points.ev-adjust-indicator {
  margin-left: 0;
  margin-right: -74px;
}
.ev-achievements .ev-achievement-item-points .ev-achievement-item-progress-points-display {
  width: 15%;
  font-size: 19px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: -17px;
  font-weight: 600;
  color: transparent;
  color: #48cfad;
}
.ev-achievements-content-object-bar .ev-action-bar-item {
  text-align: center;
}
.ev-achievements-navigation-container {
  float: right;
}
.ev-achievements-navigation.ev-navigation-item {
  padding: 31px;
  cursor: pointer;
  transition: opacity 0.25s;
  display: flex;
}
@media all and (max-width: 768px) {
  .ev-achievements-navigation.ev-navigation-item {
    padding: 23.5px;
  }
}
.ev-no-touchevents .ev-achievements-navigation.ev-navigation-item:hover {
  opacity: 0.8;
}
.ev-no-touchevents .ev-achievements-navigation.ev-navigation-item:hover .ev-icon {
  color: inherit;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item {
  position: relative;
  font-size: 15px;
  height: 23px;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 7px;
  font-weight: bold;
  color: #004050;
}
@media all and (max-width: 520px) {
  .ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item {
    margin-left: 2px;
    font-size: 13px;
  }
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item .ev-achievements-navigation-item-achievements {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-left: 0;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-glyph {
  float: left;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-glyph .ev-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  color: inherit;
  padding: 0;
}
@media all and (max-width: 520px) {
  .ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-glyph .ev-icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-gained {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@media all and (max-width: 520px) {
  .ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-gained {
    font-size: 13px;
  }
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-count {
  float: right;
  margin-left: 5px;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-points .ev-achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #48cfad;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-stars .ev-achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ffce54;
}
.ev-achievements-navigation.ev-navigation-item .ev-achievements-navigation-item-lives .ev-achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ed5565;
}
.ev-article-indicator {
  position: fixed;
  z-index: 9995;
  right: 0;
  padding-top: 105px;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  .ev-article-indicator {
    display: none;
  }
}
.ev-article-indicator .ev-article-indicator-circle {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  box-sizing: content-box;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 0 50px 0;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: none;
  padding: 0;
  display: block;
  border-color: #ffffff;
}
.ev-article-indicator .ev-article-indicator-circle:last-child {
  margin-bottom: 0;
}
.ev-article-indicator .ev-article-indicator-circle.ev-active-indicator-circle {
  background-color: transparent;
  background-color: #ffffff;
}
.ev-article-indicator .ev-article-indicator-circle:hover .ev-article-indicator-title,
.ev-article-indicator .ev-article-indicator-circle:focus .ev-article-indicator-title {
  visibility: visible;
  opacity: 1;
}
.ev-article-indicator .ev-article-indicator-title {
  background-color: transparent;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  padding: 0 5px 0 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: -32px;
  transform: translate(-100%, -50%);
  top: 50%;
  white-space: nowrap;
  height: 38px;
  border-radius: 2px 0 0 2px;
  transition: all 0.25s;
  font-size: 16px;
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-indicator .ev-article-indicator-title:hover,
.ev-article-indicator .ev-article-indicator-title:active {
  visibility: visible;
  opacity: 1;
}
.ev-article-indicator .ev-inner-article-indicator-title {
  font-family: Montserrat;
  color: transparent;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  color: #004050;
}
.ev-article-indicator .ev-article-indicator-arrow {
  border-left: 25px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  position: absolute;
  transform: translateX(100%);
  border-left-color: #ffffff;
}
.ev-hide-top-navigation .ev-article-indicator {
  padding-top: 20px;
}
.ev-article-indicator.ev-is-centered {
  top: 50%;
  transform: translateY(-50%);
  padding-top: 85px;
}
.ev-article-indicator.ev-is-right {
  padding-right: 20px;
}
.ev-article-indicator.ev-is-left {
  left: 60px;
  right: auto;
  padding-left: 8px;
}
[dir="rtl"] .ev-article-indicator.ev-is-left {
  left: 0;
}
.ev-has-hamburger-menu .ev-article-indicator.ev-is-left {
  left: 0;
}
@media (max-width: 768px) {
  .ev-article-indicator.ev-is-left {
    left: 0;
  }
}
.ev-article-indicator.ev-is-left .ev-article-indicator-title {
  padding: 0 15px 0 5px;
  left: auto;
  right: -32px;
  text-align: left;
  transform: translate(100%, -50%);
  border-radius: 0px 2px 2px 0px;
}
.ev-article-indicator.ev-is-left .ev-article-indicator-arrow {
  border-left: none;
  border-right: 25px solid transparent;
  right: auto;
  left: 0;
  transform: translateX(-100%);
  border-right-color: #ffffff;
}
.ev-is-viewing-fullscreen-video .ev-article-indicator {
  display: none !important;
}
.ev-component-assignment-submitted-message,
.ev-component-assignment-submitted-icon {
  display: inline-block;
}
.ev-branding-logos {
  margin: 0 auto;
  text-align: center;
  max-width: 1024px;
  padding: 20px 20px 20px 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-logos {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-logos {
    padding: 20px 20px 20px 20px;
  }
}
.ev-branding-logos .ev-branding-logos-inner {
  position: relative;
}
.ev-branding-logos .ev-branding-logo {
  max-width: 33.333%;
}
.ev-branding-logos .ev-branding-logo-left {
  float: left;
}
.ev-branding-logos .ev-branding-logo-right {
  float: right;
}
.ev-branding-logos .ev-branding-logo-center {
  display: inline-block;
}
.ev-branding-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  background-color: #a5ffff;
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
  }
}
.ev-branding-copyright .ev-branding-copyright-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright .ev-branding-copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright .ev-branding-copyright-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-branding-copyright .ev-branding-copyright-logo img {
  display: inline;
}
.ev-branding-copyright .ev-branding-copyright-inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1024px;
}
.ev-branding-copyright.ev-logos-centered .ev-branding-copyright-inner {
  justify-content: center;
}
.ev-branding-copyright.ev-logos-centered .ev-branding-copyright-logo-center {
  text-align: center!important;
  padding-left: 20px;
  padding-right: 20px;
}
.ev-branding-copyright .ev-branding-copyright-logo-right {
  margin-left: auto;
}
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-left,
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-left,
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
  flex: 0 0 50%;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-right,
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-right,
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
  flex: 0 0 50%;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo-center,
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-text,
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-text {
  flex: 0 0 100%;
}
.ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo {
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-top .ev-branding-copyright-logo {
    padding-bottom: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo {
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo {
    padding-top: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-bottom .ev-branding-copyright-logo {
    padding-top: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-inner {
  align-items: center;
}
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-left,
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-right,
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-left .ev-branding-copyright-text {
  flex: 3;
}
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-inner {
  align-items: center;
}
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-left,
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-right,
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-right .ev-branding-copyright-text {
  flex: 3;
}
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-inner {
  align-items: center;
}
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-left,
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-left,
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
    padding-right: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-right,
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
  flex: 1;
  text-align: right;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-right,
  .ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-logo-center {
    padding-left: 20px;
  }
}
.ev-branding-copyright.ev-branding-copyright-layout-split .ev-branding-copyright-text {
  flex: 3;
}
.ev-certificate-download .ev-certificate-action-warning {
  margin-right: 10px;
}
.ev-course-assessment-breakdown-item-details {
  margin-bottom: 20px;
  display: flex;
}
.ev-course-assessment-breakdown-item-details .ev-course-assessment-breakdown-item-details-col {
  width: 50%;
}
.ev-course-assessment-breakdown-item-advanced-title,
.ev-course-assessment-breakdown-item-advanced-body {
  margin-bottom: 10px;
}
.ev-course-assessment-breakdown-item-advanced-title-label,
.ev-course-assessment-breakdown-item-advanced-body-label {
  font-weight: bold;
}
.ev-course-assessment-breakdown-item .ev-list-item-left,
.ev-course-assessment-breakdown-item .ev-list-item-right {
  width: 50%;
}
@media all and (max-width: 768px) {
  .ev-course-assessment-breakdown-item .ev-list-item-left,
  .ev-course-assessment-breakdown-item .ev-list-item-right {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .ev-course-assessment-breakdown-item .ev-list-item-right {
    margin-top: 10px;
  }
}
.ev-course-assessment-notify.ev-notify-prompt .ev-notify-glyph {
  height: 75px;
}
.ev-course-assessment-notify.ev-notify-prompt .ev-progress-circle {
  width: 75px;
  height: 75px;
}
.ev-course-assessment-notify.ev-notify-prompt .ev-progress-circle .ev-progress-circle-text {
  font-size: 21px;
}
.ev-course-assessment-results-overview-title,
.ev-course-assessment-results-breakdown-title {
  margin-bottom: 20px;
}
.ev-course-assessment-results-overview-status-feedback {
  text-align: center;
}
.ev-course-assessment-results-overview-status-feedback-inner {
  padding: 20px 0px;
}
.ev-course-assessment-results-roundup .ev-content-row-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ev-course-assessment-results-roundup-col {
  text-align: center;
  width: 33%;
}
@media all and (max-width: 768px) {
  .ev-course-assessment-results-roundup-col {
    width: 100%;
    margin-bottom: 16px;
  }
}
.ev-course-assessment-info-graph-color {
  color: #00edb5;
}
.ev-course-assessment-info-graph-highlight-color {
  color: #000000;
}
.ev-course-assessment-info-graph-text-color {
  color: #ff004c;
}
.ev-course-assessment-info-graph-label-color {
  color: #ff004c;
}
.ev-course-assessment-results-stats-progress-canvas {
  height: 80px;
}
.ev-course-assessment-results-overview-close {
  margin-top: 20px;
  text-align: center;
}
.ev-course-assessment-results-roundup {
  margin-top: 0px;
}
.ev-course-assessment-results-options {
  margin-top: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
}
.ev-course-assessment-results-options-inner {
  padding: 30px;
}
.ev-course-assessment-results-overview-reset {
  margin-top: 10px;
}
.ev-course-navigation {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
  outline-width: 3px!important;
  left: 54px;
  background-color: #f3f3f3;
}
[dir="rtl"] .ev-course-navigation {
  left: auto;
  right: 54px;
  transform: translateX(100%);
}
.ev-course-navigation ul,
.ev-course-navigation li {
  padding-left: 0;
  list-style-type: none;
}
.ev-has-hamburger-menu .ev-course-navigation,
.ev-hide-side-navigation .ev-course-navigation {
  left: 0;
}
[dir="rtl"] .ev-has-hamburger-menu .ev-course-navigation,
[dir="rtl"] .ev-hide-side-navigation .ev-course-navigation {
  left: auto;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-course-navigation {
    left: 0;
    top: 140px;
  }
  [dir="rtl"] .ev-course-navigation {
    left: auto;
    right: 0;
  }
  .ev-has-hamburger-menu .ev-course-navigation {
    top: 70px;
  }
  .ev-hide-side-navigation .ev-course-navigation {
    top: 70px;
  }
}
.ev-course-navigation.ev-right-course-navigation {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
[dir="rtl"] .ev-course-navigation.ev-right-course-navigation {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
[dir="rtl"] .ev-course-navigation.ev-right-course-navigation.ev-is-visible {
  transform: translateX(0%);
}
.ev-course-navigation.ev-is-visible {
  transform: translateX(0%);
}
.ev-course-navigation .ev-course-navigation-inner {
  padding: 15px;
}
.ev-course-navigation .ev-navigation-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  align-content: center;
  text-decoration: none;
  padding-top: 4px;
}
.ev-course-navigation .ev-navigation-item .ev-navigation-item-title,
.ev-course-navigation .ev-navigation-item .ev-navigation-icon {
  color: #004050;
}
.ev-course-navigation .ev-navigation-item.ev-locked {
  cursor: default;
}
.ev-course-navigation .ev-navigation-item.ev-locked .ev-navigation-item-title,
.ev-course-navigation .ev-navigation-item.ev-locked .ev-navigation-icon {
  color: #004050 !important;
}
.ev-course-navigation .ev-navigation-item.ev-active-navigation-item .ev-navigation-item-title,
.ev-no-touchevents .ev-course-navigation .ev-navigation-item:hover .ev-navigation-item-title,
.ev-course-navigation .ev-navigation-item.ev-active-navigation-item .ev-navigation-icon,
.ev-no-touchevents .ev-course-navigation .ev-navigation-item:hover .ev-navigation-icon {
  color: #f3622c;
}
.ev-course-navigation .ev-navigation-item .ev-navigation-item-title {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
}
@media all and (max-width: 520px) {
  .ev-course-navigation .ev-navigation-item .ev-navigation-item-title {
    white-space: normal;
  }
}
.ev-course-navigation .ev-navigation-item .ev-navigation-icon {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .ev-course-navigation .ev-navigation-item {
    margin-bottom: 20px;
  }
}
.ev-course-navigation .ev-navigation-item-menu-items {
  margin-left: 20px;
}
.ev-course-navigation .ev-navigation-item-menu-items .ev-navigation-item-title {
  max-width: 200px;
}
.ev-navigation-course-navigation-mount-point {
  float: left;
}
.ev-navigation-course-navigation-mount-point.ev-is-right-side {
  float: right;
}
.ev-course-navigation-accessibility-label {
  position: absolute;
  left: -99999px;
}
.ev-course-navigation-button {
  display: block;
}
.ev-course-navigation-button .ev-icon {
  transition: color 0.25s ease-in;
  color: #004050;
  padding: 16px 18px 15px;
}
@media all and (max-width: 768px) {
  .ev-course-navigation-button .ev-icon {
    padding: 9px 14px;
  }
}
.ev-no-touchevents .ev-course-navigation-button:hover .ev-icon {
  color: #f3622c;
}
.ev-is-viewing-fullscreen-video .ev-course-navigation {
  display: none!important;
}
.ev-glossary .ev-glossary-search {
  display: flex;
  margin-bottom: 10px;
}
.ev-glossary input[type="search"].ev-glossary-search-input {
  margin: 0 10px 0 0;
}
[dir="rtl"] .ev-glossary input[type="search"].ev-glossary-search-input {
  margin: 0 0 0 10px;
}
.ev-glossary .ev-glossary-search-description {
  display: flex;
  align-items: center;
}
.ev-glossary .ev-glossary-search-description input {
  margin: 0 5px 0 0;
}
[dir="rtl"] .ev-glossary .ev-glossary-search-description input {
  margin: 0 0 0 5px;
}
.ev-glossary-item .ev-glossary-item-term {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: block;
  border: none;
  width: 100%;
  text-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.ev-hint-container {
  text-align: right;
}
.ev-hint {
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
}
.ev-hint.ev-is-open .ev-hint-button {
  z-index: 200;
}
.ev-hint.ev-is-open .ev-hint-popup {
  z-index: 199;
}
.ev-hint .ev-hint-button {
  position: relative;
  z-index: 198;
  height: 44px;
  width: 44px;
  padding: 0!important;
  margin: -6px 0 0 0 !important;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-hint .ev-hint-button.ev-button .ev-icon {
  margin: 0;
}
.ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #f3622c;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #c35125;
  outline: none;
}
.ev-hint .ev-hint-popup {
  padding: 15px;
  z-index: 197;
  position: absolute;
  top: 50%;
  right: 50%;
  max-height: 400px;
  overflow: auto;
  transform-origin: top right;
  background-color: #FFFFFF;
  box-shadow: -2px 4px 4px 3px rgba(0, 0, 0, 0.3);
  width: 500px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
  padding: 30px 30px 30px 30px;
}
@media all and (max-width: 768px) {
  .ev-hint .ev-hint-popup {
    width: 500px;
    padding: 30px 30px 30px 30px;
  }
}
@media all and (max-width: 520px) {
  .ev-hint .ev-hint-popup {
    width: 500px;
    padding: 30px 30px 30px 30px;
  }
}
.ev-hint .ev-hint-title {
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-hint .ev-hint-title {
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-hint .ev-hint-title {
    margin: 0px 0px 15px 0px;
  }
}
.ev-hint .ev-hint-title-inner {
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hint .ev-hint-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hint .ev-hint-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-hint .ev-hint-title-inner {
  text-align: right!important;
}
.ev-hint .ev-hint-body {
  background-color: transparent;
}
.ev-hint .ev-hint-body-inner {
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-hint .ev-hint-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-hint .ev-hint-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-hint .ev-hint-body-inner {
  text-align: right!important;
}
.ev-page-indicator {
  text-align: center;
  padding: 20px 0 20px;
}
@media all and (max-width: 768px) {
  .ev-page-indicator {
    padding: 20px 0 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-page-indicator {
    padding: 20px 0 20px;
  }
}
.ev-page-indicator.ev-has-no-interaction .ev-page-indicator-circle {
  cursor: default;
}
.ev-page-indicator .ev-page-indicator-circle {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
  display: inline-block;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  border: 2px solid transparent;
  box-shadow: none;
  border-color: #ffffff;
}
.ev-page-indicator .ev-page-indicator-circle:last-child {
  margin-right: 0;
}
[dir="rtl"] .ev-page-indicator .ev-page-indicator-circle {
  margin-right: 0;
  margin-left: 20px;
}
[dir="rtl"] .ev-page-indicator .ev-page-indicator-circle:last-child {
  margin-left: 0;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-locked,
.ev-page-indicator .ev-page-indicator-circle.ev-is-active {
  cursor: default;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-locked .ev-page-indicator-circle-title,
.ev-page-indicator .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title {
  cursor: default;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-active {
  background-color: transparent;
  border-color: transparent;
  background-color: #ffffff;
  border-color: #ffffff;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title {
  background-color: transparent;
  color: transparent;
  color: #004050;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title:after {
  border-top-color: transparent;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title {
  background-color: #ffffff;
  border-top-color: #ffffff;
}
.ev-page-indicator .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title:after {
  border-top-color: #ffffff;
}
.ev-page-indicator .ev-page-indicator-circle:focus {
  outline: none;
}
.ev-page-indicator .ev-page-indicator-circle:hover .ev-page-indicator-circle-title,
.ev-page-indicator .ev-page-indicator-circle:focus .ev-page-indicator-circle-title {
  visibility: visible;
  opacity: 1;
}
.ev-page-indicator .ev-page-indicator-circle-title {
  box-sizing: border-box;
  background-color: transparent;
  color: transparent;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  margin-top: -10px;
  white-space: nowrap;
  border-radius: 2px 0 0 2px;
  transition: all 0.25s 0.1s;
  padding: 10px 20px;
  z-index: 100;
  background-color: #ffffff;
  color: #004050;
}
.ev-page-indicator .ev-page-indicator-circle-title:after {
  position: absolute;
  margin-left: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -5px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top-color: #ffffff;
}
.ev-no-touchevents .ev-page-indicator .ev-page-indicator-circle-title:hover,
.ev-page-indicator .ev-page-indicator-circle-title:active {
  visibility: visible;
  opacity: 1;
}
.ev-page-indicator.ev-is-navigation-bottom .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title:after {
  border-bottom-color: transparent;
}
.ev-page-indicator.ev-is-navigation-bottom .ev-page-indicator-circle.ev-is-active .ev-page-indicator-circle-title:after {
  border-bottom-color: #ffffff;
}
.ev-page-indicator.ev-is-navigation-bottom .ev-page-indicator-circle-title {
  transform: translate(-50%, 100%);
  bottom: 0;
  margin-bottom: -10px;
  margin-top: 0;
  border-bottom-color: #ffffff;
}
.ev-page-indicator.ev-is-navigation-bottom .ev-page-indicator-circle-title:after {
  border-top: none !important;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  top: -5px;
  bottom: auto;
  border-bottom-color: transparent;
}
.ev-navigation-progress-mount-point {
  float: left;
}
.ev-navigation-progress-mount-point.ev-is-right-side {
  float: right;
}
.ev-is-viewing-fullscreen-video .ev-progress-side-panel,
.ev-is-viewing-fullscreen-video .ev-progress-sticky-nav {
  display: none!important;
}
.ev-progress-side-panel {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9997;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
  padding-top: 20px;
  outline-width: 3px!important;
  left: 54px;
  background-color: #f3f3f3;
}
.ev-progress-side-panel ul,
.ev-progress-side-panel li {
  padding-left: 0;
  list-style-type: none;
}
[dir="rtl"] .ev-progress-side-panel {
  left: auto;
  right: 54px;
  transform: translateX(100%);
}
.ev-has-hamburger-menu .ev-progress-side-panel,
.ev-hide-side-navigation .ev-progress-side-panel {
  left: 0;
}
[dir="rtl"] .ev-has-hamburger-menu .ev-progress-side-panel,
[dir="rtl"] .ev-hide-side-navigation .ev-progress-side-panel {
  left: auto;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-progress-side-panel {
    left: 0;
    top: 140px;
  }
  [dir="rtl"] .ev-progress-side-panel {
    left: auto;
    right: 0;
  }
  .ev-has-hamburger-menu .ev-progress-side-panel {
    top: 70px;
  }
  .ev-hide-side-navigation .ev-progress-side-panel {
    top: 70px;
  }
}
.ev-progress-side-panel.ev-is-right-side {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
[dir="rtl"] .ev-progress-side-panel.ev-is-right-side {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
[dir="rtl"] .ev-progress-side-panel.ev-is-right-side.ev-is-visible {
  transform: translateX(0%);
}
.ev-progress-side-panel.ev-is-right-side .ev-progress-actions {
  text-align: right;
}
.ev-progress-side-panel.ev-is-right-side .ev-progress-exit-course-button .ev-progress-exit-course-button-icon {
  margin-right: 0;
  margin-left: 5px;
}
.ev-progress-side-panel.ev-is-visible {
  transform: translateX(0%);
}
.ev-progress-side-panel .ev-progress-side-panel-title {
  padding: 0 15px 18px;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-progress-side-panel .ev-progress-side-panel-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-progress-side-panel .ev-progress-side-panel-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-progress-side-panel .ev-progress-article-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.ev-progress-side-panel .ev-progress-article-item-title {
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 18px 15px 18px 64px;
  color: #004050;
  font-size: 1.2em;
}
.ev-no-touchevents .ev-progress-side-panel .ev-progress-article-item-title:hover {
  color: #f3622c;
}
[dir="rtl"] .ev-progress-side-panel .ev-progress-article-item-title {
  text-align: right;
  padding: 18px 64px 18px 15px;
}
.ev-progress-side-panel .ev-progress-article-item-completion-indicator {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #004050;
}
[dir="rtl"] .ev-progress-side-panel .ev-progress-article-item-completion-indicator {
  left: auto;
  right: 18px;
}
.ev-progress-side-panel .ev-progress-article-item-completion-indicator.ev-is-complete {
  background-color: #00edb5;
  border-color: #ffffff;
}
.ev-progress-side-panel .ev-progress-article-item-completion-indicator.ev-is-complete .ev-icon {
  visibility: visible;
  color: #ffffff;
}
.ev-progress-side-panel .ev-progress-article-item-completion-indicator .ev-icon {
  visibility: hidden;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 4px;
  box-sizing: content-box;
  color: #004050;
}
.ev-progress-side-panel .ev-progress-article-item-components {
  padding-left: 60px;
}
[dir="rtl"] .ev-progress-side-panel .ev-progress-article-item-components {
  padding-left: 0;
  padding-right: 60px;
}
.ev-progress-side-panel .ev-progress-component-item {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
}
.ev-progress-side-panel .ev-progress-component-item:last-child {
  margin-bottom: 10px;
}
.ev-progress-side-panel .ev-progress-component-item-title {
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 0 15px 0 28px;
  font-size: 0.9em;
  color: #004050;
}
.ev-no-touchevents .ev-progress-side-panel .ev-progress-component-item-title:hover {
  color: #f3622c;
}
[dir="rtl"] .ev-progress-side-panel .ev-progress-component-item-title {
  text-align: right;
  padding: 0 28px 0 15px;
}
.ev-progress-side-panel .ev-progress-component-item-completion-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #004050;
}
[dir="rtl"] .ev-progress-side-panel .ev-progress-component-item-completion-indicator {
  left: auto;
  right: 0;
}
.ev-progress-side-panel .ev-progress-component-item-completion-indicator.ev-is-complete {
  background-color: #00edb5;
  border-color: #ffffff;
}
.ev-progress-side-panel .ev-progress-component-item-completion-indicator.ev-is-complete .ev-icon {
  visibility: visible;
  color: #ffffff;
}
.ev-progress-side-panel .ev-progress-component-item-completion-indicator .ev-icon {
  visibility: hidden;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 2px;
  box-sizing: content-box;
  color: #004050;
}
.ev-progress-side-panel .ev-progress-actions {
  padding: 20px;
}
.ev-progress-sticky-nav-container {
  height: 100px;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav {
  position: fixed;
  left: 54px;
  right: 0;
  z-index: 899;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.ev-hide-top-navigation .ev-progress-sticky-nav-container .ev-progress-sticky-nav {
  left: 0;
}
.ev-hide-side-navigation .ev-progress-sticky-nav-container .ev-progress-sticky-nav {
  left: 0;
}
.ev-has-hamburger-menu .ev-progress-sticky-nav-container .ev-progress-sticky-nav {
  left: 0;
}
@media all and (max-width: 768px) {
  .ev-progress-sticky-nav-container .ev-progress-sticky-nav {
    left: 0;
  }
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container {
  position: relative;
  max-width: 1024px;
  overflow: hidden;
  margin: auto;
  padding: 8px 0;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container-control {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 40px;
  border: none;
  text-align: center;
  padding: 0;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container-control .ev-icon {
  transition: color 0.25s ease-in;
  display: inline;
  color: #2c3e50;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container-control:hover .ev-icon {
  display: inline;
  color: #909090;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container-control-before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items-container-control-after {
  right: 0;
  width: 70px;
  background: linear-gradient(to left, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-items {
  display: flex;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item {
  flex: 1 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item:last-child .ev-progress-sticky-nav-item-connection {
  display: none;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item.ev-is-complete .ev-progress-sticky-nav-item-connection {
  background-color: #1aa863;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  transition: all 0.25s ease-in;
  background-color: #ffffff;
  color: #8a8a8a;
  border-color: #8a8a8a;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button:hover {
  color: #454545;
  border-color: #454545;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button:hover + .ev-progress-sticky-nav-item-label {
  color: #454545;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button.ev-is-complete {
  color: #ffffff;
  background-color: #1aa863;
  border-color: #1aa863;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button.ev-is-complete + .ev-progress-sticky-nav-item-label {
  color: #1aa863;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button.ev-is-complete:hover {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-button.ev-is-complete:hover + .ev-progress-sticky-nav-item-label {
  color: #454545;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-complete-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-label {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  margin-top: 4px;
  width: 180px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8a8a8a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-progress-sticky-nav-container .ev-progress-sticky-nav-item-connection {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 12px;
  height: 2px;
  width: 180px;
  background-color: #8a8a8a;
}
.ev-progress-accessibility-label {
  position: absolute;
  left: -9999px;
}
.ev-reflection-download .ev-reflection-action-warning {
  margin-right: 10px;
}
@media all and (max-width: 520px) {
  .ev-reflection-download .ev-reflection-action-warning {
    margin-bottom: 10px;
  }
}
.ev-resources .ev-resources-filter-inner {
  justify-content: flex-start;
}
.ev-scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  overflow: hidden;
  height: 4px;
  background-color: #f3f3f3;
}
.ev-scroll-progress-bar .ev-scroll-progress-progress-indicator-bar {
  height: 100%;
  background-color: #00edb5;
}
.ev-scroll-progress-bar .ev-scroll-progress-progress-indicator-bar.ev-can-animate {
  transition: width 1s ease-in-out;
}
@media all and (max-width: 768px) {
  .ev-scroll-progress-bar {
    height: 4px;
  }
}
.ev-is-viewing-fullscreen-video .ev-scroll-progress-bar {
  display: none!important;
}
.ev-search-panel {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
  top: 85px;
  left: 54px;
  background-color: #f3f3f3;
}
[dir="rtl"] .ev-search-panel {
  left: auto;
  right: 54px;
  transform: translateX(100%);
}
.ev-has-hamburger-menu .ev-search-panel,
.ev-hide-side-navigation .ev-search-panel {
  left: 0;
}
[dir="rtl"] .ev-has-hamburger-menu .ev-search-panel,
[dir="rtl"] .ev-hide-side-navigation .ev-search-panel {
  left: auto;
  right: 0;
}
@media all and (max-width: 768px) {
  .ev-search-panel {
    left: 0;
    top: 140px;
  }
  [dir="rtl"] .ev-search-panel {
    left: auto;
    right: 0;
  }
  .ev-has-hamburger-menu .ev-search-panel {
    top: 70px;
  }
  .ev-hide-side-navigation .ev-search-panel {
    top: 70px;
  }
}
.ev-search-panel.ev-is-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
[dir="rtl"] .ev-search-panel.ev-is-right {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
[dir="rtl"] .ev-search-panel.ev-is-right.ev-is-visible {
  transform: translateX(0%);
}
.ev-search-panel.ev-is-visible {
  transform: translateX(0%);
}
.ev-search-panel legend,
.ev-search-panel label,
.ev-search-panel .ev-search-no-results {
  color: #004050;
}
.ev-search-panel legend {
  font-weight: bold;
}
.ev-search-panel select {
  width: 100%;
  font-size: inherit;
}
.ev-search-panel .ev-search-panel-inner {
  padding: 15px;
}
.ev-search-panel .ev-search-input {
  width: 100%;
}
.ev-search-panel .ev-search-input input {
  width: 100%;
  margin: 0;
}
.ev-search-panel .ev-search-no-results {
  text-align: center;
}
.ev-search-panel .ev-search-results {
  list-style: none;
  overflow-y: auto;
  margin-top: 15px;
}
.ev-search-panel .ev-search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ev-search-panel .ev-search-result-item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
}
.ev-search-panel .ev-search-result-item-tags {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 15px;
  flex-wrap: wrap;
  color: white;
}
.ev-search-panel .ev-search-result-item-tag {
  border-radius: 2px;
  margin-right: 4px;
  font-size: 12px;
  padding: 2px 4px;
}
.ev-search-panel .ev-search-result-item-title {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  color: #f3622c;
  text-decoration: underline;
}
.ev-search-panel .ev-search-result-item-title:visited {
  color: #f3622c;
}
.ev-no-touchevents .ev-search-panel .ev-search-result-item-title:hover,
.ev-search-panel .ev-search-result-item-title:focus {
  color: #c35125;
}
.ev-search-panel .ev-search-result-item-sub-title {
  font-weight: 500;
}
.ev-search-panel .ev-search-result-item-body {
  margin-top: 15px;
}
.ev-search-panel .ev-search-result-item-search-text {
  margin-top: 5px;
}
.ev-search-panel .ev-search-highlight {
  background-color: #FFFF99;
}
.ev-search-panel .ev-search-select-filter {
  margin-top: 5px;
}
.ev-search-panel .ev-search-select-filter label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}
.ev-search-panel .ev-search-tags-picker {
  margin: 15px 0 0;
  border: none;
  padding: 0;
}
.ev-search-panel .ev-search-tags-picker legend {
  margin-bottom: 6px;
}
.ev-search-panel .ev-search-tags-picker-item {
  display: flex;
  align-items: center;
}
.ev-search-panel .ev-search-tags-picker-item input[type=checkbox] {
  margin: 0 5px 0 0;
}
.ev-search-panel .ev-search-tags-picker-item label {
  flex: 1;
}
.ev-search-panel .ev-search-tags-picker-item-color {
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid #004050;
}
@media all and (max-height: 520px) {
  .ev-search-panel {
    overflow-y: auto;
  }
  .ev-search-panel .ev-search-results {
    height: auto!important;
  }
}
.ev-search-panel-accessibility-label {
  position: absolute;
  left: -99999px;
}
.ev-search-button {
  display: block;
}
.ev-search-button .ev-icon {
  transition: color 0.25s ease-in;
  color: #004050;
  padding: 16px 18px 15px;
}
@media all and (max-width: 768px) {
  .ev-search-button .ev-icon {
    padding: 9px 14px;
  }
}
.ev-no-touchevents .ev-search-button:hover .ev-icon {
  color: #f3622c;
}
.ev-stamps {
  position: absolute;
  z-index: 900;
  transform: scale(0.8, 0.8);
}
.storage-login .storage-login-button {
  display: inline-flex;
  align-items: center;
}
.storage-login .storage-login-logo {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.storage-login .storage-login-logo-google {
  background-image: url(assets/sso-google-logo.png);
}
.ev-tags-overview-chart-colors-item {
  background-color: #f3622c;
}
.ev-tags-overview-container.ev-content {
  box-shadow: none;
}
.ev-tags-overview-container-content {
  display: flex;
}
@media all and (max-width: 768px) {
  .ev-tags-overview-container-content {
    display: block;
  }
}
.ev-tags-overview-container-radar {
  margin: auto;
}
.ev-tags-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-tags-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-tags-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-tags-count-chart-tag .ev-tags-count-chart-tag-inner {
  padding: 10px;
}
.ev-tags-count-chart-tag .ev-tags-count-chart-tag-chart-item {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #f3622c;
  margin-right: 6px;
}
.ev-tags-count-chart-tag .ev-tags-count-chart-tag-chart-item.ev-selected {
  background-color: #f3622c;
}
.ev-extension-content .ev-tags-overview-chart-colors-item {
  background-color: #000000;
}
.ev-extension-content .ev-tags-count-chart-tag-chart-item {
  border: 1px solid #000000;
}
.ev-extension-content .ev-tags-count-chart-tag-chart-item.ev-selected {
  background-color: #000000;
}
.tracker-login {
  z-index: 5000000;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  margin-top: 60px;
  background-color: #f6f6f6;
  text-align: center;
  color: #454545;
  height: 100%;
}
.tracker-login legend {
  display: block;
  width: 100%;
}
.tracker-login input {
  width: 90%;
  padding: 12px 5%;
  border: none;
  transition: all 0.3s;
}
.tracker-login input:focus {
  color: #fff;
  background-color: #434a54;
  outline: none;
}
.tracker-login-row {
  width: 100%;
  max-width: 400px;
  margin-bottom: 8px;
}
.tracker-login-inner {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}
.tracker-login-email {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 1px;
}
.tracker-login-password {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tracker-login-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.ev-video-intro-fullscreen {
  background-color: transparent;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
}
.ev-video-intro-fullscreen .ev-video-intro-fullscreen-video-container {
  position: relative;
  width: 100%;
}
.ev-video-intro-fullscreen.ev-is-centered-video .ev-video-intro-fullscreen-video-container,
.ev-video-intro-fullscreen.ev-is-centered-video .ev-video-intro-fullscreen-video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ev-video-intro-fullscreen.ev-is-centered-video video {
  height: 100%;
}
.ev-video-intro-fullscreen.ev-is-cropped-video .ev-video-intro-fullscreen-video-container,
.ev-video-intro-fullscreen.ev-is-cropped-video .ev-video-intro-fullscreen-video {
  height: 100%;
}
.ev-video-intro-fullscreen.ev-is-cropped-video .ev-video-player-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ev-video-intro-fullscreen.ev-is-cropped-video video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.ev-video-intro-fullscreen .ev-video-intro-fullscreen-actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 1;
}
.ev-video-intro-fullscreen .ev-video-intro-fullscreen-actions.ev-is-bottom {
  top: auto;
  right: auto;
  width: auto;
  bottom: 20px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ev-video-intro-prompt .ev-video-player-wrapper &gt; div {
  text-align: center;
}
.ev-video-intro-prompt .ev-video-player:not(.ev-is-fullscreen) {
  display: inline-flex;
  margin: 0 auto;
}
.ev-video-intro-prompt .ev-video-player:not(.ev-is-fullscreen) video {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}
@media screen and (max-height: 800px) {
  .ev-video-intro-prompt .ev-video-player:not(.ev-is-fullscreen) video {
    max-height: 400px;
  }
}
@media screen and (max-height: 600px) {
  .ev-video-intro-prompt .ev-video-player:not(.ev-is-fullscreen) video {
    max-height: 300px;
  }
}
.ev-article-style-9.ev-article {
  background-color: #f3f3f3;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-9.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-9.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-9.ev-article .ev-article-title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-9.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-9.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-9.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-9.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-9.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-9.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-9.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-9.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-9.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-9.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-9.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-9.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-9.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-9.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-9.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-9.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-9.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-9.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9.ev-article-divider.ev-has-article-background-color {
  background-color: #f3f3f3;
}
.ev-article-style-9.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-9 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 25px 0px 25px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-9 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-9 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-9 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-9 .ev-button:hover,
.ev-article-style-9 .ev-button:active,
.ev-article-style-9 .ev-button:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-9 .ev-button:hover .ev-icon,
.ev-article-style-9 .ev-button:active .ev-icon,
.ev-article-style-9 .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-9 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button.ev-warning:hover,
.ev-article-style-9 .ev-button.ev-warning:active,
.ev-article-style-9 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-9 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-9 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-9 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button:disabled,
.ev-article-style-9 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-9 .ev-button:disabled .ev-icon,
.ev-article-style-9 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-9 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-9 .ev-button.ev-chromeless:hover,
.ev-article-style-9 .ev-button.ev-chromeless:active,
.ev-article-style-9 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-9 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-9 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-9 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-9 .ev-button.ev-action:hover,
.ev-article-style-9 .ev-button.ev-action:active,
.ev-article-style-9 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-9 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-9 .ev-button.ev-action:active .ev-icon,
.ev-article-style-9 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button.ev-action:disabled,
.ev-article-style-9 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-9 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-9 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-9 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-9 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-9 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-9 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-9 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-9 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-9 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-9 .ev-caption {
  background-color: #f3f3f3;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-9 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-9 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-9 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-9 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-9 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-9 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-9 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-9 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-9 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-9 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-9 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-9 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-9 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-9 input[type="text"].ev-input-text,
.ev-article-style-9 input[type="search"].ev-input-text,
.ev-article-style-9 input[type="number"].ev-input-text,
.ev-article-style-9 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 input[type="text"].ev-input-text:focus,
.ev-article-style-9 input[type="search"].ev-input-text:focus,
.ev-article-style-9 input[type="number"].ev-input-text:focus,
.ev-article-style-9 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-9 input[type="text"].ev-input-text:disabled,
.ev-article-style-9 input[type="search"].ev-input-text:disabled,
.ev-article-style-9 input[type="number"].ev-input-text:disabled,
.ev-article-style-9 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-9 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-label {
  background-color: transparent;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-9 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-9 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-9 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-9 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-9 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-9 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-9 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-9 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-9 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-9 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-9 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-9 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-9 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-9 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-9 a.ev-inline-link,
.ev-article-style-9 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-9 a.ev-inline-link:visited,
.ev-article-style-9 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-9 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-9 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-9 a.ev-inline-link:focus,
.ev-article-style-9 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-9 input[type=range],
.ev-article-style-9 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-9 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-9 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-9 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-9 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-9 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-9 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-9 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-9 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-9 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-9 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-9 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-9 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-9 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-9 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-9 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-9 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-9 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-9 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-9 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-9 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-9 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-9 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-9 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-9 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-content,
.ev-article-style-9 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-9 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-9 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-9 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-9 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-9 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-9 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-9 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-9 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-9 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-9 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-9 .ev-capture-component .ev-capture-item button,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-9 .ev-capture-component .ev-capture-item input,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-9 .ev-capture-component .ev-capture-item label,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-9 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-9 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-9 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-9 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-9 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-9 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-9 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-9 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-9 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-9 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-9 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #ffffff;
}
.ev-article-style-9 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-9 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-9 .ev-capture-component .ev-capture-play-button,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-9 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-9 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-9 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-9 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-9 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-9 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-9 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-9 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-9 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-9 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-9 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-9 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-9 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-9 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-9 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-9 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-9 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-9 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-9 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-9 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-9 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-9 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-9 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-9 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #454545;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-icon-component .ev-component-content-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-9 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-9 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-9 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-9 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-9 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-9 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-links-component .ev-links-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-9 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-9 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-9 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-9 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-9 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-9 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-9 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-9 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-9 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-9 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-9 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-9 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-9 .ev-matching-component .Select-placeholder,
.ev-article-style-9 .ev-matching-component .Select-value,
.ev-article-style-9 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-9 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-9 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-9 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-9 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-9 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-9 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-9 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-9 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-9 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-9 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-9 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-9 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-9 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-9 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-9 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-9 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-9 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-9 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-9 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-9 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-9 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-9 .ev-select-component .Select-placeholder,
.ev-article-style-9 .ev-select-component .Select-value,
.ev-article-style-9 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-9 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-9 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-9 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-9 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-simulation-action-bar-button:hover,
.ev-article-style-9 .ev-simulation-action-bar-button:active,
.ev-article-style-9 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-9 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-9 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-9 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-9 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-9 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-9 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 10px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-9 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-9 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-9 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-9.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-9.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-9.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-9.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-9.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-9.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-9 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-9 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-9 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-9 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-9 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-9 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-9 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-9 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-9 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-9 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-9 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-9 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-9 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-9 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-9 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-9 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-9 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-table-widget td {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-9 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-9 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-9 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-9 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-9 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-9 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #ffffff;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-9 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-9 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-9 .ev-textArea-component textarea,
.ev-article-style-9 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-9 .ev-textArea-component textarea:focus,
.ev-article-style-9 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-9 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-9 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-9 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-9 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-8.ev-article {
  background-color: #004050;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-8.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-8.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-8.ev-article .ev-article-title {
  padding: 0px 20px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 54px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-8.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-8.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-8.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-8.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-8.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-8.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-8.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-8.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-8.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-8.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-8.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-8.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-8.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-8.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-8.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-8.ev-article .ev-article-title-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-8.ev-article .ev-article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-8.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8.ev-article-divider.ev-has-article-background-color {
  background-color: #004050;
}
.ev-article-style-8.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-8 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-8 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-8 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-8 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-button:hover,
.ev-article-style-8 .ev-button:active,
.ev-article-style-8 .ev-button:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-8 .ev-button:hover .ev-icon,
.ev-article-style-8 .ev-button:active .ev-icon,
.ev-article-style-8 .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #00edb5;
  border-color: #ff004c;
}
.ev-article-style-8 .ev-button.ev-warning .ev-icon {
  color: #00edb5;
}
.ev-article-style-8 .ev-button.ev-warning:hover,
.ev-article-style-8 .ev-button.ev-warning:active,
.ev-article-style-8 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: transparent;
}
.ev-article-style-8 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-8 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-8 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-button:disabled,
.ev-article-style-8 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-8 .ev-button:disabled .ev-icon,
.ev-article-style-8 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-8 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-8 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-8 .ev-button.ev-chromeless:hover,
.ev-article-style-8 .ev-button.ev-chromeless:active,
.ev-article-style-8 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-8 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-8 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-8 .ev-button.ev-action .ev-icon {
  color: #00edb5;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-8 .ev-button.ev-action:hover,
.ev-article-style-8 .ev-button.ev-action:active,
.ev-article-style-8 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-8 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-8 .ev-button.ev-action:active .ev-icon,
.ev-article-style-8 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-button.ev-action:disabled,
.ev-article-style-8 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-8 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-8 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #909090;
}
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-8 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #909090;
}
.ev-article-style-8 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #00edb5;
  border-color: #004050;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #00edb5;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-8 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-8 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-8 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-8 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-8 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-8 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-8 .ev-caption {
  background-color: #f3f3f3;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-8 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-inner {
    padding: 20px 20px 20px 20px;
  }
}
.ev-article-style-8 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-8 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-8 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-8 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-8 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-8 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-8 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-8 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-8 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-8 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #004050;
}
.ev-article-style-8 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #004050;
}
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-8 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-8 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-8 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-image-container .ev-image-text {
  color: #004050;
}
.ev-article-style-8 input[type="text"].ev-input-text,
.ev-article-style-8 input[type="search"].ev-input-text,
.ev-article-style-8 input[type="number"].ev-input-text,
.ev-article-style-8 textarea.ev-text-area {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 input[type="text"].ev-input-text:focus,
.ev-article-style-8 input[type="search"].ev-input-text:focus,
.ev-article-style-8 input[type="number"].ev-input-text:focus,
.ev-article-style-8 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-8 input[type="text"].ev-input-text:disabled,
.ev-article-style-8 input[type="search"].ev-input-text:disabled,
.ev-article-style-8 input[type="number"].ev-input-text:disabled,
.ev-article-style-8 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-8 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-8 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-8 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-8 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-8 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-8 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-8 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-8 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-8 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-8 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-8 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-8 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-8 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-8 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-8 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-8 a.ev-inline-link,
.ev-article-style-8 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-8 a.ev-inline-link:visited,
.ev-article-style-8 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-8 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-8 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-8 a.ev-inline-link:focus,
.ev-article-style-8 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-8 input[type=range],
.ev-article-style-8 .ev-rangeslider {
  background: #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-8 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-8 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00d1a2;
}
.ev-article-style-8 .ev-rangeslider__handle {
  border: 2px solid #00d1a2;
  box-shadow: none;
}
.ev-article-style-8 .ev-rangeslider__handle:active {
  background: #00d1a2;
}
.ev-article-style-8 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-8 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-8 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-8 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-8 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-8 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-8 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-8 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-8 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-8 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-8 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-8 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #004050;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #004050;
}
[dir='rtl'] .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-8 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-8 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-8 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-8 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-8 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-8 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-8 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-8 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-8 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-8 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-content,
.ev-article-style-8 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-8 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-8 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-8 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-8 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-8 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-8 .ev-branching-component .ev-branching-item-option:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-8 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #004050;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #004050;
}
[dir="rtl"] .ev-article-style-8 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-8 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-8 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-8 .ev-capture-component .ev-capture-item button,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-8 .ev-capture-component .ev-capture-item input,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-8 .ev-capture-component .ev-capture-item label,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-8 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-8 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-8 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-8 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-8 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-8 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-8 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-8 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-8 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-8 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-8 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #ffffff;
}
.ev-article-style-8 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-8 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-8 .ev-capture-component .ev-capture-play-button,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-8 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-8 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 237, 181, 0.1);
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #004050;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 237, 181, 0.05);
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
  color: #00edb5;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 237, 181, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #004050;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #004050;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-8 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00d1a2;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00d1a2;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #00edb5;
  margin-right: 25px;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #004050;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #00edb5;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00d1a2;
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #004050;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 237, 181, 0.6);
}
[dir="rtl"] .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-8 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #00edb5;
}
.ev-article-style-8 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-8 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-8 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #00edb5 !important;
}
.ev-article-style-8 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #00edb5 !important;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item-name {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-dialog-component .ev-dialog-item-message {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-8 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-8 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-8 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00d1a2;
  color: #004050;
  border-color: #00d1a2;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #00edb5;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  border: 2px solid #00edb5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-8 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-8 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-8 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-8 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-8 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-8 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-8 .ev-gallery-component button:focus.ev-selected {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-gallery-component .ev-selected {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-image-select {
  background-color: #00edb5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-8 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00d1a2;
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-8 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-8 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 237, 181, 0.65);
  box-shadow: none;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 237, 181, 0.6);
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #ffffff;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #00edb5;
    color: #004050;
  }
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #00edb5;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #00edb5;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-icon-component .ev-component-content-title h6 {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-icon-component .ev-component-content-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-8 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-8 .ev-interactiveVideo-timer {
  color: #00edb5;
}
.ev-article-style-8 .ev-interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-8 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-8 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-8 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-links-component .ev-links-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-8 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-8 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-8 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-8 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-8 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-8 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-8 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-8 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-8 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-8 .ev-matching-component .Select-control:hover {
  background-color: #00d1a2 !important;
  border-color: #f3622c !important;
}
.ev-article-style-8 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-8 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #004050 !important;
}
.ev-article-style-8 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #004050;
}
.ev-article-style-8 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-8 .ev-matching-component .Select-placeholder,
.ev-article-style-8 .ev-matching-component .Select-value,
.ev-article-style-8 .ev-matching-component .Select-value-label {
  color: #004050 !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-8 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-8 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-select-icon {
  color: #004050;
}
.ev-article-style-8 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #004050 !important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-8 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #004050;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-mcq-component input:focus + label {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-8 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-8 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-8 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-8 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-8 .ev-narrative-component .ev-narrative-content-body {
  color: #004050;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-indicators {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #004050;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #004050;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-8 .ev-numberInput-component input[type=number] {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-8 .ev-openInput-component textarea {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-8 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #004050;
  border-color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item-number {
  color: #004050;
  border: 2px solid #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #004050;
  text-align: left;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #004050;
  border-color: #004050;
}
[dir="rtl"] .ev-article-style-8 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-label {
  color: #004050;
  outline: 2px solid #004050;
  background-color: #00edb5;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00d1a2;
  color: #004050;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #004050;
  background-color: #00edb5;
  color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00d1a2;
}
.ev-no-touchevents .ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #004050;
}
.ev-article-style-8 .ev-ordering-component .ev-ordering-icon {
  color: #004050;
}
.ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #004050;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-8 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-8 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-8 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-8 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-8 .ev-select-component .Select-control:hover {
  background-color: #00d1a2 !important;
  border-color: #f3622c !important;
}
.ev-article-style-8 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-8 .ev-select-component .Select-control:hover .Select-value-label {
  color: #004050 !important;
}
.ev-article-style-8 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #004050;
}
.ev-article-style-8 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-8 .ev-select-component .Select-placeholder,
.ev-article-style-8 .ev-select-component .Select-value,
.ev-article-style-8 .ev-select-component .Select-value-label {
  color: #004050 !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-8 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-8 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-8 .ev-select-component .ev-select-icon {
  color: #004050;
}
.ev-article-style-8 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-8 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-simulation-action-bar-button:hover,
.ev-article-style-8 .ev-simulation-action-bar-button:active,
.ev-article-style-8 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-8 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-8 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-8 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-8 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-8 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-8 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #00edb5;
  margin: 0 0 10px;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #004050;
}
.ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-8 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-8 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-8 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #004050;
  color: #004050;
}
.ev-article-style-8.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-8.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-8.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-8.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-8.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #004050;
}
.ev-article-style-8.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #004050;
  color: #004050;
}
.ev-article-style-8 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-8 .ev-survey-component .ev-survey-button:focus {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-survey-component .ev-survey-button.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-8 .ev-survey-component .ev-survey-button:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-8 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-8 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-8 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-8 .ev-table-widget thead th {
  border-right: 1px solid #008767;
  border-bottom: 1px solid #008767;
}
.ev-article-style-8 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-8 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-8 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-8 .ev-table-widget tbody th {
  border-top: 1px solid #008767;
  border-right: 1px solid #008767;
}
.ev-article-style-8 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-8 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-8 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-8 .ev-table-widget th {
  background-color: #00edb5;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-8 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-8 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-table-widget td {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-8 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-8 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-8 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-8 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-8 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-8 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00d1a2;
  color: #004050;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #004050;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-8 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00d1a2;
  color: #004050;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-8 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-8 .ev-textArea-component textarea,
.ev-article-style-8 .ev-textArea-component input[type=text] {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-8 .ev-textArea-component textarea:focus,
.ev-article-style-8 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-8 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-8 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #004050;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #004050;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #00edb5;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00d1a2;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-8 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #00edb5;
  color: #004050;
  box-shadow: none;
}
.ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #00edb5;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #004050;
}
.ev-article-style-8 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-7.ev-article {
  background-color: #f3f3f3;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-7.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-7.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-7.ev-article .ev-article-title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-7.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-7.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-7.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-7.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-7.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-7.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-7.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-7.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-7.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-7.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-7.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-7.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-7.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-7.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-7.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-7.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-7.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-7.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7.ev-article-divider.ev-has-article-background-color {
  background-color: #f3f3f3;
}
.ev-article-style-7.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-7 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 25px 0px 25px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-7 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-7 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-7 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-7 .ev-button:hover,
.ev-article-style-7 .ev-button:active,
.ev-article-style-7 .ev-button:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-7 .ev-button:hover .ev-icon,
.ev-article-style-7 .ev-button:active .ev-icon,
.ev-article-style-7 .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-7 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button.ev-warning:hover,
.ev-article-style-7 .ev-button.ev-warning:active,
.ev-article-style-7 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-7 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-7 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-7 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button:disabled,
.ev-article-style-7 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-7 .ev-button:disabled .ev-icon,
.ev-article-style-7 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-7 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-7 .ev-button.ev-chromeless:hover,
.ev-article-style-7 .ev-button.ev-chromeless:active,
.ev-article-style-7 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-7 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-7 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-7 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-7 .ev-button.ev-action:hover,
.ev-article-style-7 .ev-button.ev-action:active,
.ev-article-style-7 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-7 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-7 .ev-button.ev-action:active .ev-icon,
.ev-article-style-7 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button.ev-action:disabled,
.ev-article-style-7 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-7 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-7 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-7 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-7 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-7 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-7 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-7 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-7 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-7 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-7 .ev-caption {
  background-color: #f3f3f3;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-7 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-7 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-7 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-7 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-7 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-7 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-7 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-7 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-7 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-7 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-7 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-7 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-7 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-7 input[type="text"].ev-input-text,
.ev-article-style-7 input[type="search"].ev-input-text,
.ev-article-style-7 input[type="number"].ev-input-text,
.ev-article-style-7 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 input[type="text"].ev-input-text:focus,
.ev-article-style-7 input[type="search"].ev-input-text:focus,
.ev-article-style-7 input[type="number"].ev-input-text:focus,
.ev-article-style-7 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-7 input[type="text"].ev-input-text:disabled,
.ev-article-style-7 input[type="search"].ev-input-text:disabled,
.ev-article-style-7 input[type="number"].ev-input-text:disabled,
.ev-article-style-7 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-7 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-label {
  background-color: transparent;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-7 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-7 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-7 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-7 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-7 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-7 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-7 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-7 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-7 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-7 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-7 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-7 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-7 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-7 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-7 a.ev-inline-link,
.ev-article-style-7 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-7 a.ev-inline-link:visited,
.ev-article-style-7 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-7 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-7 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-7 a.ev-inline-link:focus,
.ev-article-style-7 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-7 input[type=range],
.ev-article-style-7 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-7 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-7 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-7 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-7 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-7 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-7 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-7 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-7 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-7 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-7 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-7 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-7 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-7 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-7 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-7 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-7 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-7 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-7 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-7 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-7 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-7 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-7 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-7 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-7 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-content,
.ev-article-style-7 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-7 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-7 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-7 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-7 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-7 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-7 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-7 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-7 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-7 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-7 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-7 .ev-capture-component .ev-capture-item button,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-7 .ev-capture-component .ev-capture-item input,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-7 .ev-capture-component .ev-capture-item label,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-7 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-7 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-7 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-7 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-7 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-7 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-7 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-7 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-7 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-7 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-7 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #ffffff;
}
.ev-article-style-7 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-7 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-7 .ev-capture-component .ev-capture-play-button,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-7 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-7 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-7 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-7 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-7 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-7 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-7 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-7 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-7 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-7 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-7 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-7 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-7 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-7 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-7 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-7 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-7 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-7 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-7 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-7 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-7 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-7 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-7 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-7 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #004050;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-icon-component .ev-component-content-body {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-7 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-7 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-7 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-7 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-7 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-7 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-links-component .ev-links-item-body {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-7 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-7 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-7 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-7 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-7 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-7 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #004050;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-7 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-7 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-7 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-7 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-7 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-7 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-7 .ev-matching-component .Select-placeholder,
.ev-article-style-7 .ev-matching-component .Select-value,
.ev-article-style-7 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-7 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-7 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-7 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-7 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-7 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-7 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-7 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-7 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-7 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-7 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-7 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-7 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-7 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-7 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-7 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-7 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-7 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-7 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-7 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-7 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-7 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-7 .ev-select-component .Select-placeholder,
.ev-article-style-7 .ev-select-component .Select-value,
.ev-article-style-7 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-7 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-7 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-7 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-7 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-simulation-action-bar-button:hover,
.ev-article-style-7 .ev-simulation-action-bar-button:active,
.ev-article-style-7 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-7 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-7 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-7 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-7 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-7 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-7 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 10px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-7 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-7 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-7 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-7.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-7.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-7.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-7.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-7.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-7.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-7 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-7 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-7 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-7 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-7 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-7 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-7 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-7 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-7 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-7 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-7 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-7 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-7 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-7 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-7 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-7 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-7 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-table-widget td {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-7 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-7 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-7 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-7 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-7 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-7 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: KranaFat-B;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-body {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #ffffff;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-7 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-7 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-7 .ev-textArea-component textarea,
.ev-article-style-7 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-7 .ev-textArea-component textarea:focus,
.ev-article-style-7 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-7 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-7 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-7 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-7 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-6.ev-article {
  background-color: #f3622c;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-6.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-6.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-6.ev-article .ev-article-title {
  padding: 0px 20px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 54px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-6.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-6.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-6.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-6.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-6.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-6.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-6.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-6.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-6.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-6.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-6.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-6.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-6.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-6.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-6.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-6.ev-article .ev-article-title-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-6.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-6.ev-article .ev-article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6.ev-article-divider.ev-has-article-background-color {
  background-color: #f3622c;
}
.ev-article-style-6.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-6 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-6 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-6 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-6 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-6 .ev-button:hover,
.ev-article-style-6 .ev-button:active,
.ev-article-style-6 .ev-button:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-6 .ev-button:hover .ev-icon,
.ev-article-style-6 .ev-button:active .ev-icon,
.ev-article-style-6 .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-6 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button.ev-warning:hover,
.ev-article-style-6 .ev-button.ev-warning:active,
.ev-article-style-6 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-6 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-6 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-6 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button:disabled,
.ev-article-style-6 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-6 .ev-button:disabled .ev-icon,
.ev-article-style-6 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-6 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-6 .ev-button.ev-chromeless:hover,
.ev-article-style-6 .ev-button.ev-chromeless:active,
.ev-article-style-6 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-6 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-6 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-6 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-6 .ev-button.ev-action:hover,
.ev-article-style-6 .ev-button.ev-action:active,
.ev-article-style-6 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-6 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-6 .ev-button.ev-action:active .ev-icon,
.ev-article-style-6 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button.ev-action:disabled,
.ev-article-style-6 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-6 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-6 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-6 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-6 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-6 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-6 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-6 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-6 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-6 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-6 .ev-caption {
  background-color: transparent;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-6 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-6 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-6 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-6 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-6 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-6 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-6 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-6 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-6 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-6 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-6 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-6 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-6 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-6 input[type="text"].ev-input-text,
.ev-article-style-6 input[type="search"].ev-input-text,
.ev-article-style-6 input[type="number"].ev-input-text,
.ev-article-style-6 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 input[type="text"].ev-input-text:focus,
.ev-article-style-6 input[type="search"].ev-input-text:focus,
.ev-article-style-6 input[type="number"].ev-input-text:focus,
.ev-article-style-6 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-6 input[type="text"].ev-input-text:disabled,
.ev-article-style-6 input[type="search"].ev-input-text:disabled,
.ev-article-style-6 input[type="number"].ev-input-text:disabled,
.ev-article-style-6 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-6 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-6 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-6 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-6 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-6 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-6 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-6 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-6 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-6 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-6 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-6 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-6 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-6 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-6 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-6 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-6 a.ev-inline-link,
.ev-article-style-6 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-6 a.ev-inline-link:visited,
.ev-article-style-6 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-6 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-6 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-6 a.ev-inline-link:focus,
.ev-article-style-6 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-6 input[type=range],
.ev-article-style-6 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-6 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-6 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-6 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-6 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-6 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-6 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-6 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-6 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-6 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-6 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-6 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-6 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-6 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-6 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #909090;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-6 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-6 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-6 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-6 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-6 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-6 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-6 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-6 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-6 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-6 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-content,
.ev-article-style-6 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-6 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-6 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-6 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-6 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-6 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-6 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-6 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-6 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-6 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-6 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-6 .ev-capture-component .ev-capture-item button,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-6 .ev-capture-component .ev-capture-item input,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-6 .ev-capture-component .ev-capture-item label,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-6 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-6 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-6 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-6 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-6 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-6 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-6 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-6 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-6 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-6 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-6 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #ffffff;
}
.ev-article-style-6 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-6 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-6 .ev-capture-component .ev-capture-play-button,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-6 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-6 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-6 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-6 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-6 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-6 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-6 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-6 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-6 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-6 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-6 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-6 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-6 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-6 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-6 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-6 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-6 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-6 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-6 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-6 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-6 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-6 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-6 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-6 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(144, 144, 144, 0.65);
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-icon-component .ev-component-content-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-icon-component .ev-component-content-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-6 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-6 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-6 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-6 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-6 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-6 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-links-component .ev-links-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-6 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-6 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-6 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-6 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-6 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-6 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-6 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-6 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-6 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-6 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-6 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-6 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-6 .ev-matching-component .Select-placeholder,
.ev-article-style-6 .ev-matching-component .Select-value,
.ev-article-style-6 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-6 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-6 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-6 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-6 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-6 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-6 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-6 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-6 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-6 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-6 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-6 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-6 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-6 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-6 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-6 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-6 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-6 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-6 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-6 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-6 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-6 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-6 .ev-select-component .Select-placeholder,
.ev-article-style-6 .ev-select-component .Select-value,
.ev-article-style-6 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-6 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-6 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-6 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-6 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-simulation-action-bar-button:hover,
.ev-article-style-6 .ev-simulation-action-bar-button:active,
.ev-article-style-6 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-6 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-6 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-6 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-6 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-6 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-6 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 10px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-6 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-6 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-6 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-6.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-6.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-6.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-6.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-6.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-6.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-6 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-6 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-6 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-6 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-6 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-6 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-6 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-6 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-6 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-6 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-6 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-6 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-6 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-6 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-6 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-6 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-6 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-table-widget td {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-6 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-6 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-6 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-6 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-6 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-6 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #909090;
  color: #ffffff;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-6 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-6 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-6 .ev-textArea-component textarea,
.ev-article-style-6 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-6 .ev-textArea-component textarea:focus,
.ev-article-style-6 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-6 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-6 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-6 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-6 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-5.ev-article {
  background-color: #00edb5;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-5.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-5.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-5.ev-article .ev-article-title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-5.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-5.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-5.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-5.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-5.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-5.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-5.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-5.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-5.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-5.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-5.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-5.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-5.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-5.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-5.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-5.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-5.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-5.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5.ev-article-divider.ev-has-article-background-color {
  background-color: #00edb5;
}
.ev-article-style-5.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-5 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-5 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-5 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-button {
  background-color: #004050;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-5 .ev-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button:hover,
.ev-article-style-5 .ev-button:active,
.ev-article-style-5 .ev-button:focus {
  background-color: #ffffff;
  color: #004050;
  border-color: #004050;
}
.ev-article-style-5 .ev-button:hover .ev-icon,
.ev-article-style-5 .ev-button:active .ev-icon,
.ev-article-style-5 .ev-button:focus .ev-icon {
  color: #004050;
}
.ev-article-style-5 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-5 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button.ev-warning:hover,
.ev-article-style-5 .ev-button.ev-warning:active,
.ev-article-style-5 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-5 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-5 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-5 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button:disabled,
.ev-article-style-5 .ev-button.ev-disabled {
  background-color: #909090;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-5 .ev-button:disabled .ev-icon,
.ev-article-style-5 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-disabled:hover {
  background-color: #909090;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-5 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #004050;
}
.ev-article-style-5 .ev-button.ev-chromeless:hover,
.ev-article-style-5 .ev-button.ev-chromeless:active,
.ev-article-style-5 .ev-button.ev-chromeless:focus {
  color: #ffffff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-5 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-5 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-5 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-5 .ev-button.ev-action:hover,
.ev-article-style-5 .ev-button.ev-action:active,
.ev-article-style-5 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-5 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-5 .ev-button.ev-action:active .ev-icon,
.ev-article-style-5 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button.ev-action:disabled,
.ev-article-style-5 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-5 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-5 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-5 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 30px 15px 30px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 30px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-5 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-5 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-5 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-5 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-5 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-5 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-5 .ev-caption {
  background-color: transparent;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-5 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-5 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-5 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-5 .ev-component .ev-interaction-label-inner {
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-interaction-label-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-interaction-label-inner {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-5 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-5 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #00edb5;
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #004050;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-article-lock .ev-article-lock-circle {
  border-color: #004050;
  background-color: #004050;
}
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #004050;
}
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #004050;
}
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-5 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-5 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-5 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-5 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-5 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-5 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-5 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-5 input[type="text"].ev-input-text,
.ev-article-style-5 input[type="search"].ev-input-text,
.ev-article-style-5 input[type="number"].ev-input-text,
.ev-article-style-5 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 input[type="text"].ev-input-text:focus,
.ev-article-style-5 input[type="search"].ev-input-text:focus,
.ev-article-style-5 input[type="number"].ev-input-text:focus,
.ev-article-style-5 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-5 input[type="text"].ev-input-text:disabled,
.ev-article-style-5 input[type="search"].ev-input-text:disabled,
.ev-article-style-5 input[type="number"].ev-input-text:disabled,
.ev-article-style-5 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-5 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-5 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-5 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-5 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-5 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-5 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-5 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-5 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-5 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-5 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-5 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-5 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-5 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-5 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-5 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-5 a.ev-inline-link,
.ev-article-style-5 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-5 a.ev-inline-link:visited,
.ev-article-style-5 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-5 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-5 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-5 a.ev-inline-link:focus,
.ev-article-style-5 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-5 input[type=range],
.ev-article-style-5 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-5 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-5 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-5 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-5 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-5 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-5 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-5 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-5 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-5 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-5 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-5 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-5 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-5 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-5 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #909090;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-5 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-5 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-5 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-5 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-5 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-5 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-5 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-5 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-5 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-5 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-content,
.ev-article-style-5 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-5 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-5 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-5 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-5 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-5 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-5 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-5 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-5 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-5 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-5 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-5 .ev-capture-component .ev-capture-item button,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-5 .ev-capture-component .ev-capture-item input,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-5 .ev-capture-component .ev-capture-item label,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-5 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-5 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-5 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-5 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-5 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-5 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-5 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-5 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-5 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-5 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #004050;
}
.ev-article-style-5 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-5 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #ffffff;
}
.ev-article-style-5 .ev-capture-component .ev-capture-play-button,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-5 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-5 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-5 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-5 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-5 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-5 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-5 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-5 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-5 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-5 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-5 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-5 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-5 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-5 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-5 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-5 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-5 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-5 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-5 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-5 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-5 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #ffffff;
}
.ev-article-style-5 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #004050;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-5 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-5 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(144, 144, 144, 0.65);
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #454545;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-icon-component .ev-component-content-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-5 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-5 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-5 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-5 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-5 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-5 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-links-component .ev-links-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-5 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-5 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-5 .ev-links-component .ev-links-disabled-button {
  background-color: #909090;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-5 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #909090;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-5 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-5 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-5 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-5 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-5 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-5 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-5 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-5 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-5 .ev-matching-component .Select-placeholder,
.ev-article-style-5 .ev-matching-component .Select-value,
.ev-article-style-5 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-5 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-5 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-5 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-5 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-5 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-5 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-5 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-5 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-5 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-5 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-5 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-5 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-5 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-5 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-5 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-5 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-5 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-5 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-5 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-5 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-5 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-5 .ev-select-component .Select-placeholder,
.ev-article-style-5 .ev-select-component .Select-value,
.ev-article-style-5 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-5 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-5 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-5 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-5 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-simulation-action-bar-button:hover,
.ev-article-style-5 .ev-simulation-action-bar-button:active,
.ev-article-style-5 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-5 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-5 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-5 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-5 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-5 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-5 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 10px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-5 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-5 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-5 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-5.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-5.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-5.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-5.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-5.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-5.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-5 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-5 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-5 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-5 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-5 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-5 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-5 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-5 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-5 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-5 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-5 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-5 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-5 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-5 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-5 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-5 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-5 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-table-widget td {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-5 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-5 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-5 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-5 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-5 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-5 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #909090;
  color: #ffffff;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-5 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-5 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-5 .ev-textArea-component textarea,
.ev-article-style-5 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-5 .ev-textArea-component textarea:focus,
.ev-article-style-5 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-5 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-5 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-5 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-5 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-4.ev-article {
  background-color: #004050;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-4.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-4.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-4.ev-article .ev-article-title {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-4.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-4.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-4.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-4.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-4.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-4.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-4.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-4.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-4.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-4.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-4.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-4.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-4.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-4.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-4.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-4.ev-article .ev-article-title-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-4.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-4.ev-article .ev-article-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4.ev-article-divider.ev-has-article-background-color {
  background-color: #004050;
}
.ev-article-style-4.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-4 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 25px 0px 25px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-4 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-4 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-4 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-button:hover,
.ev-article-style-4 .ev-button:active,
.ev-article-style-4 .ev-button:focus {
  background-color: #ffffff;
  color: #004050;
  border-color: #004050;
}
.ev-article-style-4 .ev-button:hover .ev-icon,
.ev-article-style-4 .ev-button:active .ev-icon,
.ev-article-style-4 .ev-button:focus .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-4 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-button.ev-warning:hover,
.ev-article-style-4 .ev-button.ev-warning:active,
.ev-article-style-4 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-4 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-4 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-4 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-button:disabled,
.ev-article-style-4 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-4 .ev-button:disabled .ev-icon,
.ev-article-style-4 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-4 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-4 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-4 .ev-button.ev-chromeless:hover,
.ev-article-style-4 .ev-button.ev-chromeless:active,
.ev-article-style-4 .ev-button.ev-chromeless:focus {
  color: #ffffff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-4 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-4 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-4 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-4 .ev-button.ev-action:hover,
.ev-article-style-4 .ev-button.ev-action:active,
.ev-article-style-4 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-4 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-4 .ev-button.ev-action:active .ev-icon,
.ev-article-style-4 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-button.ev-action:disabled,
.ev-article-style-4 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-4 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-4 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-4 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-4 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-4 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-4 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-4 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-4 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-4 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-4 .ev-caption {
  background-color: transparent;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-4 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-4 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-4 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-4 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #00242c;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-4 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-4 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-4 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-4 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-4 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #004050;
}
.ev-article-style-4 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #004050;
}
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-4 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-4 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-4 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-image-container .ev-image-text {
  color: #004050;
}
.ev-article-style-4 input[type="text"].ev-input-text,
.ev-article-style-4 input[type="search"].ev-input-text,
.ev-article-style-4 input[type="number"].ev-input-text,
.ev-article-style-4 textarea.ev-text-area {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 input[type="text"].ev-input-text:focus,
.ev-article-style-4 input[type="search"].ev-input-text:focus,
.ev-article-style-4 input[type="number"].ev-input-text:focus,
.ev-article-style-4 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-4 input[type="text"].ev-input-text:disabled,
.ev-article-style-4 input[type="search"].ev-input-text:disabled,
.ev-article-style-4 input[type="number"].ev-input-text:disabled,
.ev-article-style-4 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-4 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-label {
  background-color: #004050;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-4 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-4 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-4 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-4 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-4 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-4 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-4 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-4 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-4 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-4 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-4 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-4 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-4 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-4 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-4 a.ev-inline-link,
.ev-article-style-4 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-4 a.ev-inline-link:visited,
.ev-article-style-4 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-4 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-4 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-4 a.ev-inline-link:focus,
.ev-article-style-4 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-4 input[type=range],
.ev-article-style-4 .ev-rangeslider {
  background: #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-4 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-4 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00d1a2;
}
.ev-article-style-4 .ev-rangeslider__handle {
  border: 2px solid #00d1a2;
  box-shadow: none;
}
.ev-article-style-4 .ev-rangeslider__handle:active {
  background: #00d1a2;
}
.ev-article-style-4 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-4 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-4 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-4 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-4 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-4 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-4 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-4 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-4 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-4 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-4 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-4 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #004050;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #004050;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #004050;
}
[dir='rtl'] .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-4 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-4 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-4 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-4 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-4 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-4 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-4 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-4 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-4 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-4 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-content,
.ev-article-style-4 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-4 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-4 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-4 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-4 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-4 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-4 .ev-branching-component .ev-branching-item-option:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-4 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #004050;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #004050;
}
[dir="rtl"] .ev-article-style-4 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-4 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-4 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-4 .ev-capture-component .ev-capture-item button,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-4 .ev-capture-component .ev-capture-item input,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-4 .ev-capture-component .ev-capture-item label,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-4 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-4 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-4 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-4 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-4 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-4 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-4 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-4 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-4 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #ffffff;
}
.ev-article-style-4 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-4 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #004050;
}
.ev-article-style-4 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-4 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-4 .ev-capture-component .ev-capture-play-button,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-4 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-4 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 237, 181, 0.1);
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #004050;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 237, 181, 0.05);
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
  color: #00edb5;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 237, 181, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #004050;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #004050;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-4 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00d1a2;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00d1a2;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #00edb5;
  margin-right: 25px;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #004050;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #00edb5;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00d1a2;
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #004050;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 237, 181, 0.6);
}
[dir="rtl"] .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-4 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #00edb5;
}
.ev-article-style-4 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-4 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-4 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #00edb5 !important;
}
.ev-article-style-4 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #00edb5 !important;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item-name {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-dialog-component .ev-dialog-item-message {
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-4 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-4 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-4 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00d1a2;
  color: #004050;
  border-color: #00d1a2;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #00edb5;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #00edb5;
  padding: 25px 25px 25px 25px;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #00edb5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-4 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-4 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-4 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-4 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-4 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-4 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-4 .ev-gallery-component button:focus.ev-selected {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-gallery-component .ev-selected {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-image-select {
  background-color: #00edb5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-4 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #004050;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00d1a2;
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-4 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #004050;
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-4 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 237, 181, 0.65);
  box-shadow: none;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 237, 181, 0.6);
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #ffffff;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #00edb5;
    color: #004050;
  }
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #00edb5;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #00edb5;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-icon-component .ev-component-content-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-icon-component .ev-component-content-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-4 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-4 .ev-interactiveVideo-timer {
  color: #00edb5;
}
.ev-article-style-4 .ev-interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-4 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-4 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-4 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-links-component .ev-links-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-4 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-4 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-4 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-4 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-4 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-4 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-4 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-4 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-4 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-4 .ev-matching-component .Select-control:hover {
  background-color: #00d1a2 !important;
  border-color: #f3622c !important;
}
.ev-article-style-4 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-4 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #004050 !important;
}
.ev-article-style-4 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #004050;
}
.ev-article-style-4 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-4 .ev-matching-component .Select-placeholder,
.ev-article-style-4 .ev-matching-component .Select-value,
.ev-article-style-4 .ev-matching-component .Select-value-label {
  color: #004050 !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-4 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-4 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-select-icon {
  color: #004050;
}
.ev-article-style-4 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #004050 !important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-4 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #004050;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-mcq-component input:focus + label {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-4 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-4 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-4 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-4 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-4 .ev-narrative-component .ev-narrative-content-body {
  color: #004050;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-indicators {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #004050;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #004050;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-4 .ev-numberInput-component input[type=number] {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-4 .ev-openInput-component textarea {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-4 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #00edb5;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #004050;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #004050;
  border-color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item-number {
  color: #004050;
  border: 2px solid #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #004050;
  text-align: left;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #004050;
  border-color: #004050;
}
[dir="rtl"] .ev-article-style-4 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-label {
  color: #004050;
  outline: 2px solid #004050;
  background-color: #00edb5;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00d1a2;
  color: #004050;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #004050;
  background-color: #00edb5;
  color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00d1a2;
}
.ev-no-touchevents .ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #004050;
}
.ev-article-style-4 .ev-ordering-component .ev-ordering-icon {
  color: #004050;
}
.ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #004050;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-4 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-4 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-4 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-4 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #00edb5 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-4 .ev-select-component .Select-control:hover {
  background-color: #00d1a2 !important;
  border-color: #f3622c !important;
}
.ev-article-style-4 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-4 .ev-select-component .Select-control:hover .Select-value-label {
  color: #004050 !important;
}
.ev-article-style-4 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #004050;
}
.ev-article-style-4 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-4 .ev-select-component .Select-placeholder,
.ev-article-style-4 .ev-select-component .Select-value,
.ev-article-style-4 .ev-select-component .Select-value-label {
  color: #004050 !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-4 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-4 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-4 .ev-select-component .ev-select-icon {
  color: #004050;
}
.ev-article-style-4 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-4 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-simulation-action-bar-button:hover,
.ev-article-style-4 .ev-simulation-action-bar-button:active,
.ev-article-style-4 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-4 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-4 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-4 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-4 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-4 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-4 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #00edb5;
  margin: 0 0 10px;
  color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #004050;
}
.ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-4 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-4 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-4 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #004050;
  color: #004050;
}
.ev-article-style-4.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00d1a2;
  color: #004050;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-4.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-4.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-4.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-4.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #004050;
}
.ev-article-style-4.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #004050;
  color: #004050;
}
.ev-article-style-4 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-4 .ev-survey-component .ev-survey-button:focus {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-survey-component .ev-survey-button.ev-selected {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-4 .ev-survey-component .ev-survey-button:hover {
  color: #004050;
  background-color: #00d1a2;
  border-color: #f3622c;
}
.ev-article-style-4 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-4 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-4 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-4 .ev-table-widget thead th {
  border-right: 1px solid #008767;
  border-bottom: 1px solid #008767;
}
.ev-article-style-4 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-4 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-4 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-4 .ev-table-widget tbody th {
  border-top: 1px solid #008767;
  border-right: 1px solid #008767;
}
.ev-article-style-4 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-4 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-4 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-4 .ev-table-widget th {
  background-color: #00edb5;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-4 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-4 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-table-widget td {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-4 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-4 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-4 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-4 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-4 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-4 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #00edb5;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00d1a2;
  color: #004050;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #004050;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00d1a2;
  color: #004050;
}
.ev-article-style-4 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00d1a2;
  color: #004050;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-4 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-4 .ev-textArea-component textarea,
.ev-article-style-4 .ev-textArea-component input[type=text] {
  border: 2px solid #00edb5;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-4 .ev-textArea-component textarea:focus,
.ev-article-style-4 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 237, 181, 0.5);
}
.ev-article-style-4 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #00edb5;
  color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-4 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #004050;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #004050;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #00edb5;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00d1a2;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-4 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #00edb5;
  color: #004050;
  box-shadow: none;
}
.ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #00edb5;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #004050;
}
.ev-article-style-4 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-3.ev-article {
  background-color: #004050;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 40px 20px 20px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
.ev-article-style-3.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-3.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-3.ev-article .ev-article-title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-3.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-3.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-3.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-3.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-3.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-3.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-3.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-3.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-3.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-3.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-3.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-3.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-3.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-3.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-3.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-3.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-3.ev-article .ev-article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-3.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3.ev-article-divider.ev-has-article-background-color {
  background-color: #004050;
}
.ev-article-style-3.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-3 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-3 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-3 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 50px 12px 50px;
  margin: 12px auto 12px auto;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-button {
    margin: 12px auto 12px auto;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-button {
    margin: 12px auto 12px auto;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-3 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-3 .ev-button:hover,
.ev-article-style-3 .ev-button:active,
.ev-article-style-3 .ev-button:focus {
  background-color: #004050;
  color: #a5ffff;
  border-color: #004050;
}
.ev-article-style-3 .ev-button:hover .ev-icon,
.ev-article-style-3 .ev-button:active .ev-icon,
.ev-article-style-3 .ev-button:focus .ev-icon {
  color: #a5ffff;
}
.ev-article-style-3 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-3 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-button.ev-warning:hover,
.ev-article-style-3 .ev-button.ev-warning:active,
.ev-article-style-3 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-3 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-3 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-3 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-button:disabled,
.ev-article-style-3 .ev-button.ev-disabled {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-article-style-3 .ev-button:disabled .ev-icon,
.ev-article-style-3 .ev-button.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-3 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-3 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-3 .ev-button.ev-chromeless:hover,
.ev-article-style-3 .ev-button.ev-chromeless:active,
.ev-article-style-3 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-3 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-3 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-3 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-3 .ev-button.ev-action:hover,
.ev-article-style-3 .ev-button.ev-action:active,
.ev-article-style-3 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-3 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-3 .ev-button.ev-action:active .ev-icon,
.ev-article-style-3 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-button.ev-action:disabled,
.ev-article-style-3 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-3 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-3 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-3 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 50px 12px 50px;
  margin: 12px 50px 12px 50px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 12px 50px 12px 50px;
  margin: 12px 50px 12px 50px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 12px 50px 12px 50px;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-3 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-3 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-3 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-3 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-3 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-3 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-article-style-3 .ev-caption {
  background-color: #f3f3f3;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-3 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-body-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-instruction-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-component .ev-component-interaction-label {
  text-align: center;
}
[dir="rtl"] .ev-article-style-3 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-3 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-3 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #000000;
}
.ev-article-style-3 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #000000;
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-3 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: transparent;
  background-color: #004050;
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-strip {
  background-color: #00edb5;
}
.ev-article-style-3 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-3 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-3 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-3 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-3 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-3 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-3 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-3 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-3 input[type="text"].ev-input-text,
.ev-article-style-3 input[type="search"].ev-input-text,
.ev-article-style-3 input[type="number"].ev-input-text,
.ev-article-style-3 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 input[type="text"].ev-input-text:focus,
.ev-article-style-3 input[type="search"].ev-input-text:focus,
.ev-article-style-3 input[type="number"].ev-input-text:focus,
.ev-article-style-3 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-3 input[type="text"].ev-input-text:disabled,
.ev-article-style-3 input[type="search"].ev-input-text:disabled,
.ev-article-style-3 input[type="number"].ev-input-text:disabled,
.ev-article-style-3 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-3 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-3 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-3 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-3 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-3 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-3 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-3 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-3 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-3 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-3 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-3 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-3 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-3 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-3 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-3 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-3 a.ev-inline-link,
.ev-article-style-3 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-3 a.ev-inline-link:visited,
.ev-article-style-3 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-3 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-3 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-3 a.ev-inline-link:focus,
.ev-article-style-3 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-3 input[type=range],
.ev-article-style-3 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-3 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-3 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-3 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-3 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-3 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-3 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-3 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-3 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-3 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-3 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-3 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-3 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-3 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-3 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-3 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-3 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-3 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-3 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-3 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-3 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-3 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-3 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-3 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-3 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-3 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-content,
.ev-article-style-3 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-3 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 30px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-3 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-3 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-3 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-3 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 30px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-3 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-3 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-3 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-3 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-3 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-article-style-3 .ev-capture-component .ev-capture-item button,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-3 .ev-capture-component .ev-capture-item input,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-3 .ev-capture-component .ev-capture-item label,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-3 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-3 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #ff004c;
}
.ev-article-style-3 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-3 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-3 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-3 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-3 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-3 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-3 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-3 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-3 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #a5ffff;
}
.ev-article-style-3 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-3 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-3 .ev-capture-component .ev-capture-play-button,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-3 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-3 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-3 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-3 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item {
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-3 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-3 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-3 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 0px;
}
.ev-article-style-3 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-3 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-3 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 12px 50px 12px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 12px 50px 12px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 10px 20px 10px 20px;
  }
}
.ev-article-style-3 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-3 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  margin-right: 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-3 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 30px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 30px 0 30px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 30px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-3 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-3 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-3 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-3 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-3 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-3 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-3 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-3 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-3 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #a5ffff;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 30px 30px 0;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 30px;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 30px;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-3 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-3 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #454545;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 30px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-icon-component .ev-component-content-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-3 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-3 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-3 .ev-interactiveVideo-overlay-body {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-3 .ev-links-component .ev-links-item {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-3 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-3 .ev-links-component .ev-links-item-image {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-links-component .ev-links-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-3 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-3 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-3 .ev-links-component .ev-links-disabled-button {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-article-style-3 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-3 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #909090;
  color: #f3f3f3;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-3 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-matching-component .ev-matching-item {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.ev-article-style-3 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 30px;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-3 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-3 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-3 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-3 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-3 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-3 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-3 .ev-matching-component .Select-placeholder,
.ev-article-style-3 .ev-matching-component .Select-value,
.ev-article-style-3 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-3 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-3 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-3 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-3 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-3 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-3 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-3 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-3 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-3 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-3 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-3 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 30px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-3 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-3 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #ffffff;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-3 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-3 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-3 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-3 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-3 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-3 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-3 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-3 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-3 .ev-select-component .Select-placeholder,
.ev-article-style-3 .ev-select-component .Select-value,
.ev-article-style-3 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-3 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-3 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-3 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-3 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-simulation-action-bar-button:hover,
.ev-article-style-3 .ev-simulation-action-bar-button:active,
.ev-article-style-3 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-3 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-3 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-3 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-3 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-3 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-3 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 30px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-3 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-3 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 30px;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-3 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-3.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-3.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-3.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-3.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-3.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-3.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-3 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-3 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-3 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-3 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-3 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-3 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-3 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-3 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-3 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-3 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-3 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-3 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-3 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-3 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-3 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-3 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-3 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-table-widget td {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-3 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-3 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-3 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 30px;
  }
  .ev-article-style-3 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-3 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-3 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #ffffff;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-3 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 30px;
  }
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-3 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-3 .ev-textArea-component textarea,
.ev-article-style-3 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-3 .ev-textArea-component textarea:focus,
.ev-article-style-3 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-3 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-3 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 30px;
}
.ev-article-style-3 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-3 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-2.ev-article {
  background-color: #004050;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 30px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 30px 0px;
  }
}
.ev-article-style-2.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 400px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-2.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-2.ev-article .ev-article-title {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-2.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-2.ev-article.ev-article-icon-left {
  padding-left: 68px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article.ev-article-icon-left {
    padding-left: 68px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article.ev-article-icon-left {
    padding-left: 51px;
  }
}
.ev-article-style-2.ev-article.ev-article-icon-right {
  padding-right: 68px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article.ev-article-icon-right {
    padding-right: 68px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article.ev-article-icon-right {
    padding-right: 51px;
  }
}
.ev-article-style-2.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-2.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-2.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-2.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-2.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-2.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-2.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-2.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-2.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-2.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-2.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-2.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-2.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-2.ev-article .ev-article-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-2.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2.ev-article-divider.ev-has-article-background-color {
  background-color: #004050;
}
.ev-article-style-2.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-block {
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-2 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-block {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-block {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-2 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: Arial;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 0px 0px 0px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-button {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-button {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-2 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-2 .ev-button:hover,
.ev-article-style-2 .ev-button:active,
.ev-article-style-2 .ev-button:focus {
  background-color: #ffffff;
  color: #004050;
  border-color: #004050;
}
.ev-article-style-2 .ev-button:hover .ev-icon,
.ev-article-style-2 .ev-button:active .ev-icon,
.ev-article-style-2 .ev-button:focus .ev-icon {
  color: #004050;
}
.ev-article-style-2 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-2 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-button.ev-warning:hover,
.ev-article-style-2 .ev-button.ev-warning:active,
.ev-article-style-2 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-2 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-2 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-2 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-button:disabled,
.ev-article-style-2 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-2 .ev-button:disabled .ev-icon,
.ev-article-style-2 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-2 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-2 .ev-button.ev-chromeless:hover,
.ev-article-style-2 .ev-button.ev-chromeless:active,
.ev-article-style-2 .ev-button.ev-chromeless:focus {
  color: #ffffff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-2 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-2 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-2 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-2 .ev-button.ev-action:hover,
.ev-article-style-2 .ev-button.ev-action:active,
.ev-article-style-2 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-2 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-2 .ev-button.ev-action:active .ev-icon,
.ev-article-style-2 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-button.ev-action:disabled,
.ev-article-style-2 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-2 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-2 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-2 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 0px 0px 0px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 0px 0px 0px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 0px 0px 0px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-2 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-2 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-2 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-2 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-2 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-2 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-article-style-2 .ev-caption {
  background-color: #f3f3f3;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-2 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-2 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-2 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-2 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #000000;
}
.ev-article-style-2 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #000000;
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-2 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-2 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-2 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-2 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-2 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-2 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-2 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-2 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-2 input[type="text"].ev-input-text,
.ev-article-style-2 input[type="search"].ev-input-text,
.ev-article-style-2 input[type="number"].ev-input-text,
.ev-article-style-2 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 input[type="text"].ev-input-text:focus,
.ev-article-style-2 input[type="search"].ev-input-text:focus,
.ev-article-style-2 input[type="number"].ev-input-text:focus,
.ev-article-style-2 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-2 input[type="text"].ev-input-text:disabled,
.ev-article-style-2 input[type="search"].ev-input-text:disabled,
.ev-article-style-2 input[type="number"].ev-input-text:disabled,
.ev-article-style-2 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-2 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-2 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-2 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-2 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-2 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-2 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-2 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-2 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-2 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-2 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-2 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-2 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-2 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-2 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-2 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-2 a.ev-inline-link,
.ev-article-style-2 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-2 a.ev-inline-link:visited,
.ev-article-style-2 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-2 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-2 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-2 a.ev-inline-link:focus,
.ev-article-style-2 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-2 input[type=range],
.ev-article-style-2 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-2 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-2 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-2 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-2 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-2 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-2 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-2 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-2 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-2 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-2 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-2 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-2 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-2 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-2 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-2 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 30px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-2 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-2 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-2 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-2 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-2 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-2 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-2 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-2 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-2 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-content,
.ev-article-style-2 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-2 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 30px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-2 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-2 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-2 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-2 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 30px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-2 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-2 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-2 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.ev-article-style-2 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-2 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #ff004c;
}
.ev-article-style-2 .ev-capture-component .ev-capture-item button,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-2 .ev-capture-component .ev-capture-item input,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-2 .ev-capture-component .ev-capture-item label,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-2 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-2 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #ff004c;
}
.ev-article-style-2 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-2 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-2 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-2 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-2 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-2 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-2 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-2 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #004050;
}
.ev-article-style-2 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-2 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-2 .ev-capture-component .ev-capture-play-button,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-2 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-2 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-2 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-2 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item {
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-2 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-2 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-2 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 0px;
}
.ev-article-style-2 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-2 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-2 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-2 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-2 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  margin-right: 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-2 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 30px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 30px 0 30px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 30px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-2 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-2 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-2 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-2 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-2 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-2 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-2 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-2 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-2 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #004050;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 30px 30px 0;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 30px;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 30px;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-2 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-2 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #454545;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 30px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-icon-component .ev-component-content-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-2 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-2 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-2 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-2 .ev-links-component .ev-links-item {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-2 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-2 .ev-links-component .ev-links-item-image {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-links-component .ev-links-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-2 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-2 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-2 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-2 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-2 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-matching-component .ev-matching-item {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.ev-article-style-2 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 30px;
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-2 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-2 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-2 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-2 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-2 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-2 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-2 .ev-matching-component .Select-placeholder,
.ev-article-style-2 .ev-matching-component .Select-value,
.ev-article-style-2 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-2 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-2 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-2 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #ff004c !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-2 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-2 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-2 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-2 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-2 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-2 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-2 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-2 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 30px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-2 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-2 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-2 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 30px 0 !important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 15px 30px 0 !important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 30px 15px !important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 30px 30px 0 !important;
}
[dir="rtl"] .ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 30px 30px !important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-2 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-2 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-2 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-2 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-2 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-2 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-2 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-2 .ev-select-component .Select-placeholder,
.ev-article-style-2 .ev-select-component .Select-value,
.ev-article-style-2 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-2 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-2 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-2 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-2 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-simulation-action-bar-button:hover,
.ev-article-style-2 .ev-simulation-action-bar-button:active,
.ev-article-style-2 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-2 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-2 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-2 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-2 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-2 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-2 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 30px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-2 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-2 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 30px;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-2 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-2.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 30px 0 30px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-2.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-2.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-2.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-2.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-2.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-2 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-2 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-2 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-2 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-2 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-2 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-2 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-2 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-2 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-2 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-2 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-2 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-2 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-2 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-2 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-2 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-2 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-table-widget td {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-2 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-2 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-2 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 30px;
  }
  .ev-article-style-2 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-2 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-2 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #ffffff;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-2 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 30px;
  }
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-2 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-2 .ev-textArea-component textarea,
.ev-article-style-2 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-2 .ev-textArea-component textarea:focus,
.ev-article-style-2 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-2 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-2 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 30px;
}
.ev-article-style-2 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-2 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
.ev-article-style-1.ev-article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article {
    margin: 0px 0px 0px 0px;
    padding: 40px 20px 40px 20px;
  }
}
.ev-article-style-1.ev-article .ev-article-inner {
  background-color: transparent;
  max-width: 1140px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-inner {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1.ev-article .ev-article-header {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-header {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1.ev-article .ev-article-header.ev-has-scroll-action-button {
  margin-bottom: 21.5px;
  padding-bottom: 21.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-header.ev-has-scroll-action-button {
    margin-bottom: 21.5px;
    padding-bottom: 21.5px;
  }
}
.ev-article-style-1.ev-article .ev-article-header-inner {
  max-width: 1140px;
}
.ev-article-style-1.ev-article .ev-article-title {
  padding: 0px 20px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
  text-align: left;
  display: block;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
  margin-bottom: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-top .ev-article-title-icon-container {
    margin-bottom: 7.5px;
  }
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  min-height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left,
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    min-height: 34px;
  }
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
  padding-left: 34px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left {
    padding-left: 54px;
  }
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-left .ev-article-title-icon-container {
  margin-right: 7.5px;
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
  padding-right: 54px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right {
    padding-right: 54px;
  }
}
.ev-article-style-1.ev-article .ev-article-title.ev-has-title-icon.ev-title-icon-right .ev-article-title-icon-container {
  margin-left: 7.5px;
}
.ev-article-style-1.ev-article.ev-article-icon-left {
  padding-left: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article.ev-article-icon-left {
    padding-left: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article.ev-article-icon-left {
    padding-left: 71px;
  }
}
.ev-article-style-1.ev-article.ev-article-icon-right {
  padding-right: 88px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article.ev-article-icon-right {
    padding-right: 88px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article.ev-article-icon-right {
    padding-right: 71px;
  }
}
.ev-article-style-1.ev-article.ev-article-icon-top-left .ev-article-icon-container,
.ev-article-style-1.ev-article.ev-article-icon-top-right .ev-article-icon-container,
.ev-article-style-1.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
.ev-article-style-1.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
  height: 34px;
  width: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article.ev-article-icon-top-left .ev-article-icon-container,
  .ev-article-style-1.ev-article.ev-article-icon-top-right .ev-article-icon-container,
  .ev-article-style-1.ev-article.ev-article-icon-bottom-left .ev-article-icon-container,
  .ev-article-style-1.ev-article.ev-article-icon-bottom-right .ev-article-icon-container {
    height: 34px;
    width: 34px;
  }
}
.ev-article-style-1.ev-article .ev-article-icon-container {
  background-color: transparent;
  width: 68px;
  padding: 0px;
}
.ev-article-style-1.ev-article .ev-article-icon-container .ev-article-icon {
  margin-top: -17px;
  margin-left: -17px;
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-icon-container {
    width: 51px;
    padding: 0px;
  }
  .ev-article-style-1.ev-article .ev-article-icon-container .ev-article-icon {
    margin-top: -17px;
    margin-left: -17px;
  }
}
.ev-article-style-1.ev-article .ev-article-title-icon-container {
  padding: 0px;
  margin-right: 7.5px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title-icon-container {
    margin-right: 7.5px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title-icon-container {
    padding: 0px;
    margin-right: 7.5px;
  }
}
.ev-article-style-1.ev-article .ev-article-icon {
  color: transparent;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-icon {
    font-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.ev-article-style-1.ev-article .ev-article-title-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-1.ev-article .ev-article-body {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-body {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
  }
}
.ev-article-style-1.ev-article .ev-article-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article .ev-article-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1.ev-article-divider {
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article-divider {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1.ev-article-divider.ev-has-article-background-color {
  background-color: #ffffff;
}
.ev-article-style-1.ev-article-divider .ev-article-divider-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-article-divider .ev-article-divider-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-article-divider .ev-article-divider-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-block {
  background-color: transparent;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-1 .ev-block:first-child {
  border-top: none;
  border-top: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-block {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1 .ev-block .ev-block-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-block .ev-block-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-1 .ev-block .ev-block-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-block .ev-block-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-block .ev-block-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  max-width: none;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-block .ev-block-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-1 .ev-block .ev-block-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-block .ev-block-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-button {
  background-color: #00edb5;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-button {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-1 .ev-button .ev-icon {
  color: #004050;
}
.ev-article-style-1 .ev-button:hover,
.ev-article-style-1 .ev-button:active,
.ev-article-style-1 .ev-button:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-1 .ev-button:hover .ev-icon,
.ev-article-style-1 .ev-button:active .ev-icon,
.ev-article-style-1 .ev-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button.ev-warning {
  background-color: #ff004c;
  color: #ffffff;
  border-color: #ff004c;
}
.ev-article-style-1 .ev-button.ev-warning .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button.ev-warning:hover,
.ev-article-style-1 .ev-button.ev-warning:active,
.ev-article-style-1 .ev-button.ev-warning:focus {
  background-color: #d40040;
  color: #ffffff;
  border-color: #d40040;
}
.ev-article-style-1 .ev-button.ev-warning:hover .ev-icon,
.ev-article-style-1 .ev-button.ev-warning:active .ev-icon,
.ev-article-style-1 .ev-button.ev-warning:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button:disabled,
.ev-article-style-1 .ev-button.ev-disabled {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-1 .ev-button:disabled .ev-icon,
.ev-article-style-1 .ev-button.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-button:disabled:hover,
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-disabled:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-1 .ev-button:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button.ev-chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #00edb5;
}
.ev-article-style-1 .ev-button.ev-chromeless:hover,
.ev-article-style-1 .ev-button.ev-chromeless:active,
.ev-article-style-1 .ev-button.ev-chromeless:focus {
  color: #004050;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ev-article-style-1 .ev-button.ev-chromeless .ev-icon {
  color: inherit;
}
.ev-article-style-1 .ev-button.ev-action {
  border-radius: 40px 40px 40px 40px;
  background-color: #004050;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #004050;
  border-right: 1px none #004050;
  border-bottom: 1px none #004050;
  border-left: 1px none #004050;
}
.ev-article-style-1 .ev-button.ev-action .ev-icon {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-button.ev-action .ev-icon {
    padding: 10px 10px 10px 10px;
  }
}
.ev-article-style-1 .ev-button.ev-action:hover,
.ev-article-style-1 .ev-button.ev-action:active,
.ev-article-style-1 .ev-button.ev-action:focus {
  background-color: #00242c;
  border-color: #00242c;
}
.ev-article-style-1 .ev-button.ev-action:hover .ev-icon,
.ev-article-style-1 .ev-button.ev-action:active .ev-icon,
.ev-article-style-1 .ev-button.ev-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button.ev-action:disabled,
.ev-article-style-1 .ev-button.ev-action.ev-disabled {
  background-color: #909090;
  border-color: #909090;
}
.ev-article-style-1 .ev-button.ev-action:disabled .ev-icon,
.ev-article-style-1 .ev-button.ev-action.ev-disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-action:disabled:hover,
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-action.ev-disabled:hover {
  background-color: #909090;
  border-color: #909090;
}
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-1 .ev-button.ev-action.ev-disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-button.ev-transcript-button {
  width: 100%;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action .ev-icon {
  color: #004050;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:hover .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:active .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover,
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-action.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
  background-color: transparent;
  color: #004050;
  border-radius: 100px 100px 100px 100px;
  box-shadow: none;
  border-top: 1px solid #004050;
  border-right: 1px solid #004050;
  border-bottom: 1px solid #004050;
  border-left: 1px solid #004050;
  padding: 15px 50px 15px 50px;
  margin: 6px 0px 6px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback {
    margin: 6px 0px 6px 0px;
    padding: 15px 50px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback .ev-icon {
  color: #004050;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus {
  background-color: #004050;
  color: #ffffff;
  border-color: #004050;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:hover .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:active .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled .ev-icon,
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover,
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover {
  background-color: #ebecee;
  color: #f3f3f3;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback:disabled:hover .ev-icon,
.ev-no-touchevents .ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-disabled:hover .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-1 .ev-buttons.ev-buttons-individual-styles .ev-buttons-feedback.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-1 .ev-buttons .ev-button.ev-button-icon-before .ev-icon {
  margin-right: 7px;
}
.ev-article-style-1 .ev-buttons .ev-button.ev-button-icon-after .ev-icon {
  margin-left: 7px;
}
.ev-article-style-1 .ev-buttons .ev-buttons-display-inner {
  background-color: transparent;
  margin: 0px 0 15px;
  padding: 6px 12px 6px 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  border-left: 1px solid #909090;
  color: #909090;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-buttons .ev-buttons-display-inner {
    margin: 15px 0 15px;
    padding: 6px 12px 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-buttons .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-1 .ev-buttons .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-1 .ev-buttons .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-1 .ev-caption {
  background-color: transparent;
  padding: 10px 12px 10px 12px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 12px 10px 12px;
  }
}
.ev-article-style-1 .ev-component {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-title-inner {
  color: #004050;
  text-align: left;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-title-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-component .ev-component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-body-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-body-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-component .ev-component-instruction {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-instruction-inner {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-instruction-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-component .ev-component-interaction-label {
  text-align: left;
}
[dir="rtl"] .ev-article-style-1 .ev-component .ev-component-interaction-label {
  text-align: right;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-icon {
  color: #cbcbcb;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-incomplete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-inner {
  background-color: transparent;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-icon {
  color: #7f007d;
}
.ev-article-style-1 .ev-component .ev-component-interaction-label.ev-is-complete .ev-interaction-label-text {
  color: #454545;
}
.ev-article-style-1 .ev-component .ev-interaction-label-inner {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-interaction-label-inner {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-interaction-label-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-interaction-label-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback {
  margin-top: 20px;
  margin-bottom: 70px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback-inner {
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback-body {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  background-color: transparent;
  color: #000000;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-component .ev-component-inline-feedback-body {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback-icon {
  text-align: left;
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback-icon .ev-icon {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #ff004c;
}
.ev-article-style-1 .ev-component .ev-component-inline-feedback-icon .ev-icon.ev-is-correct {
  color: #cfaf31;
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-blur .ev-article-lock-text,
.ev-article-style-1 .ev-article-lock .ev-article-lock-overlay.ev-article-lock-appearance-fade .ev-article-lock-text {
  padding-top: 23px;
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-overlay-panel {
  background-color: #004050;
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-text {
  padding-top: 43px;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-article-lock .ev-article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #ffffff;
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-strip {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-article-lock .ev-article-lock-circle {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 2px solid #00edb5;
}
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #00edb5;
}
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-disabled-appearance {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-1 .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #004050;
}
.ev-article-style-1 .ev-flip-card-item .ev-flip-card-item-front .ev-flip-card-item-front-text {
  color: #ffffff;
}
.ev-article-style-1 .ev-flip-card-item .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #ffffff;
}
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front-text,
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back-text {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image {
  padding: 25px 25px 0 25px;
}
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-content-image.ev-is-bottom {
  padding: 0 25px 25px 25px;
}
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
.ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-front .ev-flip-card-item-front-text,
  .ev-article-style-1 .ev-flip-card-item.ev-has-component-item-styles .ev-flip-card-item-back .ev-flip-card-item-back-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-hint .ev-hint-button:not(.ev-button) {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-1 .ev-hint .ev-hint-button:not(.ev-button) .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-hint .ev-hint-button:not(.ev-button):hover,
.ev-article-style-1 .ev-hint .ev-hint-button:not(.ev-button):focus {
  background-color: #00242c;
}
.ev-article-style-1 .ev-image-container .ev-image-text {
  color: #ffffff;
}
.ev-article-style-1 input[type="text"].ev-input-text,
.ev-article-style-1 input[type="search"].ev-input-text,
.ev-article-style-1 input[type="number"].ev-input-text,
.ev-article-style-1 textarea.ev-text-area {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 input[type="text"].ev-input-text:focus,
.ev-article-style-1 input[type="search"].ev-input-text:focus,
.ev-article-style-1 input[type="number"].ev-input-text:focus,
.ev-article-style-1 textarea.ev-text-area:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-1 input[type="text"].ev-input-text:disabled,
.ev-article-style-1 input[type="search"].ev-input-text:disabled,
.ev-article-style-1 input[type="number"].ev-input-text:disabled,
.ev-article-style-1 textarea.ev-text-area:disabled {
  border-color: #909090;
}
.ev-article-style-1 textarea.ev-text-area {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-label {
  background-color: #cbcbcb;
  padding: 10px 15px 10px 15px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
  color: #00d1a2;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px 10px 15px;
  }
}
.ev-article-style-1 .ev-menu-item-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-article-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-content-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-block-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-content-row-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-component-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-component-item-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-component-content-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-tabs-item-content-body a:not(.ev-inline-link),
.ev-article-style-1 .ev-text-narrative-slider-text-body a:not(.ev-inline-link),
.ev-article-style-1 .ev-flowchart-item-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-flip-card-item-front-text a:not(.ev-inline-link),
.ev-article-style-1 .ev-flip-card-item-back-text a:not(.ev-inline-link),
.ev-article-style-1 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link),
.ev-article-style-1 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link),
.ev-article-style-1 .ev-text-graphic-item-body-inner a:not(.ev-inline-link),
.ev-article-style-1 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link) {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-1 .ev-menu-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-article-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-block-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-content-row-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-component-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-component-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-component-content-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-tabs-item-content-body a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-flowchart-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-flip-card-item-front-text a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-flip-card-item-back-text a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):visited,
.ev-article-style-1 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-1 .ev-menu-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-article-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-block-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-content-row-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-component-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-component-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-component-content-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-tabs-item-content-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-flowchart-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-flip-card-item-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-flip-card-item-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):hover,
.ev-no-touchevents .ev-article-style-1 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):hover,
.ev-article-style-1 .ev-menu-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-article-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-block-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-content-row-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-component-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-component-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-component-content-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-tabs-item-content-body a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-text-narrative-slider-text-body a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-flowchart-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-flip-card-item-front-text a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-flip-card-item-back-text a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-singleFlipCard-card-front-text a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-singleFlipCard-card-back-text a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-text-graphic-item-body-inner a:not(.ev-inline-link):focus,
.ev-article-style-1 .ev-text-reveal-item-reveal-text-inner-text a:not(.ev-inline-link):focus {
  color: #c35125;
}
.ev-article-style-1 a.ev-inline-link,
.ev-article-style-1 .ev-links-component .ev-links-anchor {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-1 a.ev-inline-link:visited,
.ev-article-style-1 .ev-links-component .ev-links-anchor:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-1 a.ev-inline-link:hover,
.ev-no-touchevents .ev-article-style-1 .ev-links-component .ev-links-anchor:hover,
.ev-article-style-1 a.ev-inline-link:focus,
.ev-article-style-1 .ev-links-component .ev-links-anchor:focus {
  color: #c35125;
}
.ev-article-style-1 input[type=range],
.ev-article-style-1 .ev-rangeslider {
  background: #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 input[type=range]:disabled .ev-rangeslider__handle,
.ev-article-style-1 .ev-rangeslider--disabled .ev-rangeslider__handle {
  background: #909090 !important;
  border-color: #909090 !important;
}
.ev-article-style-1 .ev-rangeslider__fill {
  border-radius: 0px 0px 0px 0px;
  background: #00242c;
}
.ev-article-style-1 .ev-rangeslider__handle {
  border: 2px solid #00242c;
  box-shadow: none;
}
.ev-article-style-1 .ev-rangeslider__handle:active {
  background: #00242c;
}
.ev-article-style-1 .ev-inline-tooltip {
  background-color: transparent;
  text-decoration: underline;
}
.ev-article-style-1 .ev-inline-variable.ev-use-theme-styles {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-inline-variable.ev-use-theme-styles {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0px 0px 0px 0px;
  }
}
.ev-article-style-1 .ev-video-player .ev-video-control-button .ev-material-icon {
  fill: #ffffff;
}
.ev-article-style-1 .ev-video-player .ev-video-control-button.ev-is-active::after {
  background-color: #CBCBCB;
}
.ev-article-style-1 .ev-video-player .ev-video-control-tooltip::before,
.ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0::before {
  color: #ffffff;
  background-color: #34495E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-video-player .ev-video-control-tooltip::before,
  .ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0::before {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner {
  background-color: #CBCBCB;
}
.ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0 {
  background-color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0::after,
.ev-is-windows-touchscreen .ev-article-style-1 .ev-video-player .ev-video-progress-bar-inner-0::after {
  background-color: #ffffff;
}
.ev-touchevents:not(.ev-is-windows-touchscreen) .ev-article-style-1 .ev-video-player .ev-video-progress-bar-drag-handle {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-video-player .ev-video-volume-slider {
  background-color: #CBCBCB;
}
.ev-article-style-1 .ev-video-player .ev-video-volume-slider-bar-0 {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-video-player .ev-video-volume-slider-bar-1 {
  background-color: #CBCBCB;
}
.ev-article-style-1 .ev-video-player .ev-video-volume-slider-handle {
  background: #ffffff;
}
.ev-article-style-1 .ev-video-player .ev-video-duration {
  color: #ffffff;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title:focus .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-visited {
  color: #ffffff;
  background-color: #cbcbcb;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-visited .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-selected .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title.ev-visited:hover .ev-accordion-item-title-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir='rtl'] .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-1 .ev-accordion-component .ev-accordion-item-title-text {
  text-align: right !important;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body {
  margin-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body {
  text-align: right !important;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-graphic-inner,
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-top .ev-accordion-item-video-inner {
  padding: 0 0 25px;
}
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-graphic-inner,
.ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-bottom .ev-accordion-item-video-inner {
  padding: 25px 0 0;
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-graphic-inner,
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-right .ev-accordion-item-video-inner {
    padding: 25px 0 0;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-graphic-inner,
  .ev-article-style-1 .ev-accordion-component .ev-accordion-item-body-inner.ev-js-graphic-left .ev-accordion-item-video-inner {
    padding: 0 0 25px;
  }
}
.ev-article-style-1 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-right: 0;
  margin-left: 25px;
}
[dir='rtl'] .ev-article-style-1 .ev-accordion-component .ev-is-icon-right-side .ev-accordion-item-title-icon {
  margin-left: 0;
  margin-right: 25px;
}
.ev-article-style-1 .ev-accordion-component .ev-is-collapsed .ev-accordion-items {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}
.ev-article-style-1 .ev-accordion-component .ev-is-collapsed .ev-accordion-item {
  border: none;
  border-radius: 0;
}
.ev-article-style-1 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-title {
  border: none;
}
.ev-article-style-1 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.ev-article-style-1 .ev-accordion-component .ev-is-collapsed .ev-accordion-item-body:not(:last-of-type) {
  border-bottom: 1px none #454545;
}
.ev-article-style-1 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-audio-component .ev-audio-widget:not(.ev-has-grid-layout) .ev-audio-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
.ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-2 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-options .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item.ev-is-story-item {
  padding-bottom: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-top.ev-has-body .ev-branching-item-media {
  margin-bottom: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-bottom.ev-has-body .ev-branching-item-media {
  margin-top: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 0;
  padding-left: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 0;
  padding-left: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
  [dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media,
  [dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-right.ev-has-body .ev-branching-item-media {
    margin-top: 25px;
  }
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-media {
  padding-right: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-layout-left .ev-branching-item-body {
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-layout-left.ev-has-body .ev-branching-item-media {
    margin-bottom: 25px;
  }
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-content,
.ev-article-style-1 .ev-branching-component .ev-branching-item-instruction,
.ev-article-style-1 .ev-branching-component .ev-branching-assessment-results-content {
  margin-bottom: 10px;
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-1 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-1 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-content,
  .ev-article-style-1 .ev-branching-component .ev-branching-item-instruction,
  .ev-article-style-1 .ev-branching-component .ev-branching-assessment-results-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-content,
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-instruction,
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-assessment-results-content {
  text-align: right!important;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-option {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-branching-component .ev-branching-item-option {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-no-touchevents .ev-article-style-1 .ev-branching-component .ev-branching-item-option:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-1 .ev-branching-component .ev-branching-item-option:hover .ev-branching-item-option-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-option.ev-is-selected {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-option.ev-is-selected .ev-branching-item-option-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-option-text {
  text-align: left;
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-option-text {
  text-align: right!important;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 25px;
  color: #ffffff;
}
[dir="rtl"] .ev-article-style-1 .ev-branching-component .ev-branching-item-option-icon {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-item-timer {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-branching-component .ev-branching-score-container {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-branching-component .ev-buttons-marking-icon {
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-1 .ev-branching-component .ev-buttons-marking-icon.ev-icon-check {
  color: #ffffff;
  background-color: #0ce96f;
}
.ev-article-style-1 .ev-branching-component .ev-buttons-marking-icon.ev-icon-cross {
  color: #ffffff;
  background-color: #da3820;
}
.ev-article-style-1 .ev-capture-component .ev-capture-item button,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item button,
.ev-article-style-1 .ev-capture-component .ev-capture-item input,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item input,
.ev-article-style-1 .ev-capture-component .ev-capture-item label,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item label,
.ev-article-style-1 .ev-capture-component .ev-capture-item textarea,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item textarea {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  color: inherit;
  vertical-align: baseline;
}
.ev-article-style-1 .ev-capture-component .ev-capture-item.ev-is-incorrect,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item.ev-is-incorrect {
  box-shadow: 0 0 2px 1px #da3820;
}
.ev-article-style-1 .ev-capture-component .ev-capture-item.ev-is-correct,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-item.ev-is-correct {
  box-shadow: 0 0 2px 1px #0ce96f;
}
.ev-article-style-1 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-checkmark-circle,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-checkmark-circle {
  color: #ffffff;
}
.ev-article-style-1 .ev-capture-component .ev-capture-results-screen-marking .ev-icon-cross-circle,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-results-screen-marking .ev-icon-cross-circle {
  color: #ffffff;
}
.ev-article-style-1 .ev-capture-component .ev-capture-tools-avatar,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-avatar,
.ev-article-style-1 .ev-capture-component .ev-capture-tools-menu-item,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-menu-item {
  background-color: #00edb5;
  color: #004050;
}
.ev-article-style-1 .ev-capture-component .ev-capture-tools-avatar:hover,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover,
.ev-article-style-1 .ev-capture-component .ev-capture-tools-menu-item:hover,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover {
  background-color: #004050;
}
.ev-article-style-1 .ev-capture-component .ev-capture-tools-avatar:hover i,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-avatar:hover i,
.ev-article-style-1 .ev-capture-component .ev-capture-tools-menu-item:hover i,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-menu-item:hover i {
  color: #ffffff;
}
.ev-article-style-1 .ev-capture-component .ev-capture-tools-avatar i,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-avatar i,
.ev-article-style-1 .ev-capture-component .ev-capture-tools-menu-item i,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-tools-menu-item i {
  color: #004050;
}
.ev-article-style-1 .ev-capture-component .ev-capture-play-button,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-play-button {
  margin: 0;
  border: none;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 50%;
  padding: 0;
}
.ev-article-style-1 .ev-capture-component .ev-capture-play-button i,
.ev-article-style-1 .ev-capture-component-full-screen .ev-capture-play-button i {
  margin: 0;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-items {
  background-color: rgba(0, 64, 80, 0.1);
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item {
  padding: 25px 42px 25px 42px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item.ev-is-current-item:hover .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-zones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-zone {
  background-color: rgba(0, 64, 80, 0.05);
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
  color: #004050;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-zone.ev-is-drag-over {
  background-color: rgba(0, 64, 80, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-cardDrop-component .ev-card-drop-zone {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-item-drag-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-indicator-item {
  background-color: #004050;
}
.ev-article-style-1 .ev-cardDrop-component .ev-card-drop-indicator-item .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-checkboxGroup-component input[type="checkbox"]:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-checkboxGroup-component input[type="checkbox"]:focus + label .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item:hover .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-selected .ev-checkbox-group-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-checkboxGroup-component .ev-checkbox-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-1 .ev-checkboxGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item {
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item:focus .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox {
  border-color: #00242c;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item:hover .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  background-color: #00242c;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  border: 1px solid #004050;
  margin-right: 25px;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox i {
  color: #ffffff;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox .ev-checklist-item-checkbox-number {
  color: #004050;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked {
  border-color: #00242c;
  background-color: #00242c;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked i {
  color: #ffffff;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox.ev-checklist-item-checkbox-checked-disabled {
  border-color: #909090;
  background-color: #909090;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox::after {
  background: rgba(0, 64, 80, 0.6);
}
[dir="rtl"] .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-checkbox {
  margin-right: 0;
  margin-left: 25px;
}
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
.ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
  .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text,
[dir="rtl"] .ev-article-style-1 .ev-checklist-component .ev-checklist-item .ev-checklist-item-text-disabled {
  text-align: right!important;
}
.ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-overview-chart-colors-item {
  background-color: #004050;
}
.ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
  color: #454545;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag-name h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item {
  border: 1px solid #004050;
}
.ev-article-style-1 .ev-confidenceChart-component .ev-confidence-chart-count-chart-tag .ev-confidence-chart-count-chart-tag-chart-item.ev-is-complete {
  background-color: #004050;
}
.ev-article-style-1 .ev-courseAssessmentResults-component .ev-course-assessment-results-component-overview-results {
  margin-bottom: 20px;
}
.ev-article-style-1 .ev-courseAssessmentResults-component .ev-info-detail-display {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-1 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas path {
  stroke: #004050 !important;
}
.ev-article-style-1 .ev-courseAssessmentResults-component .ev-course-assessment-results-stats-progress-canvas text {
  fill: #004050 !important;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-start-avatar {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-start-avatar:last-child {
  margin-right: 0;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-start-name {
  margin-top: 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-start-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item-right-item .ev-dialog-item-avatar {
  margin-left: 25px;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item-avatar {
  margin-right: 25px;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item-inner {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item-name {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-item-name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-dialog-component .ev-dialog-item-message {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-dialog-component .ev-dialog-item-message {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-discussion-component .ev-discussion-post-editor-input {
  padding: 15px 50px 15px 50px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-discussion-component .ev-discussion-post-editor-input {
    padding: 15px 50px 15px 50px;
  }
}
.ev-article-style-1 .ev-discussion-component .ev-discussion-vote.ev-voted {
  color: #ffffff;
}
.ev-article-style-1 .ev-discussion-component .ev-discussion-vote.ev-voted .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  margin-right: 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging,
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item:focus {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item.ev-is-dragging .ev-draggable-item-icon,
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item:focus .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item .ev-draggable-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item.ev-is-disabled .ev-draggable-item-icon {
  color: #f3f3f3;
}
[dir='rtl'] .ev-article-style-1 .ev-dragAndDrop-component .ev-draggable-item {
  padding-left: 25px;
  padding-right: 40px;
  text-align: right;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone.ev-drop-zone-item-over .ev-drop-zone-text,
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone:focus .ev-drop-zone-text {
  background-color: #00242c;
  color: #ffffff;
  border-color: #00242c;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone.ev-single-drop-zone {
  margin: 0;
  max-width: none;
  width: 100%;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-content {
  border: 2px solid #004050;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-text {
  background-color: #004050;
  padding: 25px 25px 25px 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir='rtl'] .ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-text {
  text-align: right;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zone-dropped-items {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(1),
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zones-right .ev-drop-zones .ev-drop-zone:nth-child(2) {
  margin-top: 10px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone {
  margin: 10px 0 10px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-two-column .ev-drop-zones .ev-drop-zone:first-child {
  margin-top: 10px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone.ev-has-no-text .ev-drop-zone-content {
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
}
.ev-article-style-1 .ev-dragAndDrop-component .ev-drop-zones-horizontal-layout .ev-drop-zone-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
}
.ev-article-style-1 .ev-flowChart-widget .ev-flowchart-item-body-inner a {
  color: #f3622c;
  text-decoration: underline;
}
.ev-article-style-1 .ev-flowChart-widget .ev-flowchart-item-body-inner a:visited {
  color: #c35125;
}
.ev-no-touchevents .ev-article-style-1 .ev-flowChart-widget .ev-flowchart-item-body-inner a:hover,
.ev-article-style-1 .ev-flowChart-widget .ev-flowchart-item-body-inner a:focus {
  color: #c35125;
}
.ev-article-style-1 .ev-gallery-component button:hover.ev-selected,
.ev-article-style-1 .ev-gallery-component button:focus.ev-selected {
  background-color: #004050;
}
.ev-article-style-1 .ev-gallery-component .ev-selected {
  background-color: #004050;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-image {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-image.ev-top {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-image-select {
  background-color: #004050;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-image-select.ev-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-item-inner {
  background-color: #004050;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-toggle-autoplay i {
  color: #004050;
}
.ev-article-style-1 .ev-gallery-component .ev-gallery-toggle-autoplay:hover i {
  color: #ffffff;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-2 .ev-gmcq-item label,
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-3 .ev-gmcq-item label,
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-items .ev-grid.ev-column-layout-4 .ev-gmcq-item label {
  margin: 0 10px 10px 0;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item.ev-even label {
  margin-left: 10px;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
  margin-right: 10px;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item:focus .ev-gmcq-item-checkbox {
  background-color: #00242c;
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-gmcq-component .ev-gmcq-item.ev-even label,
  .ev-article-style-1 .ev-gmcq-component .ev-gmcq-item.ev-odd label {
    margin-left: 0;
    margin-right: 0;
  }
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-question-graphic {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item label {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item-inner {
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-item-checkbox {
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-gmcq-component .ev-gmcq-item-checkbox {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover,
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus {
  border-color: #f3622c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-checkbox,
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:hover .ev-gmcq-item-icon,
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget:not(.ev-disabled) .ev-gmcq-item label:focus .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected {
  border-color: #f3622c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-checkbox {
  color: #ffffff;
  background-color: #00242c;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label.ev-selected .ev-gmcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label {
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget.ev-disabled .ev-gmcq-item label .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled {
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-checkbox {
  color: #f3f3f3;
  background-color: #909090;
}
.ev-article-style-1 .ev-gmcq-component .ev-gmcq-widget .ev-gmcq-item label.ev-disabled .ev-gmcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  padding: 25px;
  background-color: rgba(0, 64, 80, 0.65);
  box-shadow: none;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin .ev-hotgraphic-icon-pin-number,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited {
  background-color: rgba(203, 203, 203, 0.65);
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-visited .ev-hotgraphic-icon-pin-number,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-visited .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover {
  background-color: #00242c;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-icon,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:focus .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin:hover .ev-hotgraphic-icon-pin-number,
.ev-no-touchevents .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin:hover .ev-hotgraphic-icon-pin-number {
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-icon-pin.ev-can-pulse::after,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin.ev-can-pulse::after {
  background: rgba(0, 64, 80, 0.6);
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-number-pin {
  font-family: Montserrat;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-text-pin-button {
  color: #454545;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
  display: none;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-popup-item {
    background-color: #004050;
    color: #ffffff;
  }
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
  padding: 25px 25px 25px 25px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-left::after {
  border-left-color: #004050;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip.ev-is-right::after {
  border-right-color: #004050;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot {
  border: 1px solid #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot.ev-is-active {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:hover,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:active,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-dot-progress-indicator .ev-dot-progress-indicator-dot:focus {
  border-color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control {
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:hover,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:active,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:focus {
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled,
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-controls .ev-hotgraphic-tooltip-control:disabled:hover {
  color: #f3f3f3 !important;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-tooltip .ev-hotgraphic-tooltip-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item {
  margin-bottom: 25px;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-pin {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
  margin-top: 25px;
  background-color: transparent;
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-hotgraphic-component .ev-hotgraphic-inline-item .ev-hotgraphic-inline-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-icon-component .ev-component-content-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-icon-component .ev-component-content-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-icon-component .ev-component-content-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-icon-component .ev-component-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-infographic-tooltip {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none;
}
.ev-article-style-1 .ev-infographic-tooltip .ev-infographic-tooltip-text {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-infographic-tooltip .ev-infographic-tooltip-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-infographic-tooltip .ev-infographic-tooltip-close-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-infographic-item {
  font-family: Montserrat;
}
.ev-article-style-1 .ev-interactiveVideo-timer {
  color: #004050;
}
.ev-article-style-1 .ev-interactiveVideo-overlay-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-interactiveVideo-overlay-body {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-linkedOpenInput-component textarea {
  padding: 25px 25px 25px 25px;
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-linkedOpenInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
.ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
  padding: 15px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-userAnswer,
  .ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-linkedUserAnswer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-linkedOpenInput-component .ev-linkedOpenInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-1 .ev-links-component .ev-links-item {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-links-component .ev-links-item.ev-left .ev-links-item-container {
  padding-right: 25px;
}
.ev-article-style-1 .ev-links-component .ev-links-item.ev-right .ev-links-item-container {
  padding-left: 25px;
}
.ev-article-style-1 .ev-links-component .ev-links-item-image {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-links-component .ev-links-anchor {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-links-component .ev-links-anchor {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-links-component .ev-links-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-links-component .ev-links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-links-component .ev-links-item-body {
  text-align: right!important;
}
.ev-article-style-1 .ev-links-component .ev-links-disabled {
  color: #909090;
}
.ev-article-style-1 .ev-links-component .ev-links-disabled:hover {
  color: #909090 !important;
}
.ev-article-style-1 .ev-links-component .ev-links-disabled-button {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-article-style-1 .ev-links-component .ev-links-disabled-button .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-links-component .ev-links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #ffffff;
  border-color: #ebecee;
}
.ev-no-touchevents .ev-article-style-1 .ev-links-component .ev-links-disabled-button:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-matching-component .ev-matching-item {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.ev-article-style-1 .ev-matching-component .ev-matching-item-title {
  margin-bottom: 10px;
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-matching-component .ev-matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-matching-component .ev-matching-item-title {
  text-align: right!important;
}
.ev-article-style-1 .ev-matching-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-1 .ev-matching-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px !important;
  border-top: 1px none #454545 !important;
  border-right: 1px none #454545 !important;
  border-bottom: 1px none #454545 !important;
  border-left: 1px none #454545 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-1 .ev-matching-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-1 .ev-matching-component .Select-control:hover .Select-placeholder,
.ev-article-style-1 .ev-matching-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-1 .ev-matching-component .Select-control:hover .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-matching-component .Select-input {
  background: transparent!important;
}
.ev-article-style-1 .ev-matching-component .Select-placeholder,
.ev-article-style-1 .ev-matching-component .Select-value,
.ev-article-style-1 .ev-matching-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-1 .ev-matching-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-1 .ev-matching-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-select-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-matching-component .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .Select-control {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
  cursor: default;
}
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .Select-placeholder,
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value,
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .Select-value-label {
  color: #f3f3f3 !important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-select-icon {
  color: #ffffff !important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-correct-icon {
  color: #0ce96f !important;
}
.ev-article-style-1 .ev-matching-component .ev-matching-widget.ev-submitted .ev-matching-incorrect-icon {
  color: #da3820 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item label {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-item label {
  text-align: right;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item label .ev-mcq-answer-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item label.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item label.ev-selected .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-mcq-component .ev-mcq-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-mcq-component input:focus + label {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-mcq-component input:focus + label .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 25px 0 0;
}
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-item-state {
  margin: 0 0 0 25px;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-selected.ev-disabled {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget.ev-disabled .ev-mcq-item label.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item {
  margin: 0 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir='rtl'] .ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-items .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0 !important;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label:hover .ev-mcq-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled:hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-mcq-component .ev-mcq-widget:not(.ev-disabled) .ev-mcq-item label.ev-disabled .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-mediaCarousel-component .ev-mediaCarousel-widget .ev-media-carousel-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-mediaGrid-component .ev-media-grid-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-flexbox .ev-article-style-1 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-1 .ev-narrative-component .ev-js-layout-left .ev-narrative-content-inner {
    padding-left: 25px;
  }
}
.ev-flexbox .ev-article-style-1 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ev-flexbox .ev-article-style-1 .ev-narrative-component .ev-js-layout-right .ev-narrative-content-inner {
    padding-right: 25px;
  }
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-content-inner {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-content-title-inner,
.ev-article-style-1 .ev-narrative-component .ev-narrative-content-body {
  color: #ffffff;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-narrative-component .ev-narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-narrative-component .ev-narrative-content-title-inner {
  text-align: right!important;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-content-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-narrative-component .ev-narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-narrative-component .ev-narrative-content-body {
  text-align: right!important;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-indicators {
  background-color: #004050;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls {
  background-color: #004050;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls:hover,
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls:focus {
  background-color: #00242c;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls:hover .ev-icon,
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-controls .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-control-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-control-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-narrative-component .ev-narrative-strapline-title-inner {
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
}
.ev-article-style-1 .ev-numberInput-component input[type=number] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-numberInput-component input[type=number]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-1 .ev-openInput-component textarea {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-1 .ev-openInput-component .ev-openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-openInput-component .ev-openInput-save-modal {
  background-color: #004050;
  color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item {
  margin-bottom: 10px;
  background-color: #004050;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-item:hover,
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-item-moving {
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-text,
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-text {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-item:hover .ev-ordering-item-number,
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-item-moving .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-disabled {
  background-color: #909090 !important;
  border-color: #cbcbcb !important;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-text {
  color: #f3f3f3 !important;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item.ev-disabled .ev-ordering-item-number {
  color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item-number {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item-text {
  box-shadow: none;
  padding: 25px 50px;
  color: #ffffff;
  text-align: left;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item-text:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item-text:focus .ev-ordering-item-number {
  color: #ffffff;
  border-color: #ffffff;
}
[dir="rtl"] .ev-article-style-1 .ev-ordering-component .ev-ordering-item-text {
  text-align: right!important;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-item-text-span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-ordering-component .ev-ordering-item-text-span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels {
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-label {
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #004050;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-order-label:hover,
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-label:focus {
  background-color: #00242c;
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-order-label:hover .ev-ordering-item-number,
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-label:focus .ev-ordering-item-number {
  border-color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done {
  outline: 2px solid #ffffff;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done:hover,
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done:focus {
  background-color: #00242c;
}
.ev-no-touchevents .ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done:hover span,
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done:focus span {
  color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-order-labels-done span {
  color: #ffffff;
}
.ev-article-style-1 .ev-ordering-component .ev-ordering-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
  color: #004050;
  font-family: KranaFat-B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-score-inner {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-description {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-questionResult-widget .ev-questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item {
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item:hover .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item.ev-selected .ev-radio-group-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected):hover {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item.ev-disabled:not(.ev-selected) .ev-mcq-item-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item-icon {
  color: #ffffff;
  margin: 0 25px 0 0;
}
[dir="rtl"] .ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item-icon {
  margin: 0 0 0 25px;
}
.ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item-text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-radioGroup-component .ev-radio-group-item-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid .ev-grid-item {
  margin: 0!important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner,
.ev-article-style-1 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-mcq-item {
  height: 100%;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid .ev-grid-item .ev-grid-item-inner {
  padding: 0 0 10px 0 !important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(odd) .ev-grid-item-inner {
  padding: 0 5px 10px 0 !important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-2 .ev-grid-item:nth-child(even) .ev-grid-item-inner {
  padding: 0 0 10px 5px !important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 10px 10px 0 !important;
}
[dir="rtl"] .ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item-inner,
[dir="rtl"] .ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item-inner {
  padding: 0 0 10px 10px !important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-3 .ev-grid-item:nth-child(3n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-1 .ev-radioGroup-component .ev-grid.ev-column-layout-4 .ev-grid-item:nth-child(4n) .ev-grid-item-inner {
  padding-right: 0!important;
}
.ev-article-style-1 .ev-select-component .Select.ev-is-focused .Select-control {
  outline: 2px solid transparent !important;
}
.ev-article-style-1 .ev-select-component .Select-control {
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  background-color: #004050 !important;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  box-shadow: none !important;
  cursor: pointer;
}
.ev-article-style-1 .ev-select-component .Select-control:hover {
  background-color: #00242c !important;
  border-color: #f3622c !important;
}
.ev-article-style-1 .ev-select-component .Select-control:hover .Select-placeholder,
.ev-article-style-1 .ev-select-component .Select-control:hover .Select-value-label {
  color: #ffffff !important;
}
.ev-article-style-1 .ev-select-component .Select-control:hover .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-select-component .Select-input {
  background: transparent!important;
}
.ev-article-style-1 .ev-select-component .Select-placeholder,
.ev-article-style-1 .ev-select-component .Select-value,
.ev-article-style-1 .ev-select-component .Select-value-label {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-1 .ev-select-component .Select-option {
  font-size: 16px;
  font-family: Montserrat;
}
.ev-article-style-1 .ev-select-component .Select-arrow-zone {
  opacity: 1!important;
}
.ev-article-style-1 .ev-select-component .ev-select-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-simulation-action-bar-button {
  padding: 8px;
  margin: 0 8px 0 0;
  background-color: #4fc1e9;
  border-radius: 38px 38px 38px 38px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-top: 1px none #000000;
  border-right: 1px none #000000;
  border-bottom: 1px none #000000;
  border-left: 1px none #000000;
}
.ev-article-style-1 .ev-simulation-action-bar-button .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-simulation-action-bar-button:hover,
.ev-article-style-1 .ev-simulation-action-bar-button:active,
.ev-article-style-1 .ev-simulation-action-bar-button:focus {
  background-color: #3bafda;
  border-color: #000000;
}
.ev-article-style-1 .ev-simulation-action-bar-button:hover .ev-icon,
.ev-article-style-1 .ev-simulation-action-bar-button:active .ev-icon,
.ev-article-style-1 .ev-simulation-action-bar-button:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-simulation-action-bar-button:disabled {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-article-style-1 .ev-simulation-action-bar-button:disabled .ev-icon {
  color: #ffffff;
}
.ev-no-touchevents .ev-article-style-1 .ev-simulation-action-bar-button:disabled:hover {
  background-color: #cbcbcb;
  border-color: #000000;
}
.ev-no-touchevents .ev-article-style-1 .ev-simulation-action-bar-button:disabled:hover .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item label {
  background-color: #004050;
  margin: 0 0 10px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 25px 25px 25px 25px;
}
.ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item label .ev-socialMCQ-item-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item-state {
  padding-right: 25px;
}
.ev-article-style-1 .ev-socialMCQ-component .ev-socialMCQ-item-prefix {
  padding-left: 25px;
}
.ev-flexbox .ev-article-style-1 .ev-sorting-items.ev-horizontal-layout .ev-sorting-item {
  margin-right: 10px;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir="rtl"] .ev-article-style-1 .ev-sorting-component .ev-sorting-item {
  padding-left: 0;
  padding-right: 40px;
  text-align: right!important;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-sorting-component .ev-sorting-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-is-selected {
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-is-disabled {
  color: #f3f3f3;
  background-color: #909090;
  border-color: #cbcbcb;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-is-disabled .ev-icon {
  color: #f3f3f3;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-sorting-component .ev-sorting-item .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-1.ev-sorting-item-helper {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 10px 0 10px;
  padding: 25px 25px 25px 25px;
  padding-left: 40px;
  box-shadow: none;
  background-color: #00242c;
  color: #ffffff;
  border-color: #f3622c;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 768px) {
  .ev-article-style-1.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1.ev-sorting-item-helper {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 80px;
}
[dir="rtl"] .ev-article-style-1.ev-sorting-item-helper.ev-has-item-number {
  padding-left: 0;
  padding-right: 80px;
}
.ev-article-style-1.ev-sorting-item-helper.ev-has-media-text .ev-sorting-item-media {
  margin-bottom: 25px !important;
}
.ev-article-style-1.ev-sorting-item-helper .ev-sorting-drag-handle .ev-icon {
  color: #ffffff;
}
.ev-article-style-1.ev-sorting-item-helper .ev-sorting-item-number {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.ev-article-style-1 .ev-survey-component .ev-survey-button {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  margin: 25px 25px 25px 0;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-1 .ev-survey-component .ev-survey-button:focus {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-survey-component .ev-survey-button.ev-selected {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-no-touchevents .ev-article-style-1 .ev-survey-component .ev-survey-button:hover {
  color: #ffffff;
  background-color: #00242c;
  border-color: #f3622c;
}
.ev-article-style-1 .ev-survey-component .ev-survey-button-checkbox {
  position: absolute;
  left: -9999px;
}
.ev-article-style-1 .ev-survey-component .ev-star-rating-star {
  padding: 25px 25px 25px 0;
}
.ev-flexbox .ev-article-style-1 .ev-survey-component .ev-survey-complete .ev-icon {
  color: #ffffff;
  padding: 25px 25px 25px 0;
}
.ev-article-style-1 .ev-table-widget thead th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ev-article-style-1 .ev-table-widget thead th:last-child {
  border-right: none;
}
.ev-article-style-1 .ev-table-widget tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ev-article-style-1 .ev-table-widget tbody td:last-child {
  border-right: none;
}
.ev-article-style-1 .ev-table-widget tbody th {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ev-article-style-1 .ev-table-widget tbody tr:last-child td {
  border-bottom: none;
}
.ev-article-style-1 .ev-table-widget tbody tr:first-child th {
  border-top: none;
}
.ev-article-style-1 .ev-table-widget tr {
  background-color: transparent;
}
.ev-article-style-1 .ev-table-widget th {
  background-color: #004050;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-1 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-1 .ev-table-widget th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-table-widget td {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .ev-article-style-1 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-1 .ev-table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 520px) {
  .ev-article-style-1 .ev-table-widget.ev-has-mobile-layout tr {
    margin-bottom: 10px;
  }
  .ev-article-style-1 .ev-table-widget.ev-has-mobile-layout th,
  .ev-article-style-1 .ev-table-widget.ev-has-mobile-layout td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: #454545;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
  .ev-article-style-1 .ev-table-widget.ev-has-mobile-layout td:before {
    color: #004050;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
  }
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner {
  padding: 25px 25px 25px 25px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #004050;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
[dir='rtl'] .ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner {
  text-align: right;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner:hover,
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner:focus {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-inner {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content {
  padding: 25px 25px 25px 25px;
  background-color: transparent;
  border-right: 1px none #f3622c;
  border-bottom: 1px none #f3622c;
  border-left: 1px none #f3622c;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-left .ev-tabs-item-content-text {
  padding-left: 25px;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-right .ev-tabs-item-content-text {
  padding-right: 25px;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-top .ev-tabs-item-content-graphic {
  margin-bottom: 25px;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content.ev-tabs-item-content-layout-bottom .ev-tabs-item-content-text {
  margin-bottom: 25px;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-title {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-title {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-body {
  color: #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-body {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner {
  background-color: #cbcbcb;
  color: #ffffff;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item.ev-visited .ev-tabs-item-inner:hover {
  background-color: #00242c;
  color: #ffffff;
}
.ev-article-style-1 .ev-tabs-component .ev-tabs-item.ev-selected .ev-tabs-item-inner {
  background-color: #00242c;
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item {
    margin-bottom: 10px;
  }
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item.ev-selected {
    margin-bottom: 0;
  }
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-image {
    margin: 0 auto 25px;
  }
  .ev-article-style-1 .ev-tabs-component .ev-tabs-item-content-image.ev-is-bottom {
    margin: 25px auto 0;
  }
}
.ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  color: #004050;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-title h6 {
  text-align: right!important;
}
.ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-textAndGraphic-component .ev-text-graphic-item-body {
  text-align: right!important;
}
.ev-article-style-1 .ev-textArea-component textarea,
.ev-article-style-1 .ev-textArea-component input[type=text] {
  border: 2px solid #004050;
  border-radius: 0px 0px 0px 0px;
}
.ev-article-style-1 .ev-textArea-component textarea:focus,
.ev-article-style-1 .ev-textArea-component input[type=text]:focus {
  box-shadow: 0 0 0 5px rgba(0, 64, 80, 0.5);
}
.ev-article-style-1 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 25px 25px 25px 25px;
  background-color: #004050;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textInput-component .ev-textinput-item.ev-display-component-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-textInput-component .ev-textinput-item.ev-display-component-item input {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}
.ev-article-style-1 .ev-textInput-component .ev-textinput-item.ev-display-component-item input:focus {
  box-shadow: 0 0 0 5px #f3622c;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider {
  background-color: #004050;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-title {
  text-align: right!important;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  margin-top: 25px;
  color: #ffffff;
  text-align: left;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
[dir="rtl"] .ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-slider-text-body {
  text-align: right!important;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-progress {
  border: 1px solid #ffffff;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-progress.ev-selected {
  background-color: #ffffff;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-controller {
  background-color: #004050;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left {
  background-color: #004050;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left:hover,
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left:focus {
  background-color: #00242c;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left:hover .ev-icon,
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-left .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right {
  background-color: #004050;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right:hover,
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right:focus {
  background-color: #00242c;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right:hover .ev-icon,
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right:focus .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-textNarrative-component .ev-text-narrative-control-right .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item.ev-side-layout {
  margin-bottom: 10px;
}
.ev-article-style-1 .ev-textReveal-component .ev-reveal-icon {
  padding: 25px;
  background-color: #004050;
  color: #ffffff;
  box-shadow: none;
}
.ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  color: #004050;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-title h6 {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  padding: 25px 25px 25px 25px;
  border-radius: 0px 0px 0px 0px;
  background-color: #004050;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}
[dir='rtl'] .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
  text-align: right;
}
@media all and (max-width: 768px) {
  .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text .ev-icon {
  color: #ffffff;
}
.ev-article-style-1 .ev-textReveal-component .ev-text-reveal-item-reveal-text.ev-show-marking {
  padding-left: 45px;
}
@font-face {
  font-family: 'QA2019-Icons4';
  src: url('fonts/QA2019-Icons4.eot?dzuwkb');
  src: url('fonts/QA2019-Icons4.eot?dzuwkb#iefix') format('embedded-opentype'), url('fonts/QA2019-Icons4.ttf?dzuwkb') format('truetype'), url('fonts/QA2019-Icons4.woff?dzuwkb') format('woff'), url('fonts/QA2019-Icons4.svg?dzuwkb#QA2019-Icons4') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ev-icon-"],
[class*=" ev-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'QA2019-Icons4' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ev-icon-home4:before {
  content: "\e603";
}
.ev-icon-pencil2:before {
  content: "\e60e";
}
.ev-icon-cloud-download .path1:before {
  content: "\e64c";
  color: #000000;
  opacity: 0.3;
}
.ev-icon-cloud-download .path2:before {
  content: "\e64d";
  margin-left: -1em;
  color: #000000;
}
.ev-icon-lock:before {
  content: "\e66b";
}
.ev-icon-unlock:before {
  content: "\e66d";
}
.ev-icon-heart:before {
  content: "\e68c";
}
.ev-icon-star:before {
  content: "\e68d";
}
.ev-icon-star-half:before {
  content: "\e68e";
}
.ev-icon-star-empty:before {
  content: "\e68f";
}
.ev-icon-flag:before {
  content: "\e690";
}
.ev-icon-paper-plane:before {
  content: "\e699";
}
.ev-icon-box:before {
  content: "\e69f";
}
.ev-icon-eye:before {
  content: "\e6a5";
}
.ev-icon-papers:before {
  content: "\e6d4";
}
.ev-icon-document:before {
  content: "\e6d8";
}
.ev-icon-document2:before {
  content: "\e6d9";
}
.ev-icon-license:before {
  content: "\e6db";
}
.ev-icon-license2:before {
  content: "\e6dc";
}
.ev-icon-medal-empty:before {
  content: "\e6dd";
}
.ev-icon-trophy2:before {
  content: "\e6e3";
}
.ev-icon-clapboard-play:before {
  content: "\e6f9";
}
.ev-icon-book2:before {
  content: "\e714";
}
.ev-icon-bookmark:before {
  content: "\e715";
}
.ev-icon-library:before {
  content: "\e718";
}
.ev-icon-user:before {
  content: "\e71e";
}
.ev-icon-mouse-left:before {
  content: "\e78e";
}
.ev-icon-keyboard:before {
  content: "\e791";
}
.ev-icon-lamp:before {
  content: "\e7bc";
}
.ev-icon-bubble-dots:before {
  content: "\e7d8";
}
.ev-icon-bubble-text:before {
  content: "\e7db";
}
.ev-icon-pie-chart:before {
  content: "\e7f8";
}
.ev-icon-graph:before {
  content: "\e7fa";
}
.ev-icon-speed-fast:before {
  content: "\e836";
}
.ev-icon-alarm:before {
  content: "\e8aa";
}
.ev-icon-bullhorn:before {
  content: "\e8ae";
}
.ev-icon-alarm2:before {
  content: "\e900";
}
.ev-icon-key:before {
  content: "\e901";
}
.ev-icon-key-hole:before {
  content: "\e902";
}
.ev-icon-cross-circle:before {
  content: "\e903";
}
.ev-icon-chevron-up:before {
  content: "\e904";
}
.ev-icon-chevron-down:before {
  content: "\e905";
}
.ev-icon-chevron-right:before {
  content: "\e906";
}
.ev-icon-audio-book:before {
  content: "\e907";
}
.ev-icon-volume:before {
  content: "\e908";
}
.ev-icon-pause-circle:before {
  content: "\e909";
}
.ev-icon-mute:before {
  content: "\e90a";
}
.ev-icon-graduation-hat:before {
  content: "\e90b";
}
.ev-icon-replay:before {
  content: "\e90c";
}
.ev-icon-chevron-left:before {
  content: "\e90d";
}
.ev-icon-highlight:before {
  content: "\e914";
}
.ev-icon-thumbs-up:before {
  content: "\e919";
}
.ev-icon-magnifier:before {
  content: "\e922";
}
.ev-icon-cross:before {
  content: "\e92a";
}
.ev-icon-menu:before {
  content: "\e92b";
}
.ev-icon-list3:before {
  content: "\e92e";
}
.ev-icon-exclamation:before {
  content: "\e932";
}
.ev-icon-question:before {
  content: "\e933";
}
.ev-icon-check:before {
  content: "\e934";
}
.ev-icon-plus:before {
  content: "\e936";
}
.ev-icon-minus:before {
  content: "\e937";
}
.ev-icon-arrow-up:before {
  content: "\e941";
}
.ev-icon-arrow-down:before {
  content: "\e942";
}
.ev-icon-arrow-left:before {
  content: "\e943";
}
.ev-icon-arrow-right:before {
  content: "\e944";
}
.ev-icon-move:before {
  content: "\e94e";
}
.ev-icon-expand4:before {
  content: "\e952";
}
.ev-icon-contract3:before {
  content: "\e953";
}
.ev-icon-warning .path1:before {
  content: "\e955";
  color: #000000;
  opacity: 0.3;
}
.ev-icon-warning .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: #000000;
}
.ev-icon-question-circle:before {
  content: "\e957";
}
.ev-icon-checkmark-circle:before {
  content: "\e959";
}
.ev-icon-plus-circle:before {
  content: "\e95b";
}
.ev-icon-arrow-up-circle:before {
  content: "\e95e";
}
.ev-icon-arrow-down-circle:before {
  content: "\e95f";
}
.ev-icon-arrow-left-circle:before {
  content: "\e960";
}
.ev-icon-arrow-right-circle:before {
  content: "\e961";
}
.ev-icon-play-circle:before {
  content: "\e96a";
}
.ev-icon-square:before {
  content: "\e98d";
}
.ev-icon-check-square:before {
  content: "\e999";
}
.ev-icon-circle:before {
  content: "\e99d";
}
.ev-icon-radio-button:before {
  content: "\e99e";
}
.ev-icon-finger-tap .path1:before {
  content: "\e9c4";
  color: #000000;
}
.ev-icon-finger-tap .path2:before {
  content: "\e9c6";
  margin-left: -1em;
  color: #000000;
  opacity: 0.3;
}
.ev-icon-fingers-tap:before {
  content: "\e9c5";
}
.ev-icon-typewriter:before {
  content: "\1f568";
}
@font-face {
  font-family: 'KranaFat-B';
  font-weight: 1000;
  font-style: normal;
  src: url('fonts/krana-fat-b.eot');
  src: url('fonts/krana-fat-b.eot?#iefix') format('embedded-opentype'), url('fonts/krana-fat-b.woff2') format('woff2'), url('fonts/krana-fat-b.woff') format('woff'), url('fonts/krana-fat-b.ttf') format('truetype'), url('fonts/krana-fat-b.svg#KranaFat-B') format('svg');
}
</pre></body></html>