@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

p {
  line-height: 1.4rem;
}

/*********************************************
 * SITE HEADER, LOGO, MENU - START
 ****************************************** */
#site-header-wrap, .site-sub-primary-wrap, .site-header .site-logo-menu-wrap {
  display: flex;
  justify-content: center;
}

.site-header {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.site-header .site-logo-menu-wrap {
  align-items: center;
  gap: 10px;
}

.site-brand img {
  border-radius: 5px;
}

.menu-container-z-1000 {
  z-index: 1000;
}

#navbar-nav {
  list-style-type: none; /* Remove bullets */
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: flex;
}
#navbar-nav li a {
  color: #0b1d67;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 16px;
}
#navbar-nav li a:hover {
  color: #f8d64b;
}
#navbar-nav .menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 5px;
}
#navbar-nav .sub-menu {
  position: static;
  list-style-type: none; /* Remove bullets */
  display: none;
}
#navbar-nav .sub-menu > li a {
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #0b1d67;
}
#navbar-nav .sub-menu > li a:hover {
  color: #fff;
  background-color: #0a1c66;
}
#navbar-nav .sub-menu > li:last-child a {
  border-radius: 0 0 10px 10px;
}

.site-sub-primary-wrap {
  align-items: center;
}
.site-sub-primary-wrap #nav-sub-primary {
  list-style-type: none; /* Remove bullets */
  display: flex;
  gap: 10px;
}
.site-sub-primary-wrap #nav-sub-primary a {
  border: 1px solid #0b1d67;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  background-color: #0a1c66;
  color: #fff;
}
.site-sub-primary-wrap #nav-sub-primary a:hover {
  color: #fff;
  border-color: #f8d64b;
  background-color: #f8d64b;
}

#mpe-mobile-nav,
.mpe-mobile-nav-wrap {
  display: none;
}

.mpe-mobile-nav-show-wrap {
  display: block;
}

.mpe-mobile-nav-wrap,
.mpe-mobile-nav-show-wrap {
  position: relative;
}
.mpe-mobile-nav-wrap li a,
.mpe-mobile-nav-show-wrap li a {
  padding: 16px;
  background-color: #f1f0ed;
  color: #0b1d67;
}
.mpe-mobile-nav-wrap li a:hover,
.mpe-mobile-nav-show-wrap li a:hover {
  background-color: #0a1c66;
  color: #fff;
}

#navbar-mobile {
  list-style-type: none;
  background-color: #fff;
  width: 160px;
}
#navbar-mobile a {
  text-decoration: none;
  padding: 16px;
  display: block;
}
#navbar-mobile .sub-menu {
  display: none;
}
#navbar-mobile .sub-menu-show {
  display: block;
}
#navbar-mobile .sub-menu,
#navbar-mobile .sub-menu-show {
  list-style-type: none;
  white-space: nowrap;
}

.mobile-sub-menu > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 5px;
}
.mobile-sub-menu ul li a {
  padding-left: 20px !important;
  background-color: #fcfcfc;
}

@media screen and (max-width: 1200px) {
  #mpe-mobile-nav {
    display: block;
    width: 30px;
    height: auto;
    cursor: pointer;
  }
  #nav-sub-primary,
  #navbar-ul-wrap {
    display: none !important;
  }
}
/*********************************************
 * SITE HEADER, LOGO, MENU - END
 ****************************************** */
/*********************************************
 * SITE CONTENT - START
 ****************************************** */
#site-content-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.site-content-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.site-content-full {
  width: 100%;
  padding: 40px 0;
}

.site-content-full-col {
  flex-direction: column;
  align-items: center;
}

.site-content {
  width: 90%;
  max-width: 1200px;
  padding: 40px 0;
}

.site-content-90 {
  width: 90%;
  max-width: 1200px;
}

.site-content-80 {
  width: 80%;
  max-width: 1200px;
}

.site-page-title {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.site-small-text, .mpe-career-title > span, #gform_2 .gfield_label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.site-smaller-text, .site-footer-copyright-wrap, .site-footer-contact-wrap, #footer-nav a,
#footer-sub a, #gform_2 .ginput_complex label {
  font-size: 0.75rem;
  font-weight: 400;
}

.site-smallest-text, .mpe-project-entry-wrap > div:first-child .mpe-project-completion, .mpe-top {
  font-size: 0.65rem;
  font-weight: 400;
  text-transform: uppercase;
}

.site-content,
.site-content-full {
  display: flex;
  justify-content: center;
}

.site-content-links {
  display: flex;
  justify-content: end;
}

.site-content-flex-col {
  flex-direction: column;
}

.site-content-align-center {
  align-items: center;
}

.site-content-prim {
  background-color: #0a1c66;
}

.site-content-sec {
  background-color: #18181b;
}

.site-content-tertiary {
  background-color: #272729;
}

.site-content-quarternary {
  background-color: #f1f0ed;
}

.site-color-prim {
  color: #0b1d67;
}

.site-color-sec {
  color: #f8d64b;
}

.site-color-tertiary {
  color: #dc3431;
}

.site-color-quaternary {
  color: #fff;
}

.site-headline-1 {
  font-weight: 200;
  font-size: clamp(30px, 2.2rem + 1.4vw, 50px);
}

.site-headline-2 {
  font-weight: 200;
  font-size: clamp(25px, 2rem + 1.4vw, 42px);
}

.site-headline-3 {
  font-weight: 200;
  font-size: clamp(20px, 1.5rem + 1.4vw, 36px);
}

