/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/plugins/conexus-custom/css/nunito-sans-v12-latin-regular.woff2")
      format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/wp-content/plugins/conexus-custom/css/nunito-sans-v12-latin-regular.woff")
      format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/plugins/conexus-custom/css/nunito-sans-v12-latin-700.woff2")
      format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+ */
      url("/wp-content/plugins/conexus-custom/css/nunito-sans-v12-latin-700.woff")
      format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "DM Serif Display";
  src: url("/wp-content/plugins/conexus-custom/css/DMSerifDisplay-Regular.woff2")
      format("woff2"),
    url("/wp-content/plugins/conexus-custom/css/DMSerifDisplay-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Display";
  src: url("/wp-content/plugins/conexus-custom/css/DMSerifDisplay-Italic.woff2")
      format("woff2"),
    url("/wp-content/plugins/conexus-custom/css/DMSerifDisplay-Italic.woff")
      format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  /* --primary-color: #BB9C2C; */
  --primary-color: #1b3768;
  --primary-green: #1b5e68;
  /* --primary-color:#1B6BC9; */
  /* --primary-color:#1B3768; */
  --primary-light: rgb(227, 228, 222);
  --secondary-color: #191919;
  --cu-white: #fff;
  --cu--light-bg: #f7f7f5;
  --cu-light-white: rgba(255, 255, 255, 0.7);
  --cu-black: #000;
  --cu-secondary-black: #191919;
  --cu-transparent: rgba(0, 0, 0, 0);
  --cu-neutral: #232e42;
  --cu-off-light: #eeeeec;
  --cu-border: #dedede;
  --cu-border-light: rgba(0, 0, 0, 0.1);
  --display-font: "DM Serif Display", Arial, Helvetica, sans-serif;
  --primary-font: "Nunito Sans", Arial, Helvetica, sans-serif;
  --cu-img-overlay: rgba(0, 0, 0, 0.74);
}

