/*
Theme Name: Red Panda - PADF
Version: 1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: This is a custom team for PADF (Fundacion Panamericana Para el Desarrollo)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap");
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  color: #4d4d4d;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  color: #722a7e;
  text-transform: none;
}

p {
  color: #4d4d4d;
  word-wrap: break-word;
}

a {
  transition: all 0.3s ease;
  color: #722a7e;
  text-decoration: none;
}
a:hover, a:active, a:focus, a.active:focus, a:active:focus {
  text-decoration: underline;
  color: #d2267c;
}

ul li {
  padding-left: 0.5rem;
}
ul li::marker {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  color: #722a7e;
}

.green {
  background-color: #d8d83e;
}

.fuxia {
  background-color: #d2267c;
}

.teal {
  background-color: #2b96b6;
}

.yellow {
  background-color: #f3c037;
}

#testModuleOne .modal-content,
#testModuleTwo .modal-content,
#testModuleThree .modal-content,
#testModuleFour .modal-content {
  padding-bottom: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}
#testModuleOne .modal-header,
#testModuleTwo .modal-header,
#testModuleThree .modal-header,
#testModuleFour .modal-header {
  border-bottom: 0;
}
#testModuleOne .test-description,
#testModuleTwo .test-description,
#testModuleThree .test-description,
#testModuleFour .test-description {
  text-align: center;
  display: block;
  transition: all 2s linear;
}
#testModuleOne .test-description h3,
#testModuleTwo .test-description h3,
#testModuleThree .test-description h3,
#testModuleFour .test-description h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
#testModuleOne .test-description p,
#testModuleTwo .test-description p,
#testModuleThree .test-description p,
#testModuleFour .test-description p {
  color: #722a7e;
  font-size: 0.8125rem;
  font-weight: 300;
}
#testModuleOne .test-description.hide,
#testModuleTwo .test-description.hide,
#testModuleThree .test-description.hide,
#testModuleFour .test-description.hide {
  display: none;
  opacity: 0;
}
#testModuleOne .questions-container span,
#testModuleTwo .questions-container span,
#testModuleThree .questions-container span,
#testModuleFour .questions-container span {
  color: #722a7e;
  font-size: 2.8125rem;
  font-weight: 400;
}
#testModuleOne .questions-container p,
#testModuleTwo .questions-container p,
#testModuleThree .questions-container p,
#testModuleFour .questions-container p {
  color: #722a7e;
  margin-top: 2.625rem;
  margin-bottom: 2.1875rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
#testModuleOne .questions-container p#questionResponse,
#testModuleTwo .questions-container p#questionResponse,
#testModuleThree .questions-container p#questionResponse,
#testModuleFour .questions-container p#questionResponse {
  margin-top: 0;
}
#testModuleOne .questions-container .options,
#testModuleTwo .questions-container .options,
#testModuleThree .questions-container .options,
#testModuleFour .questions-container .options {
  display: flex;
  justify-content: space-around;
}
#testModuleOne .questions-container .options .form-check-input,
#testModuleTwo .questions-container .options .form-check-input,
#testModuleThree .questions-container .options .form-check-input,
#testModuleFour .questions-container .options .form-check-input {
  display: none;
}
#testModuleOne .questions-container .options .form-check-input:checked + .form-check-label,
#testModuleTwo .questions-container .options .form-check-input:checked + .form-check-label,
#testModuleThree .questions-container .options .form-check-input:checked + .form-check-label,
#testModuleFour .questions-container .options .form-check-input:checked + .form-check-label {
  background-color: #fff;
  color: #722a7e;
}
#testModuleOne .questions-container .options .form-check-label,
#testModuleTwo .questions-container .options .form-check-label,
#testModuleThree .questions-container .options .form-check-label,
#testModuleFour .questions-container .options .form-check-label {
  padding: 0.625rem 2.5rem;
  background-color: #722a7e;
  color: #fff;
}
#testModuleOne .test-results,
#testModuleTwo .test-results,
#testModuleThree .test-results,
#testModuleFour .test-results {
  display: block;
  opacity: 1;
  transition: all 2s linear;
  text-align: center;
}
#testModuleOne .test-results h4,
#testModuleTwo .test-results h4,
#testModuleThree .test-results h4,
#testModuleFour .test-results h4 {
  font-size: 3.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
#testModuleOne .test-results span,
#testModuleTwo .test-results span,
#testModuleThree .test-results span,
#testModuleFour .test-results span {
  color: #722a7e;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
#testModuleOne .test-results p,
#testModuleTwo .test-results p,
#testModuleThree .test-results p,
#testModuleFour .test-results p {
  font-size: 1.25rem;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  font-weight: 500;
  color: #722a7e;
  background-color: #fff;
}
#testModuleOne .test-results .percentage,
#testModuleTwo .test-results .percentage,
#testModuleThree .test-results .percentage,
#testModuleFour .test-results .percentage {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1.875rem;
}
#testModuleOne .test-results .percentage p,
#testModuleOne .test-results .percentage span,
#testModuleTwo .test-results .percentage p,
#testModuleTwo .test-results .percentage span,
#testModuleThree .test-results .percentage p,
#testModuleThree .test-results .percentage span,
#testModuleFour .test-results .percentage p,
#testModuleFour .test-results .percentage span {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
}
#testModuleOne .test-results .btn.small,
#testModuleTwo .test-results .btn.small,
#testModuleThree .test-results .btn.small,
#testModuleFour .test-results .btn.small {
  padding: 0.3125rem 0.75rem;
}
#testModuleOne .test-results .btn.small:hover, #testModuleOne .test-results .btn.small:active, #testModuleOne .test-results .btn.small:focus, #testModuleOne .test-results .btn.small.active:focus, #testModuleOne .test-results .btn.small:active:focus,
#testModuleTwo .test-results .btn.small:hover,
#testModuleTwo .test-results .btn.small:active,
#testModuleTwo .test-results .btn.small:focus,
#testModuleTwo .test-results .btn.small.active:focus,
#testModuleTwo .test-results .btn.small:active:focus,
#testModuleThree .test-results .btn.small:hover,
#testModuleThree .test-results .btn.small:active,
#testModuleThree .test-results .btn.small:focus,
#testModuleThree .test-results .btn.small.active:focus,
#testModuleThree .test-results .btn.small:active:focus,
#testModuleFour .test-results .btn.small:hover,
#testModuleFour .test-results .btn.small:active,
#testModuleFour .test-results .btn.small:focus,
#testModuleFour .test-results .btn.small.active:focus,
#testModuleFour .test-results .btn.small:active:focus {
  background-color: #5b2265;
}
#testModuleOne .test-results.hide,
#testModuleTwo .test-results.hide,
#testModuleThree .test-results.hide,
#testModuleFour .test-results.hide {
  display: none;
}
#testModuleOne .modal-footer,
#testModuleTwo .modal-footer,
#testModuleThree .modal-footer,
#testModuleFour .modal-footer {
  border-top: 0;
}
#testModuleOne .modal-footer .question-counter,
#testModuleTwo .modal-footer .question-counter,
#testModuleThree .modal-footer .question-counter,
#testModuleFour .modal-footer .question-counter {
  align-self: flex-end;
  margin: 0;
  text-align: center;
  width: 5.749025rem;
}
#testModuleOne .modal-footer .buttons-container,
#testModuleTwo .modal-footer .buttons-container,
#testModuleThree .modal-footer .buttons-container,
#testModuleFour .modal-footer .buttons-container {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  justify-content: space-around;
}
#testModuleOne .modal-footer #testOneTagline,
#testModuleTwo .modal-footer #testOneTagline,
#testModuleThree .modal-footer #testOneTagline,
#testModuleFour .modal-footer #testOneTagline {
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
#testModuleOne .modal-footer .btn,
#testModuleTwo .modal-footer .btn,
#testModuleThree .modal-footer .btn,
#testModuleFour .modal-footer .btn {
  font-size: 0.8125rem;
  font-weight: 700;
}
#testModuleOne .modal-footer .btn.small,
#testModuleTwo .modal-footer .btn.small,
#testModuleThree .modal-footer .btn.small,
#testModuleFour .modal-footer .btn.small {
  padding: 0.3125rem 0.75rem;
}
#testModuleOne .modal-footer .btn:hover, #testModuleOne .modal-footer .btn:active, #testModuleOne .modal-footer .btn:focus, #testModuleOne .modal-footer .btn.active:focus, #testModuleOne .modal-footer .btn:active:focus,
#testModuleTwo .modal-footer .btn:hover,
#testModuleTwo .modal-footer .btn:active,
#testModuleTwo .modal-footer .btn:focus,
#testModuleTwo .modal-footer .btn.active:focus,
#testModuleTwo .modal-footer .btn:active:focus,
#testModuleThree .modal-footer .btn:hover,
#testModuleThree .modal-footer .btn:active,
#testModuleThree .modal-footer .btn:focus,
#testModuleThree .modal-footer .btn.active:focus,
#testModuleThree .modal-footer .btn:active:focus,
#testModuleFour .modal-footer .btn:hover,
#testModuleFour .modal-footer .btn:active,
#testModuleFour .modal-footer .btn:focus,
#testModuleFour .modal-footer .btn.active:focus,
#testModuleFour .modal-footer .btn:active:focus {
  background-color: #5b2265;
}

#testModuleTwo .test-description h3,
#testModuleTwo .test-description p,
#testModuleThree .test-description h3,
#testModuleThree .test-description p,
#testModuleFour .test-description h3,
#testModuleFour .test-description p {
  color: #fff;
}

#testModuleTwo .questions-container {
  display: block;
  position: relative;
  transition: all 2s linear;
}
#testModuleTwo .questions-container p,
#testModuleTwo .questions-container span {
  color: #fff;
}
#testModuleTwo .questions-container .options button {
  border: 0;
  padding: 0.3125rem 2.5rem;
  color: #fff;
  background-color: #722a7e;
}
#testModuleTwo .questions-container .options button:hover, #testModuleTwo .questions-container .options button:active, #testModuleTwo .questions-container .options button:focus, #testModuleTwo .questions-container .options button.active:focus, #testModuleTwo .questions-container .options button:active:focus {
  color: #722a7e;
  background-color: #fff;
}
#testModuleTwo .questions-container #answer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
#testModuleTwo .questions-container.hide {
  display: none;
  opacity: 0;
}
#testModuleTwo .test-results h4 {
  color: #fff;
}
#testModuleTwo .test-results span {
  background-color: transparent;
  color: #fff;
}
#testModuleTwo .test-results .score .correct-total {
  display: inline-block;
  background-color: #fff;
  padding: 0.9375rem 3.75rem;
  margin: 1.25rem 0;
  border-radius: 0.9375rem;
}
#testModuleTwo .test-results .score .correct-total p {
  color: #d2267c;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
#testModuleTwo .test-results .score .correct-total h5 {
  color: #d2267c;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 0;
}
#testModuleTwo .test-results .score .btn.btn-general, #testModuleTwo .test-results .score .btn.btn-primary,
#testModuleTwo .test-results .score .btn.btn-default {
  display: block;
  margin: auto;
}
#testModuleTwo .modal-footer #testTwoTagline {
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}

#testModuleThree .questions-container p {
  color: #fff;
}
#testModuleThree .questions-container .options {
  flex-direction: column;
  gap: 0.75rem;
}
#testModuleThree .questions-container .options .form-check-label {
  width: 100%;
  text-align: left;
}
#testModuleThree .test-results h4 {
  color: #fff;
}
#testModuleThree .test-results span {
  color: #fff;
  background-color: transparent;
}
#testModuleThree .test-results p {
  margin-top: 2.1875rem;
  margin-bottom: 1.5625rem;
}
#testModuleThree .test-results .score h5 {
  color: #722a7e;
  background-color: #fff;
  margin-bottom: 2.1875rem;
}
#testModuleThree .modal-footer #testThreeTagline {
  font-weight: 300;
  font-style: italic;
  color: #e6e6e6;
  margin-bottom: 0;
}

#testModuleFour .questions-container span {
  color: #fff;
}
#testModuleFour .questions-container p {
  color: #722a7e;
}
#testModuleFour .questions-container .options {
  flex-direction: column;
  gap: 0.75rem;
}
#testModuleFour .questions-container .options .form-check-label {
  width: 100%;
  text-align: left;
}
#testModuleFour .test-results h4 {
  color: #722a7e;
}
#testModuleFour .test-results span {
  color: #fff;
  background-color: transparent;
}
#testModuleFour .test-results .score {
  padding-top: 1.875rem;
}
#testModuleFour .test-results .score .graph {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
#testModuleFour .test-results .score .graph #types {
  text-align: left;
}
#testModuleFour .test-results .score .graph #types p {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  height: 1.875rem;
}
#testModuleFour .test-results .score .graph #types p + p {
  margin-top: 0.625rem;
}
#testModuleFour .test-results .score .graph #graphBars {
  border-left: 0.125rem solid #fff;
}
#testModuleFour .test-results .score .graph #graphBars p {
  display: flex;
  gap: 0.625rem;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
#testModuleFour .test-results .score .graph #graphBars p + p {
  margin-top: 0.625rem;
}
#testModuleFour .test-results .score .graph #graphBars p span {
  background-color: #722a7e;
  width: 1.25rem;
  height: 1.875rem;
  display: block;
}
#testModuleFour .modal-footer #testThreeTagline {
  font-weight: 300;
  font-style: italic;
  color: #e6e6e6;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.nav-pills {
  gap: 0.625rem;
}
.nav-pills li {
  padding-left: 0;
}
.nav-pills li::marker {
  content: none;
}
.nav-pills .nav-link {
  background: #d2267c;
  border: 0.0625rem solid #d2267c;
  border-radius: 0;
  color: #fff;
  padding: 0.25rem 2rem;
}
.nav-pills .nav-link.active {
  color: #d2267c;
  background-color: #fff;
}
.nav-pills + .tab-content {
  height: 85%;
}
.nav-pills + .tab-content .tab-pane {
  height: 100%;
}

@media (min-width: 576px) {
  #testModuleOne .test-description h3,
#testModuleTwo .test-description h3,
#testModuleThree .test-description h3,
#testModuleFour .test-description h3 {
    font-size: 1.25rem;
  }
  #testModuleOne .test-description p,
#testModuleTwo .test-description p,
#testModuleThree .test-description p,
#testModuleFour .test-description p {
    font-size: 0.9375rem;
  }
  #testModuleOne .modal-footer .question-counter,
#testModuleTwo .modal-footer .question-counter,
#testModuleThree .modal-footer .question-counter,
#testModuleFour .modal-footer .question-counter {
    width: 4.76855625rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn,
#testModuleTwo .modal-footer .buttons-container .btn,
#testModuleThree .modal-footer .buttons-container .btn,
#testModuleFour .modal-footer .buttons-container .btn {
    font-size: 0.9375rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn.small,
#testModuleTwo .modal-footer .buttons-container .btn.small,
#testModuleThree .modal-footer .buttons-container .btn.small,
#testModuleFour .modal-footer .buttons-container .btn.small {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  #testModuleOne .test-description h3,
#testModuleTwo .test-description h3,
#testModuleThree .test-description h3,
#testModuleFour .test-description h3 {
    font-size: 1.5625rem;
  }
  #testModuleOne .modal-footer .question-counter,
#testModuleTwo .modal-footer .question-counter,
#testModuleThree .modal-footer .question-counter,
#testModuleFour .modal-footer .question-counter {
    width: 6.402375rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn,
#testModuleTwo .modal-footer .buttons-container .btn,
#testModuleThree .modal-footer .buttons-container .btn,
#testModuleFour .modal-footer .buttons-container .btn {
    font-size: 1.25rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn.small,
#testModuleTwo .modal-footer .buttons-container .btn.small,
#testModuleThree .modal-footer .buttons-container .btn.small,
#testModuleFour .modal-footer .buttons-container .btn.small {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  #testModuleOne .modal-dialog,
#testModuleTwo .modal-dialog,
#testModuleThree .modal-dialog,
#testModuleFour .modal-dialog {
    max-width: 550px;
  }
  #testModuleOne .test-description h3,
#testModuleTwo .test-description h3,
#testModuleThree .test-description h3,
#testModuleFour .test-description h3 {
    font-size: 2.1875rem;
  }
  #testModuleOne .test-description p,
#testModuleTwo .test-description p,
#testModuleThree .test-description p,
#testModuleFour .test-description p {
    font-size: 1.125rem;
  }
  #testModuleOne .questions-container span,
#testModuleTwo .questions-container span,
#testModuleThree .questions-container span,
#testModuleFour .questions-container span {
    font-size: 3.25rem;
  }
  #testModuleOne .questions-container p,
#testModuleTwo .questions-container p,
#testModuleThree .questions-container p,
#testModuleFour .questions-container p {
    font-size: 1.125rem;
  }
  #testModuleOne .modal-footer .question-counter,
#testModuleTwo .modal-footer .question-counter,
#testModuleThree .modal-footer .question-counter,
#testModuleFour .modal-footer .question-counter {
    width: 7.3828125rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn,
#testModuleTwo .modal-footer .buttons-container .btn,
#testModuleThree .modal-footer .buttons-container .btn,
#testModuleFour .modal-footer .buttons-container .btn {
    font-size: 1.375rem;
  }
  #testModuleOne .modal-footer .buttons-container .btn.small,
#testModuleTwo .modal-footer .buttons-container .btn.small,
#testModuleThree .modal-footer .buttons-container .btn.small,
#testModuleFour .modal-footer .buttons-container .btn.small {
    font-size: 1.125rem;
  }
}
.navbar-purple {
  background-color: #722a7e;
  box-shadow: 0px 10px 2px 0px rgba(0, 0, 0, 0.16);
}
.navbar-purple .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  width: 35px;
  height: 4px;
  margin-bottom: 8px;
}
.navbar-purple .navbar-toggler .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-purple .navbar-toggler:hover, .navbar-purple .navbar-toggler:active, .navbar-purple .navbar-toggler:focus, .navbar-purple .navbar-toggler.active:focus, .navbar-purple .navbar-toggler:active:focus {
  box-shadow: none;
}
.navbar-purple .navbar-brand {
  max-width: 75px;
}
.navbar-purple .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.navbar-purple .navbar-nav .nav-link:hover, .navbar-purple .navbar-nav .nav-link:active, .navbar-purple .navbar-nav .nav-link:focus, .navbar-purple .navbar-nav .nav-link.active:focus, .navbar-purple .navbar-nav .nav-link:active:focus {
  color: #f7f3f2;
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-purple .navbar-brand {
    max-width: 100px;
  }
  .navbar-purple .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-purple .navbar-brand {
    max-width: 115px;
  }
  .navbar-purple .navbar-nav .nav-link {
    font-size: 21px;
  }
}
footer {
  background-color: #722a7e;
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
}
footer .idea p {
  color: #fff;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 1rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
footer .custom-btn {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  align-items: center;
  align-self: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #d2267c;
  width: 11.875rem;
  border-radius: 1.25rem;
  border: 0.3125rem solid #fff;
}
footer .custom-btn:hover, footer .custom-btn:active, footer .custom-btn:focus, footer .custom-btn.active:focus, footer .custom-btn:active:focus {
  text-decoration: none;
  background-color: #a81e63;
  border-color: #a81e63;
}
footer .social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  margin-top: 3.4375rem;
}
footer .social-media li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 100%;
  padding-left: 0;
}
footer .social-media li + li {
  margin-left: 0.75rem;
}
footer .social-media li > a > i {
  font-size: 1.875rem;
  color: #722a7e;
}
footer .social-media li:hover, footer .social-media li:active, footer .social-media li:focus, footer .social-media li.active:focus, footer .social-media li:active:focus {
  background-color: #d2267c;
}
footer .copyright {
  color: #fff;
  text-align: center;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  footer .idea p {
    font-size: 1.125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  footer .custom-btn {
    align-self: flex-end;
    width: 12.5rem;
  }
  footer .social-media {
    justify-content: flex-end;
  }
  footer .copyright {
    font-size: 1.125rem;
  }
}
.btn {
  font-size: 0.75rem;
}

.btn-general, .btn-primary,
.btn-default {
  background-color: #722a7e;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
  border: none;
  border-radius: 0.5625rem;
  font-weight: 600;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  transition: all 0.5s ease;
}
.btn-general:hover, .btn-primary:hover,
.btn-default:hover, .btn-general:active, .btn-primary:active,
.btn-default:active, .btn-general:focus, .btn-primary:focus,
.btn-default:focus, .btn-general.active:focus, .btn-general:active:focus {
  background-color: #d2267c;
  text-decoration: none;
  color: #fff;
  border: none;
  box-shadow: none;
}

.banner {
  background-color: #722a7e;
  padding-top: 2.5rem;
  padding-bottom: 19.5rem;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}
.banner .title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}
.banner .title span {
  font-weight: 900;
  background-color: #d2267c;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.banner p {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
}
.banner .card {
  border-radius: 0.75rem;
  padding-left: 0.625rem;
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 3.75rem;
  position: relative;
}
.banner .card .number {
  font-family: "Courier Prime", sans-serif;
  font-size: 5.3125rem;
  color: #fff;
  position: absolute;
  top: -3.125rem;
  left: 0;
}
.banner .card p {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.banner .card p span {
  color: #d8d83e;
  background-color: #000;
  white-space: break-spaces;
  word-break: break-word;
}
.banner .card .btn {
  max-width: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}
.banner .card .btn:hover, .banner .card .btn:active, .banner .card .btn:focus, .banner .card .btn.active:focus, .banner .card .btn:active:focus {
  background-color: #5b2265;
}
.banner > .container > .row + .row > .col-10.offset-1 {
  position: relative;
}
.banner .disclaimer {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  border-radius: 0.75rem;
  position: absolute;
  top: 4.375rem;
  box-shadow: 0px 10px 2px 0px rgba(0, 0, 0, 0.16);
}
.banner .disclaimer h2 {
  font-weight: 600;
}
.banner .disclaimer p {
  color: #4d4d4d;
  margin-bottom: 0;
}

.workshop-tools {
  padding-top: 5.625rem;
  padding-bottom: 6.875rem;
  text-align: center;
}
.workshop-tools h2 {
  font-weight: 600;
  margin-bottom: 5rem;
}
.workshop-tools .module-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 4.0625rem;
  background-color: #722a7e;
  box-shadow: 0px 0px 0px 20px #e6e6e6;
}
.workshop-tools .module-container .module-one,
.workshop-tools .module-container .module-two,
.workshop-tools .module-container .module-three,
.workshop-tools .module-container .module-four {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  flex: 0 0 auto;
  width: 50%;
}
.workshop-tools .module-container .module-one h3,
.workshop-tools .module-container .module-two h3,
.workshop-tools .module-container .module-three h3,
.workshop-tools .module-container .module-four h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.workshop-tools .module-container .module-one svg,
.workshop-tools .module-container .module-two svg,
.workshop-tools .module-container .module-three svg,
.workshop-tools .module-container .module-four svg {
  width: 7rem !important;
  height: 7rem !important;
}
.workshop-tools .module-container .module-one svg .module-two-cls-1,
.workshop-tools .module-container .module-two svg .module-two-cls-1,
.workshop-tools .module-container .module-three svg .module-two-cls-1,
.workshop-tools .module-container .module-four svg .module-two-cls-1 {
  fill: #670c7a !important;
}
.workshop-tools .module-container .module-one p,
.workshop-tools .module-container .module-two p,
.workshop-tools .module-container .module-three p,
.workshop-tools .module-container .module-four p {
  color: #fff;
  font-weight: 300;
  margin-top: 3.125rem;
  min-height: 3.4375rem;
}
.workshop-tools .module-container .module-one .view-more,
.workshop-tools .module-container .module-two .view-more,
.workshop-tools .module-container .module-three .view-more,
.workshop-tools .module-container .module-four .view-more {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.workshop-tools .module-container .module-one:hover,
.workshop-tools .module-container .module-two:hover,
.workshop-tools .module-container .module-three:hover,
.workshop-tools .module-container .module-four:hover {
  background-color: #d2267c;
}
.workshop-tools .module-container .module-one:hover svg .module-one-cls-1,
.workshop-tools .module-container .module-one:hover svg .module-two-cls-1,
.workshop-tools .module-container .module-one:hover svg .module-three-cls-1,
.workshop-tools .module-container .module-one:hover svg .module-four-cls-1,
.workshop-tools .module-container .module-two:hover svg .module-one-cls-1,
.workshop-tools .module-container .module-two:hover svg .module-two-cls-1,
.workshop-tools .module-container .module-two:hover svg .module-three-cls-1,
.workshop-tools .module-container .module-two:hover svg .module-four-cls-1,
.workshop-tools .module-container .module-three:hover svg .module-one-cls-1,
.workshop-tools .module-container .module-three:hover svg .module-two-cls-1,
.workshop-tools .module-container .module-three:hover svg .module-three-cls-1,
.workshop-tools .module-container .module-three:hover svg .module-four-cls-1,
.workshop-tools .module-container .module-four:hover svg .module-one-cls-1,
.workshop-tools .module-container .module-four:hover svg .module-two-cls-1,
.workshop-tools .module-container .module-four:hover svg .module-three-cls-1,
.workshop-tools .module-container .module-four:hover svg .module-four-cls-1 {
  fill: #a0005f !important;
}
.workshop-tools .module-container .module-one {
  border-top-left-radius: 4.0625rem;
}
.workshop-tools .module-container .module-two {
  border-top-right-radius: 4.0625rem;
}
.workshop-tools .module-container .module-three {
  border-bottom-left-radius: 4.0625rem;
}
.workshop-tools .module-container .module-four {
  border-bottom-right-radius: 4.0625rem;
}

.download {
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background-color: #2b96b6;
}
.download .book {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download .book > * {
  flex-grow: 1;
}
.download .book h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.download .book span {
  color: #fff;
  font-size: 5.3125rem;
  transform: rotate(90deg);
}
.download .book a {
  text-align: center;
  margin-bottom: 3.125rem;
}
.download .book a > img {
  max-width: 40%;
}

.sponsors {
  padding-top: 3.125rem;
  padding-bottom: 75px;
}
.sponsors h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
  font-weight: 400;
}
.sponsors .d-flex {
  gap: 3.75rem;
}

@media (min-width: 576px) {
  .workshop-tools .module-container .module-one,
.workshop-tools .module-container .module-two,
.workshop-tools .module-container .module-three,
.workshop-tools .module-container .module-four {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .workshop-tools .module-container .module-one svg,
.workshop-tools .module-container .module-two svg,
.workshop-tools .module-container .module-three svg,
.workshop-tools .module-container .module-four svg {
    width: 10rem !important;
    height: 10rem !important;
  }
  .workshop-tools .module-container .module-one p,
.workshop-tools .module-container .module-two p,
.workshop-tools .module-container .module-three p,
.workshop-tools .module-container .module-four p {
    min-height: 2.3125rem;
  }
}
@media (min-width: 768px) {
  .banner {
    padding-top: 3.75rem;
    padding-bottom: 14.0625rem;
  }
  .banner p {
    font-size: 1.0625rem;
  }
  .banner .card {
    min-height: 13.75rem;
    justify-content: space-between;
  }

  .workshop-tools {
    padding-top: 4.375rem;
  }
  .workshop-tools .module-container .module-one,
.workshop-tools .module-container .module-two,
.workshop-tools .module-container .module-three,
.workshop-tools .module-container .module-four {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
  }

  .download {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .download .book {
    flex-direction: row;
  }
  .download .book h2 {
    font-size: 2rem;
    text-align: left;
  }
  .download .book h2.custom-grow {
    min-width: 14.088375rem;
  }
  .download .book span {
    transform: rotate(0deg);
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sponsors h3 {
    font-size: 1.75rem;
  }
  .sponsors .d-flex img {
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  .banner {
    padding-top: 4.375rem;
    padding-bottom: 13.75rem;
  }
  .banner .card {
    margin-bottom: 0;
    min-height: 15.625rem;
  }
  .banner .disclaimer {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
  .banner .disclaimer h2 {
    font-size: 2.5rem;
  }

  .workshop-tools h2 {
    font-size: 2.5rem;
    margin-bottom: 6.25rem;
  }
  .workshop-tools .module-container {
    max-height: 28.911875rem;
  }
  .workshop-tools .module-container .module-one,
.workshop-tools .module-container .module-two,
.workshop-tools .module-container .module-three,
.workshop-tools .module-container .module-four {
    height: auto;
    transition: height 0.15s ease-out;
    width: 25%;
  }
  .workshop-tools .module-container .module-one h3,
.workshop-tools .module-container .module-two h3,
.workshop-tools .module-container .module-three h3,
.workshop-tools .module-container .module-four h3 {
    font-size: 2rem;
  }
  .workshop-tools .module-container .module-one p,
.workshop-tools .module-container .module-two p,
.workshop-tools .module-container .module-three p,
.workshop-tools .module-container .module-four p {
    font-size: 1.375rem;
    min-height: 9.375rem;
  }
  .workshop-tools .module-container .module-one .view-more,
.workshop-tools .module-container .module-two .view-more,
.workshop-tools .module-container .module-three .view-more,
.workshop-tools .module-container .module-four .view-more {
    font-size: 0;
  }
  .workshop-tools .module-container .module-one:hover,
.workshop-tools .module-container .module-two:hover,
.workshop-tools .module-container .module-three:hover,
.workshop-tools .module-container .module-four:hover {
    position: relative;
    height: 34.75rem;
    transition: height 1s ease-in;
    bottom: 5.875rem;
    border-top-left-radius: 4.0625rem;
    border-top-right-radius: 4.0625rem;
    box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .workshop-tools .module-container .module-one:hover .view-more,
.workshop-tools .module-container .module-two:hover .view-more,
.workshop-tools .module-container .module-three:hover .view-more,
.workshop-tools .module-container .module-four:hover .view-more {
    font-size: 1.4375rem;
  }
  .workshop-tools .module-container .module-one {
    border-bottom-left-radius: 4.0625rem;
  }
  .workshop-tools .module-container .module-two {
    border-top-right-radius: 0;
  }
  .workshop-tools .module-container .module-three {
    border-bottom-left-radius: 0;
  }
  .workshop-tools .module-container .module-four {
    border-top-right-radius: 4.0625rem;
  }

  .download .book h2 {
    font-size: 1.5625rem;
  }
  .download .book a {
    margin-bottom: 0;
  }
  .download .book a > img {
    max-width: 76%;
  }

  .sponsors {
    padding-top: 4.6875rem;
    padding-bottom: 100px;
  }
  .sponsors h3 {
    margin-bottom: 5.3125rem;
  }
  .sponsors .d-flex img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 6.875rem;
    padding-bottom: 13.125rem;
  }
  .banner > .container > .row > .col-xl-2 {
    width: 18.666667%;
  }
  .banner p {
    margin-bottom: 0;
  }
  .banner .card {
    min-height: 18.75rem;
  }
  .banner .card p {
    font-size: 1.375rem;
  }

  .workshop-tools .module-container .module-one p,
.workshop-tools .module-container .module-two p,
.workshop-tools .module-container .module-three p,
.workshop-tools .module-container .module-four p {
    min-height: 5.625rem;
  }

  .download .book h2 {
    font-size: 2rem;
  }
  .download .book a > img {
    max-width: 57%;
  }
}
@media (min-width: 1400px) {
  .banner .card p {
    font-size: 1.5625rem;
  }

  .download .book a > img {
    max-width: 41%;
  }
}
.internal-banner {
  background-color: #d2267c;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}
.internal-banner h1 {
  font-size: 2.625rem;
  font-weight: 300;
  color: #fff;
}
.internal-banner h1 span {
  font-size: 4.375rem;
  font-weight: 500;
}
.internal-banner h2 {
  font-size: 2.1875rem;
  color: #fff;
}
.internal-banner img {
  display: block;
  margin: auto;
}

.main-content {
  padding: 3.125rem 0;
}
.main-content h2 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.main-content .card {
  margin-bottom: 1rem;
  box-shadow: 2px 2px 5px 0 black;
}
.main-content .card .card-title {
  font-size: 1.125rem;
}
.main-content .card .card-text {
  font-size: 1rem;
}

.title-with-image {
  display: flex;
  align-items: center;
  margin-bottom: 2.1875rem;
}
.title-with-image figure {
  margin: 0;
  margin-right: 0.625rem;
  max-width: 10%;
}
.title-with-image figure img {
  height: 100%;
  width: 100%;
}
.title-with-image p {
  margin-bottom: 0;
}

.conceptual-approach {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.conceptual-approach h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0;
}
.conceptual-approach .topic-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.conceptual-approach .topic-highlight button {
  color: #fff;
  font-size: 18px;
  background: linear-gradient(to left, #722a7e 50%, #d2267c 50%) right;
  background-size: 200%;
  margin-bottom: 0.625rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  border: 0;
  border-left: 0.375rem solid #d2267c;
  border-radius: 0.25rem;
  transition: 0.5s ease-out;
  cursor: pointer;
}
.conceptual-approach .topic-highlight button:hover, .conceptual-approach .topic-highlight button:active, .conceptual-approach .topic-highlight button:focus, .conceptual-approach .topic-highlight button.active:focus, .conceptual-approach .topic-highlight button:active:focus {
  background-position: left;
}

.module-considerations {
  background-color: #d2267c;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}
.module-considerations h3 {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.module-considerations p {
  color: #fff;
  font-size: 1.125rem;
}

.proposal {
  padding-top: 3.125rem;
}
.proposal h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0;
}
.proposal h3 sup > .btn-general, .proposal h3 sup > .btn-primary,
.proposal h3 sup > .btn-default {
  padding: 0.1875rem 0.625rem;
  border-radius: 50%;
  font-size: 0.75rem;
}
.proposal .main-topics {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.75rem;
}
.proposal .main-topics .topic {
  position: relative;
  background-color: #722a7e;
  border: 0;
  border-radius: 0.625rem;
  box-shadow: 0 0 0 5px #e6e6e6;
  cursor: pointer;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.proposal .main-topics .topic span {
  position: absolute;
  color: #fff;
  background-color: #d2267c;
  padding: 0.3125rem;
  font-size: 1.125rem;
  top: -1.25rem;
  left: -0.5rem;
  border-radius: 0.5rem;
}
.proposal .main-topics .topic p {
  font-size: 1.5625rem;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
}

.other-resources {
  padding-bottom: 3.125rem;
}
.other-resources h3 {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 0;
}
.other-resources .card {
  max-height: 11.25rem;
  overflow: scroll;
  background-color: #f2f2f2;
  border-radius: 0.625rem;
}
.other-resources .card .btn {
  background-color: transparent;
  color: #722a7e;
  font-size: 1.125rem;
  font-weight: 300;
}
.other-resources .card .btn:hover, .other-resources .card .btn:active, .other-resources .card .btn:focus, .other-resources .card .btn.active:focus, .other-resources .card .btn:active:focus {
  outline: none;
  box-shadow: none;
}

.internal.custom .modal-dialog {
  margin: 0;
}
.internal.custom .modal-content {
  height: 100vh;
  overflow: scroll;
}
.internal .modal-header {
  border-bottom: 0;
}
.internal .modal-body h4 {
  color: #fff;
  margin-bottom: 1.25rem;
}
.internal .modal-body h4 span {
  background-color: #d2267c;
  padding-right: 0.75rem;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.internal .modal-body p {
  color: #000;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .internal-banner h2 {
    font-size: 2.5rem;
  }
  .internal-banner img {
    display: initial;
  }

  .main-content h2 {
    font-size: 2.5rem;
  }
  .main-content p {
    font-size: 1.125rem;
  }
  .main-content ul {
    font-size: 1.125rem;
  }

  .conceptual-approach h3 {
    font-size: 2rem;
  }
  .conceptual-approach .topic-highlight button {
    font-size: 1.375rem;
  }

  .module-considerations h3 {
    font-size: 2rem;
  }
  .module-considerations p {
    font-size: 1.375rem;
  }

  .proposal {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }
  .proposal h3 {
    font-size: 2rem;
  }
  .proposal .main-topics {
    justify-content: space-between;
    flex-direction: row;
  }
  .proposal .main-topics .topic {
    width: 12.5rem;
  }
  .proposal .main-topics .topic span {
    top: -1.5625rem;
    left: -1.375rem;
  }
  .proposal .main-topics .topic p {
    font-size: 1.25rem;
  }

  .other-resources h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .internal-banner h2 {
    font-size: 3.125rem;
  }
  .internal-banner img {
    width: 12.5rem;
  }

  .conceptual-approach h3 {
    font-size: 2.5rem;
  }
  .conceptual-approach .topic-highlight button {
    font-size: 1.5rem;
  }

  .module-considerations h3 {
    font-size: 2.5rem;
  }
  .module-considerations p {
    font-size: 1.5rem;
  }

  .proposal h3 {
    font-size: 2.5rem;
  }
  .proposal .main-topics .topic {
    display: flex;
    align-items: center;
    box-shadow: 0 0 0 10px #e6e6e6;
    width: 17.8125rem;
  }
  .proposal .main-topics .topic p {
    font-size: 1.5625rem;
  }

  .other-resources h3 {
    font-size: 2.5rem;
  }

  .internal.custom .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .internal.custom .modal-content {
    height: 800px;
  }
  .internal.custom .modal-content .modal-body p {
    font-size: 1.125rem;
  }
  .internal.custom .modal-content .modal-body ul {
    font-size: 1.125rem;
    color: #000;
  }
  .internal.custom .modal-content.text-modal {
    height: auto;
    max-height: 600px;
    overflow: auto;
  }
}
@media (min-width: 1200px) {
  .internal-banner h2 {
    font-size: 4.0625rem;
  }

  .title-with-image figure {
    max-width: 6%;
  }

  .conceptual-approach .topic-highlight button {
    font-size: 1.6875rem;
  }
}