.site-headline-4, .mpe-project-entry-wrap > div:first-child .mpe-project-title {
  font-weight: 200;
  font-size: clamp(15px, 1rem + 1.4vw, 30px);
}

.site-headline-5 {
  font-weight: 200;
  font-size: clamp(12px, 0.75rem + 1.4vw, 25px);
}

.site-headline-6 {
  font-weight: 200;
  font-size: clamp(4px, 0.75rem + 1.4vw, 20px);
}

.site-weight-400 {
  font-weight: 400;
}

.site-headline-bg-prim {
  background-color: rgba(39, 39, 41, 0.8);
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

.site-padding-tb-10 {
  padding: 10px 0;
}

.site-padding-tb-40 {
  padding: 40px 0;
}

.site-policy-padding-left-20 {
  padding-left: 20px;
}

.mpe-border-radius-10, .mpe-border-img-wrap > img {
  border-radius: 10px;
}

.site-a-tag {
  color: #0b1d67;
  text-decoration: none;
  padding: 4px;
  font-size: 10px;
}

.site-a-tag:hover {
  color: #f8d64b;
}

.site-paragraph {
  padding: 40px;
  border-radius: 10px;
}

.site-p {
  margin-bottom: 40px;
}

.site-text-shadow-1 {
  text-shadow: 1px 2px 5px #d7e4d7;
}

.wp-block-list {
  margin-left: 16px;
}

.mpe-anchors {
  color: #000;
  text-decoration: none;
}
.mpe-anchors:hover {
  color: #0b1d67;
}

.mpe-anchors-primary {
  color: #0b1d67;
  opacity: 1;
  text-decoration: none;
}
.mpe-anchors-primary:hover {
  opacity: 0.8;
}

.mpe-anchors-tertiary {
  color: #dc3431;
  opacity: 1;
  text-decoration: none;
}
.mpe-anchors-tertiary:hover {
  opacity: 0.8;
}

.mpe-services-subpage-vid video {
  border-radius: 10px;
}

.mpe-center-text {
  text-align: center;
}

.mpe-justify-text {
  text-align: justify;
}

.mpe-column-valign-center {
  align-items: center !important;
}

.mpe-section-wrap-border-top {
  border-top: 1px solid #0a1c66;
}

.mpe-prefooter-contact a {
  color: #0b1d67;
  font-size: 30px;
  text-decoration: none;
  font-weight: 200;
}
.mpe-prefooter-contact a:hover {
  color: #f8d64b;
}

@media screen and (max-width: 781px) {
  .mpe-column-reverse {
    flex-direction: column-reverse;
  }
}
/*********************************************
 * SITE CONTENT - END
 ****************************************** */
/*********************************************
 * HOMEPAGE STYLES - START
 ****************************************** */
.video-container {
  position: relative;
  width: 100%; /* takes full width of parent (your 1200px container) */
  padding-bottom: 56.25%; /* 16:9 aspect ratio = 9/16 = 0.5625 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ytp-pause-overlay,
.ytp-chrome-top-buttons,
.ytp-watermark {
  display: none !important;
}

.mpe-anchors-on-white {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-anchors-on-white:hover {
  color: #f8d64b;
}

.mpe-home-banner {
  border-radius: 10px;
}

.mpe-homepage-ctas, .mpe-homepage-ctas-dark-wrap, .mpe-homepage-ctas-wrap {
  display: flex;
  gap: 20px;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  font-size: 12px;
}

.mpe-justify-center {
  justify-content: center;
}

.mpe-homepage-ctas-wrap > a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px;
}
.mpe-homepage-ctas-wrap > a:hover {
  background-color: #fff;
  color: #0b1d67;
  border: 1px solid #272729;
}
.mpe-homepage-ctas-wrap > p a {
  text-decoration: none;
  color: #0b1d67;
}
.mpe-homepage-ctas-wrap > p a:hover {
  color: #f8d64b;
}

.mpe-homepage-ctas-dark-wrap > a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px;
  background-color: #fff;
  color: #0b1d67;
}
.mpe-homepage-ctas-dark-wrap > a:hover {
  background-color: #0b1d67;
  border: 1px solid #f8d64b;
  color: #f8d64b;
}
.mpe-homepage-ctas-dark-wrap > p a {
  text-decoration: none;
  color: #f8d64b;
}
.mpe-homepage-ctas-dark-wrap > p a:hover {
  color: #fff;
}

.mpe-homepage-windows {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 10px;
}

.mpe-homepage-exceptional-wrap {
  margin-top: 60px;
}
.mpe-homepage-exceptional-wrap > div h2 {
  padding: 20px;
}
.mpe-homepage-exceptional-wrap > div > p a {
  text-decoration: none;
  color: #0b1d67;
  font-size: 12px;
}
.mpe-homepage-exceptional-wrap > div > p a:hover {
  color: #f8d64b;
}

/*********************************************
 * HOMEPAGE STYLES - END
 ****************************************** */
/*********************************************
 * SERVICES - START
 ****************************************** */
.mpe-doors-comprehensive-wrap > div {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.mpe-subpage-roofing-padding-wrap, .mpe-subpage-roofing-process-wrap {
  padding-left: 20px;
}

.mpe-subpage-roofing-process-wrap {
  border-left: 1px solid #0b1d67;
  border-color: #f8d64b;
}

.mpe-choose-ours-wrap > div {
  border: 1px solid #0a1c66;
}
.mpe-choose-ours-wrap > div:first-child > div {
  height: 100%;
  gap: 0;
}
.mpe-choose-ours-wrap > div:first-child > div > div:first-child {
  display: grid;
  align-content: center;
}
.mpe-choose-ours-wrap > div:first-child > div > div:first-child > div:first-child {
  padding: 0 0 5px 10px;
}
.mpe-choose-ours-wrap > div:not(:first-child) {
  display: grid;
}
.mpe-choose-ours-wrap > div:not(:first-child) > div:first-child {
  padding: 10px 0 5px 10px;
}
.mpe-choose-ours-wrap > div h2 {
  padding: 0 10px 5px 10px;
}
.mpe-choose-ours-wrap > div p {
  padding: 5px 10px 10px 10px;
}
.mpe-choose-ours-wrap > div:not(:first-child) > img {
  margin-top: auto;
}

.mpe-choose-ours-rev-wrap > div,
.mpe-stormed-choose-ours-wrap > div {
  border: 1px solid #0a1c66;
}
.mpe-choose-ours-rev-wrap > div:last-child > div,
.mpe-stormed-choose-ours-wrap > div:last-child > div {
  height: 100%;
  gap: 0;
}
.mpe-choose-ours-rev-wrap > div:last-child > div > div:last-child,
.mpe-stormed-choose-ours-wrap > div:last-child > div > div:last-child {
  display: grid;
  align-content: center;
}
.mpe-choose-ours-rev-wrap > div:last-child > div > div:last-child > div:first-child,
.mpe-stormed-choose-ours-wrap > div:last-child > div > div:last-child > div:first-child {
  padding: 0 0 5px 10px;
}
.mpe-choose-ours-rev-wrap > div:not(:last-child),
.mpe-stormed-choose-ours-wrap > div:not(:last-child) {
  display: grid;
}
.mpe-choose-ours-rev-wrap > div:not(:last-child) > div:nth-child(2),
.mpe-stormed-choose-ours-wrap > div:not(:last-child) > div:nth-child(2) {
  padding: 10px 0 5px 10px;
}
.mpe-choose-ours-rev-wrap > div h2,
.mpe-stormed-choose-ours-wrap > div h2 {
  padding: 0 10px 5px 10px;
}
.mpe-choose-ours-rev-wrap > div p,
.mpe-stormed-choose-ours-wrap > div p {
  padding: 5px 10px 10px 10px;
}

@media screen and (max-width: 781px) {
  .mpe-choose-ours-wrap > div {
    flex-basis: 0 !important;
  }
  .mpe-choose-ours-wrap > div:first-child > div > div {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .mpe-choose-ours-wrap > div:first-child > div > div:first-child {
    padding-top: 10px;
  }
  .mpe-choose-ours-wrap > div:first-child h2 {
    padding: 0 10px 5px 10px;
  }
  .mpe-choose-ours-wrap > div:first-child p {
    padding: 5px 10px 10px 10px;
  }
  .mpe-choose-ours-wrap > div:not(:first-child) > img {
    width: 100%;
    height: auto;
  }
  .mpe-choose-ours-rev-wrap > div > img,
  .mpe-stormed-choose-ours-wrap > div > img {
    width: 100%;
    height: auto;
  }
  .mpe-choose-ours-rev-wrap > div:last-child > div > div > img,
  .mpe-stormed-choose-ours-wrap > div:last-child > div > div > img {
    width: 100%;
    height: auto;
  }
  .mpe-choose-ours-rev-wrap > div:last-child > div div:last-child,
  .mpe-stormed-choose-ours-wrap > div:last-child > div div:last-child {
    padding-top: 10px;
  }
}
.mpe-choose-ours-tall-img {
  height: 100% !important;
}

.mpe-complete-ext-solutions-wrap > div {
  background: #fff;
  padding: 10px;
  color: #000;
  text-align: center;
}
.mpe-complete-ext-solutions-wrap > div > svg {
  width: 60px;
  height: auto;
}

@media screen and (max-width: 781px) {
  .mpe-complete-ext-solutions-wrap {
    justify-content: center;
  }
  .mpe-complete-ext-solutions-wrap > div {
    max-width: 220px;
    min-width: 200px;
  }
}
.mpe-solar-innovative-wrap > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mpe-solar-innovative-wrap > div:first-child h2, .mpe-solar-innovative-wrap > div:first-child p {
  padding-bottom: 16px;
}
.mpe-solar-innovative-wrap > div:first-child p {
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
}

.mpe-solar-certifications-wrap > div {
  align-content: center;
  text-align: center;
}

.mpe-storm-damage-solutions-wrap > div {
  align-content: center;
  text-align: center;
}
.mpe-storm-damage-solutions-wrap > div > * {
  padding-bottom: 20px;
}

.mpe-stormed-choose-ours-wrap > div {
  border: 1px solid #fff;
}

.mpe-windows-why-us-sections-wrap {
  display: flex;
  gap: 20px;
}
.mpe-windows-why-us-sections-wrap > div:first-child {
  width: 40px;
}
.mpe-windows-why-us-sections-wrap > div h2, .mpe-windows-why-us-sections-wrap > div p {
  padding-bottom: 20px;
}

.mpe-windows-our-story {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

/*********************************************
 * SERVICES - END
 ****************************************** */
/*********************************************
 * FINANCING - START
 ****************************************** */
.mpe-financial-options-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #0b1d67;
}
.mpe-financial-options-wrap > div {
  padding: 10px;
  border: 1px solid #0b1d67;
}
.mpe-financial-options-wrap > div > svg {
  padding: 10px 0 20px 0;
}
.mpe-financial-options-wrap > div h2 {
  padding-bottom: 10px;
}
.mpe-financial-options-wrap > div > p:last-child {
  padding: 10px 0;
}
.mpe-financial-options-wrap > div > p:last-child a {
  text-decoration: none;
  color: #0b1d67;
  font-size: 12px;
}
.mpe-financial-options-wrap > div > p:last-child a:hover {
  color: #f8d64b;
}

/*********************************************
 * FINANCING - END
 ****************************************** */
/*********************************************
 * ABOUT US - START
 ****************************************** */
.mpe-about-what-wrap > div {
  background-color: #0a1c66;
  color: #fff;
  padding: 20px;
}

.mpe-about-our-mission-wrap {
  margin-top: 20px;
}
.mpe-about-our-mission-wrap > div {
  background-color: #fff;
  padding: 20px;
  color: #000;
}
.mpe-about-our-mission-wrap > div > *:not(:last-child) {
  padding-bottom: 10px;
}

.mpe-about-special-rate-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mpe-about-special-rate-wrap > p {
  line-height: normal;
}

/*********************************************
 * ABOUT US - END
 ****************************************** */
/*********************************************
 * CONTACT US - START
 ****************************************** */
.mpe-contact-h1-banner-wrap {
  align-items: center !important;
}
.mpe-contact-h1-banner-wrap a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-contact-h1-banner-wrap a:hover {
  color: #f8d64b;
}

.mpe-contact-details-wrap > div:first-child {
  background-color: #f1f0ed;
  border-radius: 10px;
  padding: 10px;
}
.mpe-contact-details-wrap > div:first-child h2 {
  padding-bottom: 14px;
}
.mpe-contact-details-wrap > div:last-child > div {
  background-color: #f1f0ed;
  border-radius: 10px;
}
.mpe-contact-details-wrap > div:last-child > div a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-contact-details-wrap > div:last-child > div a:hover {
  color: #f8d64b;
}
.mpe-contact-details-wrap > div:last-child > div:first-child h2 {
  padding-bottom: 14px;
}
.mpe-contact-details-wrap > div:last-child > div:first-child > div {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.mpe-contact-details-wrap > div:last-child > div:first-child > div > div:first-child {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0b1d67;
  border-radius: 10px;
}
.mpe-contact-details-wrap > div:last-child > div:first-child > div > div:last-child p:first-child {
  padding-bottom: 4px;
  font-weight: 400;
}
.mpe-contact-details-wrap > div:last-child > div:not(:nth-child(2)) {
  padding: 10px;
}
.mpe-contact-details-wrap > div:last-child > div iframe {
  border-radius: 10px;
  overflow: hidden; /* Ensures content within the iframe respects the rounded corners */
  border: none; /* Optional: Remove default iframe border if needed */
}
.mpe-contact-details-wrap > div:last-child > div:not(:last-child) {
  margin-bottom: 20px;
}
.mpe-contact-details-wrap > div:last-child > div:last-child h2 {
  padding-bottom: 14px;
}
.mpe-contact-details-wrap > div:last-child > div:last-child .mpe-contact-faq-question-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.mpe-contact-details-wrap > div:last-child > div:last-child .mpe-contact-faq-answer {
  display: none;
  padding: 10px 0;
}

.mpe-rotate-90-down {
  transform: rotate(90deg);
  /* Add vendor prefixes for broader browser compatibility if needed */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Optional: Add a transition for smooth animation */
}

.mpe-contact-talk-now-wrap {
  background-color: #0a1c66;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.mpe-contact-talk-now-wrap a {
  color: #fff;
  text-decoration: none;
}
.mpe-contact-talk-now-wrap a:hover {
  color: #f8d64b;
}

/*********************************************
 * CONTACT US - END
 ****************************************** */
/*********************************************
 * FAQs - START
 ****************************************** */
.mpe-terms-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
}

.mpe-term-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}

.mpe-term-icon {
  width: 20px;
  height: auto;
}

.mpe-faqs-questions {
  font-weight: 400;
  padding-bottom: 10px;
}

.mpe-term-name {
  font-size: 16px;
}
.mpe-term-name a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-term-name a:hover {
  color: #f8d64b;
}

.mpe-faqs-answer a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-faqs-answer a:hover {
  color: #f8d64b;
}

.mpe-top {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-top:hover {
  color: #f8d64b;
}

.mpe-term-qaportion {
  padding: 5px;
  background-color: #f1f0ed;
  font-weight: bold;
}

/*********************************************
 * FAQs - END
 ****************************************** */
/*********************************************
 * PROJECTS - START
 ****************************************** */
.mpe-project-entries-wrap > div:not(:last-child),
.mpe-project-gallery > div:not(:last-child) {
  margin-bottom: 10px;
}

.mpe-project-entry-wrap {
  display: flex;
  gap: 10px;
  padding: 10px;
  border: 1px solid #0a1c66;
  border-radius: 10px;
}
.mpe-project-entry-wrap > div:first-child {
  width: 250px;
}
.mpe-project-entry-wrap > div:first-child > div:first-child img {
  border-radius: 10px;
  width: 100%;
}
.mpe-project-entry-wrap > div:first-child .mpe-project-title {
  text-transform: uppercase;
  padding: 10px 0;
}
.mpe-project-entry-wrap > div:last-child {
  width: 80%;
  margin-left: auto;
}

.cpt-tax-entries > article:not(:last-child) {
  margin-bottom: 20px;
}

.mpe-project-before-wrap,
.mpe-project-wip-wrap,
.mpe-project-after-wrap {
  display: flex;
  padding: 10px;
  gap: 10px;
  border-radius: 0 10px 10px 0;
  background-color: #f1f0ed;
}
.mpe-project-before-wrap > div,
.mpe-project-wip-wrap > div,
.mpe-project-after-wrap > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mpe-project-before-wrap > div:first-child,
.mpe-project-wip-wrap > div:first-child,
.mpe-project-after-wrap > div:first-child {
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #0b1d67;
}

.mpe-project-cards > a > img {
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  .mpe-project-entry-wrap {
    flex-flow: wrap;
  }
  .mpe-project-entry-wrap > div {
    display: flex;
    gap: 10px;
    width: 100% !important;
  }
  .mpe-project-before-wrap,
  .mpe-project-wip-wrap,
  .mpe-project-after-wrap {
    flex-direction: column;
    border-radius: 10px;
  }
  .mpe-project-before-wrap > div,
  .mpe-project-wip-wrap > div,
  .mpe-project-after-wrap > div {
    justify-content: center;
  }
  .mpe-project-before-wrap > div:first-child,
  .mpe-project-wip-wrap > div:first-child,
  .mpe-project-after-wrap > div:first-child {
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
    white-space: nowrap;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #0b1d67;
  }
  .mpe-project-cards img {
    width: 130px;
    height: auto;
  }
}
/*********************************************
 * PROJECTS - END
 ****************************************** */
/*********************************************
 * PRIVACY POLICY - START
 ****************************************** */
.mpe-privacy-anchors a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-privacy-anchors a:hover {
  color: #f8d64b;
}
.mpe-privacy-anchors > * {
  padding: 5px 0;
}

/*********************************************
 * PRIVACY POLICY - END
 ****************************************** */
/*********************************************
 * TERMS & CONDITIONS - START
 ****************************************** */
.mpe-terms-anchors a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-terms-anchors a:hover {
  color: #f8d64b;
}

/*********************************************
 * TERMS & CONDITIONS - END
 ****************************************** */
/*********************************************
 * BLOG ARCHIVE PAGE - START
 ****************************************** */
.mpe-img-title-wrap {
  position: relative;
}
.mpe-img-title-wrap img {
  border-radius: 10px 10px 0 0;
}
.mpe-img-title-wrap > h2 {
  position: absolute;
  bottom: 10px;
  font-size: calc(0.4rem + 1vw);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0 10px 10px 0;
  width: 80%;
  padding: 10px;
}

.mpe-blog-query-wrap {
  margin-bottom: 80px;
}
.mpe-blog-query-wrap > div > div {
  border-radius: 10px;
}
.mpe-blog-query-wrap div {
  font-size: 14px;
  margin-bottom: 10px;
}
.mpe-blog-query-wrap p {
  font-size: 0.9rem;
}

.mpe-blog-links > div > div > div {
  padding: 0px;
}
.mpe-blog-links > div > div > div p {
  margin-bottom: 0;
}
.mpe-blog-links > div > div > div p:nth-child(2) {
  padding: 10px 10px 0px 10px;
}
.mpe-blog-links > div > div > div p:last-child {
  padding: 10px;
}
.mpe-blog-links a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-blog-links a:hover {
  color: #f8d64b;
}

/*********************************************
 * BLOG ARCHIVE PAGE - END
 ****************************************** */
/*********************************************
 * GRAVITY FORM - FOOTER - START
 ****************************************** */
.mpe-gf-footer-wrap {
  display: flex;
  justify-content: center;
}
.mpe-gf-footer-wrap > div {
  width: 600px;
}

#gform_submit_button_2,
#gform_submit_button_5 {
  width: 100%;
  background-color: #0a1c66;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #0a1c66;
}
#gform_submit_button_2:hover,
#gform_submit_button_5:hover {
  background-color: #fff;
  color: #0a1c66;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
  row-gap: 10px !important;
}

.gform_wrapper .ginput_recaptcha {
  transform: scale(0.7); /* Adjust 0.85 to make smaller or larger */
  transform-origin: 0 0; /* Keeps it aligned from top-left corner */
}

#gform_5 #field_5_6 {
  height: 55px;
}
#gform_5 .gform-footer {
  margin-block-start: 10px;
}