.as-mx-width {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.as-medium-width {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.as-two-column {
  columns: 2;
}

.as-cursor-pointer{
	cursor:pointer;
}



.as-hero-section .oxy-video-container{
	background: url(https://conexusre.b-cdn.net/wp-content/uploads/2023/04/conexus-recruiting-img-bg.jpg) no-repeat;
	background-size: cover;
	background-origin: 50% 50%;
	background-position: center center;
}











@media only screen and (max-width: 992px) {
  .as-two-column {
    columns: 1;
  }
}

.as-small-width {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.as-lf-rt-40-pad {
  padding: 0px 40px;
}

.ct-section-inner-wrap {
  max-width: 1200px !important;
  margin: 0 auto;
}

body {
  font-family: var(--primary-font);
  background-color: var(--cu-off-light);
}

body.oxy-modal-active {
  overflow: visible;
  position: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display-font);
}

.as-pro-menu ul li a,
p {
  font-family: var(--primary-font);
}

.as-nunito-sans {
  font-family: var(--primary-font);
}

/* Design Sets */

.btButtonWeight_normal {
  font-weight: normal;
}

.btButtonWeight_li_bold {
  font-weight: 300;
}

.btButtonWeight_nm_bold {
  font-weight: 400;
}

.btButtonWeight_bold {
  font-weight: 700;
}

.bt_nunito_sans {
  font-family: var(--primary-font);
}

.bt_display {
  font-family: var(--display-font);
}

.bt_bb_size_small_black {
  font-size: 13px;
  padding: 0.8em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--secondary-color) inset;
  background-color: var(--secondary-color);
  color: var(--cu-white);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_small_black:hover {
  box-shadow: 0 0 0 4em var(--secondary-color) inset,
    0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_normal_black {
  font-size: 14px;
  padding: 0.9em 1.1em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--secondary-color) inset;
  background-color: var(--secondary-color);
  color: var(--cu-white);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_normal_black:hover {
  box-shadow: 0 0 0 4em var(--secondary-color) inset,
    0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_large_black {
  font-size: 16px;
  padding: 1.2em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--secondary-color) inset;
  background-color: var(--secondary-color);
  color: var(--cu-white);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_large_black:hover {
  box-shadow: 0 0 0 4em var(--secondary-color) inset,
    0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--secondary-color);
}

.bt_bb_size_small_secondary {
  font-size: 13px;
  padding: 0.8em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--primary-color) inset;
  background-color: var(--primary-color);
  color: var(--cu-white);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_large_secondary div {
  color: var(--cu-white);
}

.bt_bb_size_small_secondary:hover {
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_normal_secondary {
  font-size: 14px;
  padding: 0.9em 1.1em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--primary-color) inset;
  background-color: var(--primary-color);
  color: var(--cu-white);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_normal_secondary div {
  color: var(--cu-white);
}

.bt_bb_size_normal_secondary:hover {
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_medium_secondary {
  font-size: 14px;
  padding: 1.5em 1.5em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--primary-color) inset;
  background-color: var(--primary-color);
  color: var(--cu-white);
  border: 1px solid var(--primary-color);
  line-height: 0;
}

.bt_bb_size_medium_secondary div {
  color: var(--cu-white);
}

.bt_bb_size_medium_secondary:hover {
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_large_secondary {
  font-size: 16px;
  padding: 1.2em;
  transition: all 300ms ease;
  box-shadow: 0 0 0 4em var(--primary-color) inset;
  background-color: var(--primary-color);
  color: var(--cu-white);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_large_secondary:hover {
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 10px 20px rgb(0 0 0 / 20%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border: 1px solid var(--primary-color);
}

.bt_bb_size_large_secondary_outline {
  font-size: 16px;
  padding: 1.2em;
  transition: all 300ms ease;
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: 0 0 0 0 var(--secondary-color) inset;
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  line-height: 16px;
}

.bt_bb_size_large_secondary_outline:hover {
  /* box-shadow: 0 0 0 4em var(--primary-color) inset, 0 5px 15px var(--cu-white); */
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 5px 15px rgb(0 0 0 / 10%);
  color: var(--cu-white);
  transform: translateY(-3px);
}

.bt_bb_size_large_secondary_outline_white {
  font-size: 16px;
  padding: 1.2em;
  transition: all 300ms ease;
  color: var(--cu-white);
  background-color: transparent;
  box-shadow: 0 0 0 0 var(--secondary-color) inset;
  border: 1px solid var(--cu-white);
  text-transform: uppercase;
  line-height: 16px;
}

.bt_bb_size_large_secondary_outline_white:hover {
  /* box-shadow: 0 0 0 4em var(--primary-color) inset, 0 5px 15px var(--cu-white); */
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 5px 15px rgb(0 0 0 / 10%);
  color: var(--cu-white);
  transform: translateY(-3px);
  border-color: var(--primary-color);
}

.bt_bb_square {
  border-radius: 0px;
}

.bt_bb_3px_round {
  border-radius: 3px;
}

.bt_bb_5px_round {
  border-radius: 5px;
}

.bt_bb_full_rounded {
  border-radius: 50px;
}

.bt_bb_link_small {
  font-size: 13px;
  color: var(--primary-color);
}

.bt_bb_link_small:hover {
  color: var(--secondary-color);
}

.bt_bb_link_medium {
  font-size: 14px;
  color: var(--primary-color);
}

.bt_bb_link_medium:hover {
  color: var(--secondary-color);
}

.bt_bb_link_large {
  font-size: 16px;
  color: var(--primary-color);
}

.bt_bb_link_large:hover {
  color: var(--secondary-color);
}

.bt_bb_small_icon {
  font-size: 1.02rem;
  width: 1.839em;
  height: 1.839em;
}

.as-huge-h1 {
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 400;
/*   text-transform: capitalize; */
  font-family: "DM Serif Display";
}


.as-rotating-text-pre.as-huge-h1{
	font-size: 3.5rem;
}
.as-huge-h1.as-rotating-text-header{
	font-size: 3.5rem;
}

@media only screen and (max-width: 1368px) {
  .as-huge-h1 {
    font-size: 5rem;
  }
}

.as-mb-25px {
  margin-bottom: 25px;
}

.as-mt-25px {
  margin-bottom: 25px;
}

.as-ml-25px {
  margin-bottom: 25px;
}

.as-mr-25px {
  margin-bottom: 25px;
}





/* Styling */

/* .as-main-header {
  margin-bottom: -120px;
} */

/* #inner_content-36-10,
#section-3-160 {
  margin-top: -120px;
} */

.as-main-header .oxy-header-container {
  max-width: 100%;
  padding: 0px;
}

.as-main-header .oxy-header-center {
  justify-content: flex-start;
}

.oxy-sticky-header-active .as-site-logo-white {
  opacity: 0;
}

.oxy-sticky-header-active .as-logo-original {
  opacity: 1;
}

.oxy-sticky-header-active {
  background: orange;
}

#-pro-menu-42-10.as-pro-menu ul.oxy-pro-menu-list > li > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.as-pro-menu ul.oxy-pro-menu-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50px * 0.4);
  right: calc(50px * 0.4);
  bottom: 0%;
  pointer-events: none;
  height: 3px;
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  opacity: 50%;
  transition: 200ms ease all;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  z-index: 5;
  background-color: var(--cu-white);
}

.as-pro-menu ul.oxy-pro-menu-list > li:hover > a::after {
  height: 3px;
  opacity: 1;
  transform: scale(1);
  background-color: var(--primary-color);
}




@media only screen and (min-width:992px){

#-pro-menu-42-10.as-pro-menu ul.sub-menu {
  background-color: var(--cu-white);
  width: 240px;
  padding: 10px 0px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0px 7px 10px rgb(34 34 34 / 18%);
}

#-pro-menu-42-10 .oxy-pro-menu-dropdown-links-visible-on-mobile ul.sub-menu{
  box-shadow: none;
}

#-pro-menu-42-10.as-pro-menu ul.sub-menu li a {
  padding: 0.5em 1.25em !important;
  position: relative;
}

#-pro-menu-42-10.as-pro-menu ul.sub-menu li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  left: 8px;
  transition: 200ms ease all;
  position: absolute;
  opacity: 0;
  transform: translateX(-5px);
  border-top: 2px solid var(--primary-color);
  top: 26px;
}
}






div#_header_row-32-10 {
  padding: 10px 0px;
}

#-pro-menu-42-10.as-pro-menu ul.sub-menu li:hover a:before {
  opacity: 1;
  transform: translatex(0);
  border-top: 2px solid var(--primary-color);
}

header.oxy-sticky-header-active {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

header.oxy-sticky-header-active .as-site-logo {
  width: 130px;
}

header.oxy-sticky-header-active
  div#-pro-menu-42-10
  .oxy-pro-menu-list
  .menu-item
  a {
  color: var(--cu-black);
  transition: 250ms ease all;
}

#-pro-menu-42-10 .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
  color: var(--primary-color);
}

/* header.oxy-sticky-header-active div#-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover {
  box-shadow: 0 2px 7px rgb(34 34 34 / 35%);
} */

header.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg {
  color: var(--cu-black);
}

header.oxy-sticky-header-active .bt_bb_size_medium_secondary {
  padding: 1.5em 1em;
}

/* Transparent Header Styling */

/* .page-id-12 #_header-31-10,
.page-id-85 #_header-31-10,
.page-id-59 #_header-31-10,
.page-id-67 #_header-31-10,
.page-id-73 #_header-31-10,
.page-id-79 #_header-31-10,
.page-id-183 #_header-31-10,
.page-id-102 #_header-31-10,
.page-id-180 #_header-31-10,
.page-id-187 #_header-31-10,
.search #_header-31-10,
.page-id-210 #_header-31-10,
.page-id-176 #_header-31-10 {
  background-color: transparent;
  background-image: linear-gradient(1deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.6) 70%);
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active,
.page-id-85 #_header-31-10.oxy-sticky-header-active,
.page-id-59 #_header-31-10.oxy-sticky-header-active,
.page-id-67 #_header-31-10.oxy-sticky-header-active,
.page-id-73 #_header-31-10.oxy-sticky-header-active,
.page-id-79 #_header-31-10.oxy-sticky-header-active,
.page-id-183 #_header-31-10.oxy-sticky-header-active,
.page-id-102 #_header-31-10.oxy-sticky-header-active,
.page-id-180 #_header-31-10.oxy-sticky-header-active,
.page-id-187 #_header-31-10.oxy-sticky-header-active,
.search #_header-31-10.oxy-sticky-header-active,
.page-id-210 #_header-31-10.oxy-sticky-header-active,
.page-id-176 #_header-31-10.oxy-sticky-header-active {
  background-color: var(--cu-white);
  background-image: unset;
} */

/* .page-id-12 #_header-31-10 .as-site-logo-white,
.page-id-85 #_header-31-10 .as-site-logo-white,
.page-id-59 #_header-31-10 .as-site-logo-white,
.page-id-67 #_header-31-10 .as-site-logo-white,
.page-id-73 #_header-31-10 .as-site-logo-white,
.page-id-79 #_header-31-10 .as-site-logo-white,
.page-id-183 #_header-31-10 .as-site-logo-white,
.page-id-102 #_header-31-10 .as-site-logo-white,
.page-id-180 #_header-31-10 .as-site-logo-white,
.page-id-187 #_header-31-10 .as-site-logo-white,
.search #_header-31-10 .as-site-logo-white,
.page-id-210 #_header-31-10 .as-site-logo-white,
.page-id-176 #_header-31-10 .as-site-logo-white {
  opacity: 1;
  z-index: 1;
} */

/* .page-id-12 #_header-31-10 .as-logo-original,
.page-id-85 #_header-31-10 .as-logo-original,
.page-id-59 #_header-31-10 .as-logo-original,
.page-id-67 #_header-31-10 .as-logo-original,
.page-id-73 #_header-31-10 .as-logo-original,
.page-id-79 #_header-31-10 .as-logo-original,
.page-id-183 #_header-31-10 .as-logo-original,
.page-id-102 #_header-31-10 .as-logo-original,
.page-id-180 #_header-31-10 .as-logo-original,
.page-id-187 #_header-31-10 .as-logo-original,
.search #_header-31-10 .as-logo-original,
.page-id-210 #_header-31-10 .as-logo-original,
.page-id-176 #_header-31-10 .as-logo-original {
  opacity: 0;
  z-index: 0;
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-85 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-59 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-67 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-73 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-79 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-183 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-102 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-180 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-187 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.search #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-210 #_header-31-10.oxy-sticky-header-active .as-site-logo-white,
.page-id-176 #_header-31-10.oxy-sticky-header-active .as-site-logo-white {
  opacity: 0;
  z-index: 0;
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-85 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-59 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-67 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-73 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-79 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-183 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-102 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-180 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-187 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.search #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-210 #_header-31-10.oxy-sticky-header-active .as-logo-original,
.page-id-176 #_header-31-10.oxy-sticky-header-active .as-logo-original {
  opacity: 1;
  z-index: 1;
} */

/* .page-id-12 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-85 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-59 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-67 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-73 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-79 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-183 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-102 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-180 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-187 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.search #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-210 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-176 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a {
  color: var(--cu-white);
} */

/* #_header-31-10 #-pro-menu-42-10.oxy-pro-menu-off-canvas .oxy-pro-menu-list>.menu-item {
  padding: 5px 0px;
} */

/* #_header-31-10 #-pro-menu-42-10.oxy-pro-menu-off-canvas .oxy-pro-menu-list>.menu-item>a {
  color: var(--cu-black);
  font-size: 20px;
} */

/* #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:focus-within {
  color: var(--cu-black) !important;
} */

/* #-pro-menu-42-10 .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:hover,
#-pro-menu-42-10 .oxy-pro-menu-list .menu-item.menu-item.menu-item.menu-item a:focus-within */

/* .page-id-12 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-85 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-59 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-67 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-73 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-79 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-183 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-102 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-180 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-187 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.search #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-210 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover,
.page-id-176 #_header-31-10 #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a:hover {
  color: var(--cu-black);
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-85 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-59 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-67 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-73 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-79 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-183 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-102 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-180 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-187 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-210 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.page-id-176 #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a,
.search #_header-31-10.oxy-sticky-header-active #-pro-menu-42-10 .oxy-pro-menu-list>.menu-item>a {
  color: var(--cu-black);
} */

/* .page-id-12 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-85 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-59 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-67 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-73 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-79 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-183 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-102 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-180 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-187 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-210 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.page-id-176 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg,
.search #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg {
  fill: var(--cu-white);
  transition: all .3s ease;
} */

/* .page-id-12 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-85 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-59 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-67 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-73 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-79 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-183 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-102 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-180 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-187 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-210 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-176 #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover,
.search #_header-31-10 #_social_icons-44-10.oxy-social-icons a svg:hover {
  transform: scale(1.2);
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-85 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-59 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-67 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-73 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-79 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-183 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-102 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-180 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-187 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-210 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.page-id-176 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg,
.search #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg {
  fill: var(--cu-black);
} */

/* .page-id-12 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-85 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-59 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-67 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-73 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-79 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-183 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-102 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-180 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-187 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-210 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.page-id-176 #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover,
.search #_header-31-10.oxy-sticky-header-active #_social_icons-44-10.oxy-social-icons a svg:hover {
  fill: var(--primary-color);
} */

@media only screen and (max-width: 992px) {
  .as-main-header .oxy-header-center {
    justify-content: center;
  }

  .as-main-header .oxy-header-center #-pro-menu-42-10 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .as-lf-rt-40-pad {
    padding: 0px 10px;
  }

  .as-main-header .oxy-header-container .oxy-header-left {
    width: 50%;
  }

  .as-main-header .oxy-header-container {
    flex-wrap: wrap;
    gap: 20px;
  }

  .as-main-header .oxy-header-container .oxy-header-right {
    width: 100%;
    justify-content: space-between;
  }

  .as-main-header .oxy-header-container .oxy-header-right .as-social-icon {
    flex-grow: 1;
  }

  .as-main-header .oxy-header-center {
    justify-content: flex-end;
  }

/*   #inner_content-36-10,
  #section-3-160 {
    margin-top: -184px;
  } */
}

