/*
Theme Name:     Regscale 2024 - Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Big Orange Lab
Author URI:     https://bigorangelab.com/
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/*Global*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 200px;
}

.checkmark-list,
.gated-resource-template ul,
.ungated-resource-template ul{
	padding: 0px !important;
}
.checkmark-list li,
.gated-resource-template ul li,
.ungated-resource-template ul li{
	background: url('/wp-content/themes/regscale2024/assets/imgs/checkmark.svg') no-repeat  0px 4px;
	background-size: 20px;
  	list-style: none;
  	margin: 0;    
	padding: 0px 0px 0px 33px;
}
.checkmark-list li:not(:last-child),
.gated-resource-template ul li:not(:last-child),
.ungated-resource-template ul li:not(:last-child){
	margin-bottom: 20px;
}

.no-checkmark-list li{
	background: unset !important;
  	list-style-type: disc !important;
	padding: 0px 0px 0px 5px !important;
    margin-left: 28px !important;
}

.bullet-list{
	padding-left: 25px !important;
	margin-bottom: 0px !important;
}
.bullet-list li{
	padding-left: 5px !important;
}

.emphasized-post-title h1{
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
}
.emphasized-post-title strong{
	font-size: 54px;
	font-weight: 600;
	color: #f76a0c;
}

.card-hover article:hover {
	box-shadow: 0px 25px 50px -12px rgba(168, 188, 226, 0.25), 0px 10px 15px 0px rgba(0, 113, 188, 0.20) !important;
	transition: all .1s linear;
}
.bol-quote-block blockquote{
	padding: unset;
	margin: unset;
	border-left: none;
	gap: 35px;
}
.cards-with-links a {
	flex: 1;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 767px){
	.single-news .bol-quote-block{
		padding-right: 16px !important;
		padding-left: 24px !important;
	}
	.emphasized-post-title h1{
		font-size: 36px;
		line-height: 48px;
	}
	.emphasized-post-title strong{
		font-size: 42px;
	}
}

/*Announcement Bar*/
.link-with-white-arrow a:after{
	content: url('/wp-content/themes/regscale2024/assets/imgs/white-arrow-icon.svg');
	margin-left: 5px;
	position: relative;
	top: 1.5px;
}
header .site-container{
	padding: 0px;
}
.announcement-bar{
	max-width: 100vw;
	width: 100vw;
}
.announcement-bar a{
	color: #fff !important;
}
.announcement-bar .kb-advanced-slider{
	max-width: calc(100% - 30px);
}
.announcement-bar .kb-advanced-slide-item{
	opacity: 1 !important; 
	transition: opacity 300ms ease-in;
}
.announcement-bar .kb-advanced-slide-item.is-active{
	opacity: 0 !important; 
	transition-delay: 3800ms;
}
.announcement-close {
    position: absolute !important;
    top: 11px;
    right: 25px;
}

@media screen and (max-width: 1025px){
	#main-header{
		display: block;
	}
	#main-header .site-main-header-wrap{
		display: none;
	}
}

/*Header*/
#primary-menu>li:hover:after {
    content: " ";
    opacity: 0;
    height: 36px;
    display: block;
    position: fixed;
    width: 100vw;
    left: 0;
    z-index: 100;
}

.header-with-shadow {
	box-shadow: 0px 20px 26px -26px rgba(168, 188, 226, 0.70);
}
header .sub-menu>li{
	background: #f7fafc;
  	box-shadow: 0px 25px 50px -12px rgba(168,188,226,0.25);
}

.mega-menu-hide,
.mega-menu-hide *{
	display: none;
}

.mega-menu-side-tab-hover{
	background-color: #FFF !important;
	border-radius: 12px;
	box-shadow: 4px 4px 8px 0px #C3C9D214 !important;
}

.mega-menu-card:hover .mega-menu-card-link{
	color: #2D318D;
}
.mega-menu-card a{
	color: #5f6d7e !important;
	text-decoration: none !important;
}
.mega-menu-card .mega-menu-card-text>div{
	row-gap: 0px !important;
}
.mega-menu-card .mega-menu-card-link h4{
	padding-bottom: 8px !important;
}
.mega-menu-side-link-section a{
	color: #2b3045;
}
.mega-menu-side-link-section:hover a{
	color: #0071bc;
}

.blue-circle-background-small {
	background-color: #d1e9ff;
	border-radius: 42px;
	width: 40px;
	height: 40px;
	overflow: visible;
	transition: all .1s linear;
}

.menu-resource-cards .kadence-post-image img{
	border-radius: 3.35px;
}

.menu-resource-cards .kt-blocks-post-readmore:after,
.link-with-arrow p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon.svg');
	margin-left: 5px;
	position: relative;
	top: 1.5px;
}

.menu-resource-cards .kt-blocks-post-readmore:hover:after,
.link-with-arrow:hover p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon-Hover.svg');
	margin-left: 13px;
}

.mega-menu-content-resources .home-resource-cards{
	grid-template-columns: minmax(0, 1fr);
}
.mega-menu-content-resources .related-resource-cards-horizontal .kt-post-grid-layout-grid-wrap{
	gap: 20px !important;
}
.mega-menu-content-resources .home-resource-cards .entry-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.mega-menu-content .related-resource-cards-horizontal article .entry-content{
	display: block !important;
}
.mega-menu-content .kt-blocks-above-categories *{
	font-family: Roboto;
	font-size: 9px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0.2em;
}
.mega-menu-content .home-resource-cards .kt-blocks-post-grid-item-inner{
	padding: 6.5px 0px 6.5px 12px !important;
}

.mega-menu-content .home-resource-cards .kt-blocks-post-readmore{
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 12px !important;
	letter-spacing: 0.02em !important;
}

.mega-menu-content .related-resource-cards-horizontal .kt-post-grid-wrap article>div {
    grid-template-columns: 50% auto !important;
}
.mega-menu-content .home-resource-cards article,
.mega-menu-content .home-resource-cards article:hover{
	box-shadow: unset !important;
	background-color: unset !important;
}

.mega-menu-featured-news article:nth-child(odd){
	border-right: 1px solid #DDE9F0;
}
.mega-menu-featured-news .kadence-post-image img{
	border-radius: 10px;
}
.mega-menu-featured-news article>div{
	border-radius: 12px;
	margin-right: 12px;
}
.mega-menu-featured-news article>div:hover{
	background-color: #F7FAFC;
}
.resources-light-arrow .kt-blocks-post-readmore:after{
	content: url("/wp-content/themes/regscale2024/assets/imgs/Right_Arrow_Icon_Thin.svg") !important;
	top: 0px !important;
}
.resources-light-arrow .kt-blocks-post-readmore:hover:after{
	content: url("/wp-content/themes/regscale2024/assets/imgs/Right_Arrow_Icon_Thin_Hover.svg") !important;
}