#gform_2 input,
#gform_2 select,
#gform_2 textarea {
  border: 1px solid #f0f0f0;
}
#gform_2 #field_2_13 {
  height: 55px;
}
#gform_2 .gform-footer {
  margin-block-start: 10px;
}
#gform_2 .gfield_label {
  font-family: "Roboto", sans-serif; /* Change to your preferred font */
  color: #0b1d67; /* Optional: label text color */
  letter-spacing: 0.5px; /* Optional: improves readability */
}
#gform_2 .ginput_complex label {
  font-family: "Roboto", sans-serif; /* Change to your preferred font */
  color: #000;
}
#gform_2 input::-moz-placeholder, #gform_2 textarea::-moz-placeholder {
  color: #888888; /* Change to your preferred color */
  opacity: 1; /* Ensures consistent color visibility across browsers */
}
#gform_2 input::placeholder,
#gform_2 textarea::placeholder,
#gform_2 select {
  color: #888888; /* Change to your preferred color */
  opacity: 1; /* Ensures consistent color visibility across browsers */
}
#gform_2 input:focus::-moz-placeholder, #gform_2 textarea:focus::-moz-placeholder {
  color: #0b1d67; /* Lighter color when the field is active */
}
#gform_2 input:focus::placeholder,
#gform_2 textarea:focus::placeholder,
#gform_2 select:focus {
  color: #0b1d67; /* Lighter color when the field is active */
}