/* Transparent Header Styling */

.as-hero-section {
  transition: all 200ms ease;
  position: relative;
}

#link_button-273-12,
#link_button-271-12 {
  padding: 1.3em 2.3em;
}

.as-hero-section .ct-section-inner-wrap {
  max-width: 1440px !important;
  margin: 0 auto;
  width: 100%;
  flex-direction: column !important;
  align-items: flex-start !important;
  row-gap: 40px;
}

.as-animation-block {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1450px) {
  section#section-2-12 .ct-section-inner-wrap {
    padding-left: 3em;
    padding-right: 3em;
  }

  .as-huge-h1 {
    font-size: 5rem;
  }
	
	
	.as-rotating-text-pre.as-huge-h1{
		font-size: 3.5rem;
	}
	
	.as-huge-h1.as-rotating-text-header{
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 1250px) {
  .as-huge-h1 {
    font-size: 4rem;
  }
	
	
	.as-rotating-text-pre.as-huge-h1{
		font-size: 3rem;
	}
	.as-huge-h1.as-rotating-text-header {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 1030px) {
  .as-huge-h1 {
    font-size: 3rem;
  }
	
.as-rotating-text-pre.as-huge-h1{
	font-size: 2.5rem;
}
	
	.as-huge-h1.as-rotating-text-header {
	font-size: 2.5rem;
}
}

@media only screen and (max-width: 800px) {
  .as-huge-h1 {
    font-size: 2.5rem;
  }
	
	
.as-rotating-text-pre.as-huge-h1{
	font-size: 2.5rem;
}
	.as-huge-h1.as-rotating-text-header {
	font-size: 2.5rem;
}
}

@media only screen and (max-width: 680px) {
  section#section-2-12 .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .as-huge-h1 {
    font-size: 2rem;
  }
	
.as-rotating-text-pre.as-huge-h1{
	font-size: 1.5rem;
}
	
	.as-huge-h1.as-rotating-text-header {
	font-size: 1.5rem;
}
}