.header-search-bar,
.header-mobile-search-bar{
	display: none;
}

.header-search-bar input,
.header-mobile-search-bar input{
	border-radius: 30px;
}
.header-search-bar input::placeholder,
.header-mobile-search-bar input::placeholder {
    color: #22326E;
    font-weight: 400;
}

.search-open{
	grid-template-columns: auto auto auto !important;
}
.search-form .kadence-svg-icon{
	display: none;
}
.search-form .kadence-svg-iconset{
	background: url("/wp-content/themes/regscale2024/assets/imgs/search_icon.svg");
	width: 16px;
	height: 16px;
}

.header-search-icon,
.header-search-icon-mobile{
	cursor: pointer;
}

.mobile-html-inner p{
	margin: 0px !important;
}

.menu-toggle-close span {
    background-color: #344054 !important;
}

#mobile-menu .drawer-sub-toggle{
	border-left: unset !important;
	height: 100%;
	width: 100%;
	position: absolute;
	justify-content: right;
}
#mobile-menu .sub-menu{
	border-bottom: 1px solid #dde9f0;
}
#mobile-menu .sub-menu a{
	border-bottom: unset !important;
}
#mobile-menu .kadence-svg-iconset svg {
    height: 1.5em;
    width: 1.5em;
}

#mobile-menu .drawer-nav-drop-wrap, #mobile-menu .menu-item{
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
}
#mobile-menu .drawer-nav-drop-wrap:hover{
	color: #0071BC;
}

#mobile-menu li:not(.menu-item-has-children):hover{
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 4px 4px 8px 0px #C3C9D214;
}
#mobile-menu li:not(.menu-item-has-children) a{
	padding: 12px !important;
	display: flex;
  	justify-content: space-between;
}
#mobile-menu li:not(.menu-item-has-children) a:hover:after{
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon.svg');
}

.drawer-content .site-header-item {
  	margin-bottom: 25px;
}
.mobile-header-button-wrap{
	margin-top: 15px !important;
}
.mobile-header-button-wrap,
.mobile-header-button2-wrap{
	max-width: 195px;
	width: 100%;
	margin: auto;
}
.mobile-header-button,
.mobile-header-button2{
	width: 100%;
  	text-align: center;
}
.mobile-header-button2:hover{
	background-color: #2e3192 !important;
}

.search-form input:focus{
	border-color: #cbd5e0 !important;
	box-shadow: unset !important;
}

#mobile-header .search-form{
	max-width: 240px;
	width: unset;
	margin-left: 10px;
}
#mobile-header #mobile-toggle{
	padding: 0px;
}
#mobile-header .site-header-main-section-right .site-header-item:first-child{
	margin: 0px;
}

.header-navigation ul ul.sub-menu, 
.header-navigation ul ul.submenu{
	clip: auto !important;
	margin-top: -30px !important;
	height: auto !important;
	max-height: 1px !important;
	opacity: 0 !important;
	z-index: -10;
	transition: unset !important;
}
.header-navigation:hover ul .menu-item:not(:hover) ul.sub-menu, 
.header-navigation:hover ul .menu-item:not(:hover) ul.submenu{
	display: none;
	height: auto !important;
}
.header-menu-container ul.menu>li.kadence-menu-mega-enabled:hover ul, 
.header-menu-container ul.menu>li.kadence-menu-mega-enabled.menu-item--toggled-on ul, 
.header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.menu-item--has-toggle):focus ul{
	margin-top: 0px !important;
	opacity: 1 !important;
	height: auto !important;
	max-height: 100vh !important;
	transition: all 0.75s ease, max-height 0.01s ease 0.75s !important;
}

.nav--toggle-sub li.menu-item-has-children {
    position: relative;
    padding-bottom: 36px;
    padding-top: 36px;
}

.mega-menu-side-link-section:hover .mega-menu-arrow-section>div, .mega-menu-side-tab-hover .mega-menu-arrow-section>div,
.mega-menu-card:hover .mega-menu-card-arrow-section>div{
	right: 0px;
	opacity: 1;
}

.mega-menu-arrow-section>div{
	content: url(/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon.svg);
  	width: 12px;
  	height: 12px;
	right: 20px;
	opacity: 0;
	transition: all 0.3s ease;
}
.mega-menu-card-arrow-section>div{
	content: url(/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon-Hover.svg);
  	width: 12px;
  	height: 12px;
	right: 20px;
	opacity: 0;
	transition: all 0.3s ease;
}

.mega-menu-hide {
    display: flex;
    height: 0px !important;
    opacity: 0 !important;
    right: 30px !important;
    transition: opacity 0s ease, right 0s ease !important;
}
.mega-menu-content {
    transition: opacity 0.5s ease, right 0.5s ease;
    right: 0px;
    opacity: 1;
}
#mobile-drawer .drawer-overlay{
	background: transparent !important;
}
#mobile-drawer .drawer-inner{
	padding-top: 37px;
	box-shadow: unset;
}
#mobile-drawer .drawer-header{
	display: none;
}

@media screen and (max-width: 1250px) {
	.header-search-expanded {
		grid-template-columns: auto 1fr auto !important;
	}

	.header-search-expanded .site-header-main-section-right-center {
		flex: unset;
	}
	.header-search-expanded .site-header-main-section-center {
		justify-content: flex-end;
		padding-right: 24px;
	}
}

@media screen and (min-width: 1025px){
	#main-header{
		height: 134px;
	}
}
@media screen and (max-width: 1160px){
	.site-header-main-section-center{
		padding: 0px !important;
	}
	.site-header-main-section-left>div{
		margin: 0px !important;
	}
	.header-search-bar form {
		width: 190px;
	}
	.site-branding img{
		width: 150px !important;
	}
}
@media screen and (max-width:400px){
	.mobile-site-branding img{
		max-width: calc(100vw - 245px) !important;
		width: unset !important;
    	min-width: 125px !important;
	}
	.search-form input.search-field {
    	padding-right: 35px;
	}
	.search-form .search-submit{
		padding-left: 0px !important;
    	width: 35px !important;
	}
}