#field_4_9 {
  font-size: 12px;
  border-bottom: none;
}
#field_4_9 > h3 {
  display: none;
}
#field_4_9 a {
  color: #f8d64b;
  text-decoration: none;
}
#field_4_9 a:hover {
  color: #fff;
}

/*********************************************
 * GRAVITY FORM - FOOTER - END
 ****************************************** */
/*********************************************
 * GRAVITY FORM - CAREERS - START
 ****************************************** */
#gform_next_button_6_18,
#gform_next_button_6_20,
#gform_submit_button_6 {
  background-color: #0a1c66;
}
#gform_next_button_6_18:hover,
#gform_next_button_6_20:hover,
#gform_submit_button_6:hover {
  background-color: #f8d64b;
  color: #0b1d67;
}

#gform_previous_button_6_20,
#gform_previous_button_6 {
  border: 1px solid #0a1c66;
  color: #0b1d67;
  /* &:hover {
    border: 1px solid $secondary-color;
  } */
}

/*********************************************
 * GRAVITY FORM - CAREERS - END
 ****************************************** */
/*********************************************
 * FOOTER - START
 ****************************************** */
#site-footer-wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #0a1c66;
  color: #fff;
}

.site-footer-copyright-wrap {
  display: flex;
  justify-content: space-between;
}