.page-id-85 .as-services-boxes .as-service-box {
  border-top: 1px solid var(--cu-border);
  padding-top: 2rem;
}

.as-icon-button-icon {
  transition: all 300ms ease;
}

.as-icon-button:hover .as-icon-button-icon {
  transform: translateX(0.2em);
  color: var(--cu-black);
}

.as-icon-button:hover .as-icon-button-text {
  color: var(--cu-black);
}

.as-big-section .as-big-service-box .as-big-service-box-img {
  transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.as-big-section .as-big-service-box .as-big-service-box-image {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.as-big-section .as-big-service-box:hover .as-big-service-box-img {
  transform: scale(1.05);
}

@media only screen and (max-width: 1250px) {
  .as-big-section {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 1033px) {
  .as-big-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  #section-23-12 > .ct-section-inner-wrap {
    gap: 15px;
  }
}

@media only screen and (max-width: 832px) {
  #section-23-12 > .ct-section-inner-wrap {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .as-big-inner-divs {
    width: 100%;
  }

  #headline-28-12,
  #text_block-116-12,
  #text_block-31-12 {
    max-width: 100%;
  }
}

.as-cutom-testimonial .oxy-testimonial-text {
  font-family: var(--display-font);
}

.as-cutom-testimonial .oxy-testimonial-photo-wrap {
  display: none;
}