/*Footer*/
footer{
	background: linear-gradient(90deg, #0071BC 0%, #2E3192 64.89%);
}
footer .site-container{
	max-width: 1248px !important;
}
footer .site-footer-top-section-1{
	border-bottom: 1px solid #FFF;
}
footer .slider-to-flex img{
	object-fit: contain;
}

footer .site-middle-footer-inner-wrap{
	padding: 0px !important;
	border-bottom: 1px solid #FFF;
}
footer .footer-menus .footer-menu-column {
    max-width: fit-content;
}
footer .widget_nav_menu{
	text-align: left;
	display: flex;
  	flex-direction: column;
	gap: 12px;
}

footer .widget_nav_menu .widgettitle{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.0015em;
	text-align: left;
	color: #FFF;
}
footer .widget_nav_menu ul{
	display: flex;
  	flex-direction: column;
}
footer .widget_nav_menu .menu-item a{
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
	letter-spacing: 0.0015em;
	text-align: left;
	color: #FFF;
	white-space: nowrap;
}
footer .widget_nav_menu .menu-item a:hover{
	color: #29ABE2;
}

footer .site-footer-row-columns-1{
	padding: 0px !important;
}

footer #menu-footer-menu-legal {
	flex-direction: row;
	flex-wrap: wrap;
    row-gap: 5px;
}

footer #menu-footer-menu-legal li:first-child {
	padding: 0px 10px 0px 0px;
}

footer #menu-footer-menu-legal li:not(:first-child) {
	padding: 0px 10px;
	border-left: 1px solid #fff;
}

footer #menu-footer-menu-legal li a {
	line-height: 14px;
}

.footer-careers-link a{
	display: flex;
	gap: 5px;
}
.footer-careers-link a:after{
	content: "Hiring";
	color: #FFF;
	padding: 2px 4px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	font-family: Roboto;
	letter-spacing: 0.24px;
	background-color: #f3931f;
	border-radius: 4px;
}

@media screen and (max-width: 767px){
	footer .footer-menus>div{
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	footer .slider-to-flex .kb-slide-item, 
	footer .slider-to-flex .kb-slide-item img {
		width: calc(50vw - 32px) !important;
		max-width: 165px !important;
		max-height: 83px !important;
	}
	footer .slider-to-flex .splide__list{
		column-gap: 0px !important;
	}
	footer .widget_nav_menu .menu-item a{
		white-space: unset;
	}
}

/*New Homepage*/
.home main#content {
	max-width: 100%;
	padding: 0px;
}

.home main#content .page-header {
	display: none;
}

.home .kb-button {
	font-weight: 600 !important;
}

.gvideo-wrapper button {
	color: #fff;
	border-color: #fff;
}

.count-up-gradient .kb-count-up-number {
	background: var(--gradient-blue, linear-gradient(90deg, #0071BC 0%, #2E3192 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.count-up-text {
	font-size: 60px;
	font-weight: 600;
	line-height: 72px;
}

.home-use-case-card-wrap>div {
	row-gap: 64px !important;
}

.home-use-case-card {
	min-width: 384px !important;
	max-width: 384px !important;
}

.grayscale-until-hover:hover .pulse-animation {
	animation: pulse 1s ease infinite;
	animation-iteration-count: 1;
}

@keyframes pulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.blue-circle-background {
	background-color: #d1e9ff;
	border-radius: 42px;
	width: 84px;
	height: 84px;
	overflow: visible;
	transition: all .1s linear;
}

.grayscale-until-hover:hover .blue-circle-background {
	box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.10), 0px 8px 10px -6px rgba(16, 24, 40, 0.10);
}

.grayscale-until-hover:hover .icon-gray {
	display: none;
}

.grayscale-until-hover:hover .icon-color {
	display: block;
	transition: all .1s linear;
}

.grayscale-until-hover .icon-color {
	display: none;
}

.three-color-highlight .kt-highlight:nth-child(1) {
	color: #42C6BD !important;
}

.three-color-highlight .kt-highlight:nth-child(2) {
	color: #3BB5E5 !important;
}

.three-color-highlight .kt-highlight:nth-child(3) {
	color: #F3931F !important;
}

.cards-corner-check {
	position: absolute;
	right: 16.72px;
	top: 14px;
}

.home-resource-cards article {
	width: 100% !important;
	max-width: 405px;
	margin-left: auto;
	margin-right: auto;
}

.home-resource-cards article:hover {
	box-shadow: 0px 25px 50px -12px rgba(168, 188, 226, 0.25), 0px 10px 15px 0px rgba(0, 113, 188, 0.20) !important;
	transition: all .1s linear;
}

.home-resource-cards .kadence-post-image-intrisic {
	padding-bottom: 59.211% !important;
}

.home-resource-cards .kt-blocks-above-categories a,
.home-resource-cards .kt-blocks-above-categories span {
	color: #394149;
}

.home-resource-cards .kt-blocks-post-grid-item-inner-wrap,
.home-resource-cards .kt-blocks-post-grid-item-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.home-resource-cards .entry-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.home-resource-cards .kt-blocks-post-readmore:after,
.link-with-arrow p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon.svg');
	margin-left: 5px;
	position: relative;
	top: 1.5px;
}

.home-resource-cards .kt-blocks-post-readmore:hover:after,
.link-with-arrow:hover p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon-Hover.svg');
	margin-left: 13px;
}

@media screen and (max-width: 991px) {
	.home-resource-cards .kt-blocks-post-grid-item-inner {
		height: unset;
	}
}

@media screen and (max-width:767px) {

	.button-full-width-mobile,
	.button-full-width-mobile .button {
		width: 100%;
	}

	.count-up-text {
		font-size: 54px;
		line-height: 60px;
		letter-spacing: -0.64px;
	}

	.choose-the-path-text {
		margin: auto !important;
	}

	.slider-to-flex .splide__list {
		transform: unset !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 32px;
		row-gap: 16px;
		justify-content: center;
	}

	.slider-to-flex .kb-slide-item,
	.slider-to-flex .kb-slide-item img {
		width: calc(50vw - 64px) !important;
		max-width: 200px !important;
		max-height: 68px !important;
	}

	.slider-element-hide {
		display: none;
	}
}