.site-footer-columns {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.site-footer-columns .site-footer-contact-wrap {
  margin-left: auto; /* pushes this item to the right */
}

.site-footer-company-wrap {
  display: flex;
  gap: 40px;
  text-align: left;
  margin-left: 40px;
}

#footer-nav,
#footer-sub {
  list-style-type: none;
}
#footer-nav a,
#footer-sub a {
  color: #fff;
  text-decoration: none;
}
#footer-nav a:hover,
#footer-sub a:hover {
  color: #f8d64b;
}

.site-footer-contact-wrap {
  text-align: left;
}
.site-footer-contact-wrap div:not(:last-child) {
  padding-bottom: 10px;
}
.site-footer-contact-wrap a {
  color: #fff;
  text-decoration: none;
}
.site-footer-contact-wrap a:hover {
  color: #f8d64b;
}

.site-footer-social-wrap {
  display: flex;
  gap: 20px;
}

.site-footer-copyright-wrap {
  margin-top: 40px;
  flex-wrap: wrap-reverse;
  margin: 0px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site-footer-copyright-wrap #footer-tertiary {
  list-style-type: none;
  display: flex;
  gap: 10px;
}
.site-footer-copyright-wrap a {
  color: #fff;
  text-decoration: none;
}
.site-footer-copyright-wrap a:hover {
  color: #f8d64b;
}

