/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@font-face {
  font-family: 'WorkSans';
  src: url('./fonts/WorkSans-Regular.ttf');
}

@font-face {
  font-family: 'WorkSans';
  src: url('./fonts/WorkSans-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'WorkSans';
  src: url('./fonts/WorkSans-SemiBold.ttf');
  font-weight: 600;
}
.fa-twitter:before {
  content: "\e61b"  !important;
}
/* body.rtl{
  direction: ltr;
}
body.rtl p, body.rtl a, body.rtl span, body.rtl input, body.rtl select, body.rtl textarea, body.rtl legend, body.rtl button {
  direction: rtl;
} */
body.rtl #masthead .container, body.rtl .kt-row-column-wrap, body.rtl .row, body.rtl #gform_wrapper_1 form{
  direction: ltr;
}
body.rtl .row *, body.rtl .kt-row-column-wrap *{
  direction: rtl;
}
h1 {
	font-size: 53px;
}

h2 {
	font-size: 38px;
}

h2 strong {
	color: #E9A100;
  font-family: 'WorkSans';
  font-weight: bold;
}
.breadcrumbs{
  display: none;
}
body, html {
  font-family: 'WorkSans';
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
body.rtl .no-sidebar .entry-content > .alignfull{
  margin-right: calc(-100vw / 2 + 100%);
  margin-left: calc(-100vw / 2);
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
.wp-block-button .wp-block-button__link {
	padding: .5rem 2.5rem !important;
}
h2{
  font-weight: bold;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px !important;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}

.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 200px;
  float: none;
}
.top-strip .container, .top-strip .left-strip, .top-strip .header-contact-details ul  {
	display: flex;
	align-items: center;
	margin-bottom: 0;

}

.top-strip .left-strip, .top-strip,.top-strip .header-contact-details ul {
	gap: 1.5rem;
}
.header-contact-details ul {
	list-style-type: none;
	color: #fff;
	padding-left: 0;
}
.header-contact-details ul li {
	padding-left: 0;
	position: relative;
}

.header-contact-details ul li:before {
	content: '';
	background-repeat: no-repeat;
	background-size: 27px;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
}
/* .header-contact-details ul li:first-child:before {
	background-image: url(/wp-content/uploads/2024/05/Group-238.png);
}
.header-contact-details ul li:nth-child(2):before {
	background-image: url(/wp-content/uploads/2024/05/Group-239.png);
} */
ul.cnss-social-icon li a {
	border: 1px solid #fff !important;
	line-height: 1;
}
ul.cnss-social-icon li a i {
	font-size: 14px !important;
}
.header-right-wrapper{
  text-align: right;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none;
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.onepress-menu >li:last-child{
  margin-left: 10px
}
#page #masthead .onepress-menu >li:last-child a {
	background-color: #E9A100;
    color: #fff !important;
    padding: .5rem 2rem;
    border-radius: 50px; font-weight: bold;
    border: 1px solid #E9A100;
}
#page .onepress-menu >li:last-child a:hover{
  background: #fff;color: #E9A100 !important; border-color: #E9A100
}
.top-strip {
	background-color: #E9A100;
}
#page #colophon .site-info {
    padding: 10px 0px !important;	
	background-color: #08928B !important
}
#page #colophon .site-info p {
	margin-bottom: 0;
}
#page ul.cnss-social-icon li.cn-fa-icon a {
	background-color: transparent !important;
}
#gform_wrapper_1 form > div:first-child{
  flex: 1;
  height: 47px;
}
#gform_wrapper_1 form {
	display: flex;
	border: 1px solid #fff !important;
    border-radius: 50px;
}
#gform_wrapper_1 form .gform_footer {
	margin-top: 0 !important;
	margin-right: -2px;
}
#gform_wrapper_1 form .gform_footer .gform_button  {
	background-color: #E9A100;
	border-radius: 50px;
	margin-top: -1px;
	margin-bottom: -1px;
}
#gform_wrapper_1 form .ginput_container_email {
	background-color: #2db1aa;
	color: #fff;
	border-radius: 50px;
	border-right: none;
	border: none !important;
	margin-top: 4px;
}
#page #gform_wrapper_1 form .ginput_container_email > input {
	border-radius: 50px;
    border: none !important;
	background-color: transparent !important;
	color: #fff;
}
#media_image-2 img {
	max-width: 150px !important;
}
.with-shadow {
	padding-top: 4rem;
	padding-right: 4rem;
}
.with-shadow img {
	border-radius: 50%; width: 100%
}
.with-shadow.teal img {
	box-shadow: 36px -34px 0px 10px rgba(45,177,170,0.75);
	-webkit-box-shadow: 36px -34px 0px 10px rgba(45,177,170,0.75);
	-moz-box-shadow: 36px -34px 0px 10px rgba(45,177,170,0.75);
}
.with-shadow.orange img {
	box-shadow: 36px -34px 0px 10px #EC6C21;
	-webkit-box-shadow: 36px -34px 0px 10px #EC6C21;
	-moz-box-shadow: 36px -34px 0px 10px #EC6C21;
}
.with-shadow.yellow img {
	box-shadow: 36px -34px 0px 10px #E9A100;
	-webkit-box-shadow: 36px -34px 0px 10px #E9A100;
	-moz-box-shadow: 36px -34px 0px 10px #E9A100;
}
.with-shadow.red img {
	box-shadow: 36px -34px 0px 10px #9a242b;
	-webkit-box-shadow: 36px -34px 0px 10px #9a242b;
	-moz-box-shadow: 36px -34px 0px 10px #9a242b;
}

