/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
.resource-iframe {
    width: 100%;
    background: white;
}

.resource-iframe div {
    max-width: 100% !important;
}

.resource-iframe * {
    color: #333;
}

.mo_doc_lib_responsive-table {
    width: 100% !important;
}

    #user-registration .user-registration-MyAccount-content {
        padding: 20px 20px !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

p b {
  color: var(--primary-color2);
}

div.logo .footer-socials a {
  padding: 0;
  border-radius: 0;
  background: none;
}

div.logo a {
  padding: 10px;
  display: block;
  background: white;
  box-sizing: border-box;
  border-radius: 10px;
}

.mobile-buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-buttons a {
  /* display: flex !important; */
  margin: 0px auto;
}
/*== == Generic == == */
.testimonial-fold.dark {
  background: #1a1a1a;
}

body {
  margin: 0px;
  background: var(--secondary-color1);
  --primary-color1: #504699;
  --background: var(--secondary-color1);
  --primary-color2: #ffc20e;
  --secondary-color1: #f0f0f0;
  background: #242424;
}

span {
  font-family: "Poppins";
}

span.block {
  display: block;
}

.menu-toggle {
  display: none !important;
}

img {
  max-width: 100%;
  display: block;
}

.title {
  display: block;
  font-size: 48px;
  line-height: 56px;
  font-family: "Poppins";
}

.subtitle {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-family: "acumin-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}

span.wpcf7-form-control-wrap.chapter {
  display: none;
}

.smalltitle {
  font-size: 18px !important;
  color: var(--primary-color2) !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
}

.smalltitle.alt {
  color: black !important;
}

.smalltitle.alt2 {
  color: white !important;
  font-size: 24px;
}

.spacer {
  display: flex;
  width: auto;
  height: 2px;
  background: var(--secondary-color1);
  opacity: 0.2;
}

.spacer.alt {
  height: auto;
  width: 2px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px 0px;
  color: white;
  font-family: "Poppins";
}

p,
li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Poppins";
  margin: 0px;
  color: white;
}

.row-container {
  margin: 0px auto;
  max-width: 1700px;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.readmore {
  display: block;
  width: 160px;
  padding: 15px 10px;
  background: none;
  color: white;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  font-family: "poppins";
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 0px;
  transition: all 300ms ease;
  cursor: pointer;
  border: solid 1px var(--primary-color2);
}

.readmore:hover {
  opacity: 0.5;
}

.readmore.alt {
  background: transparent;
  border: 1px solid white;
}

.readmore.alt2 {
  background: transparent;
  border: 1px solid var(--primary-color2);
}

.logo-slider {
  padding: 40px 0px;
  background: #292929;
}

.logo-slider li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-slider img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  /* scale: 0.8; */
  /* filter: contrast(0) brightness(10); */
  max-height: 140px;
}

.logo-slider-wrapper {
  position: relative;
}

.logo-slider-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #292929, transparent);
  z-index: 1;
}

.logo-slider-wrapper::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, #292929);
  z-index: 1;
}

.logo-slider #logo-slider-track {
  overflow: visible;
}

.logo-slider li {
  opacity: 0.4;
  transition: all 0.5s ease;
}

.logo-slider li.is-visible {
  opacity: 1;
}

.splide__pagination {
  display: flex;
  flex-direction: row;
  margin-top: 20px !important;
  gap: 10px;
  padding: 0;
}

.splide__pagination button {
  width: 50px;
  height: 4px;
  border: 0;
}

.splide__pagination button.is-active {
  background: var(--primary-color1);
}

/* == == Generic END == == */

/* == == HEADER == == */
div.logo {
  float: none;
  width: 200px;
  min-width: 200px;
  transition: all 0.5s ease;
}

div.logo * {
  object-fit: contain;
  display: block;
  height: auto;
}

#page {
  overflow: hidden;
}

#masthead {
  padding: 30px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 300ms ease;
}

header#masthead.navbar-fixed-top {
  padding: 10px 0px;
  background: #00000044;
  backdrop-filter: blur(4px);
}