.as-testimonial .unslider,
.as-testimonial li.unslider-active {
  padding: 0px;
}

.as-boxes-section .as-option-span {
  font-weight: 900;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  section#section-159-12 .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
	  
  }
}

.as-after-service-hero .ct-section-inner-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

section#section-2-59 .ct-section-inner-wrap {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 1250px) {
  #services > .ct-section-inner-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  #services > .ct-section-inner-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 862px) {
  #services > .ct-section-inner-wrap {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0px;
  }

  .as-service-box {
    width: 50%;
    margin-bottom: 3em;
  }

  .as-service-box:nth-child(3) {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .as-service-box {
    width: 100%;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 1200px) {
  section#section-110-12.as-org-section .ct-section-inner-wrap,
  section#section-289-12.as-org-section .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 1140px) {
  .as-org-left,
  .as-org-right {
    transform: translate(0px) !important;
  }
  #section-110-12 > .ct-section-inner-wrap {
    align-items: stretch;
  }
}

@media only screen and (max-width: 1033px) {
  section#section-110-12.as-org-section .ct-section-inner-wrap,
  section#section-289-12.as-org-section .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}

body.page-id-85 {
  background-color: var(--cu-white);
}

.as-about-us-points {
  margin: 0 auto;
}

.as-about-us-points:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 74%) 20%,
    rgba(0, 0, 0, 0) 80%
  );
}

@media only screen and (max-width: 1200px) {
  .as-about-after-hero,
  .as-our-mission {
    padding-left: 2em;
    padding-right: 2em;
  }

  .as-our-mission {
    padding-right: 0px;
  }
  section#section-128-85 .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
    margin: 0;
  }
}

@media only screen and (max-width: 1033px) {
  section#section-128-85 .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
  }
}

@media only screen and (max-width: 880px) {
  .as-about-after-hero,
  .as-our-mission {
    padding-left: 1em;
    padding-right: 1em;
  }

  .as-about-after-hero .ct-section-inner-wrap {
    flex-direction: column !important;
  }

  .as-our-mission .ct-section-inner-wrap {
    flex-direction: column-reverse !important;
  }

  .as-about-after-hero .ct-section-inner-wrap .as-about-after-div,
  .as-our-mission .ct-section-inner-wrap .as-our-mis-div {
    width: 100% !important;
  }

  .as-about-after-hero .ct-section-inner-wrap .as-about-after-div *,
  .as-our-mission .ct-section-inner-wrap .as-our-mis-div * {
    max-width: 100% !important;
  }

  img#image-77-85 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center top;
  }

  #div_block-66-85 {
    padding-bottom: 4em;
  }
}

@media only screen and (max-width: 1200px) {
  .as-about-us-points {
    padding: 0em 2em;
  }
}

div#_rich_text-20-102 a {
  color: var(--cu-secondary-black);
}

div#_rich_text-20-102 a:hover {
  color: var(--primary-color);
}

/* Contact Us Gravity Form */

.as-contact-us-gf-form * {
    margin: 0px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

/* .as-cu-input div#input_2_1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
} */

/* .as-cu-input span#input_2_1_3_container,
.as-cu-input span#input_2_1_6_container {
  width: calc(50% - 18px);
} */

.as-cu-input div input,
.as-cu-input div textarea {
  padding: 0.98em !important;
  background-color: #eeeeec;
  font-size: 0.9em !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}

.as-sub-ser-form .as-cu-input div input,
.as-sub-ser-form .as-cu-input div textarea {
  background-color: var(--cu-white);
}

.as-cu-input div input:focus,
.as-cu-input div textarea:focus {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

.as-cu-input div textarea{
	resize: both;
    height: 90px !important;
}
.as-contact-us-gf-form .as-cu-input {
  margin-bottom: 13px !important;
}

.as-sub-ser-form .gform_wrapper .gform_footer,
.as-sub-ser-form .gform_wrapper {
  margin: 0px;
}

.as-sub-ser-form .gform_wrapper ul.gform_fields li.gfield {
  padding: 0px;
}

ul#gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
}

li#field_2_2 {
    flex-basis: calc(50% - 10px);
    margin-right: 19px !important;
}

li#field_2_3 {
    flex-basis: calc(50% - 10px);
}

ul#gform_fields_2 li {
    width: 100%;
}

/* input#gform_submit_button_2, input#gform_submit_button_3, */
.as-all-forms input[type="submit"] {
  background-color: var(--primary-color);
  padding: 0 1.2em !important;
  letter-spacing: 0px;
  box-shadow: 0 0 0 4em var(--primary-color) inset;
  width: 100% !important;
  font-size: 0.8em !important;
  text-transform: uppercase;
  color: var(--cu-white);
  border: 1px solid var(--primary-color);
  min-height: 4.5em;
  transition: all 300ms ease;
  cursor: pointer;
}

.as-all-forms input[type="submit"]:hover {
  transform: translateY(-3px);
  background-color: var(--primary-color);
  box-shadow: 0 0 0 4em var(--primary-color) inset, 0 5px 15px rgb(0 0 0 / 10%);
}

input#gform_submit_button_4 {
  width: 20% !important;
}

.as-location-rich:hover a {
  color: var(--primary-color);
}

.as-location-rich a {
  color: var(--cu-netural);
}

li.as-2-col-name .ginput_complex {
    display: flex;
}

li.as-2-col-name .ginput_complex > span {
    flex-basis: calc(100% - 10px) !important;
}

