:root {
  --inside-block: 6vw;
  --outside-block: 8vw;
  --common-margin: 5%;
  --common-top-bot-padding: 4em;
  --static-top-bot-padding: 70px;
}
@media only screen and (min-width: 2001px) {
  :root {
    --outside-block: 160px;
    --inside-block: 120px;
  }
}
@media only screen and (max-width: 1680px) {
  :root {
    --outside-block: 5vw;
    --inside-block: 4.5vw;
  }
}
@media only screen and (max-width: 1366px) {
  :root {
    --static-top-bot-padding: 63px;
  }
}
@media only screen and (max-width: 800px) {
  :root {
    --static-top-bot-padding: 59px;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --static-top-bot-padding: 42px;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --common-top-bot-padding: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --inside-block: 0%;
  }
}
#breadcrumbs {
  color: #F8F8F8;
}
#breadcrumbs a {
  color: #F8F8F8;
}
.intro-section {
  margin-top: 0em;
  transition: margin-top 0.5s ease;
}
@media only screen and (max-width: 800px) {
  .intro-section {
    margin-top: 0em !important;
  }
}
.intro-section .content-wrap {
  width: 85%;
}
@media only screen and (max-width: 1366px) {
  .intro-section .content-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .intro-section .content-wrap {
    width: 100%;
  }
}
#BambooHR h2 {
  display: none;
}
@media only screen and (max-width: 500px) {
  #BambooHR #BambooHR-Footer {
    text-align: left;
  }
}
#BambooHR ul {
  padding-left: 0px;
}
#BambooHR ul li {
  padding-left: 0px;
}
#BambooHR ul li:after {
  display: none;
}
#BambooHR ul.BambooHR-ATS-Jobs-List {
  padding-right: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#BambooHR ul.BambooHR-ATS-Jobs-List li {
  border-bottom: 1px solid rgba(188, 188, 188, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li {
    padding: 1.3em 0px;
  }
}
#BambooHR ul.BambooHR-ATS-Jobs-List li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
#BambooHR ul.BambooHR-ATS-Jobs-List li a {
  font-size: 20px;
  color: #53565a;
  padding-right: 1em;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li a {
    width: 80%;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 500px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li a {
    font-size: 20px;
    width: 100%;
  }
}
#BambooHR ul.BambooHR-ATS-Jobs-List li a:hover {
  color: #E3FF24;
}
#BambooHR ul.BambooHR-ATS-Jobs-List li span {
  font-size: 18px;
  color: #53565a;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li span {
    padding-top: 0.5em;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  #BambooHR ul.BambooHR-ATS-Jobs-List li span {
    font-size: 14px;
  }
}
#BambooHR #BambooHR-Footer {
  margin: 0.5em 0px 0px 0px;
}
.process-section {
  color: #F8F8F8;
  position: relative;
  overflow: hidden;
  background: #53565a
    url("/wp-content/themes/dmcl/images/shell/grey-shape-vertical-flip.svg")
    no-repeat -800px 100%;
}
@media only screen and (max-width: 1366px) {
  .process-section {
    background: #53565a
      url("/wp-content/themes/dmcl/images/shell/grey-shape-vertical-flip.svg")
      no-repeat -500px 100%;
  }
}
@media only screen and (max-width: 500px) {
  .process-section {
    background: #53565a
      url("/wp-content/themes/dmcl/images/shell/grey-shape-vertical-flip.svg")
      no-repeat -1500px 100%;
    background-size: cover;
  }
}
.process-section .section-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
  .process-section .section-inner {
    flex-wrap: wrap;
  }
}
.process-section .section-inner .primary-heading {
  width: 30%;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1366px) {
  .process-section .section-inner .primary-heading {
    width: 100%;
    margin-bottom: 1em;
  }
}
.process-section .section-inner .steps-container {
  width: 65%;
  display: flex;
  column-gap: 5%;
  flex-wrap: wrap;
  margin-top: calc(-1 * (var(--common-top-bot-padding) - 0.5em));
}
@media only screen and (max-width: 1366px) {
  .process-section .section-inner .steps-container {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .process-section .section-inner .steps-container {
    column-gap: 0%;
    justify-content: space-between;
  }
}
.process-section .section-inner .steps-container .step {
  width: 30%;
  margin-top: calc(var(--common-top-bot-padding) - 0.5em);
}
@media only screen and (max-width: 834px) {
  .process-section .section-inner .steps-container .step {
    width: 46%;
  }
}
@media only screen and (max-width: 500px) {
  .process-section .section-inner .steps-container .step {
    width: 100%;
  }
  .process-section .section-inner .steps-container .step:last-child {
    margin-bottom: 0px;
  }
}
.process-section .section-inner .steps-container .step .step-heading {
  font-weight: 800;
  color: #E3FF24;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  padding-bottom: 0.7em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-size: 30px;
}
@media only screen and (max-width: 1590px) {
  .process-section .section-inner .steps-container .step .step-heading {
    font-size: 25px;
  }
}
.process-section
  .section-inner
  .steps-container
  .step
  .step-heading
  span.number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #E3FF24;
  border-radius: 40px;
  justify-content: center;
  margin-right: 0.7em;
}
.process-section
  .section-inner
  .steps-container
  .step
  .step-heading
  span.title {
  width: 75%;
  display: inline-block;
  line-height: 1.2;
} /*# sourceMappingURL=career-opportunities.css.map */
.section-outer .section-inner.middle-content.portal-links-section{
  padding-inline: 0px;
  padding-top: 30px;
}
.portal-links-section .portals-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.portal-links-section .portals-container .portal {
  width: 49.5%;
  position: relative;
  padding: 1.5em 2em;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  min-height: 512px;
}
.portal-links-section .portals-container .portal .portal-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.portal-links-section .portals-container .portal .portal-title {
  position: relative;
  z-index: 5;
  font-size: 37px;
  font-weight: 800;
  color: #F8F8F8;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: 0.5em;
}
.portal-links-section .portals-container .portal:after {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.portal-links-section .portals-container .portal .custom-button {
  z-index: 5;
}
.cta.blue-bg .custom-button a,
.cta.blue-bg .custom-button a:hover,
.portal-links-section .portals-container .portal .custom-button span {
  color: #F8F8F8;
}

@media only screen and (max-width: 1200px) {
  .portal-links-section .portals-container {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 810px) {
  .portal-links-section .portals-container .portal {
    padding: 1.5em;
    width: 100%;
    min-height: 300px;
    margin-bottom: 0.5em;
  }
  .portal-links-section .portals-container .portal:last-child {
    margin-bottom: 0;
  }
  .portal-links-section .portals-container .portal .portal-image {
    background-position: center center;
  }
  .portal-links-section .portals-container .portal .portal-title {
    font-size: 30px;
  }
  .feat-blog .section-inner .right-col .feat-blog .feat-blog-heading,
  .portal-columns-section .portal-title {
    font-size: 28px;
  }
}

.portal-columns-section,
.portal-links-section .portals-container .portal:hover:after {
  background-color: #E3FF24;
}