@media screen and (max-width: 416px) {
	.home-use-case-card {
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

/* Circle */


#circle-container {
	position: relative;
	width: 700px;
	height: 700px;
	margin: auto;
	overflow: visible;
}

.circle-slice {
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	color: white;
	transition: transform 0.3s ease;
}

.circle-slice span {
	position: absolute;
	display: block;
	left: 50%;
	top: 36%;
	transform: translateX(-50%);
	font-size: 30px;
	text-align: center;
	width: 200px;
	height: 110px;
	display: inline-block;
	-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.circle-slice.bottom span {
	-webkit-mask-image: linear-gradient(to top, black 50%, transparent 100%);
	mask-image: linear-gradient(to top, black 50%, transparent 100%);
}

.circle-slice:nth-child(2) span,
.circle-slice:nth-child(6) span {
	top: 50%;
}

.circle-slice:nth-child(4) span {
	top: 24%;
}

.circle-slice:nth-child(1) {
	transform: rotate(0deg);
	position: absolute;
	left: 193.5px;
	top: 27px;
}

.circle-slice:nth-child(1) span {
	top: 22px;
}

.circle-slice:nth-child(1) svg {
	fill: linear-gradient(262deg, #681C78 18.26%, #42C6BD 118.62%);
}


.circle-slice:nth-child(2) {
	position: absolute;
	top: 76px;
	left: 65.6%;
}

.circle-slice:nth-child(2) span {
	top: 102px;
	left: 15px;
	transform: rotate(66deg);
}

.circle-slice:nth-child(2) svg {
	fill: linear-gradient(1deg, #1872BF -2.42%, #67217C 82.97%, #42C6BD 160.32%);
}

.circle-slice:nth-child(6) {
	position: absolute;
	top: 76px;
	left: 2.6%;
}


.circle-slice:nth-child(3) {
	position: absolute;
	top: 372px;
	left: 65.6%;
}

.circle-slice:nth-child(3) span {
	top: 67px;
	left: 29px;
	transform: rotate(301deg);
}

.circle-slice:nth-child(3) svg {
	fill: linear-gradient(1deg, #1872BF -2.42%, #67217C 82.97%, #42C6BD 160.32%);
}



.circle-slice:nth-child(4) svg {
	fill: linear-gradient(1deg, #1872BF -2.42%, #67217C 82.97%, #42C6BD 160.32%);
}

.circle-slice:nth-child(4) {
	position: absolute;
	top: 536px;
	left: 27.77%;
}


.circle-slice:nth-child(5) {
	position: absolute;
	top: 12.8%;
	left: 65.6%;
}

.circle-slice:nth-child(5) span {
	top: 70px;
	left: -5px;
	transform: rotate(59deg);
}

.circle-slice:nth-child(5) svg {
	fill: linear-gradient(1deg, #1872BF -2.42%, #67217C 82.97%, #42C6BD 160.32%);
}

.circle-slice:nth-child(5) {
	position: absolute;
	top: 372px;
	left: 2.6%;
}

.circle-slice:nth-child(6) span {
	top: 103px;
	left: 8px;
	transform: rotate(299deg);
}

.circle-slice:nth-child(6) svg {
	fill: linear-gradient(264deg, #5089A4 -0.7%, #42C6BD 100%);
}

.circle-slice textPath {
	font-size: 42px;
	font-weight: 700;
	fill: white;
}

#circle-container .circle-center {
	left: 193px;
	position: absolute;
	top: 190px;
	z-index: -1;
}

#circle-container .circle-center img {
	width: 315px;
}

#circle-container .circle-slice a {
	color: white;
}

#circle-container .circle-slice a:hover {
	color: white;
}

.circle-accordion .accordion {
	display: none;
}

.circle-accordion>div {
	position: absolute;
	min-height: 300px;
	width: 430px;
	border-radius: 48px;
	background: linear-gradient(0deg, rgba(0, 113, 188, 0.05) 0%, rgba(0, 113, 188, 0.05) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(204, 204, 204, 0.05);
	filter: drop-shadow(0px 11px 6px rgba(24, 114, 191, 0.24));
	left: 707px;
	top: 36px;
	padding: 25px;
}

.circle-accordion .accordion {
	margin-bottom: 10px;
}

.circle-accordion .accordion-title {
	margin: 8px auto;
	background-color: #f1f1f1;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: background-color 0.4s ease;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 80px;
	background: linear-gradient(270deg, rgba(156, 30, 93, 0.20) 0.91%, rgba(44, 56, 151, 0.20) 98.98%);
	color: #2B3045;
	text-align: center;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px;
	text-transform: unset !important;
}

.circle-accordion .active,
.circle-accordion .accordion-title:hover {
	background-color: #ccc;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	color: var(--Gray-50, #5F6D7E);
	text-align: justify;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

span.caret {
	float: right;
}

.circle-accordion h2 {
	color: #2B3045;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	/* 225% */
}

span.caret svg {
	padding-top: 5px;
	scale: 1.9;
}


.accordion-content,
.accordion-content p {
	text-align: left !important;
}

.circle-slice a span i,
.circle-slice a span br {
	display: none;
}

.circle-slice.bottom span {
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

.circle-slice:nth-child(1) span {
	top: 38px;
}

.circle-slice:nth-child(2) span {
	top: 107px;
	left: 0px;
}

.circle-slice:nth-child(3) span {
	top: 77px;
	left: 36px;
}

.circle-slice:nth-child(4) span {
	top: 31%;
}

.circle-slice:nth-child(5) span {
	top: 73px;
	left: -18px;
}

.circle-slice:nth-child(6) span {
	top: 106px;
	left: 20px;
}

.circle-opened .circle-slice {
	opacity: .5;
}

.circle-opened .circle-slice.active {
	opacity: 1;
}

.circle-slice svg {
	filter: drop-shadow(0px 11px 6px rgba(24, 114, 191, 0.24));
}


.accordion .accordion-content {
	/* This is an overide */
	transition: max-height 0.3s ease-out;
}

.circle-accordion .accordion-title.active {
	background: rgb(2, 0, 36);
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 113, 188, 1) 0%, rgba(46, 49, 146, 1) 100%);
	color: #fff;
}




@media only screen and (max-width: 1600px) {

	#circle-container {
		zoom: 0.9;
		-moz-transform: scale(0.9);
	}

}


@media only screen and (max-width: 1180px) {
	#circle-container {
		margin: 0;
	}
}

@media only screen and (max-width: 1080px) {
	#circle-container {
		zoom: 0.75;
		-moz-transform: scale(0.75);
		margin: auto;
	}

	#circle-container.circle-opened {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 970px) {
	#circle-container.circle-opened {
		margin-left: auto;
		margin-bottom: 650px;
	}

	.circle-accordion>div {
		left: 50%;
		top: 745px;
		transform: translateX(-50%);
	}

}

@media only screen and (max-width: 700px) {
	#circle-container {
		zoom: 0.55;
		-moz-transform: scale(0.55);
	}
	#circle-container.circle-opened {
		margin-left: auto;
		margin-bottom: 1000px;
	}
	.circle-slice span {
    	font-size: 30px;
	}
	.circle-accordion>div {
    	top: 500px;
	}
	.circle-accordion>div {
    	-moz-transform: scale(1.5);
    	zoom: 1.5;
	}
	@-moz-document url-prefix() {
		#circle-container{
			left: calc(-215px + 50vw - 157.5px) !important;
			top: -200px !important;
			margin-bottom: -450px;
		}
		#circle-container.circle-opened {
			margin-bottom: 0px;
		}
		.circle-accordion > div {
			top: 900px !important;
			left: calc(50% - 203px);
		}
	}
}
@media only screen and (max-width: 700px) and (hover: none) and (pointer: coarse){
	.circle-slice span {
    	font-size: 14px !important;
		line-height: 40px !important;
	}
	.circle-accordion .accordion-title{
		font-size: 14px;
	}
	.circle-accordion .accordion h2{
		font-size: 16px;
	}
	.circle-accordion .accordion-content{
		font-size: 12px;
	}
	#circle-container.circle-opened {
    	margin-bottom: 800px;
	}
}