li.as-2-col-name .ginput_complex span.name_first {
    margin-right: 19px !important;
}



@media only screen and (max-width: 1200px) {
  section#section-8-102 .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 880px) {
  section#section-8-102 .ct-section-inner-wrap {
    flex-direction: column;
  }

  .as-contact-us-div {
    width: 100%;
    padding-left: 0px;
  }

  .as-contact-us-div * {
    max-width: 100% !important;
  }

  .as-contact-us-right {
    padding-top: 2em;
  }

  .as-cu-input div#input_2_1 {
    justify-content: space-between;
  }

  .as-all-forms input[type="submit"] {
    min-height: 3.5em !important;
  }

  .as-locations {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 881px) {
	
	li.as-2-col-name .ginput_complex {
    display: flex;
    width: 100% !important;
    gap: 19px;
	}
		
li.as-2-col-name .ginput_complex span.name_first {
    margin-right: 0px !important;
}
}
	
}



/* Contact Us Gravity Form */

/* Submit you search request */

@media only screen and (max-width: 1200px) {
  #shortcode-10-183 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #shortcode-10-183 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Submit you search request */

/* Submit you resume */

@media only screen and (max-width: 1200px) {
  .as-resume-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .as-resume-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  input#gform_submit_button_4 {
    width: 100% !important;
  }
}

/* Submit you resume */

/* Search Form */

.as-search-form input.search-field {
  font-family: var(--primary-font);
  padding: 0 2em 0 1em;
  height: 2em;
  /* line-height: 2.25em; */
  font-size: 3em;
  font-weight: 100 !important;
  border: 0;
  text-align: left;
  transition: 500ms ease all;
  color: var(--cu-black) !important;
  box-shadow: 0 0 0 2px rgb(0 0 0 / 10%) inset;
  background: transparent;
}

.as-search-form input.search-field:focus {
  outline: none;
}

.as-search-form input.search-submit {
  display: none;
}

/* .search #fancy_icon-187-10 {
  color: var(--cu-black);

}

#fancy_icon-187-10 {
  transition: all .3s ease;
}



.oxy-sticky-header-active #fancy_icon-187-10 {
  color: var(--cu-black);
}

.oxy-sticky-header-active #fancy_icon-187-10:hover {
  color: var(--primary-color);
} */

#fancy_icon-187-10:hover {
  color: var(--primary-green);
}

a#link_button-192-10:focus {
  outline: none;
}

.search-bredcrumbs {
  color: var(--cu-white);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
}

.search-bredcrumbs a {
  color: var(--cu-white);
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
}

.search-bredcrumbs a:hover {
  color: var(--primary-color);
}

.search-query {
  font-size: 44px;
  line-height: 53px;
  color: var(--cu-white);
  font-weight: 400;
  margin-top: 20px;
  text-transform: capitalize;
  text-align: left;
}

.as-search-results-posts h2 a {
  color: var(--cu-black);
  font-size: 34px !important;
  font-weight: 400;
}

.oxy-post-meta-date.oxy-post-meta-item {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: italic;
  color: var(--cu-black);
}

.as-search-results-posts .oxy-post {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em !important;
}

.as-search-results-posts .oxy-post h2 a{
	position: relative;
}


.as-search-results-posts .oxy-post h2 a:hover{
	color: var(--primary-color);
}

.as-search-results-posts .oxy-post h2 a:before{
	position: absolute;
	width: 0px;
	height:2px;
	background-color: var(--primary-color);
	content:"";
	bottom: 0px;
    transition: all ease .3s;
    transform-origin: left;
}

.as-search-results-posts .oxy-post h2 a:hover:before{
	width: 100%;
}

.search-no-results .as-results-not-found,
.search-results .as-results-found {
  display: block;
}

.search-no-results .as-results-found,
.search-results .as-results-not-found {
  display: none;
}

.as-not-found-search-form input.search-field {
  width: 85%;
  background: transparent;
  padding: 1.2em;
  line-height: 1;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.as-not-found-search-form input.search-submit {
  width: 14%;
  background-color: var(--primary-color);
  color: var(--cu-white);
  height: auto;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1;
  padding: 1.3em;
}

.as-not-found-search-form input.search-field:focus {
  outline: none;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 800px) {
  .as-not-found-search-form form.search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 650px) {
  .search-query {
    font-size: 35px;
  }

  .as-not-found-search-form input.search-submit,
  .as-not-found-search-form input.search-field {
    width: 100%;
  }
}

/* Search Form */

/* Leadership team styling */

#_posts_grid-20-79 .oxy-posts {
  gap: 30px;
}

#_posts_grid-20-79 .oxy-post {
  width: calc(33.33% - 20px);
  margin-bottom: 0px;
  transition: all 600ms ease-in-out;
  padding: 0px !important;
}


div#team-content-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

[id^="team-content-inner"]{
	  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

[id^="team-full-content"]{
	flex-basis: 100%;
}
/* div#team-full-content {
  flex-basis: 100%;
} */

[id^="team-content-inner"] .popup-team-image img {
  width: 300px;
  height: auto;
}

[id^="team-content-inner"] .popup-team-image {
  flex-basis: 40%;
}

[id^="team-content-inner"] .team-meta {
  flex-basis: 60%;
}

svg.linkedin-icon {
  display: block;
  width: 2em;
  height: auto;
  transition: all 0.3s ease;
}

svg.linkedin-icon path {
  fill: var(--primary-color);
}

svg.linkedin-icon path:hover {
  fill: var(--cu-neutral);
}

svg.linkedin-icon:hover {
  transform: scale(1.2);
}

@media only screen and (max-width: 1120px) {
  #_posts_grid-20-79 .oxy-posts {
    padding: 0px 20px;
  }

  #_posts_grid-20-79 .oxy-post {
    width: calc(33% - 20px) !important;
  }

  .team-footer .team__read__more img {
    display: none;
  }

  .team-num-email {
    flex-wrap: wrap;
    gap: 13px;
  }
}