header#masthead.navbar-fixed-top div.logo {
  scale: 0.9;
}

header#masthead.navbar-fixed-top ul#primary-menu > li > a {
  color: black;
}

#masthead > .row-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1700px;
}

#masthead > .row-container::before,
#masthead > .row-container::after {
  content: unset;
}

#masthead #site-navigation {
  max-width: 900px;
  width: 100%;
}

.menu-right {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}

ul#primary-menu > li > a:hover > .inner-item > p {
  color: var(--primary-color2);
}

ul.sub-menu li a {
  position: relative;
  padding: 10px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.sub-menu li a {
  color: #fff;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

ul.sub-menu li a:hover {
  background: #181818;
  color: white;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

.inner-item p {
  margin: 0;
  font-size: 13px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: white;
}

ul.sub-menu {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  background: #242424;
  list-style: none;
  padding: 0px;
  pointer-events: none;
  gap: 0px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  align-items: stretch;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

@media (min-width: 1025px) {
  ul.sub-menu {
    transform: translateX(0%);
  }
  .sub-menu .inner-item > p {
    color: var(--primary-color2);
}

p.menu-item-description {
    color: white !important;
    font-weight: normal !important;
    font-size: 11px;
    line-height: 20px;
    text-transform: unset;
}

ul#primary-menu .sub-menu li.menu-item {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
}
}

li.menu-item:hover > ul.sub-menu {
  top: calc(100% - 0px);
  opacity: 1;
  pointer-events: all;
}
li.menu-item:hover > ul.sub-menu {
  top: calc(100% - 0px);
  opacity: 1;
}

.top-phone a {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 10px;
  color: #333;
  width: fit-content;
  margin-right: 0px;
  margin-left: auto;
}

ul#primary-menu {
  justify-content: space-between;
  display: flex;
  list-style-type: none;
  gap: 30px;
  padding: 0px;
  position: relative;
}

ul#primary-menu li.menu-item {
  /* position: relative; */
}

ul#primary-menu > li > a {
  color: #333;
  line-height: 24px;
  transition: all 0.5s ease;
  font-size: 13px;
  font-family: "Acumin-Pro";
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: 500;
}

ul#primary-menu > li.current-menu-item > a {
  font-weight: 600;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
  position: absolute;
  width: 50%;
  height: 90%;
  left: 0px;
}

.ebook-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-top: 40px;
}

.ebook-form-text .subtitle {
  margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
  margin-bottom: 10px;
}

input.readmore {
  margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
  margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
  background: #ffffff22;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 18px;
  color: white;
}

div#ebook-fold .title {
  text-transform: uppercase;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

div#ebook-fold .subtitle {
  color: var(--primary-color2);
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
  font-size: 18px;
  line-height: 18px;
  color: #999;
}

div#ebook-fold .ebook-form .ebook-form-fields {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  flex-direction: column;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
  flex: 0 0 48%;
}

div#ebook-fold {
  padding: 100px 0px;
  width: 100%;
  overflow: hidden;
  background: #242424;
  position: relative;
  z-index: 3;
}

div#ebook-fold::before {
  content: "";
  background: url("/wp-content/uploads/2024/08/cadscope-about-background.png");
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.05;
  filter: contrast(1) brightness(10);
  background-size: cover;
  background-position: center;
  transform: rotateY(180deg);
}

.ebook-fold-inner {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  z-index: 5;
  gap: 40px;
}

.ebook-fold-inner .ebook-image,
.ebook-fold-inner .ebook-form {
  flex: 0 0 calc(50% - 20px);
}

.sub-btn {
  position: relative;
}

.sub-btn::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center /
    contain;
  top: 0;
  left: -3px;
  z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
  display: none;
}

.privacy-text a {
  color: var(--primary-color2);
}

.brochure div#ebook-fold {
  margin-top: 0px;
}