@media screen and (max-width: 430px){
	#circle-container {
		zoom: 0.45;
		-moz-transform: scale(0.45);
	}
	.circle-accordion>div {
    	-moz-transform: scale(1.4);
    	zoom: 1.4;
	}
	.circle-accordion>div {
    	top: 530px;
	}
	@-moz-document url-prefix() {
		.circle-accordion > div {
			top: 830px;
		}
	}
}

.entry-content-wrap {
    padding: 0rem!important;
}

/*Resource Center*/
.featured-post-slider .splide__track{
	box-shadow: 0px 25px 50px 12px rgba(168, 188, 226, 0.25);
}
.featured-post-slider .kt-blocks-post-readmore-wrap a{
	color: #0071BC;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}
.featured-post-slider .kt-blocks-post-readmore-wrap a:hover,
.bol-post-container .resource-item-cta a:hover{
	color: #2E3192 !important;
	background-color: transparent !important;
}
.featured-post-slider .kt-blocks-post-readmore-wrap a:after, .bol-post-container .resource-item-cta a:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon.svg');
	margin-left: 5px;
	position: relative;
	top: 1.5px;
}
.featured-post-slider .kt-blocks-post-readmore-wrap a:hover:after, .bol-post-container .resource-item-cta a:hover:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Right-Arrow-Icon-Hover.svg');
	margin-left: 13px;
}