@media screen and (max-width: 839px) {
  .site-footer-columns {
    flex-wrap: wrap;
  }
  .site-footer-columns .site-footer-contact-wrap {
    text-align: left;
    margin-left: 0 !important;
    padding: 20px 0 0 5px;
  }
}
@media screen and (max-width: 524px) {
  .site-footer-columns {
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: initial;
  }
  .site-footer-company-wrap {
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-around;
    margin-left: 0px;
  }
  .site-footer-contact-wrap {
    text-align: center;
  }
  .site-footer-social-wrap,
  .site-footer-copyright-wrap {
    justify-content: center;
  }
  .site-footer-social-wrap {
    margin-top: 20px;
  }
  #site-footer-tertiary {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.kli-site-by {
  margin-top: 5px;
}

/*********************************************
 * FOOTER - END
 ****************************************** */
/*********************************************
 * SLIDER ANIMATION - START
 ****************************************** */
/* Seamless continuous slider (11 images) */
.continuous-slider {
  --duration: 28s; /* change speed (longer = slower) */
  --gap: 12px; /* space between images */
  width: 100%;
  overflow: hidden;
  background: #f1f0ed;
  padding: 0.6rem 0;
  box-sizing: border-box;
}

.continuous-slider .track {
  display: flex;
  gap: var(--gap);
  align-items: center;
  /* animation will move exactly half the total width so the duplicated set lines up */
  animation: slide-left var(--duration) linear infinite;
  width: -moz-max-content;
  width: max-content; /* content-driven width */
}