@media only screen and (max-width: 990px) {
  #_posts_grid-20-79 .oxy-post {
    width: calc(50% - 20px) !important;
  }
}

@media only screen and (max-width: 678px) {
  #_posts_grid-20-79 .oxy-post .team-full-content h2 {
    font-size: 1.3rem;
  }

  #_posts_grid-20-79 .oxy-post .team-footer .team__read__more {
    justify-content: end;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 538px) {
  #_posts_grid-20-79 .oxy-post {
    width: 100% !important;
  }
}

.team-img-main {
  width: 100%;
  overflow: hidden;  
  position: relative;
  z-index: 1;
	background: #F6FBFF;
}


.team-img-main:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(245,250,254,1) 69%, rgba(182,187,195,1) 100%);
    transition: all ease .5s;
    transform: scale(1.1);
}

.team-img-main:hover:before {
    transform: scale(1.2);
}

#_posts_grid-20-79 .oxy-post:hover {
  box-shadow: 0 7px 30px -10px rgb(133 153 162 / 50%);
}

#_posts_grid-20-79 .oxy-post:hover .team-img-main img {
  transform: scale(1.1);
}

.team-popup .as-team-box {
  max-width: 900px;
  width: 100%;
  min-height: 700px;
  position: relative;
  padding: 2rem;
}

.team-popup .as-team-box .oxy-close-modal {
  top: 15px;
  right: 15px;
  color: var(--cu-white);
  font-weight: 700;
  font-size: 17px;
}

.team-popup .as-team-box [id^="team-full-content"] p {
  font-size: 14px;
}

@media only screen and (max-width:767px){
	
	.team-popup{
		padding-top: 35px;		
	}
	
	.team-popup .as-team-box .oxy-close-modal {
	  top: 25px;
	  right: 25px;  
	}
	
}







.team-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 2;
  object-fit: cover;
  transition: all 600ms ease-in-out;
}

.team-des-depart {
  font-size: 0.8125rem;
  margin-bottom: 0.6em;
  font-weight: 500;
  color: var(--cu-neutral);
}

.team-full-content {
  width: 100%;
  padding: 1.5em;
  background-color: var(--cu-white);
  border: 1px solid #0000002e;
  border-top: 1px solid #ff000000;
  flex-grow: 1;
}

.team-full-content h2 {
  width: 100%;
  font-size: 2.125rem;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  color: var(--cu-neutral);
}

.team-full-content h2:after {
  content: "";
  position: absolute;
  width: 100% !important;
  height: 1px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
}

.team-num-email {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  gap: 10px;
}

