@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
  color: #1e1e1e !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#page p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 18px !important;
}

.btn-custom {
  background-color: transparent !important;
  border: 1px solid #1e1e1e !important;
  color: #1e1e1e !important;
  cursor: pointer;
  font-size: 0.875rem !important;
  line-height: 1.1875rem !important;
  padding: 16px !important;
  text-transform: uppercase !important;
  transition: 0.4s all !important;
  border-radius: 0 !important;
  display: inline-block;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

/* modal */
.modal-dialog {
  max-width: 50%;
  top: 50%;
  margin: auto;
  margin-top: 0;
  transform: translateY(-50%) !important;
}

.modal-header {
  background: #f7971c;
  width: 100%;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-dialog img.close-btn {
  width: 20px;
  cursor: pointer;
}

h5.modal-title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.btn-custom:hover {
  background-color: #f7971c !important;
}

.btn-custom:visited {
  color: #1e1e1e;
}

#page a {
  color: #151515;
  font-weight: 500 !important;
}

#page a:hover {
  color: #151515 !important;
  text-decoration: none !important;
}

.widget,
.page-content,
.entry-content,
.entry-summary {
  margin: 0 !important;
}

.mega-indicator {
  display: none !important;
}

/* header */
.whole-header {
  box-shadow: 0 1px 2px #c9cace;
}

.header-top-wrapper {
  color: #fff;
  padding: 11px 30px;
  line-height: 1.75rem;
  /*background: linear-gradient(78deg,
      #f7971c,
      #c17d58,
      #8d648e,
      #c17d58,
      #c17d58,
      #f7971c);*/ /*commented while CCRD-1007...*/
  background-color: #571580; /*..added while CCRD-1007..*/
}

#masthead {
  padding: 16px 0;
  background: #fff;
}

#masthead .row {
  align-items: center;
  /* padding: 0 15px; */
}

.header-logo-area .image {
  max-width: 120px !important;
}

.header-logo-area .image:focus-visible {
  outline: none;
}

.header-menu-area {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.header-menu-area #mega-menu-wrap-max_mega_menu_1 {
  background-color: #fff;
}

#maxmegamenu-2 {
  margin-right: 70px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  background-color: transparent;
  color: #000;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect='fade_up'] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  transform: translate(21px, 15px);
  transition: unset;
}

.Preservative strong {
  display: block;
}

.product-wrapper {
  position: relative;
  display: flex;
}

.product-wrapper .carousel-item img {
  max-width: 465px;
  /* padding-top: 35px; */
  padding-left: 25px;
  position: relative;
  top: -20px;
}

.welcome-to-accord {
  margin-top: 70px;
  margin-bottom: 100px;
}

/* footer */
.site-footer a {
  color: #1e1e1e !important;
}

.site-footer {
  background-image: url(/wp-content/uploads/2022/06/hex-img.svg);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  background-color: #f3f3f3;
  padding-top: 117px;
  padding-bottom: 20px;
  margin-top: 95px;
}

.footer-top-right #menu-footer-menu,
.footer-top-right #menu-terms-of-use {
  float: right;
  display: flex;
  padding-left: 0;
}

.left-panel {
  background: #f6f6f6;
  flex: 1;
  height: 400px;
  position: relative;
}

.right-panel {
  flex: 1;
}

/* Back to top */
.back-to-top {
  position: relative;
}

#back-to-top-button {
  width: 45px;
  height: 45px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(128, 128, 128, 0.268);
  position: absolute;
  right: 30px;
  top: 0;
}

#back-to-top-button:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 17px;
}

/* for arrow shift */
.view-detail-btn {
  padding-right: 15px !important;
}

.view-detail-btn a img,
.team-person-cta a img,
.news-post-cta img {
  transition: 0.3s;
}

.view-detail-btn a,
.team-person-cta a,
.news-post-cta {
  background-position: 0;
  display: flex;
}

.team-detail:hover .team-person-cta a img,
tbody tr:hover .view-detail-btn a img,
.query-newsroom .query-row:hover .news-post-cta img {
  /* opacity: 0; */
  transform: translateX(15px);
}

/* .team-detail:hover .team-person-cta a,
tbody tr:hover .view-detail-btn a,
.query-newsroom .query-row:hover .news-post-cta a {
  display: flex;
  background-image: url('../images/right-arrow-hover.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  display: block;
  width: 20px;
  height: 11px;
  transform: translateX(15px);
} */
/* .team-detail:hover .team-person-cta a {
  position: relative;
  top: 7px;
} */
/* for carousel fade */
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  transition: 0.4s linear;
}

/* career detail page */
.job-detail-page h1.job-detail-heading {
  margin-top: 55px;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 25px;
}

.job-detail-page .career-category p {
  font-weight: 500 !important;
  max-width: fit-content;
  position: relative;
  float: left;
  padding-right: 10px;
}

.job-detail-page .job-type p {
  font-weight: 500 !important;
  padding-left: 10px;
  display: inline-block;
}

.job-detail-page .career-category p:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  background: black;
}

.job-detail-page .detail-info p {
  /* max-width: 860px; */
  font-size: 26px !important;
  line-height: 40px !important;
  padding: 23px 30px;
  border: 1px solid #dddfe2;
}

.job-detail-page .detail-info p a {
  color: #0e7198 !important;
}

.job-detail-page .detail-info {
  margin-top: 10px;
}

.career-template-default .welcome-to-accord {
  margin-top: 40px;
  margin-bottom: 50px;
}

.career-template-default h2.page-heading {
  margin-bottom: 15px;
}

/* .career-template-default .welcome-to-accord p {
  max-width: 920px;
} */
.career-template-default ul {
  margin-left: 0;
  margin-bottom: 50px;
  padding-left: 20px;
}

.career-template-default ul li {
  /* margin-bottom: 25px; */
  padding-left: 10px;
  /* max-width: 900px; */
}

.career-template-default ul li::marker {
  color: #f7971c;
}

.post-navigation {
  display: none;
}