/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
.bg-primary {
  background-color: #22428D;
}

.bg-secondary {
  background-color: #F0B429;
}

.bg-accent {
  background-color: #EF5361;
}

.bg-accent-2 {
  background-color: #5C3D75;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-alternate {
  background: #EAF0FF;
}

.txt-white {
  color: #fff;
}

.txt-black {
  color: #000;
}

.txt-primary {
  color: #22428D;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.txt-lrg {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .txt-lrg {
    font-size: 1.2rem;
  }
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Reset
  =============== */
html {
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 141px;
  background: #22428D;
  padding: 0 3rem;
  transition: top 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0 1rem;
  }
}
header .header {
  display: flex;
  justify-content: space-between;
}
header .header .logo {
  margin-top: 1rem;
}
header .header .logo img {
  width: 97px;
  height: 109px;
  transition: height ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  header .header .logo img {
    width: auto;
    height: 75px;
  }
}
header .header .navigation-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  header .header .navigation-container {
    display: none;
  }
}
header .header .navigation-container .socials {
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  border-radius: 0 0 1rem 1rem;
}
header .header .navigation-container .socials a {
  display: inline-block;
}
header .header .navigation-container .socials a img {
  margin: 0 0.5rem;
}
header .header .navigation-container .menu {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header .navigation-container .menu .nav-menu ul {
  width: 100%;
  list-style: none;
  font-family: "Poppins", sans-serif;
  color: #22428D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-right: 2rem;
}
header .header .navigation-container .menu .nav-menu ul li {
  margin: 0 2rem;
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 1920px) {
  header .header .navigation-container .menu .nav-menu ul li {
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 1066px) {
  header .header .navigation-container .menu .nav-menu ul li {
    margin: 0 1rem 0 0;
  }
}
header .header .navigation-container .menu .nav-menu ul li a {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5rem;
}
header .header .navigation-container .menu .nav-menu ul li a::after {
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  background: #EF5361;
  transition: width ease-in-out 0.3s;
}
header .header .navigation-container .menu .nav-menu ul li a:hover::after {
  width: 100%;
}
header .header .navigation-container .menu .nav-menu ul li .sub-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 4rem;
  left: 0;
  margin: 0 -2rem;
  width: auto;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1019607843);
  opacity: 0;
  transition: opacity ease-in-out 0.3s, top ease-in-out 0.3s, visibility ease-in-out 0.3s;
}
header .header .navigation-container .menu .nav-menu ul li .sub-menu li {
  margin: 0 0 1rem 0;
  display: flex;
  text-wrap: nowrap;
}
header .header .navigation-container .menu .nav-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 2.5rem;
}
header .header .navigation-container .menu .nav-menu ul li.active a::after {
  width: 100%;
}
header .header .navigation-container .menu .nav-menu ul .menu-item-has-children a::before {
  content: url(./assets/images/chevron-down-blue.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
header .header .navigation-container .menu .nav-menu ul .menu-item-has-children ul {
  padding: 1rem 2rem 0 2rem;
}
header .header .navigation-container .menu .nav-menu ul .menu-item-has-children ul li a::before {
  display: none;
}
header .header .navigation-container .menu .nav-menu ul button {
  margin-right: auto;
}
header.sticky {
  height: 121px;
}
@media screen and (max-width: 768px) {
  header.sticky {
    height: auto;
  }
}
header.sticky .header .logo img {
  height: 90px;
}
@media screen and (max-width: 768px) {
  header.sticky .header .logo img {
    height: 60px;
    margin-bottom: 1rem;
  }
}
header.nav-up {
  top: -141px !important;
}
header .mobile-menu-button {
  position: relative;
  display: none;
  z-index: 9999999999999;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .mobile-menu-button {
    display: block;
  }
}
header .mobile-menu-button .menu-toggle {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
  width: 29px;
}
header .mobile-menu-button .menu-toggle:hover .menu-toggle-bar {
  background-color: #EF5361;
}
header .mobile-menu-button .menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
header .mobile-menu-button .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
header .mobile-menu-button .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}
.nav-open header .mobile-menu-button .menu-toggle-bar {
  background-color: #F0B429;
}
.nav-open header .mobile-menu-button .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open header .mobile-menu-button .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open header .mobile-menu-button .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}
header .mobile-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #22428D;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  visibility: hidden;
}
header .mobile-menu .mobile-menu-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
header .mobile-menu .mobile-menu-container ul li {
  margin: 1rem 0;
  text-align: center;
  text-wrap: balance;
}
header .mobile-menu .mobile-menu-container ul li a {
  color: #fff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1024px) {
  header .mobile-menu .mobile-menu-container ul li a {
    font-size: 0.8rem;
  }
}
header .mobile-menu .mobile-menu-container ul li .sub-menu {
  display: none;
}
header .mobile-menu .mobile-menu-container .menu-item-has-children a {
  position: relative;
}
header .mobile-menu .mobile-menu-container .menu-item-has-children a::before {
  content: url(./assets/images/chevron-down.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
header .mobile-menu .mobile-menu-container .menu-item-has-children ul {
  padding: 0 0 0 1rem;
}
header .mobile-menu .mobile-menu-container .menu-item-has-children ul li a::before {
  display: none;
}
header .mobile-menu button {
  font-size: 2rem;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  color: #fff !important;
  background: #EF5361 !important;
  border-color: #EF5361 !important;
}
@media screen and (max-width: 1024px) {
  header .mobile-menu button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  header .mobile-menu button {
    font-size: 0.8rem;
  }
}

.nav-open .mobile-menu {
  visibility: visible;
}

/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
footer {
  background: #22428D;
}
footer .navigation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 3rem;
  max-width: 1920px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 1024px) {
  footer .navigation {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  footer .navigation {
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  footer .navigation .logo {
    grid-column: 1/-1;
  }
}
footer .navigation .logo img {
  max-width: 97px;
  height: auto;
}
footer .navigation .logo p {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #fff;
  max-width: 300px;
}
footer .navigation .links p {
  font-size: 1rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
footer .navigation .links ul {
  list-style: none;
  padding: 0;
}
footer .navigation .links ul li {
  color: #fff;
  padding: 0.4rem 0;
}
footer .navigation .links ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
footer .navigation .links ul li a:hover {
  text-decoration: underline;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  background: #000;
  padding: 1rem 3rem;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    display: block;
  }
}
footer .copyright p {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  footer .copyright p {
    text-align: center;
  }
}

/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
section {
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 0 1rem;
  }
}
section.hero {
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  padding-bottom: 6rem;
  background: #22428D;
  border-radius: 0 0 100px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.hero {
    min-height: 350px;
    padding-bottom: 3rem;
  }
}
section.hero.homepage {
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  section.hero.homepage {
    min-height: 350px;
    padding-bottom: 3rem;
  }
}
section.hero svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.container {
  margin: 6rem auto 0;
  max-width: 1920px;
}
section .sub-hero {
  position: relative;
}
section .sub-hero img {
  width: 150px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 943px) {
  section .sub-hero img {
    width: 60px;
  }
}
section .sub-hero .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 1330px) {
  section .sub-hero .container {
    max-width: 600px;
  }
}
@media screen and (max-width: 943px) {
  section .sub-hero .container {
    max-width: 100%;
  }
}
section .sub-hero .container h3 {
  margin-bottom: 0;
}
section .sub-hero .container p {
  margin: 4rem 0 0 0;
  max-width: 650px;
  color: #000;
}
section .sub-hero .container .button-wrapper {
  display: flex;
  margin-top: 3rem;
}
section .sub-hero .container .button-wrapper div:nth-child(1) {
  margin-right: 1.5rem;
}
section .triangle {
  position: absolute;
  top: 100px;
  left: 3rem;
  z-index: 1;
  width: 150px;
  height: auto;
  position: absolute;
}
@media screen and (max-width: 943px) {
  section .triangle {
    width: 60px;
  }
}
section .heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  section .heading {
    grid-template-columns: repeat(1, 1fr);
  }
}
section .heading .after-heading {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  section .heading .after-heading {
    justify-content: start;
  }
}
section .heading.single {
  grid-template-columns: 1fr;
}
section .courses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  section .courses {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section .courses {
    grid-template-columns: repeat(1, 1fr);
  }
}
section .courses .course {
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  border-radius: 1rem;
  padding: 0 0 3rem;
}
section .courses .course .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
section .courses .course .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section .courses .course .title {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 0 2rem;
  margin: 3rem 0 0;
}
section .courses .course .description {
  font-size: 1rem;
  padding: 0 2rem;
  margin-bottom: 0;
}
section .courses .course .button-wrapper {
  padding: 2rem 2rem 0;
}
section .product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  section .product {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  section .product {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6rem;
  }
}
section .product .image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
section .product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section .product .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .product .details .price {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #22428D !important;
}
section .product form.cart .button {
  border: 2px solid #EF5361;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  background: #EF5361;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  font-weight: 500;
}
section .product form.cart .button:hover {
  color: #22428D;
  background: none;
  border-color: #22428D;
}
section.full-width {
  margin-top: 0;
  padding: 0;
}
section ul {
  list-style: none;
  padding: 0 0 0 2rem;
  margin-top: 2rem;
}
section ul li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 2rem 0;
}
section ul li::before {
  content: url(./assets/images/chevron-right-blue.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
}
section .cart-table {
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  section .cart-table {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  section .cart-table {
    margin-top: 6rem;
  }
}
section .cart-table thead {
  background: #22428D;
  border-radius: 1rem;
}
section .cart-table thead th {
  padding: 1.5rem 1rem;
  text-align: left;
  color: #ffffff;
}
section .cart-table thead th:first-child {
  border-radius: 8px 0 0 0;
}
section .cart-table thead th:last-child {
  border-radius: 0 8px 0 0;
}
section .cart-table tbody {
  background: #f1f1f1;
}
section .cart-table tbody td {
  padding: 2rem 1rem;
}
section .cart-table tbody td:first-child {
  border-radius: 0 0 0 8px;
}
section .cart-table tbody td:last-child {
  border-radius: 0 0 8px 0;
}
section .cart-table tbody td a {
  font-size: 1.5rem;
  color: #22428D;
}
section .cart-table tbody td a:hover {
  color: #EF5361;
}
section .coupon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
section .coupon .reminder {
  font-size: 1rem;
  font-weight: 500;
}
section .coupon .input-text {
  border-radius: 2px;
  margin-bottom: 1rem;
  border: 1px solid #22428D;
  padding: 0.5rem 1rem;
  font-family: "Poppins", sans-serif;
}
section .cart-totals {
  margin-top: 6rem;
}
section .cart-totals table {
  font-family: "Poppins", sans-serif;
}
section .cart-totals table th {
  text-align: left;
}
section .cart-totals table td {
  padding: 0.5rem 1rem;
}
section .cart-totals table .order-total {
  font-size: 1.5rem;
  color: #22428D;
}
section .cart-totals .woocommerce-remove-coupon {
  color: #22428D;
}
section .cart-totals .woocommerce-remove-coupon:hover {
  color: #EF5361;
}
section .cart-totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 1.125rem;
  border: 2px solid #EF5361;
  background: #EF5361;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  margin: 0;
}
section .cart-totals .wc-proceed-to-checkout a.checkout-button:hover {
  color: #22428D;
  background: none;
  border-color: #22428D;
}
section .empty-cart {
  padding-top: 6rem;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #22428D;
}
section .checkout-form {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  section .checkout-form {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  section .checkout-form {
    margin-top: 0;
  }
}
section .checkout-form .checkout input,
section .checkout-form .checkout textarea {
  border-radius: 2px !important;
  border: 1px solid #22428d !important;
  font-family: "Poppins", sans-serif !important;
}
section .checkout-form .checkout label,
section .checkout-form .checkout span {
  font-family: "Poppins", sans-serif !important;
}
section .checkout-form h3 {
  margin-top: 3rem;
}
section .checkout-form table {
  font-family: "Poppins", sans-serif;
}
section .checkout-form .woocommerce-checkout-payment {
  background: #f2f2f2 !important;
}
section .checkout-form .woocommerce-checkout-payment p {
  max-width: 100%;
}
section .checkout-form .woocommerce-checkout-payment p a {
  color: #22428D;
}
section .checkout-form .woocommerce-checkout-payment p a:hover {
  color: #EF5361;
}
section .checkout-form .woocommerce-checkout-payment button {
  border: 2px solid #EF5361 !important;
  border-radius: 32px !important;
  padding: 0.5rem 1.2rem !important;
  font-family: "Poppins", sans-serif !important;
  background: #EF5361 !important;
  color: #fff !important;
  transition: all ease-in-out 0.2s !important;
  cursor: pointer !important;
  font-weight: 500;
}
section .checkout-form .woocommerce-checkout-payment button:hover {
  color: #22428D !important;
  background: none !important;
  border-color: #22428D !important;
}
section .woocommerce-form__label-for-checkbox {
  display: none !important;
}
section .course-status {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
}
section .course-status.started {
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.7);
}
section .course-status.progress {
  border: 1px solid yellow;
  background-color: rgba(255, 255, 0, 0.7);
}
section .course-status.completed {
  border: 1px solid limegreen;
  background-color: rgba(50, 205, 50, 0.7);
}
section .course-status.passed {
  border: 1px solid darkmagenta;
  background-color: rgba(139, 0, 139, 0.7);
}
section .woocommerce form .form-row-last,
section .woocommerce-page form .form-row-last,
section .woocommerce form .form-row-first,
section .woocommerce-page form .form-row-first {
  float: left;
  width: 100%;
}
section.account {
  padding-top: 3rem;
}
section.account .woocommerce-MyAccount-navigation {
  display: none;
}
section.account .woocommerce-EditAccountForm p {
  display: none;
}
section.account .woocommerce-EditAccountForm fieldset p {
  display: block;
}
section.account .woocommerce-MyAccount-content {
  font-family: "Poppins", sans-serif;
  float: none;
}
section.account fieldset {
  margin-top: 3rem;
  padding: 0;
  border: 0;
}
section.account fieldset legend {
  padding: 0;
  font-weight: 600;
}
section.account form.login {
  padding: 0;
  border: none;
}
section.account form button.button {
  border: 2px solid #EF5361;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  background: #EF5361;
  color: #fff;
  transition: all ease-in-out 0.2s;
}
section.account form button.button:hover {
  color: #22428D;
  background: none;
  border-color: #22428D;
}
section.account form .input-text {
  border-color: #22428D;
  font-size: 1.125rem;
}
section.account form .lost_password a {
  color: #22428D;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}
section.account form .lost_password a:hover {
  text-decoration: underline;
}
section.account form label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.course-iframe-wrapper {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-width p {
  max-width: 100%;
}

.mt-0 {
  margin-top: 3rem !important;
}

#wc-toast-container {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  z-index: 9999999;
  max-width: 100%;
  width: auto;
}
#wc-toast-container .woocommerce-error,
#wc-toast-container .woocommerce-info,
#wc-toast-container .woocommerce-message {
  padding: 1rem;
  background: #ef5361;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: none;
  font-family: "Poppins", sans-serif;
  margin: 0;
  outline: 0;
  font-size: 1rem;
  width: auto;
  left: 0;
  gap: 0.5rem;
}
#wc-toast-container .woocommerce-error::after,
#wc-toast-container .woocommerce-info::after,
#wc-toast-container .woocommerce-message::after {
  content: none;
}
#wc-toast-container .woocommerce-error::before,
#wc-toast-container .woocommerce-info::before,
#wc-toast-container .woocommerce-message::before {
  content: none;
}
#wc-toast-container .woocommerce-error li,
#wc-toast-container .woocommerce-info li,
#wc-toast-container .woocommerce-message li {
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
#wc-toast-container .woocommerce-error li::before,
#wc-toast-container .woocommerce-info li::before,
#wc-toast-container .woocommerce-message li::before {
  content: none;
}
#wc-toast-container .woocommerce-error a,
#wc-toast-container .woocommerce-info a,
#wc-toast-container .woocommerce-message a {
  border: 2px solid #ffffff;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  background: none;
  color: #ffffff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  margin-left: 1rem;
}
#wc-toast-container .woocommerce-error a:hover,
#wc-toast-container .woocommerce-info a:hover,
#wc-toast-container .woocommerce-message a:hover {
  background: #ffffff;
  color: #22428D;
}

