@charset "UTF-8";
@font-face {
  font-family: "MerriweatherSans-Light";
  src: url("../fonts/MerriweatherSans-Light.woff") format("woff"), url("../fonts/MerriweatherSans-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "MerriweatherSans-Regular";
  src: url("../fonts/MerriweatherSans-Regular.woff") format("woff"), url("../fonts/MerriweatherSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MerriweatherSans-Bold";
  src: url("../fonts/MerriweatherSans-Bold.woff") format("woff"), url("../fonts/MerriweatherSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.hb-mn-i-h input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "MerriweatherSans-Light" !important;
  color: #2B4445 !important;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 14px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

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

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  background-color: #FFF;
}

h1, h2, h3, h4 {
  margin: 10px 0;
  line-height: 1.2;
}

p {
  padding: 15px 0;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-family: "MerriweatherSans-Regular";
  font-size: 2.6em;
  font-weight: normal;
}

h2 {
  font-family: "MerriweatherSans-Regular";
  font-size: 1.7em;
  font-weight: normal;
}

h3 {
  font-family: "MerriweatherSans-Bold";
  font-size: 1.3em;
}

h4 {
  font-family: "MerriweatherSans-Bold";
  font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 1em;
  }
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  justify-content: center;
}

.flx-c3 {
  justify-content: flex-start;
}

.flx-c4 {
  justify-content: flex-end;
}

.flx-c5 {
  justify-content: space-around;
}

.flx-c6 {
  justify-content: space-between;
}

.flx-c7 {
  align-items: center;
}

.flx-c8 {
  align-items: flex-start;
}

.flx-c9 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-g-50 {
  gap: 50px;
}

.flx-g-60 {
  gap: 60px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-nwrp {
  flex-wrap: nowrap;
}

.dsbld-btn {
  pointer-events: none;
  opacity: 0.4;
}

.spacer-xlarge {
  height: 4em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.wdth-100 {
  width: 100%;
}

.pdng-0 {
  padding: 0 !important;
}

.pdng-10-h {
  padding: 0 10px !important;
}

.txt-wht {
  color: #FFF;
}

.txt-cntr {
  text-align: center;
}

.txt-ttl {
  font-size: 3.6em;
  font-family: "MerriweatherSans-Bold";
}

.txt-ttl2 {
  font-size: 3em;
}

.txt-bld {
  font-family: "MerriweatherSans-Bold";
}

.txt-smll {
  font-size: 0.7em;
}
@media only screen and (max-width: 480px) {
  .txt-smll {
    font-size: 1em;
  }
}

.txt-mdm {
  font-size: 2em;
}

.txt-mdm2 {
  font-size: 1.5em;
}

.txt-tny {
  font-size: 0.5em;
}
@media only screen and (max-width: 480px) {
  .txt-tny {
    font-size: 0.8em;
  }
}

.txt-caps {
  text-transform: uppercase;
}

.div-cntr {
  margin: 0 auto;
}

.lnh-1 {
  line-height: 1;
}

.lnh-1-2 {
  line-height: 1.2;
}

.lnh-1-5 {
  line-height: 1.5;
}

.lnh-2 {
  line-height: 2;
}

.page-width {
  padding: 100px 0;
  padding-left: 120px;
  padding-right: 120px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 14000;
  background-color: #FFF;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 60px;
    padding-top: 0px;
  }
}
.page-header .pg-lg {
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg {
    height: 45px;
    margin: unset;
  }
}
.page-header .pg-lg img {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg img {
    height: 100%;
    margin-top: 0;
  }
}
.page-header .hdr-n-itm {
  color: #2B4445;
  cursor: pointer;
  font-family: "MerriweatherSans-Light";
  font-size: 0.66em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-header .hdr-n-itm-actv {
  position: relative;
  border-bottom: 1px solid #318284;
  color: #318284;
  font-family: "MerriweatherSans-Bold";
}
.page-header .page-width {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.page-header .mnu-hdr {
  width: 100%;
}

.page-content {
  padding-top: 100px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 60px;
  }
}

.hlp-sec-lt {
  color: #2B4445 !important;
  background-color: #FAFDFD !important;
}
.hlp-sec-lt hr {
  border: none;
  height: 1px;
  background-color: #318284;
  margin: 24px 0;
}

.hlp-sec-drk {
  background-color: #2B4445 !important;
  color: #FAFDFD !important;
}
.hlp-sec-drk hr {
  border: none;
  height: 1px;
  background-color: #FFF;
  margin: 24px 0;
}

.drk-sec {
  background-color: #2B4445 !important;
  color: #FAFDFD !important;
}
.drk-sec p {
  line-height: 1.5 !important;
}

.q-card-grid {
  place-items: center;
  gap: 20px;
}

.q-card {
  width: calc(100% - 10px);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: 0px 2px 5px 1px rgba(57, 64, 102, 0.2);
  padding: 1em;
  position: relative;
}
.q-card h2, .q-card p {
  text-align: center;
}
.q-card h2 {
  font-size: 1.2em;
  color: #318284;
}
.q-card h3 {
  font-size: 1em;
  color: #318284;
  font-family: "MerriweatherSans-Bold";
}
.q-card h4 {
  font-size: 0.8em;
  color: #318284;
  font-family: "MerriweatherSans-Bold";
}
.q-card p {
  font-size: 0.6em;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .q-card p {
    font-size: 0.9em;
  }
}
.q-card hr {
  border: none;
  height: 1px;
  background-color: #FAFDFD;
  margin: 0;
}
.q-card .dtls {
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  transition: opacity 0.55s ease;
  width: 100%;
  padding: 0 1em;
}

.q-card:hover {
  background-color: #318284 !important;
  color: #FAFDFD !important;
}
.q-card:hover .dtls {
  opacity: 1;
}
.q-card:hover h2 {
  color: #FAFDFD;
}

.ico-grid {
  place-items: center;
}
.ico-grid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .wp-block-image {
  width: calc(25% - 10px); /* Adjust based on column count */
  margin: 5px;
}

.kpi-sec {
  background-color: #2B4445;
  color: #FAFDFD !important;
}
.kpi-sec .kpi-spacer {
  height: 50px !important;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi-spacer {
    height: 20px !important;
  }
}
.kpi-sec .kpi-cols {
  justify-content: space-around;
}
.kpi-sec .kpi-cell {
  max-width: 250px;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi-cell {
    max-width: 80px;
  }
}
.kpi-sec .kpi {
  font-family: "MerriweatherSans-Regular";
  font-size: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi {
    font-size: 2.5em;
    padding-top: 5px;
  }
}
.kpi-sec .kpi-lbl {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi-lbl {
    font-size: 0.8em;
    padding-top: 5px;
  }
}
.kpi-sec .page-width {
  padding-top: 0;
  padding-bottom: 0;
}
.kpi-sec figure {
  margin: 0;
}
.kpi-sec .txt-bld {
  margin: 0;
  padding: 0;
}
.kpi-sec .kpi-od {
  gap: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi-od {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 480px) {
  .kpi-sec .kpi-od p {
    text-align: center;
  }
}
.kpi-sec .kpi-od .wp-block-button__link {
  background-color: #FAFDFD !important;
  color: #318284 !important;
}
@media only screen and (max-width: 480px) {
  .kpi-sec .wp-block-buttons {
    justify-content: center !important;
  }
}

.wrk-sec {
  background-color: #2B4445;
  color: #FAFDFD !important;
}
.wrk-sec .page-width {
  padding-bottom: 0;
}
.wrk-sec figure {
  margin: 0;
}
.wrk-sec p {
  width: 80%;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .wrk-sec p {
    width: 100%;
    text-align: center;
  }
}
.wrk-sec h2 {
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  .wrk-sec h2 {
    text-align: center;
  }
}
.wrk-sec .wp-block-columns {
  width: 90%;
  gap: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .wrk-sec .wp-block-columns {
    flex-direction: column-reverse;
  }
}

.conv-hro .page-width {
  padding-top: 20px;
  padding-bottom: 20px;
}

.conv-sec {
  background-color: #318284;
  color: #FAFDFD !important;
}
.conv-sec .wp-block-button__link {
  background-color: #FAFDFD !important;
  color: #318284 !important;
}
.conv-sec p {
  font-size: 1.3em;
}
.conv-sec h2 {
  font-size: 2.2em;
}

.pg-hro {
  text-align: center;
}
.pg-hro .page-width {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 480px) {
  .pg-hro .page-width {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.pg-hro .hro-ln1 {
  font-size: 3.6em;
  font-family: "MerriweatherSans-Bold";
}
@media only screen and (max-width: 480px) {
  .pg-hro .hro-ln1 {
    font-size: 3em;
  }
}
.pg-hro .hro-ln2 {
  font-size: 3em;
}
@media only screen and (max-width: 480px) {
  .pg-hro .hro-ln2 {
    font-size: 2.5em;
  }
}

.defpg-hro .page-width {
  padding-top: 140px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .defpg-hro .page-width {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .cntct-sec {
    flex-wrap: wrap;
  }
}
.cntct-sec .cntct-col {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .cntct-sec .cntct-col {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .mn-nav {
    display: none;
  }
}

/**
Mobile Menu
**/
.hb-mn-i-h {
  display: none;
  position: relative;
  z-index: 9002;
}
@media only screen and (max-width: 768px) {
  .hb-mn-i-h {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hb-mn-i-h {
    display: block;
  }
}
.hb-mn-i-h input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hb */
  -webkit-touch-callout: none;
}
.hb-mn-i-h input:checked ~ .hb-mn {
  transform: none;
}
.hb-mn-i-h span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #333; /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 480px) {
  .hb-mn-i-h span {
    margin-bottom: 5px;
  }
}
.hb-mn-i-h #hb3 {
  margin-bottom: 0 !important;
}
.hb-mn-i-h #hb2 {
  width: 22px;
}
.hb-mn-i-h #hb1 {
  transform-origin: 0% 100%;
  width: 22px;
}
.hb-mn-i-h input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
  /*background: #FFF;*/
}
.hb-mn-i-h input:checked ~ #hb1 {
  width: 21px;
  top: 0px;
  transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}
.hb-mn-i-h input:checked ~ #hb2 {
  opacity: 1;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hb-mn-i-h input:checked ~ #hb3 {
  width: 20px;
  transform: rotate(-45deg) translate(0, 0) scale(1.1, 1.5);
  top: 0px;
  left: 0px;
}

.hb-mn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(100vw);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding: 8px 30px;
  overflow: scroll;
}

/**
Mobile Menu Ends
**/
.mob-mn-itms {
  padding-top: 30px;
  height: calc(100vh - 100px);
}
.mob-mn-itms a {
  color: #318284;
  display: block;
  width: 100%;
  text-align: center;
}
.mob-mn-itms .mob-mn-itm {
  font-family: "MerriweatherSans-Regular";
  font-size: 1.25em;
}
.mob-mn-itms .btn-drk {
  width: 100%;
}

.page-footer {
  /*height: 350px;*/
  background-color: #CCE9EB;
}
.page-footer .page-width {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-hldr {
    flex-direction: column;
    gap: 40px;
  }
}
.page-footer .ftr-n-itm {
  color: #FFF;
  cursor: pointer;
  font-family: "MerriweatherSans-Light";
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-n-itm {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-footer .ftr-n-itm-actv {
  border-bottom: 1px solid #FFF;
}
.page-footer .ftr-lg {
  height: 100px;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-lg {
    height: 75px;
  }
}
.page-footer .ftr-lg img {
  height: 100%;
}
.page-footer .ken-lg img {
  width: 100px;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-cntnt {
    flex-direction: column;
    gap: 40px;
  }
}

.abt-hro .page-width {
  padding-bottom: 0;
  padding-top: 50px;
}
@media only screen and (max-width: 480px) {
  .abt-hro .abt-hro-spacer {
    height: 10px !important;
  }
}
.abt-hro figure {
  margin: 0;
}
.abt-hro .abt-hro-cols {
  margin: 0;
  gap: 0;
}
@media only screen and (max-width: 480px) {
  .abt-hro .abt-hro-cols {
    flex-direction: column-reverse;
  }
}

.srv-grd {
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 2em;
}
@media only screen and (max-width: 480px) {
  .srv-grd {
    grid-template-columns: 1fr !important;
  }
}

.srv-crd {
  width: 100%;
  height: 330px;
  border: 0.5px solid #FAFDFD;
  padding: 1em;
  border-radius: 2px;
  text-align: center;
}
.srv-crd h3 {
  margin-bottom: 20px;
}
.srv-crd p {
  padding: 8px;
}

.srv-crd:nth-child(1) {
  background-color: #318284;
}

.srv-crd:nth-child(4) {
  background-color: #318284;
}
@media only screen and (max-width: 480px) {
  .srv-crd:nth-child(4) {
    background-color: unset;
  }
}

@media only screen and (max-width: 480px) {
  .srv-crd:nth-child(3) {
    background-color: #318284;
  }
}

.blog-hdr .page-width {
  padding-bottom: 0;
  padding-top: 50px;
}
.blog-hdr .blog-img {
  height: 500px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-cntnt p {
  line-height: 1.5;
}
.blog-cntnt h2 {
  margin: 30px 0 15px 0;
  font-family: "MerriweatherSans-Bold";
  font-size: 1.5em;
}
.blog-cntnt .blog-tag {
  border-radius: 2px;
  border: 1px solid #318284;
  /*text-transform: uppercase;*/
  padding: 2px 20px 1px 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 480px) {
  .blog-cntnt .blog-tag {
    font-size: 0.8em;
  }
}

.btn-wht {
  background-color: #FAFDFD !important;
  color: #318284 !important;
  border-radius: 2px;
  font-size: 0.66em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-wht:active {
  opacity: 0.9;
}

.btn-drk {
  background-color: #854231 !important;
  color: #FAFDFD !important;
  border-radius: 2px;
  font-size: 0.66em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-drk:active {
  opacity: 0.9;
}

.btn-drk-brdr {
  background-color: #FFF !important;
  border: 1px solid #854231;
  color: #854231 !important;
  border-radius: 2px;
  font-size: 0.66em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-drk-brdr:active {
  background-color: rgba(133, 66, 49, 0.3);
}

.blog-itm {
  width: calc((100% - 50px) / 2);
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .blog-itm {
    width: 100%;
    padding: 10px;
  }
}
.blog-itm img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .blog-itm img {
    height: 280px;
  }
}
.blog-itm .blog-t {
  font-size: 1.3em;
  font-family: "MerriweatherSans-Regular";
  line-height: 1.2;
  height: 75px;
}
@media only screen and (max-width: 480px) {
  .blog-itm .blog-t {
    height: 45px;
  }
}
.blog-itm .blog-t a {
  color: #318284;
}
.blog-itm .blog-e {
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .blog-itm .blog-e {
    height: 50px;
  }
}
.blog-itm .blog-rd-btn {
  border-radius: 2px;
  border: 1px solid #854231;
  background-color: #FFF;
  color: #854231;
  font-size: 0.6em;
  text-transform: uppercase;
  padding: 3px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 480px) {
  .blog-itm .blog-rd-btn {
    font-size: 0.9em;
  }
}

.conv-cntnt {
  padding-top: 30px;
  position: relative;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  overflow-x: clip;
}
@media only screen and (max-width: 480px) {
  .conv-cntnt {
    height: calc(100vh - 140px);
  }
}
.conv-cntnt .conv-lyrs {
  left: 0;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  transition: left 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  padding-bottom: 100px;
}
.conv-cntnt .dept-lyr, .conv-cntnt .needs-lyr, .conv-cntnt .dets-lyr, .conv-cntnt .smry-lyr {
  width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .conv-cntnt .dept-lyr, .conv-cntnt .needs-lyr, .conv-cntnt .dets-lyr, .conv-cntnt .smry-lyr {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.conv-cntnt #subTtl2 {
  padding-bottom: 40px;
}
.conv-cntnt #subTtl2 span {
  font-family: "MerriweatherSans-Bold";
}

.conv-ftr {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 1000;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.conv-ftr .page-width {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .conv-ftr .page-width {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .dept-needs-hldr {
    gap: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .dept-itms {
    gap: 20px;
  }
}

.dept-itm {
  width: 250px;
  height: 100px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .dept-itm {
    width: calc(50% - 10px);
    height: 60px;
  }
}
.dept-itm .tgl-chk {
  display: none;
}
.dept-itm .tgl-cntnr {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
  width: 100%;
  padding: 0 0.8em;
  display: flex;
  align-items: center;
}
.dept-itm .tgl-chk:checked + .tgl-cntnr .dept-chk {
  background-color: #854231;
}
.dept-itm .dept-chk {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #854231;
}
.dept-itm .dept-chk::after {
  content: "✓";
  position: absolute;
  color: #FFF;
  left: 2px;
  top: 0;
  font-size: 0.8em;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .dept-itm .dept-chk::after {
    font-size: 1.3em;
  }
}
.dept-itm .dept-nm {
  width: 180px;
  font-family: "MerriweatherSans-Regular";
  color: #2B4445;
  line-height: 1.2;
  font-size: 0.825em;
}
@media only screen and (max-width: 480px) {
  .dept-itm .dept-nm {
    width: calc(100% - 30px);
  }
}

.dept-itm-sel {
  background-color: #CCE9EB;
  box-shadow: 0 0 4px 2px rgba(49, 130, 132, 0.5);
}

.sel-depts {
  width: 100%;
}
.sel-depts .dept-itm2 {
  color: #318284;
  border: 1px solid #318284;
  border-radius: 2px;
  font-size: 0.8em;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 480px) {
  .sel-depts .dept-itm2 {
    font-size: 1em;
    padding: 2px 15px;
  }
}
.sel-depts .dept-itm2-sel {
  color: #FFF;
  background-color: #318284;
}

.need-itm {
  width: 350px;
  height: 220px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .need-itm {
    width: 100%;
    height: 170px;
  }
}
.need-itm .ni-cntnt {
  height: calc(100% - 72px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .need-itm .ni-cntnt {
    height: calc(100% - 55px);
  }
}
.need-itm .ni-ttl {
  font-size: 0.75em;
  font-family: "MerriweatherSans-Bold";
  height: 35px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .need-itm .ni-ttl {
    font-size: 1em;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 2px;
  }
}
.need-itm .ni-desc {
  font-size: 0.6em;
  text-align: center;
  height: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .need-itm .ni-desc {
    font-size: 0.8em;
  }
}
.need-itm .ni-ftr {
  display: none;
}
.need-itm .ni-ftr-pln {
  position: relative;
  display: block;
  text-align: center;
  color: #318284;
  border-top: 1px solid rgba(49, 130, 132, 0.4);
  width: 100%;
  height: 72px;
  padding-top: 15px;
  font-family: "MerriweatherSans-Bold";
  font-size: 0.8em;
}
@media only screen and (max-width: 480px) {
  .need-itm .ni-ftr-pln {
    font-size: 1.3em;
  }
}
.need-itm .n\/a {
  color: #CCCCCC;
}
.need-itm .low {
  color: #D1CF79;
}
.need-itm .unsure {
  color: #9FA8A3;
}
.need-itm .medium {
  color: #E47534;
}
.need-itm .high {
  color: #D74548;
}
.need-itm .ni-ftr-pln::before {
  position: absolute;
  content: "Pain";
  color: #318284;
  font-size: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-transform: uppercase;
  font-family: "MerriweatherSans-Light";
}
.need-itm .ni-ftr-pln::after {
  position: absolute;
  content: "";
  background-image: url("../images/edit.svg");
  width: 24px;
  height: 24px;
  top: calc(50% - 16px);
  margin-left: 5px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .need-itm .ni-ftr-pln::after {
    top: calc(50% - 11px);
  }
}

.need-itm-sel {
  background-color: #CCE9EB;
  box-shadow: 0 0 4px 2px rgba(49, 130, 132, 0.5);
  /*.ni-desc{
      display: block;
      font-size: 0.6em;
      text-align: center;
      height: 60px;
      line-height: 1.2;
  }*/
}
.need-itm-sel .ni-ftr-pln {
  display: none;
}
.need-itm-sel .ni-ftr {
  display: block;
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #2B4445;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .need-itm-sel .ni-ftr {
    height: 55px;
  }
}
.need-itm-sel .ni-ftr::before {
  position: absolute;
  content: "Intensity of Pain";
  font-size: 12px;
  color: #2B4445;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  top: -10px;
}

.conv-stpr {
  position: relative;
  width: 40%;
  top: 45px;
}
@media only screen and (max-width: 480px) {
  .conv-stpr {
    top: 30px;
    width: 100%;
  }
}
.conv-stpr .conv-stpr-ln {
  position: absolute;
  z-index: -1;
  background-color: #318284;
  height: 1px;
  border-radius: 1px;
  width: 380px;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.conv-stpr .conv-stpr-hldr {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.conv-stpr .conv-stpr-itm {
  font-size: 0.5em;
  text-transform: uppercase;
  color: #318284;
  position: relative;
  width: 120px;
  text-align: center;
}
.conv-stpr .conv-stpr-itm:before {
  content: "";
  color: #FFF;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #318284;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  border: 3px solid #FFF;
}
.conv-stpr .conv-stpr-itm:nth-child(1)::before {
  content: "1";
}
.conv-stpr .conv-stpr-itm:nth-child(2)::before {
  content: "2";
}
.conv-stpr .conv-stpr-itm:nth-child(3)::before {
  content: "3";
}
.conv-stpr .conv-stpr-itm:nth-child(4)::before {
  content: "4";
}
.conv-stpr .conv-stpr-itm-actv {
  position: relative;
  font-family: "MerriweatherSans-Bold";
  color: #2B4445;
}
.conv-stpr .conv-stpr-itm-actv::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #2B4445;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  border: 3px solid #FFF;
}

.det-frm {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 480px) {
  .det-frm {
    width: 100%;
    gap: 30px;
  }
}

.frm-fld {
  border: 1px solid #318284;
  border-radius: 4px;
  position: relative;
  padding: 4px 5px;
  min-height: 30px;
}
.frm-fld input {
  width: 100%;
}
.frm-fld input[type=tel], .frm-fld input[type=number], .frm-fld input[type=text], .frm-fld input[type=email] {
  border: none !important;
  background: none !important;
}
.frm-fld label {
  position: absolute;
  font-size: 0.6em;
  left: 8px;
  top: -16px;
  background-color: #FFF;
  padding: 0 4px;
  color: #666666;
}
@media only screen and (max-width: 480px) {
  .frm-fld label {
    font-size: 0.9em;
  }
}

.smmry-dept {
  padding-bottom: 40px;
}

.smmry-dept-ttl {
  position: relative;
  cursor: pointer;
}

.smmry-dept-ttl::after {
  position: absolute;
  content: "";
  background-image: url(../images/edit.svg);
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  margin-left: 5px;
}

.smmry-needs {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.65em;
}
.smmry-needs thead {
  background-color: #2B4445;
  color: #FFF;
}
.smmry-needs thead th:first-child {
  text-align: left;
}
.smmry-needs thead th {
  padding: 4px;
}
.smmry-needs td {
  border: 1px solid rgba(49, 130, 132, 0.2);
  padding: 4px;
}
.smmry-needs .smmry-need {
  width: 100%;
}
.smmry-needs .smmry-need .smmry-need-area {
  width: 80%;
}
.smmry-needs .smmry-need .smmry-need-choice {
  width: 20%;
  text-align: center;
}
.smmry-needs .n\/a {
  background-color: #CCCCCC;
}
.smmry-needs .low {
  background-color: #D1CF79;
}
.smmry-needs .unsure {
  background-color: #9FA8A3;
}
.smmry-needs .medium {
  background-color: #E47534;
}
.smmry-needs .high {
  background-color: #D74548;
}

.instr-txt {
  font-size: 12px;
  font-style: italic;
}
.instr-txt span {
  font-family: "MerriweatherSans-Bold";
}

.alrt-fld {
  position: relative;
}

.alrt-fld::after {
  content: "!";
  position: absolute;
  border-radius: 50%;
  background-color: #FFCC00;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0.8em;
  font-family: "MerriweatherSans-Bold";
  color: #318284;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 480px) {
  .alrt-fld::after {
    width: 24px;
    height: 24px;
    font-size: 1em;
    top: 5px;
    right: 5px;
  }
}/*# sourceMappingURL=main.css.map */