.featured-post-slider .splide__pagination{
	bottom: 20px !important;
	right: 23px !important;
	padding: 0px !important;
	left: unset !important;
}
.featured-post-slider .splide__pagination li button{
	border-radius: 15px;
	border: 1px solid #2A3897;
	background: #FFF;
	opacity: 1;
	height: 15px;
	width: 15px;
}
.featured-post-slider .splide__pagination li button.is-active{
	background: #194FA6;
	opacity: 1;
}
.featured-post-slider .kt-blocks-post-grid-item-inner{
	display: flex;
	flex-direction: column;
}
.featured-post-slider .entry-content {
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
}
.post-type-buttons .kb-button{
	min-width: 130px;
	max-width: 130px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.post-type-buttons .kb-button.active {
	background-color: #2A3897 !important;
	border-color: #2A3897 !important;
	color: #FFF !important;
}

.resource-nav{
	margin-bottom: 40px;
}
.resource-nav li a{
	min-width: 130px;
	max-width: 130px;
	padding: 5px 0px !important;
	border-radius: 5px;
	border: 1px solid #D1D4EA;
	background-color: #2A38970D !important;
	text-align: center;
}
.resource-nav li [aria-current]:not([aria-current="false"]) {
	background-color: #2A3897 !important;
	border-color: #2A3897 !important;
	color: #FFF !important;
}


.bol-post-container #resource-drop-downs .filters-container{
	flex-direction: column;
    gap: 10px;
    align-items: center;
	justify-content: center;
	border-bottom: 2px solid #E4ECF1;
	padding-bottom: 10px;
}
.bol-post-container #resource-drop-downs #searchform .search-submit{
	left: 89% !important;
}
.d-flex.resource-search-expanded {
    padding-bottom: 10px;
}
.bol-post-container .inline-categories{
	justify-content: center;
	column-gap: 15px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.bol-post-container .inline-categories a{
	color: #344054 !important;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 24px; 
	background-color: transparent !important;
	border: 0px;
	border-radius: 0px;
	text-transform: unset;
	padding: 0px 4px 22px 4px;
	margin: 0px;
	flex: unset;
	word-break: keep-all;
}
.bol-post-container .inline-categories a.active{
	border-bottom: 2px #283897 solid;
	color: #2E3192 !important;
}

.bol-post-container .resource-item{
	box-shadow: 0px 25px 50px -12px rgba(168, 188, 226, 0.25);
	border-radius: 16px !important;
	overflow: hidden;
}

.bol-post-container .resource-item-image{
	aspect-ratio: 16/9 !important;
}

.bol-post-container .resource-item-content{
	padding: 24px 26px 16px 24px;
	justify-content: start;
}
.bol-post-container .resource-name-label{
	color: #394149 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 18px !important;
	letter-spacing: 2.8px !important;
	background-color: transparent !important;
	padding: 0px !important;
	position: static !important;
}
.bol-post-container .resource-item-title{
	margin-top: 14px;
	padding: 0px;
	max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.bol-post-container .resource-item-title a {
	color: #5F6D7E !important;
	font-family: Roboto;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
}
.bol-post-container .resource-item-cta{
	flex: 1;
	display: flex;
	align-items: end;
	margin: 0px !important;
}
.bol-post-container .resource-item-cta a{
	padding: 0px !important;
	color: #0071BC !important;
	font-family: Roboto !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	letter-spacing: 0.024px !important;
}
.bol-post-container .resource-item-cta svg{
	display: none;
}
.bol-post-container .filters-container{
	flex-wrap: wrap;
}
/*
.bol-post-container .filters-container .inline-categories:first-child{
	width: 100%;
	margin-bottom: 49px;
}
.bol-post-container .filters-container .inline-categories:first-child a{
	min-width: 130px;
	max-width: 130px;
	padding: 5px 0px !important;
	border-radius: 5px;
	border: 1px solid #D1D4EA;
	background-color: #2A38970D !important;
}
.bol-post-container .filters-container .inline-categories:first-child a.active {
	background-color: #2A3897 !important;
	border-color: #2A3897 !important;
	color: #FFF !important;
}
*/
.resource-pagination .page-numbers.prev,
.resource-pagination .page-numbers.next{
	color: #475467;
	font-weight: 400;
	letter-spacing: 0.72px;
}

.resource-pagination .page-numbers.prev:hover, .resource-pagination .page-numbers.next:hover {
    background-color: transparent !important;
    color: #475467 !important;
}

.resource-pagination .page-numbers{
	color: #2B3045;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.36px;
	padding: 4px 9px !important;
}
.resource-pagination .page-numbers:hover:not(.dots):not(.prev):not(.next), .page-numbers.current {
    background-color: #194FA6 !important;
    color: #fff;
}
.resource-pagination .next:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/right-arrow-gray.svg');
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.resource-pagination .page-numbers.prev:before {
	content: url('/wp-content/themes/regscale2024/assets/imgs/left-arrow-gray.svg');
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.resource-pagination .page-numbers.next{
	text-align: left;
	width: 87.5px;
}
.resource-pagination .page-numbers.next:hover:after {
	margin-left: 13px;
}
.resource-pagination .page-numbers.prev{
	text-align: right;
  	width: 122.5px;
}
.resource-pagination .page-numbers.prev:hover:before {
	margin-right: 13px;
}

.resource-cards-horizontal .entry-title a{
	max-height: 99px;
  	overflow: hidden;
}
.resource-cards-horizontal .kadence-post-image{
	min-width: 300px;
}
.resource-cards-horizontal .kt-blocks-post-grid-item-inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 1180px) and (min-width: 1025px){
	.resource-cards-horizontal article>div{
		grid-template-columns: 300px auto !important;
	}
}
@media screen and (max-width: 1175px){
	.featured-post-slider .kt-blocks-post-grid-item-inner-wrap{
		display: block;
	}
	.feature-post-slider .kt-post-slider-item{
		max-width: 585px !important;
		box-shadow: unset;
	}
	.featured-post-slider .kt-post-slider-item article{
		max-width: 585px;
    	margin: auto;
		height: 100%;
	}
	.featured-post-slider .splide__track {
		box-shadow: unset;
    	overflow: visible !important;
	}
	.featured-post-slider .splide__pagination {
		bottom: 5px !important;
		right: 0px !important;
		left: 0px !important;
	}
	.featured-post-slider .kt-blocks-post-grid-item-inner-wrap {
		height: 100%;
		display: flex !important;
		flex-direction: column;
	}
	.featured-post-slider .kt-blocks-post-grid-item-inner {
		flex: 1;
	}
	.featured-post-slider .entry-content {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px){
	.resource-cards-horizontal .kadence-post-image{
		min-width: unset;
	}
	.resource-cards-horizontal .entry-title a{
		max-height: unset;
	}
	.resource-cards-horizontal{
		max-width: 515px;
		margin: auto;
	}
	.bol-post-container .inline-categories {
		row-gap: 15px;
	}
	.bol-post-container .inline-categories a{
		padding-bottom: 10px;
	}
	.bol-post-container #resource-library {
		grid-template-columns: auto !important;
	}
}

/*Related Resource Block*/
.home-resource-cards .kt-blocks-post-readmore{
	font-family: Roboto !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0.32px !important;
	font-weight: 600 !important;
}
.related-resource-cards-horizontal .kt-post-grid-layout-grid-wrap{
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 27px !important;
}
.related-resource-cards-horizontal .kt-post-grid-wrap article{
	width: 100% !important;
  min-width: 100% !important;
	border-radius: 5px !important;
}
.related-resource-cards-horizontal .kt-post-grid-wrap article>div {
    display: grid;
    grid-template-columns: 41% auto;
}
.related-resource-cards-horizontal article .entry-content{
	display: none;
}
.related-resource-cards-horizontal .kt-blocks-post-grid-item-inner{
	justify-content: center;
}
.related-resource-cards-horizontal article header{
	margin: 0px !important;
}

@media screen and (max-width: 1180px) and (min-width: 1025px){
	.related-resource-cards-horizontal article>div {
			grid-template-columns: 300px auto !important;
	}
}
@media (max-width: 767px){
	.related-resource-cards-horizontal .home-resource-cards{
		max-width: 515px;
		margin: auto;
	}
	.related-resource-cards-horizontal .kt-blocks-post-grid-item .kt-feat-image-mobile-align-top {
			display: block !important;
	}
}

/* Max width fix */
.section-max-1320 > div {
	max-width: 1320px !important;
	margin: 0 auto !important;
}

/* Template Single Blog */
.section-blog-content .template-single-blog-post-loop .loop-entry:not(:last-child) {
	border-radius: 0;
	border-bottom: 1px solid #5F6D7E;
	padding-bottom: 30px;
}

.section-blog-content .template-single-blog-post-loop .entry-title {
	color: #475467;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.36em;
}

.section-blog-content .template-single-blog-post-loop .entry-header {
	margin-bottom: 12px;
}

.section-blog-content .template-single-blog-post-loop .more-link-wrap {
	line-height: 1.1em;
}

.section-blog-content .template-single-blog-post-loop .post-more-link {
	color: #0071BC;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1em;
	letter-spacing: 0.024px;
}

.section-blog-content .template-single-blog-post-content img {
    border-radius: 10px;
}

.section-blog-content .template-single-blog-post-content h6 {
	color: #2B3045;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.16em;
	margin-bottom: 20px;
}

.section-blog-content .template-single-blog-post-content p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	color : #5F6D7E;
	margin-bottom: 20px;
}

.section-blog-content .template-single-blog-post-content ol li,
.section-blog-content .template-single-blog-post-content ul li {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.section-blog-content article li:not(:last-child){
	margin-bottom: 15px;
}

.section-blog-content>div>article a {
    text-decoration: underline !important;
}
.section-blog-content .blog-post-grid a{
	text-decoration: none !important;
}

/*Individual Resources*/
.resource-title{
	margin: 25px 0px !important;
}
.gated-resource-template .wp-block-post-featured-image img{
	box-shadow: 0px 25px 36px -12px rgba(168, 188, 226, 0.52);
	border-radius: 10px 10px 10px 10px;
}
.resource-category-tag a,
.resource-category-tag span{
	color: #2B3045;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 3.6px;
}
.gated-resource-template .wp-block-post-title{
	color: #2B3045;
	font-family: Montserrat;
	font-size: 42px;
	font-weight: 400;
	line-height: 52px;
	margin-top: 25px;
}

/*Industries Main Page*/
.industries-card-icons figure{
	width: 201px;
	height: 201px;
	display: flex !important;
  	align-items: center;
}

/*Individual Use Case*/
.use-case-video iframe{
	border-radius: 8px;
}

/*Accordion Block*/
.accordion-with-images {
	width: 658px;
}

.accordion-with-images-panel {
	margin-bottom: 9px;
}

.accordion-with-images-panel.accordion-active button {
	padding-top: 30px;
	padding-left: 27px;
}

.accordion-with-images-panel.accordion-active {
	box-shadow: 0px 25px 50px -12px rgba(168, 188, 226, 0.25), 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 26px;
	margin-top: 24px;
}

.accordion-with-images .kt-accordion-panel-active.kt-blocks-accordion-header:hover,
.accordion-with-images .kt-accordion-panel-active.kt-blocks-accordion-header:focus {
	border: 0px;
}

.accordion-with-images .kt-blocks-accordion-header.kt-accordion-panel-active {
	padding: 24px 33px 0px 33px !important;
}

.accordion-img {
	display: none;
}

.accordion-left-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 100%;
}

.accordion-left-col img{
	border-radius: 20px;
}

.accordion-left-img-icon {
	position: relative;
	bottom: -110px;
	right: 70px;
}
.accordion-left-img-logo {
	position: relative;
	bottom: -110px;
	right: 0px;
}

.accordion-left-col>div {
	width: 100%;
}

.accordion-left-img-icon img {
	width: 100%;
}

.accordion-img-icon-wrapper>div {
	min-height: 521px;
}

@media screen and (max-width:767px) {
	.accordion-left-img-icon {
		right: 0px;
	}
}


@media (max-width: 1300px) {
	.accordion-with-images {
		width: unset;
	}
}

@media (min-width: 550px) and (max-width: 1025px) {
	.accordion-left-col img {
		max-width: 550px;
	}
}

/*Video Embed with custom thumbnail and play button*/
.video-embed-thumbnail>div{
	aspect-ratio: 16/9;
  	border-radius: 8px;
	position: absolute;
	width: 100%;
	z-index: 1;
	cursor: pointer;
}
.video-embed-thumbnail-hide{
	display: none;
}
.video-embed-video{
	z-index: 5;
	position: relative;
	opacity: 0.001;
}
.video-embed-video-show{
	transition: all 0.5s ease-out;
	opacity: 1 !important;
}

/*Customer story*/
.customer-story-content h3{
	margin-top: 20px !important;
	margin-bottom: 15px !important;
}
.customer-story-content p{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

/*Individual Events*/
.event-countdown .kb-countdown-timer .kb-countdown-item {
    box-shadow: 0px 22px 45px -12px rgba(168, 188, 226, 0.34) !important;
	margin-right: 8px;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px){
	.event-countdown .kb-countdown-timer .kb-countdown-item {
		margin-right: auto;
		margin-left: auto;
	}
}

.event-page-speakers{
	display: grid;
  	grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
.event-page-speakers .speaker-item{
	background-color: #fff;
	padding: 28px;
	border-radius: 10px;
	height: 100%;
}
.event-page-speakers .speaker-left{
	box-shadow: 0px 25px 36px -12px rgba(168, 188, 226, 0.52) !important;
	width: 165px !important;
    min-width: 165px !important;
    height: 165px !important;
    min-height: 165px !important;
}
.event-page-speakers .speaker-right{
	text-align: left;
}

.event-page-speakers .speaker-description{
	display: none;
}
.event-page-speakers .speaker-item .speaker-name {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #2B3045 !important;
	margin-bottom: 16px !important;
}
.event-page-speakers .speaker-item .speaker-role,.event-page-speakers .speaker-item .speaker-company, .event-page-speakers .speaker-item .speaker-email{
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #5F6D7E !important;
	margin-bottom: 0px !important;
}
.event-page-speakers .speaker-item .social-wrap{
	margin-top: 12px !important;
}

@media screen and (max-width: 1024px){
	.event-page-speakers{
		grid-template-columns: 100%;
		max-width: 505px;
		width: 100%;
		margin: auto !important;
	}
}
@media screen and (max-width: 767px){
	.event-page-speakers .speaker-item .speaker-wrap {
		flex-direction: column;
		align-items: center;
	}
	.event-page-speakers .speaker-right {
		text-align: center;
	}
	.event-page-speakers .speaker-item .social-wrap{
		justify-content: center;
	}
}

/*Legal*/
.legal-content>div>p, 
.legal-content>div>h2, 
.legal-content>div>ul, 
.legal-content>div>span {
	width:100%;
}
.legal-table {
	margin: 34px 0px 17px 0px !important;
}
.legal-table table {
	display: block;
	overflow-x: auto;
}
.legal-table thead {
	border-bottom: none;
}
.legal-table th,
.legal-table td {
	text-align: left;
	width: 50%;
}
.legal-table tr:nth-child(odd) td {
	border-right: 1px solid #EFEFEF !important;
	border-left: 1px solid #EFEFEF !important;
}
.legal-table tr:nth-child(even) td {
	border-right: 1px solid #FFF !important;
	border-left: 1px solid #FFF !important;
}

.legal-table th {
	background-color: #0071BC;
	color: #FFF;
	padding: 18px 20px;
}

.legal-table td {
	padding: 20px;
	vertical-align: top;
	color: #5F6D7E;
}

.legal-table tr {
	margin-bottom: 4px;
}

.legal-table tbody tr:nth-child(odd) {
	background-color: #FFF !important;
}

.legal-table tbody tr:nth-child(even) {
	background-color: #EFEFEF !important;
}

.legal-table .bullet-list li:not(:last-child) {
	margin-bottom: 10px;
}

@media(max-width: 767px) {
	.legal-table {
		width: calc(100% + 32px);
	}
	.legal-table table {
		font-size: 14px;
		line-height: 20px;
	}
	.legal-table td {
		padding: 15px;
	}
	.legal-table .bullet-list {
    padding-left: 10px !important;
	}
}

/*Careers*/
.quote-slider .splide__pagination__page{
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background-color: #19306c !important;
	opacity: 1 !important;
	border: none;
}
.quote-slider .splide__pagination__page.is-active{
	background-color: #F0F8FF !important;
	opacity: 1 !important;
	border: none;
}
.quote-slider .splide__pagination{
	gap: 10px;
}
.link-with-down-arrow p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Down-Arrow-Icon.svg');
	margin-left: 5px;
	position: relative;
	top: 1.5px;
}
.link-with-down-arrow:hover p:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/Down-Arrow-Icon-Hover.svg');
	margin-left: 13px;
}
.single-job-opening {
    display: none;
}

/*About*/
.count-up-caption-gradient .kb-count-up-title{
    background: var(--gradient-blue, linear-gradient(90deg, #01204E 0%, #2E3192 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px){
	.awards-logos.slider-to-flex .kb-slide-item, .awards-logos.slider-to-flex .kb-slide-item img {
    	max-height: 128px !important;
		width: calc(50vw - 44px) !important;
	}
	.awards-logos.slider-to-flex .splide__list {
		column-gap: 0px;
	}
}

/*Search Results*/
.search-results #inner-wrap,
.search-no-results #inner-wrap{
	background: linear-gradient(360deg, #FEFEFF 90%, #F0F8FF 100%);
}
.search-results .content-container,
.search-no-results .content-container{
	max-width: 1127px;
}
.search-results .search-archive-title,
.search-no-results .search-archive-title{
	margin-top: 96px;
	margin-bottom: 71px;
}
.search-results .search-archive-title .search-title span,
.search-no-results .search-archive-title .search-title span{
	font-size: 54px;
	font-weight: 600;
	line-height: 58px;
	letter-spacing: -0.02em;
	color: #F15A24;
}
.search-results .search-archive-title button,
.search-no-results .search-archive-title button{
	margin-top: 24px;
	background: transparent;
	border: 2px solid #2E3192;
	color: #2E3192;
	text-transform: unset;
}
.search-results .search-archive-title button:hover,
.search-no-results .search-archive-title button:hover{
	background-color: #2E3192;
	color: #fff;
	box-shadow: unset;
}
.search-results #archive-container{
	row-gap: 45px;
}
.search-results #archive-container article{
	padding: 0 0 45px 0;
  	border-bottom: 1px solid #A8BCE280;
	background-color: transparent;
}
.search-results #archive-container article .entry-header{
	margin: 0px;
}