ul.woocommerce-error {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.woocommerce form.checkout_coupon {
  border: 0;
  border-radius: 2px !important;
  font-family: "Poppins", sans-serif !important;
  padding: 0;
  margin: 0;
}
.woocommerce form.checkout_coupon button {
  border: 2px solid #22428D;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  background: #22428D;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
}
.woocommerce form.checkout_coupon button:hover {
  color: #22428D;
  background: none;
}

.woocommerce-remove-coupon {
  color: #22428D;
  font-family: "Poppins", sans-serif;
}

/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.015em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}

h1 {
  font-size: 5rem;
  color: #ffffff;
  max-width: 25ch;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
h1 span {
  color: #EF5361;
}

h2 {
  font-size: 4.5rem;
  color: #22428D;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
h2 span {
  color: #EF5361;
}

h3 {
  font-size: 2rem;
  color: #22428D;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 2rem;
  color: #22428D;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.5rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  max-width: 650px;
  text-wrap: pretty;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 1rem;
  }
}

a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #22428D;
}
a .link svg {
  margin-bottom: -2px;
  margin-left: 0.5rem;
}
a svg {
  margin-bottom: -2px;
  margin-left: 0.5rem;
}
a strong {
  font-weight: 600;
}

ul li {
  font-family: "Roboto", sans-serif;
}

