.h5p-branching-scenario-overlay {
  background-color: rgba(255, 255, 255, 0.8); }

.h5p-branching-scenario .h5p-branching-scenario-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.h5p-back-button {
  margin: 1rem 1rem 0rem 1rem !important;
  border: none;
  color: #fff;
  background: #e3032c;
  font-family: 'PT Sans',sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.27px;
  text-align: left;
  border-radius: 4px !important;
  padding: 0 0 0 20px;
  position: relative;
  text-align: right;
  width: 160px;
  height: 40px; }
  .h5p-back-button:hover:before {
    left: 15px; }

.h5p-branching-scenario .h5p-start-screen,
.h5p-end-screen {
  min-height: 40em !important;
  background: #f2f2f2 !important; }
  @media (max-width: 900px) {
    .h5p-branching-scenario .h5p-start-screen,
    .h5p-end-screen {
      min-height: 28em !important; } }

.h5p-branching-scenario .h5p-screen-background {
  height: 26em !important; }
  @media (max-width: 900px) {
    .h5p-branching-scenario .h5p-screen-background {
      height: 10em !important;
      margin-bottom: 13em !important;
      margin-top: 6em !important; } }
  .h5p-branching-scenario .h5p-screen-background .h5p-screen-banner {
    opacity: 0; }
  .h5p-branching-scenario .h5p-screen-background .h5p-background-image {
    position: absolute;
    max-height: 450px;
    max-width: 800px;
    box-shadow: none; }
    @media (max-width: 900px) {
      .h5p-branching-scenario .h5p-screen-background .h5p-background-image {
        max-width: 95%;
        margin-top: 45px; } }
.h5p-branching-scenario .h5p-branching-scenario-screen-content .h5p-feedback-content-content {
  display: none; }
.h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-start-button,
.h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-nav-button {
  margin: 0rem 1rem 0rem 1rem !important;
  border: none;
  color: #fff;
  background: #e3032c;
  font-family: 'PT Sans',sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.27px;
  text-align: left;
  border-radius: 4px !important;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  width: 160px;
  height: 40px; }
  .h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-start-button:after,
  .h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-nav-button:after {
    content: "";
    background-image: url(../img/svg/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 8px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 14px;
    transition: right .250s ease 0s; }
  .h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-start-button:hover:after,
  .h5p-branching-scenario .h5p-branching-scenario-screen-content button.h5p-nav-button:hover:after {
    right: 15px; }

.h5p-branching-full-screen {
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  border: 3px solid #666 !important;
  width: 24px;
  height: 24px;
  position: relative !important;
  border-radius: 0 !important; }

.h5p-branching-full-screen:before, .h5p-branching-full-screen:after {
  content: '' !important;
  background: #f2f2f2 !important;
  position: absolute;
  display: inline-block; }

.h5p-branching-full-screen:before {
  width: 8px;
  height: 32px;
  left: 5px;
  top: -4px; }

.h5p-branching-full-screen:after {
  width: 32px;
  height: 8px;
  top: 4px;
  left: -4px; }

.h5p-current-screen,
.h5p-slide-out,
.h5p-next-screen {
  background-color: #f2f2f2 !important; }

.h5p-branching-header {
  padding-top: 60px; }
  .h5p-branching-header h1 {
    display: none !important; }

button.h5p-nav-button {
  margin: 0rem 1rem 0rem 1rem !important;
  border: none;
  color: #fff;
  background: #e3032c !important;
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: 0.27px;
  text-align: left;
  border-radius: 4px !important;
  padding: 0 0 0 20px !important;
  position: relative;
  text-align: left;
  width: 214px !important;
  height: 40px; }
  @media (max-width: 900px) {
    button.h5p-nav-button {
      width: 188px !important;
      margin: 0.67em 20px 0 0 !important; } }
  button.h5p-nav-button:after {
    content: "" !important;
    background-image: url(../img/svg/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 8px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 14px;
    transition: right .250s ease 0s;
    padding: 0 !important; }
  button.h5p-nav-button:hover {
    color: #fff !important; }
    button.h5p-nav-button:hover:after {
      right: 15px; }

.h5p-branching-question-icon {
  display: none; }

.h5p-branching-question {
  background-color: #f2f2f2; }

.h5p-branching-question-title {
  margin-left: 0 !important; }
  .h5p-branching-question-title p {
    font-size: 18px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28 !important;
    letter-spacing: normal;
    text-align: left;
    color: #333333 !important;
    font-family: 'PT Sans',sans-serif !important;
    margin-left: 0 !important; }

.h5p-branching-question-alternative {
  background: #ffffff !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: solid 1px #e3032c !important;
  border-radius: 0px !important;
  font-family: 'PT Sans',sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28 !important;
  letter-spacing: normal;
  text-align: left;
  color: #333333 !important;
  position: relative  !important; }
  .h5p-branching-question-alternative:after {
    content: "" !important;
    background-image: url(../img/svg/arrow-right-red.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 8px;
    height: 13px;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: right .250s ease 0s;
    padding: 0 !important; }
  .h5p-branching-question-alternative:hover {
    color: #fff !important; }
    .h5p-branching-question-alternative:hover:after {
      right: 15px; }

/*# sourceMappingURL=custom-h5p.css.map */