.continuous-slider .item {
  flex: 0 0 auto;
  height: 170px; /* change image height here */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.continuous-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Pause on hover/focus */
.continuous-slider:hover .track,
.continuous-slider:focus-within .track {
  animation-play-state: paused;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .continuous-slider .track {
    animation: none;
  }
}
/* Keyframes — move exactly 50% (first set length) */
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Responsive sizes */
@media (min-width: 900px) {
  .continuous-slider .item {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .continuous-slider .item {
    height: 250px;
  }
}
/*********************************************
 * SLIDER ANIMATION - END
 ****************************************** */
/*********************************************
 * LIGHTBOX - START
 ****************************************** */
/* Overlay */
#mdp-lightbox-overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Hidden state */
#mdp-lightbox-overlay.mdp-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Stage (image container) */
.mdp-lb-stage {
  max-width: 94%;
  max-height: 86vh; /* keep within viewport height */
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px; /* small padding between image and shadow */
}

/* Image */
#mdp-lightbox-img {
  max-width: 100%;
  max-height: 76vh; /* leave room for caption + controls */
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Caption */
.mdp-lb-caption {
  margin-top: 0.6rem;
  color: #e9eef6;
  font-size: 0.95rem;
  line-height: 1.3;
  max-width: 94%;
  word-wrap: break-word;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* Close button */
.mdp-lb-close {
  position: fixed;
  top: 18px;
  right: 18px;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 100000;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.12s ease, transform 0.08s ease;
}

.mdp-lb-close:hover,
.mdp-lb-close:focus {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
  outline: none;
}

/* Nav buttons */
.mdp-lb-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff;
  font-size: 38px;
  width: 56px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  z-index: 100000;
  padding: 0;
  transition: background 0.12s ease, transform 0.08s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mdp-lb-nav:hover,
.mdp-lb-nav:focus {
  background: rgba(0, 0, 0, 0.55);
  transform: translateY(-2px);
  outline: none;
}

/* Left/Right positions */
#mdp-lightbox-prev {
  left: 18px;
}

#mdp-lightbox-next {
  right: 18px;
}

/* Hide nav buttons if not needed (JS will toggle display) */
.mdp-lb-nav[style*="display: none"] {
  visibility: hidden;
  pointer-events: none;
}

/* Smaller screens adjustments */
@media (max-width: 700px) {
  #mdp-lightbox-img {
    max-height: 62vh;
  }
  .mdp-lb-caption {
    font-size: 0.9rem;
  }
  .mdp-lb-close {
    font-size: 22px;
    top: 12px;
    right: 12px;
    padding: 6px 9px;
    border-radius: 6px;
  }
  .mdp-lb-nav {
    font-size: 28px;
    width: 44px;
    height: 56px;
    line-height: 56px;
  }
  #mdp-lightbox-prev {
    left: 8px;
  }
  #mdp-lightbox-next {
    right: 8px;
  }
}
/* Extremely small / mobile narrow screens */
@media (max-width: 420px) {
  .mdp-lb-nav {
    display: none;
  } /* rely on swipe or taps — JS can keep them hidden */
}
/* Accessibility: focus styles */
.mdp-lb-close:focus,
.mdp-lb-nav:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 255, 0.25);
}

/* Prevent body scroll when open (class toggled by JS) */
body.mdp-lb-open {
  overflow: hidden;
  touch-action: none;
}

/* Allow image to be draggable/zoomable if desired (user agents vary) */
#mdp-lightbox-img[draggable=true] {
  cursor: grab;
}

/* Make sure underlying content isn't accidentally clickable */
#mdp-lightbox-overlay * {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/*********************************************
 * LIGHTBOX - END
 ****************************************** */
/*
.cpt-tax-nav-wrap { margin: 2rem 0; }
.cpt-tax-nav-list { list-style: none; padding: 0; display:flex; gap:0.5rem; flex-wrap:wrap; }
.cpt-tax-nav-list .cpt-tax-item { }
.cpt-tax-nav-list .cpt-tax-link { padding: 0.45rem 0.75rem; display:inline-block; text-decoration:none; border:1px solid #ddd; border-radius:6px; }
.cpt-tax-nav-list .cpt-tax-link.active { background:#222; color:#fff; border-color:#222; }
.cpt-tax-entries { margin-top:1rem; display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:1rem; }
.cpt-tax-entry { border:1px solid #eee; padding:1rem; border-radius:6px; background:#fff; }
.cpt-tax-pagination ul { list-style:none; padding:0; display:flex; gap:0.35rem; margin-top:1rem; }
.cpt-tax-pagination li a { padding:0.35rem 0.6rem; display:inline-block; border:1px solid #ddd; border-radius:4px; text-decoration:none; }
.cpt-tax-pagination li .current { background:#222; color:#fff; border-color:#222; padding:0.35rem 0.6rem; border-radius:4px; }
.loading-text { text-align:center; padding:2rem 0; }
.no-results, .error { padding:1rem; color:#666; }
*/
/*********************************************
 * PROJECTS MAIN PAGE - CUSTOM TAXONOMY TERMS
 ****************************************** */
.cpt-tax-nav > ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 20px;
}
.cpt-tax-nav > ul > li > a {
  color: #0b1d67;
  text-decoration: none;
  border: 1px solid #0a1c66;
  padding: 10px;
  border-radius: 10px;
}
.cpt-tax-nav > ul > li > a:hover {
  color: #f8d64b;
  background-color: #0a1c66;
}

/*********************************************
 * PROJECTS MAIN PAGE - PAGINATOIN
 ****************************************** */
.cpt-tax-pagination > ul {
  display: flex;
  gap: 10px;
  list-style-type: none;
  padding: 20px;
  justify-content: center;
}

/*******************************************************
 * NEW STYLE CONTAINER
 **************************************************** */
.container-fluid {
  --bs-gutter-x: 0px;
}

.mpe-content-full {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mpe-content-90 {
  width: 90%;
  max-width: 1200px;
}

.mpe-row-gap {
  row-gap: 0px;
}

.mpe-why-choose-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mpe-why-choose-wrap > div {
  min-width: 150px;
  max-width: 25%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  color: #0b1d67;
}
.mpe-why-choose-wrap p {
  margin-bottom: 0px;
}

.mpe-why-us-columns {
  text-align: center;
}

.mpe-content-primary {
  background-color: #0b1d67;
  color: #fff;
}

.mpe-color-secondary {
  color: #fff;
}

.site-headline-1 {
  font-weight: 200;
  font-size: clamp(30px, 2.2rem + 1.4vw, 50px);
}

.site-headline-2 {
  font-weight: 200;
  font-size: clamp(25px, 2rem + 1.4vw, 42px);
}

.site-headline-3 {
  font-weight: 200;
  font-size: clamp(20px, 1.5rem + 1.4vw, 36px);
}

.site-headline-4, .mpe-project-entry-wrap > div:first-child .mpe-project-title {
  font-weight: 200;
  font-size: clamp(15px, 1rem + 1.4vw, 30px);
}

.site-headline-5 {
  font-weight: 200;
  font-size: clamp(12px, 0.75rem + 1.4vw, 25px);
}

.site-headline-6 {
  font-weight: 200;
  font-size: clamp(4px, 0.75rem + 1.4vw, 20px);
}

.mpe-font-size-20 {
  font-size: 20px;
}

.site-small-text, .mpe-career-title > span, #gform_2 .gfield_label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.site-smaller-text, #gform_2 .ginput_complex label, #footer-nav a,
#footer-sub a, .site-footer-contact-wrap, .site-footer-copyright-wrap {
  font-size: 0.75rem;
  font-weight: 400;
}