.breadcrumb p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}
.breadcrumb p a {
  color: #8D8D8D;
}

.slick-slider .slick-slide {
  margin: 0 0.5rem;
}

/**
 * Theme Name: The Social Policy Group E-learning Theme
 */
button {
  border: 2px solid #22428D;
  border-radius: 32px;
  padding: 0.5rem 1.2rem;
  font-family: "Poppins", sans-serif;
  background: #22428D;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
button svg {
  margin-bottom: -2px;
  margin-left: 0.5rem;
  transition: margin-left ease-in-out 0.2s;
}
button svg path {
  transition: stroke ease-in-out 0.2s;
}
button:hover {
  color: #22428D;
  background: none;
}
button:hover svg {
  margin-left: 1rem;
}
button:hover svg path {
  stroke: #22428D;
}
button.red {
  border: 2px solid #EF5361;
  background: #EF5361;
}
button.red:hover {
  color: #22428D;
  background: none;
  border-color: #22428D;
}
button.red:hover svg path {
  stroke: #22428D;
}
button.red.inverted {
  color: #fff;
}
button.red.inverted:hover {
  border-color: #fff;
}
button.red.inverted svg path {
  stroke: #fff;
}
button.secondary {
  background: none;
  color: #22428D;
}
button.secondary svg path {
  stroke: #22428D;
}
button.secondary.inverted {
  border-color: #fff;
  color: #fff;
}
button.secondary.inverted svg path {
  stroke: #fff;
}/*# sourceMappingURL=style.css.map */