.solving-logistical > .kt-row-column-wrap {
	margin-left: 0 !important;
}


ul.list-with-white-circle, .list-with-circle{
  padding-left: 0; margin: 0;
}
ul.list-with-white-circle li, .list-with-circle li{
  position: relative; padding-left: 40px;
  list-style-type: none;
  margin: 0 0 15px;
}
ul.list-with-white-circle li:before, .list-with-circle li:before{
  content: '';
  position: absolute;
  left: 2px;
  width: 30px;
  height: 25px;
  background: url(/wp-content/uploads/2024/05/Group-241.png) no-repeat;
  background-size: contain;
}
.list-with-circle li:before{
  background-image: url(/wp-content/uploads/2024/10/Group-241-1.png);
}
body.rtl ul.list-with-white-circle li:before, body.rtl .list-with-circle li:before{left: unset; right: -45px}
.started-assessment > .kt-row-column-wrap {
	gap: 2rem;
}

.started-assessment > .kt-row-column-wrap .wp-block-kadence-column .kb-row-layout-wrap .kt-row-column-wrap .wp-block-kadence-column {
	box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	padding: 2rem;
	position: relative;
	overflow: hidden;
}
.started-assessment > .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column h2 {
	font-size: 95px;
    color: #2db1aa;
}
.started-assessment > .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column h4 {
	font-size: 17px;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.started-assessment > .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column:before {
	content: '';
    width: 250px;
    height: 250px;
    background-color: #2db1aa;
    border-radius: 50%;
    position: absolute;
    right: -130px;
    top: -130px;

}
.started-assessment > .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column:nth-child(2):before {
    background-color: #E9A100;	
}
.started-assessment > .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column:nth-child(3):before {
	background-color: #EC6C21;
}

.news-wrapper .news {
	box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 3rem;
}
.news-wrapper .news .thumbnail {
	position: relative;
	padding-bottom: 70%;
}
.news-wrapper .news .thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
}
.news-wrapper .news .details {
	padding: 2rem;
}
.news-wrapper .news .learn-more {
    background-color: #2db1aa;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 50px;
    position: absolute;
    bottom: 1.5rem; text-decoration: none;
    left: 50%;
    transform: translateX(-50%);	
}
.news-wrapper .news .details h6 {
	font-size: 11px;
    color: #e9a100;
}
.news-wrapper .news .details h4 {
	font-size: 17px;
    font-weight: 700;
    margin-bottom: 13px;
}
.green-orange-corner {
	overflow: hidden;
}
.green-orange-corner:before {
	content: '';
    width: 250px;
    height: 250px;
    background-color: #2db1aa;
    border-radius: 50%;
    position: absolute;
    left: -130px;
    top: -130px;
}
.green-orange-corner:after {
	content: '';
    width: 250px;
    height: 250px;
    background-color: #ec6c21;
    border-radius: 50%;
    position: absolute;
    right: -130px;
    bottom: -130px;
}