.site-smallest-text, .mpe-top, .mpe-project-entry-wrap > div:first-child .mpe-project-completion {
  font-size: 0.65rem;
  font-weight: 400;
  text-transform: uppercase;
}

.mpe-center-text {
  text-align: center;
}

.mpe-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio - change to 75% for 4:3 */
  height: 0;
  overflow: hidden;
  display: block;
  clear: both; /* make sure floats don't let text wrap under it */
  margin: 1.5rem 0; /* space below the video so text won't butt up */
}
.mpe-video-container iframe,
.mpe-video-container embed,
.mpe-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0; /* keep it behind any floating UI if needed */
  display: block;
}

.mpe-services-wrap > div > div {
  margin: 10px;
  padding: 10px;
  height: 140px;
  gap: 10px;
  background-color: #0b1d67;
  border-radius: 10px;
}
.mpe-services-wrap > div > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mpe-services-wrap > div > div > div svg {
  height: 80px;
  width: 80px;
}
.mpe-services-wrap > div > div p {
  margin-bottom: 0px;
}

#gform_4 .gfield_label {
  color: #fff;
}

#gform_4 .gfield_required {
  color: #f4bf45;
}

/* For Webkit browsers (Chrome, Safari) */
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #D1D1D1; /* Replace with your desired color */
}

/* For Mozilla Firefox */
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: #D1D1D1; /* Replace with your desired color */
  opacity: 1;
}

/* For Internet Explorer 10+ */
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #D1D1D1; /* Replace with your desired color */
}

/* For Microsoft Edge */
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #D1D1D1; /* Replace with your desired color */
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #D1D1D1; /* Replace with your desired color */
}

#gform_submit_button_4 {
  color: #0b1d67;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 10px;
}
#gform_submit_button_4:hover {
  color: #fff;
  background-color: #0b1d67;
}

.mpe-our-simple-process-svg-wrap > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mpe-our-simple-process-svg-wrap > div:not(:last-child) {
  padding-bottom: 20px;
}

@media screen and (max-width: 781px) {
  .mpe-services-wrap {
    gap: 0px;
  }
  .mpe-services-wrap > div > div {
    flex-direction: column;
  }
  .mpe-services-wrap > div > div > div:first-child {
    width: 25%;
  }
  .mpe-services-wrap > div > div > div:last-child {
    justify-content: left;
    width: 72%;
  }
}
@media screen and (max-width: 600px) {
  .mpe-services-wrap > div > div {
    flex-direction: column;
  }
  .mpe-services-wrap > div > div > div:first-child {
    width: 33%;
  }
  .mpe-services-wrap > div > div > div:last-child {
    justify-content: left;
    width: 63%;
  }
}
/*******************************************************
 * CAREERS - START
 **************************************************** */
.mpe-career-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.mpe-career-title .mpe-career-title-link {
  text-decoration: none;
  color: #0b1d67;
}
.mpe-career-title .mpe-career-title-link:hover {
  color: #f8d64b;
}
.mpe-career-item-wrap {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.mpe-career-link {
  text-decoration: none;
  color: #0b1d67;
}
.mpe-career-link:hover {
  color: #f8d64b;
}

.mpe-career-pagination {
  text-align: center;
  margin-top: 40px;
}
.mpe-career-pagination a {
  color: #0b1d67;
  text-decoration: none;
  border: 1px solid #f1f0ed;
  border-radius: 5px;
  padding: 10px;
}
.mpe-career-pagination a:hover {
  color: #f8d64b;
  border: 1px solid #f8d64b;
}
.mpe-career-pagination span {
  padding: 10px;
}

/*******************************************************
 * CAREERS - END
 **************************************************** */
/*******************************************************
 * CAREERS CPT ENTRY - START
 **************************************************** */
.mpe-now-hiring-btn {
  background: #dff0d8;
  color: #3c763d;
  font-size: 0.9em;
  padding: 4px 10px;
  border-radius: 5px;
}

.mpe-filled-btn {
  background: #eee;
  color: #555;
  font-size: 0.9em;
  padding: 4px 10px;
  border-radius: 5px;
}

.mpe-career-description p {
  margin-bottom: 20px;
}
.mpe-career-description ul {
  margin: 0 0 10px 30px;
}

.mpe-career-apply-btn-wrap {
  margin-top: 30px;
}
.mpe-career-apply-btn-wrap a {
  background: #0a1c66;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
}
.mpe-career-apply-btn-wrap a:hover {
  background: #f8d64b;
}

.mpe-hide-application-form {
  display: none;
}

.mpe-careers-back-btn-wrap {
  margin-top: 40px;
}
.mpe-careers-back-btn-wrap a {
  color: #0b1d67;
  text-decoration: none;
}
.mpe-careers-back-btn-wrap a:hover {
  color: #f8d64b;
}

/*******************************************************
 * CAREERS CPT ENTRY - END
 **************************************************** *//*# sourceMappingURL=styles.css.map */