.team-num-email.team-num-email_popup {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.team-num-email img {
  width: 13px;
  height: 13px;
}

.team-num-email .team-num,
.team-num-email .team-email {
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.team-num-email .team-num a,
.team-num-email .team-email a {
  color: var(--cu-neutral);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

.team-social-link .team-linkedin img {
  width: 30px;
  height: 30px;
}

.team-name {
  margin-top: 10px;
  color: var(--cu-neutral);
  font-weight: 400;
	font-family: var(--display-font);
	font-size: 24px;
}

.team-footer {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.team-footer .team-read-more {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  transition: all 300ms ease;
  display: flex;
  gap: 10px;
  align-items: center;
}

.team-footer .team-read-more span {
  margin-top: 2px;
}

.team-footer .team-read-more svg.right-arrow-icon {
  display: block;
  width: 16px;
  height: auto;
}

.team-footer .team-read-more svg.right-arrow-icon path {
  fill: var(--primary-color);
}

.team-footer .team-read-more:hover svg.right-arrow-icon path {
  fill: var(--cu-neutral);
}

.team-footer .team-read-more:hover {
  color: var(--cu-neutral);
}

.team-footer .team__read__more img {
  position: absolute;
  width: 13px;
  height: auto;
  right: 0;
  bottom: 0;
  transform: translate(0%, -50%);
  transition: all 300ms ease;
  top: 9px;
}

a.team__email img {
  width: auto;
  height: 10px;
}

.team-footer .team__read__more .read_more_default {
  z-index: 1;
  opacity: 1;
}

.team-footer .team__read__more .read_more_hover {
  z-index: 0;
  opacity: 0;
}

.team-footer .team__read__more {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  flex-basis: 40%;
  cursor: pointer;
	flex-grow: 1;
}

.team-footer .team__read__more:hover .read_more_hover {
  z-index: 1;
  opacity: 1;
  transform: translate(0.2em, -50%) !important;
}

.team-footer .team__read__more:hover .read_more_default {
  z-index: 0;
  opacity: 0;
}

.team-footer .team__read__more img:first-child {
  opacity: 1;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .as-team-archive-section {
    padding: 0em 2em;
  }

  .as-team-archive-section .team-footer .team__read__more img {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  .team-full-content h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 880px) {
  .as-team-archive-section {
    padding: 0em 1em;
  }
}

@media only screen and (max-width: 650px) {
  .as-team-archive-section {
    padding: 0em 0em;
  }
}

/* Leadership team styling */

/* Methodology */

@media only screen and (max-width: 1200px) {
  .as-method-points .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .as-method-points .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* Methodology */

.as-boxed-section-list ul {
  padding-left: 17px;
}

.as-boxed-section-count {
  background-color: #1b376821;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  border-radius: 5px;
  font-size: 24px;
}

.as-footer-social-icons [class*="oxy-social-icons"] {
  border: 1px solid var(--cu-white);
}

.as-footer-social-icons [class*="oxy-social-icons"]:before {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--cu-transparent);
  border-radius: 100px;
  position: absolute;
  transition: all 200ms ease;
  box-shadow: 0 0 0 0 var(--cu-white) inset;
}

.as-footer-social-icons [class*="oxy-social-icons"] {
  position: relative;
}

.as-footer-social-icons [class*="oxy-social-icons"] svg {
  z-index: 1;
}

.as-footer-social-icons [class*="oxy-social-icons"]:hover:before {
  background: var(--cu-white);
  box-shadow: 0 0 0 3em var(--cu-white) inset;
}

.as-footer-cp p {
  color: var(--cu-white);
  font-size: 13px;
}

.as-footer-links a {
  color: var(--cu-white);
  text-decoration: underline;
  font-size: 13px;
  transform: all 200ms ease;
}

.as-footer-links a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .as-footer .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* Services CTA */

@media only screen and (max-width: 1200px) {
  /* .as-services-cta-section .ct-section-inner-wrap {
    padding-left: 2em !important;
    padding-right: 2em !important;
  } */

  section#section-6-59 {
    padding-left: 2em;
    padding-right: 2em;
  }

  section#section-108-59 .ct-section-inner-wrap,
  section#section-18-59 .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
  div#div_block-20-59 {
    transform: translate(0px);
  }

  #headline-24-59 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1033px) {
  section#section-6-59 {
    padding-left: 1em;
    padding-right: 1em;
  }
  section#section-6-59 .as-two-column {
    columns: 1;
  }

  section#section-108-59 .ct-section-inner-wrap,
  section#section-18-59 .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 867px) {
  #headline-24-59,
  #headline-26-67 {
    font-size: 32px;
    line-height: 47px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #headline-24-59,
  #headline-26-67 {
    font-size: 29px;
    line-height: 47px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1140px) {
  section#section-6-59 .ct-section-inner-wrap {
    align-items: stretch;
  }

  #div_block-8-59 {
    transform: translate(0px);
  }
}

/* Services CTA */

/* Oxygen Wrapper */

.ct-section-inner-wrap {
  max-width: 1200px !important;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

/* Oxygen Wrapper */

/* Services Toggle */

.as-projects-toggle:hover {
  background-color: var(--cu-neutral);
}

.as-projects-toggle:hover .as-toggle-heading {
  color: var(--cu-white);
}

.as-projects-toggle h1 {
  letter-spacing: 2px;
}

.as-projects-toggle:hover .oxel_accordion__icon {
  color: var(--cu-white);
}

.as-projects-toggle.oxel_accordion__row--active {
  background-color: var(--cu-neutral);
}

.as-projects-toggle.oxel_accordion__row--active .as-toggle-heading {
  color: var(--cu-white);
}

.as-projects-toggle.oxel_accordion__row--active .oxel_accordion__icon {
  color: var(--cu-white);
}

.portal-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Services Toggle */

.as-all-hero-section-height {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-all-hero-section-height .ct-section-inner-wrap {
  padding: 0px !important;
}



.as-search-form input.search-field {
    border: 1px solid #d9d9d9 !important;
    outline: none !important;
    box-shadow: none;
    border-radius: 5px !important;
    font-size: 1.5rem;
    font-weight: 300 !important;
    font-family: inherit;
    padding: 2rem 4rem;
    text-align: center;
}

#fancy_icon-196-10>svg:focus,
#fancy_icon-196-10>svg:hover{
    outline: none !important;
}


@media only screen and (max-width: 1200px) {
  section#section-100-73 .ct-section-inner-wrap,
  section#section-18-73 .ct-section-inner-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
  section#section-18-73 .ct-section-inner-wrap {
    align-items: stretch;
  }
  div#div_block-19-73 {
    transform: translate(0px);
  }
  #image-29-73 {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1033px) {
  section#section-100-73 .ct-section-inner-wrap,
  section#section-18-73 .ct-section-inner-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 768px) {
  #image-29-73 {
    width: 100%;
  }
}

@media only screen and (max-width: 730px) {
  #_search_form-190-10 input {
    font-size: 2em;
  }
}

/* @media only screen and (max-width: 500px) {
  #_search_form-190-10 input {
    font-size: 1.5em;
  }
  #fancy_icon-196-10 > svg {
    width: 40px;
    height: 40px;
  }
  a#link-195-10 {
    top: 320px;
    left: 200px;
  }
} */

@media only screen and (max-width: 480px) {
  #_search_form-190-10 input {
    font-size: 1.3em;
  }
  #fancy_icon-196-10 > svg {
    width: 35px;
    height: 35px;
  }
  a#link-195-10 {
    top: 300px;
    left: 200px;
  }
}


div#div_block-42-2102 {
    width: 100%;
}

.as-cs-posts-grid .oxy-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    width: 100%;
	gap: 25px;
}

.as-rsvp-description-list li p {
margin-bottom:1rem !important;
}