span.wpcf7-spinner {
  display: none;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
  padding: 30px 0;
  position: relative;
  background: #1e1e1e;
  width: 100%;
  clear: both;
}

.footer-block .row-container {
  display: flex;
  align-items: flex-start;
}

div#phone {
  width: 23%;
}

div#address {
  width: 43%;
}

div#opening {
  width: 33.3%;
}

.footer-block .footer-block-item {
  width: 30%;
  margin-right: 5%;
  position: relative;
  z-index: 2;
}

.footer-block .footer-block-item#middle {
  width: 63%;
  margin-right: 2%;
}

.footer-block .footer-block-item#middle li {
  float: left;
  width: 45%;
  padding: 5px 0px;
  list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
  color: white;
  text-transform: uppercase;
  list-style-type: none;
  position: relative;
  font-weight: 300;
  transition: all 0.33s ease;
  font-size: 15px;
}

.footer-block .footer-block-item#middle li:hover a {
  letter-spacing: 1px;
}

.footer-block .footer-block-item:last-of-type {
  margin-right: 0;
}

.footer-block .footer-block-item p {
  color: white;
  line-height: 28px;
  font-size: 15px;
  text-transform: uppercase;
}

.footer-block-item .footer-socials i {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #aaaaaa80;
  color: white;
  width: fit-content;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-block-item.logo > img {
  width: 60%;
  scale: 1;
  padding: 10px;
  box-sizing: border-box;
  background: white;
  border-radius: 10px;
}

.footer-block-item .footer-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 60%;
  margin-top: 20px;
}

.footer-block ul {
  margin: 0 0 1.5em 0em;
  float: left;
  width: 100%;
  padding: 0px;
}

.footer-block .footer-block-item p.subtitle {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  color: white;
}

/* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  background: #333;
  clear: both;
}

#footer > .row-container {
  position: relative;
}

#footer-multi-web {
  float: none;
  text-align: center;
  margin: 0px auto;
  max-width: 350px;
}

#footer-multi-web p {
  font-size: 13px !important;
  padding-bottom: 0px;
  margin-top: 0px;
  z-index: 20;
  position: relative;
  margin-bottom: 10px;
  color: white;
}

#footer-multi-web p:last-of-type {
  margin-bottom: 0px;
}

#footer a {
  color: white;
  font-family: "Poppins";
}

span#footer-highlight {
  position: relative;
  font-weight: bold;
  z-index: -4;
  text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
  content: "";
  background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png)
    no-repeat 50% 50% / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 70px;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: right;
}

.date-sitename {
  position: absolute;
  left: 0px;
  top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
  margin: 0px;
  font-size: 16px;
}

#footer .row-container > p,
.privacy-site.moduletable {
  width: 30%;
  color: white;
}

#footer .privacy-text,
#footer .socials {
  float: right;
}

#footer .privacy-text {
  position: absolute;
  left: 0px;
  top: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
}

#footer .socials a {
  display: block;
  float: left;
}

#footer .socials i {
  font-size: 40px;
  margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
  font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
  padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
  clear: both;
  position: relative;
}

.contact-section {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 80px 0px;
}

.address-wrap {
  width: 30%;
}

.contact-card {
  width: 65%;
}

.address-wrap ul li {
  list-style-type: none;
}

.address-wrap h1,
h3.contact-title {
  font-size: 37px;
  color: var(--color1);
  margin-bottom: 0px;
}

.address-wrap ul {
  box-sizing: border-box;
  margin: 20px 0px;
  position: relative;
  padding-left: 50px;
}

.address-wrap ul::before {
  content: "\f041";
  font-family: "fontawesome";
  left: 10px;
  position: absolute;
  top: 0px;
  color: var(--primary-color2);
  font-size: 30px;
}

.address-wrap ul.phone::before {
  content: "\f095";
  top: 10px !important;
  line-height: 0px !important;
}

.address-wrap ul.email::before {
  content: "\f0e0";
  top: -5px;
}

.form-name,
.form-email {
  flex: 1 1 49%;
  margin-bottom: 0px;
  line-height: 0;
}

.form-phone {
  width: 100%;
  margin-bottom: 0px;
  float: left;
  line-height: 0;
}

#primary a:not([class]),
.popup-form-wrapper a:not([class]),
.footer-block a {
  color: var(--primary-color2);
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
  margin-top: 0px;
}

.contact-card .sub-btn {
  float: right;
}

.contact-card input,
.contact-card textarea {
  background: #ffffff22;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 18px;
  color: white;
  margin-top: 0;
}

.contact-card .wpcf7-form {
  flex-wrap: wrap;
  flex-direction: row;
}

.form-enquire {
  width: 100%;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
  margin-top: 0px;
  padding: 15px 30px;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--primary-color2);
  color: white;
  font-weight: 400;
  border: solid 1px black;
  box-shadow: none !important;
  text-shadow: none;
  cursor: pointer;
  -webkit-appearance: inherit;
  margin: 10px 0px;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
  position: relative;
}

.popup-confirmation {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease 0.25s;
}

.popup-confirmation.popup-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.25s ease 0s;
}

.popup-confirmation-inner {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  background: #03be68;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 60px 20px;
  text-align: center;
  color: white;
  border-radius: 25px;
  transition: all 0.25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
  top: 50%;
  transition: all 0.25s ease 0.25s;
}

p.popup-small {
  font-size: 18px;
  line-height: 24px;
  max-width: 400px;
  margin: 20px auto;
}

p.popup-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0px;
}

.popup-confirmation-icon i {
  font-size: 250px;
}

a.popup-readmore {
  font-weight: 100;
  color: white;
  font-size: 24px;
  border: solid 2px white;
  padding: 5px 10px;
  border-radius: 25px;
  width: 150px;
  display: block;
  margin: 0px auto;
  transition: all 0.33s ease;
  cursor: pointer;
}

a.popup-readmore:hover {
  background: white;
  color: #03be68;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input,
#sgpb-popup-dialog-main-div textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper {
  width: 100% !important;
  background: whitesmoke;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: block;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  border: solid 2px #ccc;
  box-sizing: border-box;
}

.contact-form-fields {
  padding: 0px 20px 20px;
  border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
  margin: 0px !important;
}

.form-field {
  margin-bottom: 10px;
  flex: 0 0 100%;
}

.form-field.half {
  flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.privacy-details {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}

p.privacy-details a {
  font-size: 14px;
  line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
  font-weight: 600;
  text-align: center;
  margin: 0px auto 30px;
  font-size: 32px;
  line-height: 40px;
  color: white;
  padding: 25px 0px 30px;
  background: var(--primary-color2);
}

#sgpb-popup-dialog-main-div h3 span {
  color: white;
  display: block;
  font-weight: 300;
}

.sgpb-theme-1-content {
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 0px 0px !important;
  box-sizing: border-box !important;
  border: solid 5px var(--primary-color2) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
  border: solid 0px var(--primary-color2);
  border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
  width: 50px;
  height: 50px;
  background: var(--primary-color2);
  content: "x";
  color: white;
  text-align: center;
  top: 0px;
  position: absolute;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1000000;
  line-height: 45px;
  font-size: 30px;
  box-shadow: 0px 0px 10px 0px black !important;
  border-radius: 50%;
  pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
  max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n + 1) {
  margin: 0px;
}

.sgpb-popup-close-button-1 {
  bottom: unset !important;
  top: 0 !important;
  right: 0 !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
  opacity: 0;
}

form.wpcf7-form > p {
  margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box !important;
  color: white;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--primary-color2) !important;
  font-weight: 400;
  border: solid 1px var(--primary-color2) !important;
  box-shadow: none !important;
  text-shadow: none;
  margin-top: 20px;
  cursor: pointer;
  -webkit-appearance: inherit;
  font-family: "Poppins";
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 0 !important;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
}

.contact-card label {
  font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5,
.policy-wrapper h6 {
  font-size: 22px;
}

section.error-404.not-found {
  padding: 250px 0px 100px;
}

/*== == System Pages END == ==*/