.search-results .pagination .nav-links{
	display: flex;
}
.search-results .pagination .nav-links .page-numbers{
	color: #2B3045;
	background-color: transparent;
	min-width: unset !important;
	height: 40px;
	border-radius: 20px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.02em;
	border: 0px transparent;
	display: flex;
  justify-content: center;
	align-items: center;
	margin-right: 16px;
	padding: 0px;
}
.search-results .pagination .nav-links .page-numbers:not(.dots):not(.next):not(.prev) {
    width: 40px;
}

.search-results .pagination .nav-links .page-numbers.current,
.search-results .pagination .nav-links .page-numbers:hover:not(.next):not(.prev):not(.dots){
	background-color: #194FA6;
	color: #FFF;
}
.search-results .pagination .nav-links .page-numbers.next:before,
.search-results .pagination .nav-links .page-numbers.prev:after{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #525F70;
}
.search-results .pagination .nav-links .page-numbers.next:before{
	content: "Next";
}
.search-results .pagination .nav-links .page-numbers.prev:after{
	content: "Prev";
}
.search-results .pagination .nav-links .page-numbers .kadence-svg-iconset{
	display: none !important;
}
.search-results .pagination .nav-links .page-numbers.next:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/right-arrow-gray.svg');
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.search-results .pagination .nav-links .page-numbers.prev:before {
	content: url('/wp-content/themes/regscale2024/assets/imgs/left-arrow-gray.svg');
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.search-results .pagination .nav-links .page-numbers.next{
	width: 87.5px;
	display: flex;
    justify-content: flex-start;
}
.search-results .pagination .nav-links .page-numbers.next:hover:after {
	margin-left: 13px;
}
.search-results .pagination .nav-links .page-numbers.prev{
	display: flex;
    justify-content: flex-end;
    width: 68px;
}
.search-results .pagination .nav-links .page-numbers.prev:hover:before {
	margin-right: 13px;
}

.search-no-results .page-content .search-form {
    margin-bottom: 50px;
}
.search-no-results .page-content .search-form input{
	color: #2b3045;
	border-radius: 30px;
	padding-right: 60px;
}
.search-no-results .page-content .search-form input::placeholder{
	color: #2b3045;
}
.search-no-results .page-content .search-form .kadence-search-svg{
	fill: #000;
}
.search-no-results .page-content .search-form .search-submit[type="submit"]{
    color: transparent;
    background: transparent;
    box-shadow: none;
}

@media screen and (max-width: 767px){
	.search-results .search-archive-title .search-title span,
	.search-no-results .search-archive-title .search-title span{
		font-size: 38px;
		line-height: 48px;
	}
	.search-results #archive-container article{
		padding: 0px 0px 45px 0px;
	}
}

/*Catalog*/
.catalog-block-wrap .pagination-wrap .next-btn:after {
	content: url('/wp-content/themes/regscale2024/assets/imgs/right-arrow-gray.svg');
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.catalog-block-wrap .pagination-wrap .prev-btn:before {
	content: url('/wp-content/themes/regscale2024/assets/imgs/left-arrow-gray.svg');
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.catalog-block-wrap .pagination-wrap .next-btn{
	text-align: left;
	width: 70px;
}
.catalog-block-wrap .pagination-wrap .next-btn:hover:after {
	margin-left: 13px;
}
.catalog-block-wrap .pagination-wrap .prev-btn{
	text-align: right;
  	width: 68px;
}
.catalog-block-wrap .pagination-wrap .prev-btn:hover:before {
	margin-right: 13px;
}

/*Demo*/
@media screen and (max-width: 1024px) and (min-width: 900px){
	.demo-logo-slider .kb-slide-item{
		width: calc(20% - 8px) !important;
	}
}

/* Home number height */
@media screen and (max-width:1110px) and (min-width: 1025px) {
	.page-2024-homepage .kt-row-column-wrap .count-up-with-suffix:nth-child(2) .kb-count-up-number {
		min-height: 160px;
	}
}