.orange-green-corner {
	overflow: hidden;
}
.orange-green-corner:before {
	content: '';
    width: 250px;
    height: 250px;
	background-color: #ec6c21;
    border-radius: 50%;
    position: absolute;
    left: -130px;
    top: -130px;
}
.orange-green-corner:after {
	content: '';
    width: 250px;
    height: 250px;
    background-color: #2db1aa;
    border-radius: 50%;
    position: absolute;
    right: -130px;
    bottom: -130px;
}

.testimonials-wrapper .testimonials {
	box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.16);
	-webkit-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.16);
	padding: 6rem 2rem 2rem 2rem;
}
.testimonials-wrapper .details {
	display: flex;
    gap: 10px;
    align-items: center;
}
.testimonials-wrapper .details .thumbnail {
	flex-basis: 25%;
}
.testimonials-wrapper .slick-track{
  padding: 20px 0
}
.testimonials-wrapper .details .thumbnail:empty{
  display: none
}
.testimonials-wrapper .details .thumbnail img {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.testimonials-wrapper .details .name-title .name {
	font-weight: 700;
}
.testimonials-wrapper .testimonials p {
	position: relative;
}
.testimonials-wrapper .testimonials p:before {
	content: '';
	background: url(/wp-content/uploads/2024/05/blue-double-quote.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -65px;
	background-size: contain;
	opacity: .5;
}
.testimonials-section .wp-block-kadence-column:first-child .wp-block-heading {
	position: relative;
}
.testimonials-section .wp-block-kadence-column:first-child .wp-block-heading:before {
	content: '';
	background: url(/wp-content/uploads/2024/05/blue-double-quote.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	position: absolute;
	top: -65px;
	background-size: contain;
}
.orderlist-with-zero {
  list-style-type: none;
  counter-reset: item 0;
  padding-left: 0;
}
.orderlist-with-zero li {
  counter-increment: item;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 90px;
  list-style-type: none;
  position: relative;
  margin-bottom: 45px;
  font-weight: bold;
}
.orderlist-with-zero li:before {
  margin-right: 10px;
  content: "0" counter(item);
  color: #2DB1AA; font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  min-width: 35px;
  position: absolute;
  left: 0px;
  top: -22px;;
 font-size: 55px;
}


.with-bottom-wave:before {
  content: '';
  background: url('/wp-content/uploads/2024/05/wave-banner.png');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  background-size: cover;
  z-index: 9;
  height: 146px;
}
.single-staff-wrapper {
  display: flex;
  gap: 8rem;
  padding: 6rem 0;
}
.single-staff-wrapper .single-thumbnail {
  flex-basis: 45%;
}
.single-staff-wrapper .single-details {
  padding: 4rem 0;
  flex-basis: 65%;
}
.single-thumbnail > div {
  padding-bottom: 10rem;
}
.single-details h1 {
  font-size: 45px;
  color: #62c5bf;
  margin-bottom: 25px;
}
.single-details h3 {
  font-size: 17px;
  color: #EC6C21;
  margin-bottom: 25px;
}
.single-email-btn {
  margin-top: 2rem;
}
.single-email-btn a {
  padding: .5rem 2rem;
  background-color: #E9A100;
  color: #fff;
  border-radius: 50px;
}
.job-listings-wrapper .apply-now {
  max-width: 200px;
  text-align: right;
}
.job-listings-wrapper .apply-now a {
  background-color: #2DB1AA;
  padding: .5rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.job-listings-wrapper .job-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #2db1aa;
  border-radius: 10px;
  color: #fff;
}
#page .job-listings-wrapper .job-details h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff !important
}
input.search-job-listings::placeholder {
  font-size: 12px;
}
.job-listings-wrapper .job-details {
  flex: 1
}
.job-wrapper {
  padding: 3rem 1rem;
}
.page-numbers {
  background-color: transparent;
  border: 1px solid #8E8E8E;
  padding: 8px 14px;
  border-radius: 50%;
  color: #A5A5A5;
}
.page-numbers.current {
  background-color: #2DB1AA;
  color: #fff;
  border: none;
}
.page-numbers.next,.page-numbers.prev {
  background-color: #EC6C21;
  color: #fff;
  border: none;
}
.job-listings-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.job-listings-pagination > * {
  flex-basis: 42px;
  text-align: center;
}
.job-listings-filter .row {
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}
.with-yellow-teal-circle {
  position: relative;
}
.with-yellow-teal-circle:before {
  content: '';
  background-image: url(/wp-content/uploads/2024/05/yellow-circle.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  background-repeat: no-repeat;
}
.with-yellow-teal-circle:after {
  content: '';
  background-image: url(/wp-content/uploads/2024/05/green-circle.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  background-repeat: no-repeat;
}
#footer-3 {
  padding-top: 22px;
}
#masthead .onepress-menu > li > a:hover,
#masthead .onepress-menu > li > a:focus, 
#masthead .onepress-menu > li.current-menu-ancestor > a,
#masthead .onepress-menu > li.current-menu-item > a {
  color: #e9a100;
  text-decoration: none;
}

.slider-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
.slider-content {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  display: none;
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
}
.slide.active {
  display: block;
}
.navigation {
  text-align: center;
  margin-top: 20px;
}
.bullet {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #2db1aa;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  border: 8px solid #fff;
  position: relative;
}
.bullet.active {
  background-color: #e9a100;
}
.bullet-prev, .bullet-next {
  background-color: #f1f1f1;
  border: none;
  color: #2db1aa;
  padding: 12px 22px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 50%;
  font-size: 34px;
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.bullet-prev {
  transform: scale(-1);
  position: absolute;
  left: 0;
}
.bullet-next {
  position: absolute;
  right: 0;
}
.bullet-prev:hover, .bullet-next:hover {
  background-color: #ddd;
}
.navigation {
  display: flex;
  gap: 17rem;
  justify-content: center;
  margin-top: 0;
  align-items: center;
}
.bullet .title-bullet-wrap {
  position: absolute;
  bottom: -46px;
  color: #fff;
  font-weight: bold;
  left: 0;
}
.navigation:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  height: 4px;
  position: absolute;
}
.footer-subscribe-and-logos .kt-row-column-wrap > p, .footer-logo-wrapper > .kt-row-column-wrap > p,
#colophon.site-footer > .entry-content > p {
  display: none;
}
.job-listings-select {
  font-size: 12px;
}
.entry-content ul, .entry-content ol{
  margin: 10px 0
}
.entry-content ul li, .entry-content ol li{
  margin-left: 0
}
.core-values.orderlist-with-zero li{
  font-weight: normal;
}
.slick-prev:before, .slick-next:before {
  font-size: 26px;
  color: #2db1aa;
}
#page .wp-block-buttons a{
  text-decoration: none;
}
.top-strip .right-strip{
  flex: 1; text-align: right;
}
.top-strip .gtranslate_wrapper{
  position: relative; top: 3px
}
.top-strip .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 4px 6px;
}
.top-strip .gt_float_switcher{
  font-size: 16px; font-family: 'WorkSans'; position: relative;
  overflow: visible;
}
.top-strip .gt_float_switcher img {
  width: 26px;
}
.top-strip .gt_options{
  position: absolute !important; top:100%; right: 0;
  background: #fff !important;
  width: 140px;
  text-align: center;
}
#page .kt-blocks-accordion-header{
  font-family: 'WorkSans';
}
.logos img{
  max-height: 130px;
  width: 100% !important;
  object-fit: contain !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 210px !important;
}
#page .logos ul.kb-gallery-ul.kb-gallery-ul{
  justify-content: center
}
.programs-columns .kt-inside-inner-col{
  position: relative;  padding-bottom: 60px
}
.programs-columns .kt-inside-inner-col .wp-block-buttons{
  position: absolute; bottom: 0; left: 0; right: 0;
  text-align: center;  justify-content: center
}
#icl_lang_sel_widget-2{
  display: inline-block;
  max-width: 130px;
}
#icl_lang_sel_widget-2 .wpml-ls-legacy-dropdown-click{
  width: 100%
}
#icl_lang_sel_widget-2 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  left: unset;
  width: 180px;
}
.search-job-wrapper.input-group input{
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.programs-columns .thumbnail{
  max-width:260px; margin-left: auto; margin-right: auto
}
.fw-600{
  font-weight: 600;
}
.gform_button.button {
	background-color: #e8a101 !important;
	border-radius: 50px !important;
}
.column-cover-image{
  height: 100%; margin: 0;
}
.column-cover-image img{
  height: 100%; width: 100%; object-fit: cover;
}
div[class*="offset-to"] img, figure[class*="offset-to"] img{
  width: 100%; 
}
.offset-to-left, .offset-to-right{
  width: calc(100% +((100vw - 1140px) / 2));
}
.offset-to-left{
  margin-left: calc(((100vw - 1140px) / 2)* -1);
}
#header-section #icl_lang_sel_widget-2 a{
  color: #000
}
.fw-bold{
  font-weight: bold;
}
.container{
  width: 100%; max-width: 1300px
}
.staff-wrapper .row{
  justify-content: center
}
.staff-wrapper .wrapper{
  padding: 0 30px;
}
.staff-wrapper .thumbnail-container{
  position: relative;
  padding-right: 30px; padding-top: 30px; max-width: 300px;
  margin: 0 auto 20px
}
.staff-wrapper .thumbnail-container > .thumbnail{
  position: relative;
  z-index: 2;
}
.staff-wrapper .thumbnail-container:before{
  content: ''; position: absolute;
  top: 0; left: 30px; right: 0; bottom: 30px;
  border-radius: 50%; background: #2db1aa;
}
.staff-wrapper .staff{
  margin-bottom: 30px; text-align: center;  
}
#page .staff-wrapper h4{
  font-weight: bold; color: #2DB1AA !important; font-size: 1.2rem;
}
.overlay-link{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 20;
}