#primary ul:not([class]) li,
#primary ul.twocol li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

#primary ul:not([class]),
#primary ul.twocol {
  margin: 10px 0px;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#primary ul:not([class]) li::before,
#primary ul.twocol li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--primary-color2);
}

#primary ul.twocol {
  flex-wrap: wrap;
  flex-direction: row;
}

ul.twocol li {
  flex: 1 1 48%;
}

/**USER REG**/
div#user-registration {
  display: flex;
  gap: 10px;
  background: none;
  color: white;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

div#user-registration p {
  color: white;
}

.user-registration-message {
}

.user-registration-message {
  flex: 0 0 100%;
  font-family: "Poppins";
}

nav.user-registration-MyAccount-navigation {
  flex: 0 0 300px;
  border: 0 !important;
  background: #222;
}

nav.user-registration-MyAccount-navigation ul li::before {
  display: none;
}

.user-registration-MyAccount-content {
  flex: 0 0 calc(100% - 320px);
  background: #222;
}

#user-registration
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a,
#user-registration.horizontal
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a {
  background: var(--primary-color1) !important;
  color: white;
}

.ur-legend {
}

.user-registration-MyAccount-content legend {
  display: none !important;
}

.user-registration-MyAccount-content .ur-form-grid {
  padding: 0 !important;
}

.user-registration-MyAccount-content fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="submit"] {
  width: 100%;
  display: block;
  border: 0;
  font-family: "Poppins";
  color: white;
  background: var(--primary-color1);
  box-shadow: none;
}

#user-registration
  .user-registration-MyAccount-content
  .ur-frontend-form
  .user-registration-EditAccountForm
  .ur-form-grid
  > p {
  float: none;
  margin-top: 20px;
}

.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
  margin-bottom: 0;
}

#user-registration fieldset input,
.account-wrapper input:not([type="checkbox"]) {
  background: #ffffff22;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 18px;
  color: white;
  margin-top: 0;
  border: 0 !important;
}

/**ACCOUNT**/
.policy-fold {
  padding: 40px 0px;
}

.account-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.account-wrapper-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#user-registration {
  margin: 0;
}

.account-wrapper-item label {
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  margin-bottom: 5px !important;
}

.ur-frontend-form {
  margin: 0;
}

.account-wrapper-item > div {
  padding: 20px;
  border: solid 1px #ddd;
  box-shadow: none !important;
  border-bottom: solid 3px var(--primary-color1);
  flex-grow: 1;
  margin: 0;
}

.account-wrapper-item p,
.account-wrapper-item select,
.account-wrapper-item input,
.account-wrapper-item label {
  font-family: "Poppins";
  color: white;
}

div#ur-frontend-form {
  padding: 0;
  border: 0;
  width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0 !important;
  width: 100% !important;
}

.ur-frontend-form input[type="submit"],
button.btn.button.ur-submit-button {
  float: none;
  width: 100%;
  border: 0 !important;
  margin: 10px 0px;
  background: var(--primary-color1);
  color: white;
  box-shadow: none;
  font-size: 20px;
  line-height: 20px !important;
}

.ur-button-container {
  margin: 0 !important;
  padding: 0px !important;
}

p.form-row {
  margin: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid input {
  margin-bottom: 10px !important;
  border: solid 1px darkgrey;
}

.account-wrapper a:not([class]) {
  color: var(--primary-color1);
}

label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px !important;
}

.ur-frontend-form.login input[name="rememberme"]#rememberme {
  margin: 0 !important;
}

.ur-frontend-form .ur-form-row {
  display: flex;
  gap: 0px;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.account-wrapper-item-outer {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.account-wrapper-item-header {
  background: var(--primary-color1);
  color: white;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
}

.account-wrapper-item-header p {
  margin: 0;
}

.awsm-job-listings.awsm-lists {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.readmore-two {
  display: flex;
  gap: 10px;
}

.resources-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