#page .staff-wrapper .email a{
  color: #EBAB1F !important; text-transform: lowercase;
}
#page .wp-block-button__link{
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
}
#our-impact .has-x-large-font-size{
  font-size: 3.5rem !important;
}
#our-impact > div{
  column-gap: 60px;
}
#our-impact > div > div:not(:last-child){
  position: relative;
}
#our-impact > div > div:not(:last-child):after{
  content: ''; position: absolute;
  bottom: 0; right: -30px; top: 0; border-right: 1px solid #fff;
}
.location-columns h5{
  font-size: 18px !important; border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.location-columns .wp-block-kadence-iconlist{
  padding: 10px 20px;
}
#page .gform_required_legend{
  display: none
}
#page .gform-theme--foundation .gform_fields{
  row-gap: 20px;
}
#page #main .gform_wrapper .gform_footer input {
  padding: 12px 40px;
  font-weight: 600;
}
#page .gfield_label{
  font-weight: bold;
}
#page .footer-logos .kb-gallery-ul{
  align-items: center;
}
#page ul.cnss-social-icon li a i{
  font-size: 16px !important;
  position: relative;
  top: 2px;
}
#page .sidebar .widget .widget-title {
  font-size: 20px; text-transform: unset; letter-spacing: 0;
}
.sidebar .widget a, .site-footer{
  font-size: 16px;
}
.agency-documents .document{
  margin-bottom: 30px
}
.agency-documents .wrapper{
  height: 100%; border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background: #fff; padding: 25px 25px 60px;
  text-align: center;
}
.agency-documents .icon{
  width: 100px; height: 100px; border-radius: 50%;
  color: #fff; font-size: 40px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  background: #2db1aa
}
.agency-documents .wp-block-buttons{
  position: absolute;
  bottom: 20px; left: 25px; right: 25px;
}
.agency-documents h5{
  text-transform: unset;
  font-weight: bold; margin-bottom: 20px;
  font-size: 18px;
}
.agency-documents .wp-block-buttons{
  justify-content: center;
}
#footer-widgets .row{
  margin: 0 -30px;
}
#footer-widgets .row > div{
  padding: 0 30px;
}
#text-9 a{
  background: #e9a100;
    padding: 8px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.kb-splide .splide__arrow:before{
  display: none;
}
.finances .finance-group{
  margin-bottom: 25px;
  padding: 30px;
  background: #fff; border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.finances .d-flex{
  display: flex; flex-wrap: wrap; align-items: center; gap: 30px;
}
#page .finances .d-flex h2{
  color: #5fc2bb; margin-bottom: 0
}
.finances .d-flex .files{
  flex: 1; text-align: right; font-size: 1.3rem
}
.finances .d-flex .files .file:not(:first-child){
  margin-left: 20px;
}
.finances .d-flex .files .file{
  display: inline-block
}
.finances .d-flex .files .file a{
  position: relative;
  padding: 10px 0; text-decoration: none;
}
.finances .d-flex .files .file a:after{
  content: ''; position: absolute;
  bottom: 0; right: 0; left: 0;
  border-bottom: 3px solid #ebab1f
}
#footer-2{
  display: flex; gap: 20px;
}
.circle-animated-number{
  position: relative;
  max-width: 200px; margin: 0 auto; padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden; height: 200px; width: 200px;
}
.circle-animated-number o-anim-count{
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  color: #fff !important;
  transform: translateY(-50%);
  font-size: 3rem;
}
#page .circle-animated-number strong{
  color: #fff !important
}
.enrollment-forms .row{
  justify-content: center
}
.enrollment-forms .form{
  margin-bottom: 30px;
}
.enrollment-forms .wrapper{
  height: 100%; padding: 30px 30px 70px; background: #fff;
  text-align: center; border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); position: relative;
}
.enrollment-forms .wrapper .wp-block-buttons{
  position: absolute;
  bottom: 30px; left: 30px; right: 30px;
  text-align: center; justify-content: center
}
.enrollment-forms .wrapper p{
    min-height: 60px;
    font-size: 18px;
}
.enrollment-forms .icon{
  margin-bottom: 20px;
}
.enrollment-forms .icon img{
  width:90px; display: inline-block
}
.footer-widgets .sidebar .widget{
  flex: 1
}
@media (max-width: 1200px){
  .offset-to-left, .offset-to-right{
    width: 100%;
  }
  .offset-to-left{
    margin-left:0
  }
}
@media (min-width: 920px){
  #nav-toggle{
    display: none !important
  }
  .onepress-menu{
    position: relative !important;
    display: block !important; background: transparent !important;
    height: auto !important;
  }
}
@media (min-width: 1180px){
  /* #page .staff-wrapper .row > div:nth-child(7n+4), #page .staff-wrapper .row > div:nth-child(7n+5), 
  #page .staff-wrapper .row > div:nth-child(7n+6), #page .staff-wrapper .row > div:nth-child(7n+7){
    max-width: 25%; flex-basis: 25%; width: 25%
  }
  #page .staff-wrapper .row > div:nth-child(7n+4) .thumbnail-container, #page .staff-wrapper .row > div:nth-child(7n+5) .thumbnail-container, 
  #page .staff-wrapper .row > div:nth-child(7n+6) .thumbnail-container, #page .staff-wrapper .row > div:nth-child(7n+7) .thumbnail-container{
    padding-top: 15px; padding-right: 15px;
  }
  #page .staff-wrapper .row > div:nth-child(7n+4) .thumbnail-container:before, #page .staff-wrapper .row > div:nth-child(7n+5) .thumbnail-container:before, 
  #page .staff-wrapper .row > div:nth-child(7n+6) .thumbnail-container:before, #page .staff-wrapper .row > div:nth-child(7n+7) .thumbnail-container:before{
    bottom: 15px; left: 15px;
  } */
}
@media (max-width: 1180px){
  .container{
    width: 100%;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 920px){
  .wp-block-spacer[style*="height:80px"]{
    height: 40px !important;
  }
  .wp-block-spacer[style*="height:100px"]{
    height: 50px !important;
  }
  .wp-block-spacer[style*="height:60px"]{
    height: 30px !important;
  }
  h2 {
    font-size: 2rem;
  }
  .onepress-menu >li:last-child a {
    padding: 1rem 2rem !important;
    margin-top: 15px;  text-align: center;
  }
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #E9A100;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #CDECEB;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #CDECEB !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #333333 ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: #CDECEB;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #E9A100;
  }
  .onepress-menu.onepress-menu-mobile > li > a{
    padding: 15px 0;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu a {
    font-size: 18px !important;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  .slick-next {
    right: -14px;
  }
  .slick-prev{
    left: -17px
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #333;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #footer-widgets .row > div{
    flex-basis: 50%; max-width: 50%; width: 50%
  }
  #page .kt-row-column-wrap.kt-has-4-columns{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .programs-columns .wp-block-kadence-column{
    margin-bottom: 60px
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
  #page .full-width-columns-from-920 > div{
    display: block
  }
  #page .full-width-columns-from-920:not(.three-buttons) > div > div:not(:last-child){
    margin-bottom: 20px;
  }
  .single-staff .single-thumbnail > div{
    padding-bottom: 0;
  }
  .single-thumbnail .post-thumbnail:before{
    padding-bottom: 100%
  }
  .single-staff-wrapper .single-details{
    padding-top: 0
  }
  .three-buttons{
    max-width: 500px; margin: 0 auto
  }
  #page .full-width-columns-from-920.three-buttons > div > div:not(:last-child){
    margin-bottom: 8px;
  }
  #footer-widgets .row > div#footer-3{
    flex-basis: 100%; max-width: 100%; width: 100%
  }
}
@media (min-width: 767px){
  .mobile-only{
    display: none !important
  }
}
@media (max-width: 767px){
  #nav_menu-3 > h2{
    display: none;
  }
  #nav_menu-2{
    margin-bottom: 0 !important
  }
  #footer-2{
    display: block !important
  }
  #menu-footer-menu-1{
    margin-bottom: 0 !important
  }
  #menu-footer-menu-2 > li:first-child{
    margin-top: 0
  }
  .icon-text-flex-in-mobile > div{
    display: flex; gap: 20px; align-items: center;
    flex-direction: row !important
  }
  .icon-text-flex-in-mobile > div > .wp-block-image{
    max-width: 75px
  }
  .icon-text-flex-in-mobile > div > div:last-child{
    flex: 1
  }
  .full-width-buttons-in-mobile .wp-block-button, .full-width-buttons-in-mobile a{
    flex-basis: 100%; width:100%;
  }
  .single-staff-wrapper{
    flex-wrap: wrap; gap: 20px;
  }
  .single-staff-wrapper > div{
    flex-basis: 100% !important
  }
  .single-staff-wrapper .single-thumbnail {
    max-width: 55% !important;
  }
  .single-details h1 {
    font-size: 2rem;
  }
  .single-staff .single-details h1{
    margin-bottom: 10px;
  }
  #page .sub-page-banner > .kt-row-column-wrap{
    min-height: 400px
  }
  #masthead > .container > div.site-branding{
    max-width: 180px
  }
  .hide-from-mobile{
    display: none !important
  }
  #masthead .top-strip{
    padding-bottom: 8px
  }
  #page .kt-row-column-wrap.kt-has-4-columns{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  h1 {
    font-size: 32px;
  }
  .wp-block-spacer[style*="height:100px"]{
    height: 50px !important
  }
  .wp-block-spacer[style*="height:80px"]{
    height: 40px !important
  }
  .wp-block-spacer[style*="height:60px"]{
    height: 30px !important
  }
  #footer-widgets .row > div{
    flex-basis: 100%; max-width: 100%; width: 100%
  }
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
  #page .logos .kadence-blocks-gallery-item-inner figure .kb-gallery-image-ratio-land32 {
    padding-bottom: 50%;
  }
  h2 {
    font-size: 26px;
  }
  #footer-3 {
    padding-top: 0;
  }
  #footer-widgets *{
    text-align: center !important;
  }
  .with-shadow figure{
    width: 100%
  }
  .top-strip .container, .top-strip .left-strip{
    flex-wrap: wrap; gap: 0
  }
  .top-strip .container >  div, .top-strip .left-strip > div{
    flex-basis: 100% !important
  }
  .top-strip .header-contact-details ul{
    justify-content: center
  }
  .top-strip .container > div:last-child{
    position: absolute;
    bottom: -40px;
    right: 20px;
    z-index: 222
  }
  .job-listings-filter .row{
    padding-left: 0; padding-right: 0; gap: 20px
  }
  #nav-toggle{
    top: 15px
  }
  .job-listings-wrapper .job-item {
    display: block;
    padding-bottom: 20px;
  }
  .job-listings-wrapper .apply-now {
    width: 100%;
    text-align: left;
  }
  .job-wrapper {
    padding: 3rem 0;
  }
  .finances .d-flex > *{
    flex-basis: 100% !important;
  }
  .finances .d-flex{
    gap: 10px;
  }
  .finances .d-flex .files{
    text-align: left;
  }
  .finances .d-flex .files .file{
    margin-bottom: 20px;
  }
  .finances .d-flex .files .file:not(:first-child){
    margin-left: 0 !important;
  }
  .finances .d-flex .files .file:not(:last-child){
    margin-right: 20px
  }
}
