/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 02:17:41 */
.width-100 a {
	min-width: 150px !important;
}

.ast-oembed-container {
	border-radius: 12px;
}

.bx-wrapper .bx-viewport {
  height: auto !important;
  /* Optionally set a min-height equal to the tallest slide */
}
.bx-wrapper .bx-viewport .bxslider,
.bx-wrapper .bx-viewport .bxslider > .slide {
  height: 100%; /* Allow slides to stretch */
}

/**Team Dynamics**/

.button-td-lite .fl-button {
	background: linear-gradient(180.00deg, rgb(138, 124, 226),rgb(117, 99, 221) 30.22%,rgb(109, 90, 219) 41.589%,rgb(69, 43, 209) 100%) !important;
	border: 0px !important;
}

.fl-button-lightbox-content {
	border-radius: 12px !important;
  padding: 30px !important;
}

/**Search Page**/

.search-results .pagination .next, .search-results .pagination .prev {
	border-radius: 23.5px;
  background: rgb(69, 43, 209);
  color: rgb(255, 255, 255) !important;
  font-weight: 400 !important;
  line-height: 22px;
  letter-spacing: 0px;
  padding: 10px 20px;
  margin: 0px 10px;
}

.search-results .pagination .page-numbers{
	font-family: Nunito;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	line-height: 33px;
	letter-spacing: 0px;
	text-align: left;
}

.search-results .pagination .current{
	color: #452BD1;
}
.search-results .pagination {
	text-align: center;
	margin-bottom: 140px;
}

.container-search-results {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 2rem;
	padding: 120px 0px 40px 0px;
}

@media (max-width: 768px) {
	.container-search-results {
		grid-template-columns: repeat(1, 1fr); /* 3 equal columns */
		padding: 60px 20px 20px 20px;
	}

}


.container-search-results  article{
	border-radius: 20px;
	padding: 36px 32px;
	background: rgb(14, 1, 92);
	display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%; 
}

.container-search-results article img {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 30px;
	background: rgb(0, 0, 0);
}

.container-search-results .post-title {
	margin: 24px 0px 24px 0px;
	line-height: 20px;
}

.container-search-results .post-title a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
}

.container-search-results .post-excerpt {
	color: rgb(217, 218, 245);
	font-family: Nunito;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}

.container-search-results .post-category {
	display: block;
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.container-search-results .post-date {
	display: block;
	color: rgb(251, 223, 232);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
}

body.search .ast-container {
	max-width: 100% !important;
  	padding: 0px;
}

/**Team Dynamics**/

.pos-rel, .pos-rel-2 {
	position: relative;
}


.td-blog-unique .fl-post-image {
	width: 130px;
	float: left;
}

.td-blog-unique .fl-post-text {
	width: 100%;
	display: inline-block;
	clear: unset;
	padding: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

.td-blog-unique .fl-post-text a {
	color: white;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}

.td-blog-unique .fl-post-more-link a {
	color: rgb(246, 204, 37);
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	text-align: right;
	width: 100%;
  display: block;
}

#slider-td .fl-slide-content-wrap {
	padding: 20px;
}

#slider-td .bx-pager {
  bottom: 50px;
  text-align: center !important;
  width: 100%;
  max-width: 100%;
  transform: unset;
}

#slider-td .fl-slide-content {
	padding: 0px !important;
	padding-top: 20px !important;
}

#slider-td img {
	padding: 20px;
}

#slider-td .bx-pager-item a {
	background: rgb(210, 219, 245);
	opacity: 0.5;
	height: 10px !important;
  	width: 10px !important;
}

#slider-td .bx-pager-item a.active {
	background: rgb(210, 219, 245);
	width: 40px !important;
}

.slider-team-dynamics .fl-slide {
	border-radius: 23px;
}

.td-post-slider {
	border-radius: 23px;
	background: rgb(14, 0, 92);
}

.info-box-dt .uabb-button {
	background: transparent linear-gradient(270deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%) 0% 0% no-repeat !important;
	border: 0px;
}

.uabb-team-dynamics i::before {
	background:rgb(14, 0, 92);
	color: white;
	padding: 3px;
	font-size: 10px;
	border-radius: 100px;
}

.uabb-team-dynamics td {
	padding: 10px 10px !important;
	width: 33.333%;
}

.uabb-team-dynamics table {
	border-spacing: 0px 0px;
  	border-collapse: unset !important;
}

.uabb-team-dynamics .table-header-tr .table-header-th:nth-child(2) {
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	background: rgba(210, 219, 245, 0.2);
	max-width: 355px;
	margin: 0px 20px;
	padding: 40px 40px 20px 40px;
}
.uabb-team-dynamics .tbody-row .table-body-td:nth-child(2) {
	background: rgba(210, 219, 245, 0.2);
	max-width: 355px;
	margin: 0px 20px;
}
.uabb-team-dynamics .table-header-tr .table-header-th:nth-child(3) {
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	background: rgba(247, 247, 247, 0.2);
	max-width: 355px;
	margin: 0px 20px;
	padding: 40px 40px 20px 40px;

}
.uabb-team-dynamics .tbody-row .table-body-td:nth-child(3) {
	background: rgb(247, 247, 247, 0.2);
	max-width: 355px;
	margin: 0px 20px;

}

.uabb-team-dynamics .tbody-row:last-child .table-body-td:nth-child(3) {
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
	background: rgb(247, 247, 247, 0.2);
	max-width: 355px;
	margin: 0px 20px;

}

.uabb-team-dynamics .tbody-row:last-child .table-body-td:nth-child(2) {
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
	background: rgba(210, 219, 245, 0.2);
	max-width: 355px;
	margin: 0px 20px;
}


.team-dynamics-bottom-gradients .fl-row-content-wrap {
	background: linear-gradient(180.00deg, rgba(69, 43, 209, 0.2),rgba(161, 133, 219, 0.2) 34.483%,rgba(247, 204, 37, 0.2) 67.488%,rgba(250, 211, 226, 0.2) 100%);
}

.team-dynamics-top-gradients .fl-row-content-wrap {
	background: linear-gradient(180.00deg, rgba(69, 43, 209, 0.2),rgba(161, 133, 219, 0.2) 34.483%,rgba(247, 204, 37, 0.5) 67.488%,rgba(250, 211, 226, 0) 100%);

}

.td-blog-unique {
	border-radius: 23px;
	background: rgb(14, 0, 92);
	padding: 20px;
}
.uabb-blog-posts ul.slick-dots li button::before {
	color: #fff !important;
}

.uabb-blog-posts-carousel ul.slick-dots li.slick-active button::before {
  opacity: 0 !important;
}


@media only screen and (min-width: 981px) {
	.uabb-team-dynamics table {
		border-spacing: 20px 0px;
	}
	.td-blog-unique {
		position: absolute;
		bottom: 0%;
		z-index: 100;
		left: 75px;
	}

	.pos-rel-2 .td-blog-unique {
		bottom: 18%;
	}
	.td-blog-unique .fl-post-image {
		width: 130px;
		float: left;
	}

	.td-blog-unique .fl-post-text {
		width: 350px;
		display: inline-block;
		clear: unset;
		padding: 0px;
		padding-left: 20px;
	}
	.uabb-team-dynamics td {
		padding: 35px 45px !important;
	}
}
@media only screen and (max-width: 767px) {
	.uabb-team-dynamics td {
		width: 33.333%;
		text-wrap: balance;
	}	
	.uabb-team-dynamics table i {
		display: none;
	}
	.uabb-team-dynamics .table-header-tr .table-header-th {
	  padding: 10px !important;
	}
}
/**End of Team Dynamics**/

/**Blog 2025**/

.post-related-articles .uabb-blog-post-content {
	padding: 25px;
}

.post-grid-blog-main .uabb-module-content .uabb-blog-posts-col-3 {
	position: relative !important;
	width: 33.3333%;
	display: block;
	top: auto !important;
	left: auto !important;
	transform: unset !important;
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left: 7.5px;
	padding-right: 7.5px;

}

.post-grid-blog-main .uabb-module-content {
	height: auto !important;
}

.post-related-articles .uabb-blog-posts-shadow {
	min-height: 10px !important;
}
.search-button-blog input {
	padding: 0px !important;
}
.search-button-blog form {
	margin: 0px;
}

.search-button-blog .fl-button {
	padding: 0px !important;
}

.search-button-blog .fl-search-form-fields {
	
}

.post-grid-blog-main .fl-post-title {
	margin: 20px 0px !important;
	text-align: left;
	line-height: 32px;
}

.author_main img {
	width: 49px;
	border-radius: 100px;
	margin-right: 10px;
}

.single-date {
	color: rgb(251, 223, 232);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 50px;
	display: block;
}

body.single-post .fl-post-text-main-blog .fl-post-title {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
	margin: 20px 0px;
}

body.single-post .fl-post-image-main-blog .author_main {
	margin: 10px 0px 0px 0px;
}

body.single-post .author_main .single-date {
	display: inline;
	font-size: 14px;
	color: white;
}
 
.post-template-template-with-bb .ast-container {
	max-width: 100% !important;
	padding: 0px;
}

.post-template-template-with-bb #primary {
	margin: 0px !important;
}
.uabb-blog-posts-shadow {
  box-shadow: none !important;
}

.post-grid-blog-main .uabb-blog-posts-shadow {
	background-color: #0E015C !important;
	border-radius: 20px !important;
	box-shadow: none;
	height: 100% !important;
	min-height: 550px;
}

.post-grid-blog-main .uabb-blog-posts-shadow {
	background-color: #0E015C !important;
	border-radius: 20px !important;
	box-shadow: none;
	height: 100% !important;
	min-height: 550px;
}

.post-grid-blog-main .uabb-masonary-filters li {
	border: 1px solid rgb(217, 218, 245);
	min-width: 60px;
}

body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child {
	width: 100% !important;
	position: static;
}

body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .uabb-blog-posts-shadow {
	min-height: auto;
}

body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .uabb-blog-post-content {
	display: grid;
    grid-template-columns: 1fr 1fr;
    direction: rtl; 
}

body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .fl-post-image{
	width: 100%;
  	order: 1;
	margin-bottom: 0px;
}

body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .fl-post-text{
	width: 100%;
	order: 2;
	direction: ltr;
	align-content: center;
}

.fl-post-image-main-blog .cat-main-blog {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}

.fl-post-image-main-blog .fl-post-title {
	margin: 20px 0px;
}

.red-orange-btn a {
	padding: 10px 35px;
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 20px;
	margin-top: 44px;
	display: inline-block;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 30px;
	background: linear-gradient(85.43deg, rgb(255, 88, 138) 0.34%,rgb(251, 162, 89) 99.597%);
}

.fl-post-image-main-blog .author_main {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 14px;
/*	font-weight: 700;	*/
	line-height: 19px;
	margin: 40px 0px;
	letter-spacing: 0px;
	text-align: left;
}

.fl-post-image-main-blog .fl-post-title a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: left;
}

.fl-post-main-blog-image img {
	border-radius: 20px;
}
	
.fl-post-image-main-blog .fl-post-title a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: left;
}



.fl-post-image-main-blog .fl-post-text-main-blog {
	width: 40%;
	float: left;
}
@media only screen and (min-width: 981px) {
	.fl-post-image-main-blog .fl-post-text-main-blog {
        padding-right: 20px;
    }
}
.fl-post-image-main-blog .fl-post-main-blog-image {
	width: 60%;
	float: left;
}
@media only screen and (min-width: 981px) {
	.fl-post-image-main-blog .fl-post-main-blog-image {
        padding-left: 20px;
    }
}
body.single-post .fl-post-image-main-blog .fl-post-main-blog-image img {
  max-height: 275px;
}

.uabb-blog-posts-shadow {
	box-shadow: 0px !important;
	background: transparent !important;
}

.post-grid-blog-main .fl-post-grid-post {
	border-radius: 20px;
	background: rgb(14, 1, 92);
	padding: 32px 36px;
}

.post-grid-blog-main .fl-post-text {
	padding: 0px;
}

.post-grid-blog-main .fl-post-image {
	margin-bottom: 30px;
}
.post-grid-blog-main .fl-post-image img{
	border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.post-grid-blog-main .fl-post-title a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: left;
}

.post-grid-blog-main .fl-post-excerpt p, .post-grid-blog-main .fl-post-excerpt {
	color: rgb(217, 218, 245);
	font-family: Nunito;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}

.post-grid-blog-main .fl-post-category {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
}

.post-grid-blog-main .fl-post-meta {
	color: rgb(251, 223, 232);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
}
.page-template-template-blog .ast-container{
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

.weekly-insights-header .fl-heading {
	font-size: 60px;
	line-height: 70px;
	color: white;
}

.weekly-insights-img img {
	max-width: 367px;
}
.fl-post-text-main-blog .fl-post-title {
	line-height: 35px;
}

#gform_33 {
	max-width: 434px;
}

#input_33_1 {
	border-radius: 30px;
	background: rgba(14, 0, 92, 0.26);
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	border: 0px;
	padding: 15px 30px;
}

#input_33_1::placeholder {
	color: white;
}

#gform_submit_button_33 {
	border-radius: 23px;
  background: rgb(14, 0, 92);
  color: rgb(255, 255, 255);
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  border: 0px;
  position: absolute;
  top: 5px;
  right: 7px;
}

.post-grid-blog-main .uabb-masonary-filters {
	margin: 0px 0px 20px 0px;
}

@media (max-width: 980px) {
	
	body.single-post .fl-post-text-main-blog .fl-post-title {
		font-size: 32px;
		line-height: 40px;
	}
	.post-grid-blog-main .uabb-module-content .uabb-blog-posts-col-3 {
		width: 100%;
		padding-left: 0px;
  		padding-right: 0px;
		margin-bottom: 20px;
	}

	.weekly-insights-header .fl-heading {
		font-size: 35px;
		line-height: 40px;
	}
	.fl-post-main-blog-image img {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.fl-post-image-main-blog .fl-post-text-main-blog {
		width: 100%;
		float: left;
	}
	.fl-post-image-main-blog .fl-post-main-blog-image {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
	.post-grid-blog-main .fl-post-image img{
	  height: 190px;
	}
	body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .uabb-blog-post-content {
	  	direction: inherit;
		display: inline-block;
	}
	body.page-template-template-blog .post-grid-blog-main .uabb-blog-posts-col-3:first-child .fl-post-image {
	  margin-bottom: 30px;
	}
	.fl-post-image-main-blog {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.post-grid-blog-main .uabb-blog-posts-shadow {
	  min-height: auto;
	}
	.current_page_ancestor a {
	  border-bottom: 0px;
	}

}


/**Fix on the Alternative**/
@media screen and (min-width: 981px) {
	.special-case-col .fl-col-group {
		width: 50%;
		float: left;
	}
	.special-case-col .fl-col-group > .fl-col {
		width: 100%;
		float: left;
	}
}

.covered-piece {
	background-color: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 4px 8px 0px rgb(70, 44, 210, 0.6);
}


/**Base Fonts Fallback**/

@font-face {
    font-family: 'Adjusted Arial Fallback';
    src: local(Arial);
    size-adjust: 100%;
    ascent-override: 100%;
    descent-override: 33%;
    line-gap-override: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    font-family: 'Nunito', 'Adjusted Arial Fallback', 'sans-serif';
}

/**Develop 2025**/
@media (max-width: 980px) {
	.diff-position .fl-row-content-wrap{
		top: -27%;
  		position: relative;
	}
}


/**New Customer Stories 2025**/

.company-logo img {
	max-width: 100px;
	max-height: 59px;
}

.fl-post-image_customers_stories .company-logo {
	position: relative;
	left: 30px;
}

.fl-post-image_customers_stories .company-logo img {
	border-radius: 0px !important;
}

.fl-post-image_customers_stories img {
	width: 100%;
}

.fl-post-image_customers_stories {
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	width: 100%;
	border-radius: 30px;
	background-position: center;
}

.story_link a::before {
	background-image: url('https://wonderlic.com/wp-content/uploads/2025/01/Arrow-Bullet.png');
	content: ' ';
	width: 23px;
	height: 23px;
	display: block;
}

.fl-post-text_customer-banner {
	top: 60%;
  max-width: 800px;  position: relative;
  left: 3%;
}

.table-header-cust p {
	color: rgb(0, 0, 0);
	font-family: Nunito;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: left;
}

.main-banner-customers .fl-post-feed img{
	border-radius: 25px;
}

.fl-post-text_customer-banner .portrait_labels p {
	margin-top: 10px;
}
.fl-post-text_customer-banner h2 > a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: 0px;
	text-align: left;
}
.stories-list-carousel picture {

}

.uabb-blog-posts ul.slick-dots li button::before {
	
}

.portrait_title h2 > a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 30px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: left;
}

.uabb-post-thumbnail {
	height: 100%;
	border-radius: 20px;
	text-align: left !important;
}

.portrait_labels p {
	color: rgb(255, 255, 255);
	font-family: Nunito;	
	margin-top: 30px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
}

.stories-list-carousel picture img {
	height: 100%;
	object-fit: cover;
}

.stories-list-carousel .uabb-blog-post-content, .stories-list-carousel .uabb-blog-post-inner-wrap {
	height: 100%;
}

.company-logo {
	max-width: 150px;
	position: absolute;
	left: 20px;
	top: 30px;
}

.portrait_container_text {
	bottom: 5%;
	padding: 0px 20px;
	width: 100%;
    position: absolute;
}

.story-template .portrait_container_text {
	padding: 20px 20px;
	width: 100%;
    position: relative;
}


.stories-list-carousel .slick-slide {
	overflow: hidden;
  border-radius: 30px;
}
.stories-list-carousel .uabb-post-thumbnail {
	background-size: cover;
	border-radius: 30px;
	position: relative;
	height: 600px
}
.customer-stories-blog h2 > a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	
}

.customer-stories-blog .fl-post-column .fl-post-grid-post {
	border-radius: 20px;
	background: #0E005C;
	padding: 30px;
	border: 0px;
}

.customer-stories-blog .blob-title-blog {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 40px 0px 10px 0px;
	text-transform: uppercase;
}

.customer-stories-blog .fl-post-image img {
	border-radius: 10px;
	object-fit: cover;
  	height: 180px;
}

.fl-post-more-link-customer-stories a {
	color: rgb(255, 255, 255);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	border-radius: 50px;
	border: 1px solid white;
	padding: 10px 20px;
	margin-top: 40px;
  display: inline-block;
}

.customer-stories-blog  .fl-post-text {
	padding: 0px;
}

.table-grid-div p {
	display: block;
}


.table-grid-div {
	display: grid;
  grid-template-columns: 20% 20% 15% 20% 15% 5%;
  grid-gap: 10px;
}

.customer-stories-list span {
	display: none;
}

.company_title-accordion {
	display: none;
}

.customer-stories-list .fl-post-feed-post {
	border-bottom: 1px solid rgb(217, 218, 245) !important;
	padding-top: 25px;
}

.company_title-accordion h3{
	color: rgb(0, 0, 0);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	margin-left: 4px;
	display: inline-block;
}

.company_title-accordion::before {
	content: "\e98a";
	/**content: "\e990";**/
	color: black;
	display: inline-block;
	font-family: 'Ultimate-Icons' !important;
}

.company_title-accordion-close::before {
	content: "\e990";
	color: black;
	display: inline-block;
	font-family: 'Ultimate-Icons' !important;
}

.more-success-container .portrait_container_text {
	top: 0;
	text-align: left;
}

.more-success-container .portrait_title h2 {
	color: rgb(14, 0, 92);
	font-size: 20px;
	line-height: 27px;
}

.more-success-container .portrait_title h2 > a {
	color: rgb(14, 0, 92);
	font-size: 20px;
	line-height: 27px;
}

.customer-stories-blog .fl-post-column .fl-post-grid-post .fl-post-image > a {
	display: block;
	height: 180px;
}

.uabb-blog-posts-carousel li::before {
	content: " ";
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #D9DAF5;
	display: inherit;
}

.uabb-blog-posts-carousel li.slick-active::before {
	content: " ";
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #0E005C;
	display: inherit;
}
@media (min-width: 981px) {
	.story-template-template-with-bb #content, #post-13284 {
		background-image: url('https://wonderlic.com/wp-content/uploads/2025/01/bg-customer-stories-png-png.webp');
		background-repeat: no-repeat;
	}
	.class-accordion-list {
		display: block !important;
	}
	.fl-post-more-link-customer-stories {
		bottom: 70px;
    	position: absolute;
	}
	.customer-stories-blog .fl-post-title {
		min-height: 115px;
	}
	.customer-stories-blog .fl-post-column .fl-post-grid-post, .customer-stories-blog .uabb-blog-post-content {
	  min-height: 553px;
	}
	.class-accordion-list {
		height: 100% !important;
	}
	.company_title-accordion .story_link {
		display: none;
	}
}

@media (max-width: 980px) {
	.fl-post-image_customers_stories {
		height: 350px;
	}
	.portrait_container_text {
		
	}
	.fl-post-text_customer-banner {
		top: 70%;
		left: 0%;
	}
	.customer-stories-blog .fl-post-column .fl-post-grid-post {
		margin: 0px 20px;
	}
	.customer-stories-blog .slick-track {
		display: flex !important;
	}
	.customer-stories-blog .slick-slide {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	.customer-stories-blog .fl-col {
		clear: none;
	}
	.class-accordion-list {
		height: 0;
		padding: 0px !important;
	}
	#g2-reviews-container .fl-col, .customer-stories-blog .fl-post-column {
	  max-width: 100% !important;
	}
	.company_title-accordion {
		display: flex;
	}
	.company_title-accordion .story_link {
		margin-left: auto;
	}
	.fl-post-text_customer-banner {
	  bottom: 18px;
	  padding-left: 25px;
	  width: 100%;
	}
	.customer-stories-list span {
		display: block;
		color: rgb(0, 0, 0);
		font-family: Nunito;
		font-size: 20px;
		font-weight: 700;
		line-height: 27px;
		letter-spacing: 0px;
		text-align: left;
	}
	.table-grid-div p {
	  font-size: 18px;
		text-transform: uppercase;
		color: black;
	}
	.table-grid-div span {
	  font-size: 20px;
		text-transform: normal;
	}
	.table-grid-div {
		display: block;
	}
	.max-height-open {
		height: 100% !important;
		padding: 20px !important;
	}
}


/**Footer New 2025**/

@media (min-width: 981px) {
	.footer-horizontal li {
		display: inline-block;
		margin-right: 25px !important;
	}
}
.footer-horizontal ul {
	list-style-type: none;
}

.p-footer-nav ul {
  margin-bottom: 0px;
}

.footer-horizontal span {
	font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
	color: white;
}

.footer-horizontal .uabb-info-list-wrapper {
	margin: 0px;
}

.p-footer-nav .uabb-info-list-content {
	width: 100% !important;
}
.p-footer-nav span {
	color: white;
	font-size: 14px;
	font-weight: 700;
}

.p-footer-nav span > a {
	color: white !important;
	font-weight: 700 !important;
}


/**New Get a Demo 2025**/

.encircled-pointers .uabb-info-list-content {
	width: calc( 100% - 46px ) !important;
}

@media (max-width: 980px) {
	.encircled-pointers i {
		display: none;
	}
	.encircled-pointers .uabb-info-list-icon {
		margin-left: -20px;
	}
}
/**New Get a Demo 2025**/
.uabb-creative-menu-mobile-toggle {
    width: 48px;
    height: 48px;
    line-height: 30px;
    text-align: center;
}

/**Fix on Development**/
@media (max-width: 980px) {
	.wonderlic-develop-container .fl-col-group:nth-child(4)::before {
	  content: none !important;
	}
}

.slider-plus .uabb-ultb3-img{
	position: relative !important;
  height: auto;
  float: right;
}

.ua-icon-arrow-right::before {
content: "\e952";
  font-family: 'Ultimate-Icons' !important;
}

.member-linkedin::before {
  content: "\e9d8";
  font-family: 'Ultimate-Icons' !important;
}

.ua-icon {
	font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


img[data-dominant-color]:not(.has-transparency) {
  background-color: transparent !important;
}

/**ATIH Landing**/
@media (max-width: 980px) {
	.atih-landing .fl-row-content-wrap {
		background-image: none;
	}
}

.header-blue, .header-blue strong {
	color: #452bd1 !important;
}

.atih-slider-box .slick-track {
    display: flex !important;
}

.atih-slider-box .slick-slide {
	height: inherit !important;
	background-color: #0e005c;
	border-radius: 20px;
}

.atih-landing .fl-row-content-wrap {
	background-size: 500px !important;
}

.atih-slider-box .slick-slide .fl-module-content{
    height: inherit !important;
}
/**sitemap 2**/
#post-35828 {
	max-width: 1200px;
	margin: 0 auto;
}
.wshs-post-simple-list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}

.wshs-post-simple-list {
	float: left;
	width: 100% !important;
	margin-bottom: 50px;
}

.wshs-post-simple-list h2 {
	font-size: 1.75rem;
	font-family: 'Nunito',serif;
	line-height: 1.1em;
	color: black;
}

.wshs-post-simple-list a {
	font-size: 1rem;
	font-family: 'Nunito',serif;
	line-height: 1.1em;
	color: black;
	display: block;
	border-bottom: 1px solid black;
	padding: 10px 0px;
	margin-right: 15px;
}
.wshs-post-simple-list ul {
	list-style: none;
	columns: 3;
	margin: 0px !important;
}

.wshs-post-simple-list li {
display: inline-block;
  width: 100%;
  padding-left: 0px !important;
  float: none !important;
}

.wshs-post-simple-list .children {
	list-style: none;
	columns: 1;
	column-gap: 20px;
	margin-left: 0px !important;
}

@media (max-width: 768px) {
	.wshs-post-simple-list ul {
		columns: 2;
	}
}

@media (max-width: 480px) {
	.wshs-post-simple-list ul {
		columns: 1;
	}
}

/**sitemap**/
.simple-sitemap-container h3 {
	font-size: 1.75rem;
  font-family: 'Nunito',serif;
  line-height: 1.1em;
}

.simple-sitemap-container .term-tag {
	font-size: 1rem;
  font-family: 'Nunito',serif;
  line-height: 1.1em;
}

.simple-sitemap-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.simple-sitemap-container ul {
	list-style: none;
	columns: 3;
	margin: 0px !important;
}

.simple-sitemap-container li {
  display: inline-block;
  width: 100%;
}

.simple-sitemap-container .children {
	list-style: none;
	columns: 1;
	column-gap: 20px;
	margin-left: 0px !important;
}

.simple-sitemap-container .children li:last-child{
	border-bottom: 0px;
}

.simple-sitemap-container a {
	color: black;
  display: block;
  border-bottom: 1px solid #c1c1c1;
	padding: 10px 0px;
}

@media (max-width: 768px) {
	.simple-sitemap-container ul {
		columns: 2;
	}
	.simple-sitemap-container .children {
		columns: 1;
	}
}

@media (max-width: 480px) {
	.simple-sitemap-container ul {
		columns: 1;
	}
	.simple-sitemap-container .children {
		columns: 1;
	}
}

/**Footer**/

.ast-custom-footer .fl-row-content-wrap {
	background-color: #171d4f;
}

.full-column-footer .uabb-info-list-content p {
	margin-bottom: 0px;
}

.full-column-footer .uabb-info-list-content{
	width: 100% !important;
}

.wonderlic-footer-logo-white img {
	max-width: 250px;
}

.ast-custom-footer h5 > a, .ast-custom-footer h5 > span {
	font-family: Nunito, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: white;
}

.p-footer-nav a {
	font-family: Nunito, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
}

.p-footer-nav ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.ast-custom-footer .blue-button-with-gradient a {
	background: transparent linear-gradient(270deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%) 0% 0% no-repeat !important;
	border-radius: 29px !important;
	color: white !important;
	border: 0px !important;
	font-size: 14px !important;
	border-radius: 50px;
	padding: 8px 20px !important;
	
}

.ast-custom-footer .blue-button-with-gradient a > span, .ast-custom-footer .pink-red-icon-btn a > span, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color: white;
}
.ast-custom-footer .pink-red-icon-btn a {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	font-size: 14px !important;
	background-image: linear-gradient(35deg, #fc5c8c 0%, #ff824b 100%);
	border-radius: 50px;
	padding: 8px 20px !important;
}

.transparent-btn a {
	border-radius: 50px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
  font-size: 14px !important;
	padding: 8px 20px !important;
}

.bx-class .fl-module-content {
	margin: 0px !important;
}

.ast-custom-footer .fl-separator {
	border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f9f9f9;
  max-width: 100%;
  margin: auto;
}

.p-footer-nav li {
	line-height: 10px;
}

.bx-class .fl-module {
	margin-right: 30px;
	margin-bottom: 10px;
}

.privacy-terms p, .privacy-terms a{
	font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .ast-custom-footer .fl-col {
    max-width: 100% !important;
  }
}
/**Turnover Calculator**/

.with-percentage .ginput_container::after {
	content: '%';
	position: absolute;
	font-size: 40px !important;
	color: #452bd1;
	right: 0px;
	top: 20px;
}


.with-percentage .ginput_container input {
	padding-right: 35px !important;
}

.turnover-calculators .gform_fields {
	border-radius: 23px;
	padding: 70px 40px;
	background-color: #f7f5f5;
}

.turnover-calculators .gform_fields input {
	text-align: right;
	font-size: 40px !important;
	color: #452bd1;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #000;
	background-color: #f7f5f5;
}

.turnover-calculators .gfield_label {
	font-size: 20px !important;
	color: #000;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-weight: 400 !important;
	line-height: 32px;
	width: 50%;
	float: left;
	max-width: 465px;
}

.turnover-calculators .ginput_container {
	width: 40%;
	float: right;
	max-width: 300px;
	position: relative;
}

.turnover-calculators .gform_button {
	display: none;
}

.sticky-header {
	position: sticky;
   top: 0;
   z-index: 99;
}

/**timeline issue temporary fix**/

.tm-timeline-li-0 .bb-timline-title::before {
	content: "1930's";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-1 .bb-timline-title::before {
	content: "1940’s – 1950’s";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-2 .bb-timline-title::before {
	content: "1960’s – 1970’s";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-3 .bb-timline-title::before {
	content: "1980’s";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-4 .bb-timline-title::before {
	content: "1990’s – 2010’s";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-5 .bb-timline-title::before {
	content: "2015 – Present";
	display: block;
	font-size: 20px;
}

.tm-timeline-li-6 .bb-timline-title::before {
	content: "Future";
	display: block;
	font-size: 20px;
}
/***Candidate V3****/


.candidate-image-box .uabb-button {
	background: transparent linear-gradient(270deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%) 0% 0% no-repeat !important;
  border-radius: 29px !important;
  color: white !important;
  border: 0px !important;
}

.fair-play {
	position: relative;
}

.fair-play::before {
  content: ' ';
  background-image: url('https://wonderlic.com/wp-content/uploads/2024/07/bg-2.png');
  position: absolute;
  top: -377px;
  z-index: -1;
  width: 100%;
  height: 999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: calc(50% - -41px) 50%;
}

.testimonial-on-candidate p {
	color: #0e005c !important;
}

.testimonial-on-candidate h3 {
	font-size: 30px !important;
	line-height: 44px !important;
	font-weight: 700 !important;
}

.testimonial-on-candidate img {
	padding-bottom: 70px;
}

.testimonial-on-candidate .bx-controls .bx-pager-link {
	width: 6px !important;
	height: 6px !important;
	background: #b1b3f1 !important;
}

.testimonial-on-candidate .bx-wrapper .bx-pager.bx-default-pager a.active, .testimonial-on-candidate .bx-wrapper .bx-pager.bx-default-pager a:focus, .testimonial-on-candidate .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #0e005c !important;
}

.testimonial-on-candidate .bx-pager{
	text-align: center !important;
  max-width: 100% !important;
  transform: none !important;

}

.testimonial-on-candidate .slick-track {
	display: flex !important;
}

.testimonial-on-candidate .slick-dots li {
  margin: 0px !important;
}

.slider-on-candidate .slick-track{
	display: flex;
}

.slider-on-candidate .slick-dots li button::before {
	color: white;
}

.slider-on-candidate .slick-dots li.slick-active button::before {
	color: #fbdfe8;
}

.select-blog-list .uabb-blog-posts-grid  {
	height: auto !important;
}

.select-blog-list .uabb-blog-posts-grid > div  {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 33.333%;
}

@media (min-width: 768px) {
	.slider-on-candidate .slick-track{
		transform: none !important;
	}
	.cta-candidate .fl-cta-text {
		min-height: 120px;
	}
}

@media (max-width: 980px) {
	.fair-play::before {
		content: none;
	}
	.testimonial-on-candidate h3 {
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.cta-candidate .fl-cta-button {
		padding-top: 0px;
	}
	 .cta-candidate .fl-cta-text-content p {
		margin-bottom: 0px;
	  }
	.select-blog-list .uabb-blog-posts-grid > div  {
		width: 50%;
	}
}

@media (max-width: 476px) {
	.select-blog-list .uabb-blog-posts-grid > div  {
		width: 100%;
	}
}

/***Candidate V3****/

.orange-button-with-gradient a {
  background: transparent linear-gradient(90deg, #FF588A 0%, #FBA259 100%) 0% 0% no-repeat !important;
  border-radius: 29px !important;
  color: white !important;
  border: 0px !important;
}

#field_22_16 .ginput_container_number::after,#field_22_15 .ginput_container_number::after, #field_22_3 .ginput_container_number::after {
	content: '%';
	font-size: 70px;
	color: #452bd1;
	width: 10%;
	display: inline-block;
	margin-left: -27px;
}

#input_22_16, #input_22_15, #input_22_3 {
	display: inline-block;
	width: 90%;
}

.with-border-left {
	border-left: 1px solid #e7e7e7 !important;
}

/* Partners */
.list-of-partners i {
	background-color: #0e005c;
	border-radius: 50px;
	padding: 3px !important;
	font-size: 13px !important;
	margin-right: 10px;
}

.list-of-partners {
	max-width: 546px;
}

.list-of-partners strong {
	font-weight: 700 !important;
}

.list-of-partners .fl-list-item-content-icon {
	vertical-align: top !important;
}

.partners-slider .fl-slide-content {
	background-color: transparent !important;
}
.partners-slider .bx-wrapper .bx-pager {
	max-width: 100%;
    transform: translateX(0%);
	text-align: center;
	transform: translateY(15px);
}

.partners-slider .fl-slide-text {
	text-align: left;
}

.partners-slider .bx-pager .bx-pager-item .bx-pager-link {
  width: 6px !important;
  height: 6px !important;
}

.partners-slider a {
	color: #FDCB1F !important;
	text-transform: uppercase;
	font-size: 18px !important;
	font-weight: 700;
}

.partners-slider {
	text-align: left;
}

.partners-slider h5 {
	font-size: 12px !important;
	color: #FBDFE8 !important;
	line-height: 20px !important;
	font-family: Nunito, sans-serif;
	margin-bottom: 0px !important;
}

.partners-slider p {
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	font-family: Nunito, sans-serif;
}

.partners-slider .fl-slide-content {
	padding: 20px !important;
	margin: 0px !important;
}

.third-partners::before {
	background-image: url('https://wonderlic.com/wp-content/uploads/2024/06/partners-background.png');
  background-size: 100% 100%;
  content: ' ';
  height: 834px;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
	.third-partners::before {
		content: none;
	}
}

/* Partners */

body.page-id-19030 #page > div:nth-of-type(1), body.page-id-19023 #page > div:nth-of-type(1), body.page-id-19478 .ast-custom-footer, body.page-id-19654 .ast-custom-footer, body.page-id-19736 .ast-custom-footer, body.page-id-19877 .ast-custom-footer, body.page-id-19953 .ast-custom-footer, body.page-id-19885 .ast-custom-footer, body.page-id-22369 .ast-custom-footer, body.page-id-22372 .ast-custom-footer, body.page-id-22365 .ast-custom-footer, body.page-id-22661 .ast-custom-footer, body.page-id-29338 .ast-custom-footer {
	display: none;
}

/**Wonderlic Landing Page DEmo**/

.talent-insights::before {
	content: ' ';
  background-image: url('https://wonderlic.com/wp-content/uploads/2023/08/wonderlic-image-bg.png');
  position: absolute;
  top: -377px;
  z-index: -1;
  width: 100%;
  height: 999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: calc(50% - -41px) 50%;
}

.slider-on-get .slick-slide {
	margin: 0 10px;
	height: inherit !important;
}

  /* the parent */
.slider-on-get  .slick-list {
      margin: 0 -10px;
}

.slider-on-get .slick-track {
    display: flex !important;
}

.slider-on-get .fl-col-content {
	height: calc(100% - 10px);
}

.popmake {
	padding: 0px !important;
  border: 0px !important;
  box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
  background-color: white;
	 top: 253px !important;
}


.talent-insights {
	position:relative;
}

.demov2v3 .fl-col-group:nth-child(3)::before {
  top: -210px !important;
}

.demoland .slick-track {
    display: flex !important;
}

.demoland .slick-slide {
    height: inherit !important;
	background-color: #0e005c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.demoland .slick-slide .fl-module-content{
    height: inherit !important;
}

.demov2v3 .fl-col-group:nth-child(3) {
  padding: 180px 20px 213px 20px;
  position: relative !important;
}

.box-shadows {
	background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.29);
	max-width: 445px;
	width: 100%;
	float: right;
}

.purp-bg .fl-row-content {
	position: relative;
}

.purp-bg .fl-row-content::before {
	background: url('https://wonderlic.woiii.nl/wp-content/uploads/2024/02/girl-in-a-yellow-suit.png');
	left: -297px;
  width: 293px;
  position: absolute;
  height: 100%;
  background-size: 100%;
  z-index: 50;
  background-repeat: no-repeat;
  background-position-y: calc(50px + 50%);
}

body.page-id-19564 .ast-custom-header, body.page-id-19556 .ast-custom-header {
	height: 0px;
	opacity: 0;
}

body.page-id-19564 .ast-custom-footer, body.page-id-19556 .ast-custom-footer {
	display: none;
}


.demoland-talent-insights .fl-col-content{
	align-items: normal !important;
}

.max-width-500 {
	max-width: 500px;
}
.demo-slider-land img {
	width: 30px !important;
    height: 30px;
}
.demo-landing-page-bottom-part {
	background: transparent linear-gradient(227deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%);
  border-radius: 20px;
}

.activate-greatness .fl-row-content-wrap{
	background-position: calc(50% - 50px) 50% !important;
}


.activate-greatness-select .fl-row-content-wrap{
	background-position: calc(50% + 250px) 50% !important;
}

  /* the parent */
.demoland > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(4) .slick-list {
	margin: 0 -10px;
}
.demoland > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(4) .slick-slide {
	margin: 0 10px;
	clear: none;
}

.select-demo-max {
	max-width: 400px;
	  float: right;
}

@media (max-width: 980px) {
	.activate-greatness .fl-row-content-wrap, .activate-greatness-select .fl-row-content-wrap {
		background-image: none;		
	}
	.box-shadows {
		max-width: 90%;
		margin: 0 auto;
		float: inherit;
	}
	.demov2v3 .fl-col-group:nth-child(3) {
		display: none;
	}
	
	.talent-insights::before {
		content: none;
		
	}
	
	.slider-on-get .slick-track {
	display: flex !important;
}
}



/**WOnderlic VS**/

#comps-predictive-form {
	background-color: white;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	margin-top: -25px;
}

body.page-id-19370 .fl-slide img {
	width: 100%;
}

body.page-id-19478 .bx-pager .bx-pager-item .bx-pager-link {
	height: 10px !important;
  	width: 10px !important;
}

body.page-id-19478 .bx-wrapper .bx-pager {
    bottom: -30px;
}

#comps-predictive-form::before {
	content: none;
}

.table-uabbb .uabb-tabs-nav li:not(:first-child) {
  margin-left: 0px !important;
}

.table-uabbb .uabb-tabs-nav li{
	background-color: #8c8c8c;
}
.table-uabbb ul > li:first-child {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.table-uabbb ul > li:last-child {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.table-uabbb .uabb-tab-current{
	background-color: #ff588a !important;
}

.testi-on-vs-desktop img {
	max-width: 283px;
}

.testi-on-vs-desktop p {
	text-align: right;
}

.testi-on-vs-desktop .fl-slide-content-wrap {
	width: 100% !important;
}

.table-vs table, .table-vs th, .table-vs td{
	border: 0px;
}

.table-vs th, 
.table-vs td {
	border-right: 1px solid rgba(217,218,245,0.25);
}

.table-vs th:first-child, 
.table-vs td:first-child,
.table-vs td:last-child, .table-vs th:last-child{
	border-right: 0px;
}
.bounce-animation {
  animation: bounce 1s infinite alternate;
  font-size: 18px !important;
  margin-right: 10px;
}

.learn-more-animation p {
	display: flex;
}


@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}

.column-6 {
	width: 50%;
	float: left;
	padding: 0px 25px 0px 0px;
}

.column-6::first-child {
	padding: 0px 0px 0px 25px;
}

.column-6 h4 {
	text-align: left;
	font-size: 16px;
	font-family: 'Nunito Sans';
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.column-6 img {
	width: 100%;
}

.column-6 h6 {
	text-align: left;
		font-size: 22px;
	font-weight: 300;
	font-family: 'Nunito Sans';
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 10px;
}

.column-6 p {
	font-size: 16px !important;
	line-height: 22px !important;
	color: black;
	margin-bottom: 10px;
}

.desktop-none {
	display: none;
}

.mobile-none {
	display: block;
}


@media (max-width: 980px) {
	.testi-on-vs-desktop img {
	  max-width: 100%;
	}
	.desktop-none {
		display: block;
	}
	.mobile-none {
		display: none;
	}
	.column-6 {
		width: 100%;
		float: left;
		padding: 0px 10px 0px 0px;
	}

	.column-6::first-child {
		padding: 0px 0px 0px 10px;
	}
	.table-uabbb .uabb-tab-acc-title {
		background-color: transparent !important;
	}
	.table-uabbb .uabb-tab-acc-title h4 {
		text-align: left !important;
		font-size: 16px !important;
		line-height: 22px;
	}
	.table-uabbb ul > li:first-child {
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
	}

	.table-uabbb ul > li:last-child {
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}
}

body.page-id-19478 #page > div:nth-of-type(1) {
	opacity: 0;
	height: 0px;
}


/**Get Wonderlic 2024**/


.absolute-container .fl-row-content-wrap .fl-col-group{
	position: relative;
}

.get-form {
	z-index: 10;
  position: relative;
  max-width: 90% !important;
}

@media (min-width: 980px) {
	.get-form {
		position: absolute;
		z-index: 10;
		right: 0;
	}
}

.after-get, .after-why {
	position: relative;
}

.after-why::after {
	position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  content: '';
  background-image: url('https://wonderlic.com/wp-content/uploads/2024/01/wave-bottom-svg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 140%;
  height: 100px;
  background-color: #ffffff;
}

.after-get::after {
position: absolute;
  background-image: url('https://wonderlic.com/wp-content/uploads/2024/01/container_desktop_curve.svg');
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}


.mfp-wrap.fl-button-lightbox-wrap .mfp-close, .mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover {
  right: -8px;
  top: -16px !important;
}

.wonderlic-select-slider-container {
	max-width: 1200px;
  float: none;
  margin: auto;
}

/**Select Additional Modules**/


.select-blog-list h3 {
	min-height: 75px;
}

.max-width-homepage {
	max-width: 200px;
}

.select-blog-list img {
	max-height: 136px;
  object-fit: cover;
}

.wonderlic-select-sliders {
	max-width: 1639px;
}

.wonderlic-select-sliders .fl-slide-photo-wrap {
	padding-right: 20px;
}

.wonderlic-select-slider-container .fl-module-post-slider .bx-controls {
  bottom: 30px;
  left: 20px;
}

.wonderlic-select-slider .fl-photo-align-left, .wonderlic-select-slider-container .fl-photo-align-left {
  text-align: right;
}
	
.wonderlic-advantage-container {
	margin-top: -420px;
  position: relative;
}

.wonderlic-advantage h6 {
	color: #fbdfe8 !important;
	font-weight: 700;
	font-family: 'Nunito';
	line-height: 20px;
	font-size: 14px;
}

.wonderlic-advantage h2 {
	color: #ffffff;
	font-weight: 300;
	font-family: 'Nunito';
	line-height: 44px;
	font-size: 30px;
}

.wonderlic-advantage p {
	color: #ffffff;
	font-weight: 300;
	font-family: 'Nunito';
	line-height: 30px;
	font-size: 18px;
}

.select-uabb-image img {
	border-radius: 10px !important;
	margin-bottom: 40px;
}

.select-uabb-h5 {
	color: #FBDFE8 !important;
  text-transform: uppercase;
  font-family: Nunito, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
	margin-bottom: 10px;
}

.select-uabb-more-text a {
	font-size: 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding: 16px 30px;
	border: 1px solid #fff;
	border-radius: 29px;
}

.wonderlic-select-sliders .fl-slide-photo-img {
	width: 280px;
}

.wonderlic-select-sliders .fl-slide-foreground {
	width: 100%;
	max-width: 1272px;
}

.testi-on-select .bx-pager .bx-pager-item .bx-pager-link, .wonderlic-advantage .bx-pager .bx-pager-item .bx-pager-link{
  width: 10px !important;
  height: 10px !important;
}

.testi-on-select .bx-wrapper .bx-pager   {
  bottom: 44px;
  max-width: 83px;
  transform: translateX(50%);
}

.wonderlic-advantage .bx-wrapper .bx-pager {
  bottom: -30px;
  max-width: 83px;
  left: 0px;
}

.testi-on-select .fl-module-content-slider .bx-wrapper {
  margin: 0 auto 0px;
}

.select-blog-list .uabb-blog-posts-shadow {
	box-shadow: none;
}

body.page-id-18418 .fl-module-post-slider .bx-controls {
		bottom: 15px;
}

@media (max-width: 980px) {
	.container-select-post .uabb-blog-posts-description, .select-uabb-more-text {
		display: none !important;
	}
	.container-select-post {
		float: left;
		width: 80%
	}
	.container-select-image {
		float: right;
		width: 20%;
	}
	.select-uabb-image img {
	  margin-bottom: 10px;
	}
	.testi-on-select .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 0px;
	  max-width: 83px;
	  transform: translateX(40%);
	}
	.testi-on-select .bx-wrapper .bx-pager {
	  bottom: 0px;
		transform: translateX;
		width: 100%;
	}
	.wonderlic-advantage h6 {
		line-height: 20px;
		font-size: 12px;
	}

	.wonderlic-advantage h2 {
		line-height: 30px;
		font-size: 20px;
	}

	.wonderlic-advantage p {
		line-height: 20px;
		font-size: 14px;
	}
	
	.wonderlic-advantage .fl-slide-content {
		background-color: transparent !important;
		text-align: left;
	}
	.wonderlic-select-slider-container .fl-post-slider-thumb {
		padding: 0px;
	}
	.our-blog-select-slider .fl-post-slider-title {
	  font-size: 20px !important;
	  line-height: 22px !important;
	  font-weight: 200;
	}
	
	body.page-id-18418 .fl-module-post-slider .bx-controls {
		left: 0px;
		bottom: -20px;
	}

	body.page-id-18418 .fl-module-post-slider .bx-controls .bx-pager {
		position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  transform: none;
	}
}

@media (max-width: 460px) {
	.container-select-post {
		float: left;
		width: 65%
	}
	.container-select-image {
		float: right;
		width: 35%;
	}
}


.mfp-wrap.fl-button-lightbox-wrap .mfp-close, .mfp-wrap.fl-button-lightbox-wrap .mfp-close:hover {
  right: -8px;
  top: -16px !important;
}

/**New Products Header Menu**/

#menu-item-35351 {
	border-left: 1px solid #e7e7e7 !important;
}

.products-parent li {
	width: 310px !important;
  	border: 1px solid #e7e7e7 !important;
	border-top: 0px !important;
}

.blue-button-with-gradient-develop a {
  background: transparent linear-gradient(270deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%) 0% 0% no-repeat !important;
  border-radius: 100px !important;
  color: white !important;
  border: 0px !important;
}

#menu-item-14787 .sub-menu {
	min-width: 150px;
}

#menu-item-1161 .sub-menu {
	min-width: 182px;
}

#menu-item-18304 {
	border-left: 1px solid #e7e7e7;
}

#menu-item-14787 .sub-menu > li ,#menu-item-1161 .sub-menu > li {
	width: auto;
}

#menu-main_menu .sub-menu  {
	display: block;
	text-align: left;
}

.homepage-menu-list [id]::before {
	content: none !important;
}
.header .menu-wrap .menu-list .menu .menu-item-has-children .sub-menu li:first-child{
  border-bottom-left-radius: 0px;
  width: 100%;
}

.header .menu-wrap .menu-list .menu .menu-item-has-children .sub-menu li:last-child {
  border-bottom-left-radius: 10px;
  border-left: 1px solid #e7e7e7;
}

/***Develop New Container November 15,2023**/
.video-on-develop-container {
	position: relative;
}

.video-on-develop-container .fl-row-content-wrap{
	position: absolute;
	z-index: 1;
	top: -215px;
}

body.page-id-18418 {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	.full-width-on-tab .fl-button {
		width: 100%;
		text-align: center;
	}
	
	.wonderlic-develop-container .fl-col-group:nth-child(3)::before {
		content: none !important;
	}
}

/***Develop New things**/

/***Get a Demo 2023**/
.get-a-demo-container {
	position: relative;
}
/**.get-a-demo-container .fl-row-content > .fl-col-group::before {
	content: ' ';
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/09/get-a-demo-human-model1.png');
	background-repeat: no-repeat;
	height: 603px;
	width: 300px;
	position: absolute;
	z-index: 1;
	background-size: contain;
	left: calc(50% - 900px);
}**/



.logo-column img {
	max-width: 200px;
}

#mkto-on-mobile {
	padding: 0px 20px 10px 20px;
}


@media (min-width: 1699px) {
	.get-a-demo-container .fl-row-content{
		transform: translateX(-150px);
	}
}
@media (max-width: 991px) {
	.no-split-three .fl-col-group:first-child .fl-col {
		width: 31.333% !important;
		display: inline-block;
	}
	.no-split-two .fl-col {
		width: 50% !important;
	}
	.logo-column {
		width: 48% !important;
		display: inline-block;
	}
	.human-get-a-demo {
		max-width: 40% !important;
		display: inline-block;
	}
	.text-get-a-demo {
		max-width: 52% !important;
		display: inline-block;
	}
	#menu-item-35351 {
	  border-left: 0px !important;
	}
}


/***Get a Demo 2023**/

.display-only-for-administrator {
	display: none;
}


body.logged-in .display-only-for-administrator {
	display: block;
}

.wpp-author {
  float: left;
}

.popular-posts > h2 {
	font-family: 'Nunito',sans-serif;
	line-height: 1.23em;
	font-size: 1.375rem;
	color: #242f51;
	margin-bottom: 20px;
}

/**Wonderlic Develop 2023**/

.wonderlic-develop-container .fl-col-group:nth-child(4) {
	position: relative;
}

.wonderlic-develop-container .fl-col-group:nth-child(4)::before {
	content: url('https://wonderlic.com/wp-content/uploads/2023/08/make-talent-development-2.png');
	position: absolute;
	top: -494px;
	z-index:-1;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0px;
}

text {
	font-family: Nunito, sans-serif;
}

.wonderlic-develop-full-width-fix .fl-col-group {
	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.wonderlic-develop-container::after {
	content: ' ';
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/07/wonderlic-select-after.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 963px;
	width: 100%;
	position: absolute;
	bottom: 287px;
}


.wonderlic-develop-container::before {
	content: ' ';
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/07/wonderlic-select-before.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right -1%;
	height: 1212px;
	width: 1193px;
	position: absolute;
	margin-top: 0px;
	z-index: -1;
	right: 0px;
}

@media (min-width: 992px) {
	.wonderlic-develop-full-width-fix .fl-col-group:first-child {
		max-width: 1200px;
		margin: auto;
	}

	.wonderlic-develop-full-width-fix .fl-col-group:nth-child(2) {
		left: -120px;
	}

	.wonderlic-develop-full-width-fix .fl-col-group:nth-child(3) {
		right: -60px;
	}

	.wonderlic-develop-full-width-fix .fl-col-group:nth-child(4) {
		left: -140px;
	}

	.wonderlic-develop-full-width-fix .fl-col-group:nth-child(5) {
		right: -70px;
	}

	.wonderlic-develop-full-width-fix .fl-col-group:nth-child(6) {
		left: -70px;
		margin-top: 180px;
	}
}


/**Wonderlic Develop 2023**/


/**Wonderlic Home2023 **/

.wonderlic-select-and-develop .uabb-infobox-title, .wonderlic-select-and-develop .uabb-infobox-text {
	text-align: left;
	
}

.slider-on-mobile .slick-slide {
  margin: auto;
}

.slider-on-mobile .slick-list {
  margin: 0 -7px;
}

.slider-plus .uabb-ultb3-box {
	display: block;
}

.slider-plus img {
	position: relative;
	height: 158px;
	width: 158px !important;
	display: block;
	float: right;
	max-width: 100% !important;
	margin-bottom: 23px;
}


.home-wonderlic-container-2023 .fl-col-group:first-child {
	max-width: 1200px;
	margin: auto;
}

.home-wonderlic-container-2023 .fl-col-group:nth-child(2) {
	max-width: 1200px;
	margin: auto;
}

.home-wonderlic-container-2023 .fl-col-group:nth-child(3) {
	padding: 307px 20px 213px 20px;
	position: relative;
}

.home-wonderlic-container-2023 .fl-col-group:nth-child(3)::before {
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/08/wonderlic-image-bg.png');
	position: absolute;
	top: -144px;
	z-index: -1;
	content: ' ';
	width: calc(100% + 20px);
	height: 1082px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -20px;
	background-position: center;
}


.home-wonderlic-container-2023 .fl-col-group:nth-child(4) {
	max-width: 1200px;
	margin: auto;
}

.home-wonderlic-container-2023 .fl-col-group:nth-child(5) {
	
}

.company-logos-container {
	position: relative;
}

.company-logos-container::before {
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/08/wonderlic-background-stroke.webp');
	position: absolute;
	top: -366px;
	z-index: -1;
	content: ' ';
	width: 100%;
	height: 993px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wonderlic-select-and-develop .uabb-infobox-left-right-wrap::before {
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/08/wonderlic-logo-orange.png');
	content: ' ';
	width: 58px;
	height: 31px;
	background-size: contain;
	display: block;
	margin-bottom: 10px;
}

#post-18170 .fl-builder-content {
	overflow: hidden;
}


	
@media (min-width: 992px) {
	.wonderlic-home-2023-top::before {
		background-image: url(https://wonderlic.com/wp-content/uploads/2025/02/homepage-banner.webp);
		position: absolute;
		top: 76px;
		z-index: 0;
		content: ' ';
		width: 100%;
		height: 480px;
		background-size: contain;
		background-repeat: no-repeat;
		right: 20px;
		background-position: calc(50% + 430px) 50%;
	}
}

@media (max-width: 991px) {
	.wonderlic-home-2023-top .fl-row-content-wrap {
	  	background-image: none;
	}
}

@media (max-width: 768px) {
	.home-wonderlic-container-2023 .fl-col-group:nth-child(3) {
		padding: 20px 20px;
		position: relative;
	}
	
	.wonderlic-select-and-develop .uabb-infobox-content {
		width: 100% !important;
	}
	
	.wonderlic-select-and-develop .uabb-imgicon-wrap {
		display: none;
	}
	
	.home-wonderlic-container-2023 .fl-col-group:nth-child(3)::before {
		background-image: none;
		top: 0px;
		content: none;
		height: 0px;
	}
	.wonderlic-home-2023-top .fl-row-content-wrap{
		background-image: none;
	}
	
	.company-logos-container .fl-col-small:nth-child(1), .company-logos-container .fl-col-small:nth-child(2), .company-logos-container .fl-col-small:nth-child(3) {
		width: 33.333% !important;
		max-width: 100%;
		margin: 0px;
		float: left;
		clear: none;
	}
	
	.slider-on-mobile .fl-col-content {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.slider-on-mobile .slick-dots li button::before {
	  opacity: 1;
		color: #C1C2F4 !important;
		font-size: 11px;
	}
	.slider-on-mobile .slick-dots li.slick-active button::before {
	  opacity: 1;
	  color: #fdcb1f !important;
	}
	.slider-on-mobile .fl-col {
		clear: none;
	}
	.slider-on-mobile .slick-track {
	  display: flex !important;
	}

	.slider-on-mobile .slick-slide {
	  height: auto;
	}

}

/**End of Wonderlic Home**/

/**Wonderlic Select**/

.wonderlic-select-container {
	position: relative;
}

tspan {
	font-family: 'Nunito Sans';
}

.wonderlic-select-container, .wonderlic-select-slider {
	overflow: visible;
}
.wonderlic-select-container::before {
	content: ' ';
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/07/wonderlic-select-before.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right -1%;
	height: 1212px;
	width: 1193px;
	position: absolute;
	margin-top: 0px;
	z-index: -1;
	right: 0px;
}

.wonderlic-select-container::after {
	content: ' ';
	background-image: url('https://wonderlic.com/wp-content/uploads/2023/07/wonderlic-select-after.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 963px;
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 287px;
}

.list-on-select .fl-list-item-icon {
	background-color: #0e005c;
	border-radius: 60px;
	padding: 2px !important;
	margin-right: 8px;
}

.our-blog-select-slider .fl-post-slider-title {
	font-size: 34px;
	line-height: 44px;
	font-weight: 200;
}

.our-blog-select-slider .fl-post-slider-feed-more {
	border: 1px solid #fff;
	border-radius: 60px;
	padding: 15px 35px;
	margin-top: 25px;
	display: inline-block;
}

.our-blog-select-slider .fl-photo-img {
	border-radius: 30px;
	max-width: 335px !important;
	width: 100%;
}

.our-blog-select-slider .bx-pager .bx-pager-item .bx-pager-link {
  width: 10px !important;
  height: 10px !important;
  background: #FFF !important;
  opacity: 0.5;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fdcb1f !important;
}

.bx-wrapper .bx-pager {
	text-align: left;
}

.blue-button-with-gradient a {
	background: transparent linear-gradient(270deg, #8A7CE2 0%, #7563DD 30%, #6D5ADB 42%, #452bd1 100%) 0% 0% no-repeat !important;
	border-radius: 29px !important;
	color: white !important;
	border: 0px !important;
}

.page-id-18575 .blue-button-with-gradient a {
	padding: 10px 25px;
	font-size: 20px;
}


@media only screen and (max-width: 984px) {
	.wonderlic-select-container .fl-row-content-wrap{
		background-image: none !important;
	}
	.our-blog-select-slider .fl-photo-img {
	  max-width: 100% !important;
	}
}

.wonderlic-select-container .fl-col-group, 
.wonderlic-select-blue-container .fl-col-group {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

@media (min-width: 992px) {
	.wonderlic-select-container .fl-col-group:first-child {
		max-width: 1600px;
	}

	.wonderlic-select-container .fl-col-group:nth-child(2) {
		max-width: 1300px;
		right: -53px;
	}

	.wonderlic-select-container .fl-col-group:nth-child(3) {
		max-width: 1300px;
		left: -100px;
	}

	.wonderlic-select-container .fl-col-group:nth-child(4) {
		max-width: 100%;
		left: -100px;
	}
	
	.wonderlic-select-blue-container .fl-col-group:first-child {
		max-width: 1300px;
		right: -53px;
	}

	.wonderlic-select-blue-container .fl-col-group:nth-child(2) {
		max-width: 1200px;
	}

	.wonderlic-select-blue-container .fl-col-group:nth-child(3) {
		max-width: 1300px;
		right: -53px;
	}
	.wonderlic-select-blue-container .fl-col-group:nth-child(4) {
		max-width: 1300px;
		left: -153px;
	}
	.wonderlic-select-blue-container .fl-col-group:nth-child(5) {
		max-width: 1200px;
	}
}


/**[id]::before {
  content: '';
  display: block;
  height:      150px;
  margin-top: -150px;
  visibility: hidden;
}**/

/**Footer**/

#footer-right-1 .fl-heading-text {
	color: white;
}

#menu-footer-menu-1 .fl-has-submenu-container {
	color: rgba(255,255,255,0.6);
}
/**Footer End**/

/**ROI Calculator May 22, 2023**/

#show-results-container {
	display: none;
}

#gotrgf_form_container_22 > .gotrgf_summary_wrapper {
	height: 0px;
	opacity: 0;
	transition: max-height 0.15s ease-out;
	display: none;
}

#gsline_22_23 .gotrgf_line_part_right::after {
	content: '%';
	margin-left: -15px;
}

.gform_wrapper.gravity-theme .gfield_required {
  display: unset;
}

.show {
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}

.wonderlic-savings {
	margin-top: 140px;
}

#wonderlic-savings-header {
	font-family: 'Nunito',sans-serif;
	line-height: 1.2em;
	font-size: 55px;
	font-weight: 400;
	display: none;
	margin-bottom: 30px;
	color: #452bd1;
}

.first-column-live, .second-column-live {
	background: transparent linear-gradient(114deg, #D9DAF5 0%, #DADAF2 0%, #DBDAEE 0%, #F2D77E 100%, #F2D77D 100%, #F9D65B 100%) 0% 0% no-repeat padding-box;
	border-radius: 23px;
	padding: 40px 30px;
	margin-bottom: 40px;
}

#gsline_22_21 .first-column-live .gotrgf_summary_line .gotrgf_line_part_right {
	text-align: right !important;
	padding-right: 30px;
}

#gsline_22_21 .first-column-live .gotrgf_summary_line .gotrgf_line_part_left {
	text-align: right !important;
	padding-right: 30px;
}

#field_22_19 .ginput_container_number{
	margin-top: -45px !important;
}

.second-column-live {
	justify-content: stretch;
	display: flex;
}

.first-line-header {
	font-size: 30px;
	line-height: 40px;
	color: black;
}
.second-column-live::before {
	content: 'Employee Turnover Reduction Savings Using Wonderlic Select';
	position: absolute;
}

#field_22_31 {
	align-items: center;
	display: flex;
	text-align: center;
}

.first-column-live .gotrgf_summary_line{
	width: 48%;
	background-color: white;
	border-radius: 19px;
	margin: 0px 1%;
	display: flex;
	flex-direction: column-reverse;
	float: left;
	padding: 20px 0px;
}

#gsline_22_27 {
	padding: 10px;
	float: right;
	margin-top: 60px;
	align-items: center;
	justify-content: center;
}

#gsline_22_27 .gotrgf_line_part_left, #gsline_22_27 .gotrgf_line_part_right {
	text-align: right !important;
}

.second-live-inner {
	width: 50%;
	display: inline-block;
	margin-top: 55px;
}

.first-live-inner {
	margin-top: 20px;
}

.second-column-live .gotrgf_summary_line{
	width: 48%;
	background-color: white;
	border-radius: 19px;
	margin: 1% 1%;
	padding: 10px;
	display: flex;
	flex-direction: column-reverse;
	float: left;
	padding: 20px 0px;
}

#gsline_22_21 {
	float: none;
}

.first-column-live .gotrgf_summary_line .gotrgf_line_part_right, .first-column-live .gotrgf_summary_line .gotrgf_line_part_left, .second-column-live .gotrgf_line_part_right {
	font-size: 60px;
	color: #452bd1;
	text-align: left !important;
	width: 100% !important;
	-webkit-text-stroke: 0px;
	line-height: 70px;
	padding-left: 30px;
	margin: 0px;
}

.first-column-live .gotrgf_summary_line .gotrgf_line_part_left, .second-column-live .gotrgf_line_part_left {
	font-size: 14px;
	color: #707070;
	width: 100% !important;
	text-align: left !important;
	-webkit-text-stroke: 0px;
	line-height: 16px;
	padding-left: 30px;
	margin-top: 0px;
}

body.page-id-18089 [id]::before {
  content: none;
}

#gotrgf_form_overview_container_22 .gotrgf_summary_title h5, #field_22_32 {
	display: none;
}
.new-parent {
	border: 1px solid red;
}

#gform_submit_button_22 {
	display: none;
}

#gsline_22_28 {
	background-color: #452bd1;
	border-radius: 23px;
	padding: 60px;
	margin-bottom: 20px;
}

#gsline_22_28 .gotrgf_line_part_left {
	color: #ffffff;
	text-align: left;
	font-size: 30px;
	display: inline-block;
	line-height: 40px;
	margin-top: 0px;
	font-family: 'Nunito';
}

#gsline_22_28 .gotrgf_line_part_right {
	font-size: 100px;
	color: white;
	display: inline-block;
	text-align: right !important;
	-webkit-text-stroke: 0px;
	line-height: 110px;
}

#gotrgf_form_container_22 .gotrgf_form_wrapper, #gotrgf_form_overview_container_22 {
  width: 100%;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

#gotrgf_form_container_22 .gotrgf_summary_wrapper {
  width: 100%;
}

.gotrgf_form_container {
  display: block;
}

#gform_22 .ginput_container {
	width: 40%;
	float: right;
	max-width: 300px;
	position: relative;
	margin-top: -90px;
}

#gform_22 .ginput_container input{
	text-align: right;
	font-size: 70px;
	color: #452bd1;
	border-radius: 0px;
}

#gform_fields_22 .gfield{
	border-radius: 23px;
	padding: 70px 40px;
	background-color: #f7f5f5;
}

#gform_fields_22 input {
	border: 0px;
	border-bottom: 1px solid black;
	background-color: transparent;
}

#gform_fields_22 .gfield_label, #gform_fields_22 .gfield_description {
	width: 50%;
	float: left;
	max-width: 465px;
}

#gform_fields_22 .gfield_label {
	font-size: 20px;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	line-height: 32px;
}

.small-width-button .uabb-button {
	width: auto;
}

#gform_fields_22 .gfield_description {
  	font-size: 12px;
	color: #959595;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	line-height: 20px;
}

#field_22_10, #field_22_31, #field_22_32 {
	background-color: transparent !important;
}

.blue-font {
	font-size: 55px !important;
	font-weight: 400 !important;
	color: #452bd1 !important;
}

.gotrgf_form_overview_container > .gotrgf_summary_title {
  border-bottom: 0px !important;
}

#compute-roi-calculatorv2  {
	background: transparent linear-gradient(62deg, #FC5E86 0%, #FF8051 100%) 0% 0% no-repeat padding-box;
	border-radius: 39px;
	border: 0px;
}

.orange-btn .uabb-creative-button{
	border-radius: 25px;
	font-weight: 600;
	background-image: linear-gradient(35deg, #fc5c8c 0%, #ff824b 100%);
	width: 50%;
}

#field_22_10 {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: black;
	padding-bottom: 0px !important;
}

#field_22_31 {
	text-align: center;
	padding-bottom: 20px !important;
}

#field_22_31 #compute-roi-calculatorv2 {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

#field_22_32, .first-column-live, .second-column-live, #gsline_22_28, .wonderlic-savings #reset-fields-roi-calculatorv2 {
	display: none;
}

.showup {
	display: flex;
}

@media only screen and (max-width: 767px) {
	#gform_fields_22 .gfield_label, #gform_fields_22 .gfield_description, #gsline_22_28 .gotrgf_line_part_left, #gsline_22_28 .gotrgf_line_part_right, .second-live-inner, .second-column-live .gotrgf_summary_line {
	  width: 100% !important;
		max-width: 100%;
	}
	.second-live-inner {
	  margin-top: 100px;
	}
	.showup {
		display: block;
	}
	#gform_22 .ginput_container {
	  width: 100%;
	  float: left;
	  max-width: 100%;
	  margin-top: 0px;
	}
	.first-column-live .gotrgf_summary_line {
	  	width: 100%;
		margin-bottom: 10px;
	}
	.first-column-live .gotrgf_summary_line .gotrgf_line_part_left, .second-column-live .gotrgf_line_part_left {
		text-align: center !important;
		padding-left: 0px;
	}
	
	.first-column-live .gotrgf_summary_line .gotrgf_line_part_right, .first-column-live .gotrgf_summary_line .gotrgf_line_part_left, .second-column-live .gotrgf_line_part_right {
	  text-align: center !important;
	  padding-left: 0px;
	}
	#gsline_22_27 {
	  float: none;
		margin-top: 0px;
	}
	#gsline_22_27 .gotrgf_line_part_left, #gsline_22_27 .gotrgf_line_part_right, #gsline_22_28 .gotrgf_line_part_right, #gsline_22_28 .gotrgf_line_part_left {
	  text-align: center !important;
	}
	.wonderlic-savings {
	  margin-top: 30px;
	  padding: 0px 20px;
	}
}

/**ROI Calculator May 22, 2023**/

#menu-item-338::before {
	content: none;
}

/**Get A Demo March 30, 2022**/

.mobile-testimonial {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  -webkit-box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  -moz-box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  background-color: white;
  max-width: 620px;
  display: none;
}

.fl-node-8rdxilc9aj4g {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  -webkit-box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  -moz-box-shadow: 1px 3px 25px 0px rgba(225,225,246,0.75);
  background-color: white;
  max-width: 620px;
}

#mktoForm_1592 .mktoButton:hover {
  background-color: #E63471 !important;
}

#mktoForm_1592 .mktoButton {
  background-color: #E63471 !important;
  font-size: 16px !important;
  font-family: Rubik, sans-serif !important;
  font-weight: 700 !important;
  border: 0px !important;
}

#mktoForm_1592 .mktoButtonRow {
  	margin-top: 0px;
	padding-top: 0px;
}

#mktoForm_1592 label {
  padding-left: 0px !important;
  font-weight: 400 !important;
  color: #242F51 !important;
  font-family: Rubik, sans-serif !important;
}

#mktoForm_1592 {
  padding: 0px !important;
}

.get-a-demo-text-below-form h3 {
  font-weight: 700;
  font-size: 20px;
  color: #242F51;
}

.get-a-demo-text-below-form p {
  color: rgba(36,47,81,0.6);
  font-size: 16px;
}

.featured-on-get-a-demo {
  margin-top: 0px;
  max-width: 560px;
}

.get-a-demo-pointers li > .uabb-info-list-left {
  border: none;
}

@media (max-width: 768px) {
	.column-on-get-a-demo .fl-col-content {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  .mobile-testimonial {
    display: block;
    width: 90% !important;
  }
  .fl-node-8rdxilc9aj4g {
    width: 90%;
    margin: auto;
      margin-bottom: auto;
    margin-bottom: 40px;
    max-width: 400px;
    display: none !important;
  }
  .column-on-get-a-demo {
    width: 90% !important;
  }
}

/**End of Get A Demo March 30, 2022**/


/**Homepage March 3, 2022**/

.header-on-homepage-new h1 {
	color: #242f51;
	font-size: 50px;
	line-height: 60px;
	text-align: left;
}

#mh1::before {
	content: none;
}

#post-16954 > .entry-header {
  display: none;
}

.homepage-container-hero::after {
  background: url('https://wonderlic.eoi.digital/wp-content/uploads/2022/03/background-white1.png');
  position: relative;
  top: -85px;
  background-size: cover;
  content: ' ';
  height: 150px;
  width: 100%;
  background-position: center;
}

.photo-on-logos img {
  max-width: 1200px;
}

.header-on-homepage-new .lines {
  display: none !important;
}

@media (max-width: 768px) {
	.no-small-width {
  		margin-left: 0px !important;
	}
	.header__container__roll .words {
		justify-content: initial;
	}
}

@media (max-width: 992px) {
	.header-on-homepage-new h1 {
		color: #242f51;
		font-size: 30px !important;
		line-height: 1.2;
	}
	.products-parent li {
	  width: auto !important;
	}
}

.header-on-homepage-new .word2 {
  top: 0px;
}

.header-on-homepage-new .word3 {
  top: 0px;
}

.header-on-homepage-new {
  text-align: left;
}

.header-on-homepage-new p {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-top: 14px;
  color: #404DD7;
}

.header-on-homepage-new h5 {
	background-color: rgba(64, 77, 215, 0.15);
	border-radius: 25px;
    display: inline-block;
	color: #404DD7 !important;
	font-size: 11px !important;
  	padding: 5px 10px;
}

.header-on-homepage-new h2 {
	color: #143158 !important;
  	font-family: Nunito !important;
  	font-weight: 700 !important;
	font-size: 50px !important;
	line-height: 60px !important;
}

/**End of Homepage March 3, 2022**/

/* Customers New Update March 16, 2022 */

.story_type-featured-story h2 {
	line-height: 24px !important;
}

.customerscontainer .fl-post-column {
	min-height: 420px !important;
}

body.page-id-13284 [id]::before {
  content: none !important;
}

body.single-story .lets-talk-btn {
  margin-bottom: 10px;
  width: auto;
  padding-right: 50px;
}

body.single-story .footer-above-box {
  padding-top: 5%;
}

body.single-story .image-single-customers {
  margin-top: 100px;
}

.footer-above-box h2 {
  font-size: 27px !important;
}

/* End of Customers New Update March 16, 2022 */

/* ROI Calculator */

#gfield_description_20_2, #gfield_description_20_3, #gfield_description_20_4 {
	height: 0px;
}

.tooltip {
    display: inline-block;
	top: -47px;
	position: relative;
	right: 100%;
	width: 20px;
	left: 90%;
}

.tooltip .tooltiptext {
  width: 156px;
	background-color: #FEF1DC;
	color: #242F51;
	border-radius: 4px;
	border: 1px solid #F5A622;
	position: absolute;
	padding: 9px;
	z-index: 100;
	right: -15px;
	top: 42px;
	visibility: hidden;
	font-size: 14px;
}

.tooltip .tooltiptext p {
	margin-bottom: 0px;
}

.tooltiptext::before {
  	background-image: url(https://wonderlic.com/wp-content/uploads/2022/04/triangle-roi.png);
	width: 15px;
	height: 7px;
	content: ' ';
	position: absolute;
	right: 20px;
	top: -6px;
	margin-top: 0px;
	background-size: 15px;
}

.tooltip:hover .tooltiptext::before, .tooltip:hover .tooltiptext {
  visibility: visible !important;
}

.roi-results-explanation-larger-container {
	max-height: 0px;
	opacity: 0;
	-webkit-transition: max-height 1s 0s ease-in-out;
	-moz-transition: max-height 1s 0s ease-in-out;
	-o-transition: max-height 1s 0s ease-in-out;
	transition: max-height 1s 0s ease-in-out;
	overflow: hidden;
}

.fl-builder-content-editing .roi-results-explanation-larger-container {
	max-height: 100%;
	opacity: 1;
	overflow: auto;
}

.show-roi-explanation {
	max-height: 100%;
	opacity: 1;
}

#gform_20 input {
	color: #242F51;
	font-family: Rubik;
	font-size: 15px;
	max-height: 39px;
}

.how-did-we-results-container {
  position: relative;
  z-index: 90;
}

.gfield input {
  border-radius: 4px;
  border: 1px solid #D8D8D8;
}

#gsline_20_6 .gotrgf_line_part_right::after {
  content: '%';
	position: relative;
left: -9px;
}

.how-did-we-results-container a {
  cursor: pointer;
}

.roi-calculator-larger-container .fl-col-content > .fl-col-group-nested {
  position: relative;
}

.gotrgf_summary_title > h5 {
  font-weight: 700 !important;
  font-size: 24px;
  color: #242F51;
  line-height: 32px;
}

#gform_submit_button_20, #gform_submit_button_21 {
	display: none;
}

.hidden-calculator {
  display: none !important;
}

.show-calculator {
  display: block !important;
}

.gform_required_legend {
	display: block;
	width: 100%;
	grid-column: span 12;
}

#gform_fields_22 .gform_wrapper.gravity-theme .gfield_required {
  display: unset;
}

#compute-roi-calculator, #compute-roi-calculatorv2, #reset-fields-roi-calculatorv2 {
	font-family: Rubik, sans-serif;
	display: block;
	background-color: #E63471;
	border: 0px;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

#reset-fields-roi-calculatorv2 {
	background: transparent linear-gradient(62deg, #FC5E86 0%, #FF8051 100%) 0% 0% no-repeat padding-box;
	max-width: 175px;
	margin: 0 auto;
}

#compute-roi-calculator:disabled, #compute-roi-calculatorv2:disabled  {
 	opacity: 0.5;
}


#reset-fields-roi-calculator {
	font-family: Rubik, sans-serif;
	display: none;
	background-color: transparent;
	border: 2px solid #E63471;
	width: 100%;
	color: #E63471 !important;
	font-size: 16px;
  	border-radius: 25px;
	padding: 8px;
	font-weight: 700;
}

.gotrgf_summary_wrapper {
  	visibility: hidden;
	opacity: 0;
}

.calculate-roi-header {
  font-family: 'Nunito',sans-serif;
  font-size: 27px;
  color: #242F51;
}

.roi-calculator-container-visible {
	visibility: visible;
	opacity: 1;
}

.reference-on-roi-calculator ol {
	counter-reset: section;
	position: relative;
	margin-left: 46px;
}

.reference-on-roi-calculator li {
	position: relative;
}

.reference-on-roi-calculator .fl-list-item-heading{
	display: initial !important;
	    word-break: break-all;
}


.reference-on-roi-calculator li::before {
	counter-increment: section;
	content: counter(section);
	font-weight: 700;
	color: #24B47E;
	position: absolute;
	left: -45px;
	font-size: 17px;
	font-family: 'Rubik';
}

.reference-on-roi-calculator .fl-list-item-wrapper::before {
  content: '.';
  font-weight: 700;
  color: #24B47E;
  position: absolute;
  left: -33px;
  font-size: 17px;
  font-family: 'Rubik';
}

.hide-results {
  display: none;
}

.how-did-we-results-container br {
	display: none;
}

.how-did-we-results-container i {
	font-weight: 700;
	position: relative;
	top: 3px;
	left: 3px;
}

.how-did-we-results-container a:hover {
	text-decoration: underline;
}

.roi-calculator-container .gotrgf_form_wrapper {
	width: 100%;
	padding: 20px;
    background-color: #F5F7FA;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #D8D8D8;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.13);
  	z-index: 90;
	position: relative;
}

.roi-calculator-container .gotrgf_summary_wrapper {
	width: calc(100% - 25px);
	right: 0;
	position: absolute;
	z-index: 80;
	background-color: transparent !important;
	border: 0px !important;
	top: 12%;
}

.roi-calculator-container .gotrgf_summary_wrapper .gotrgf_form_overview_container {
	background-color: #DEEDFE;
	border: 1px solid #4990E2;
	border-radius: 7px;
 	padding-left: 45%;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 550px;
}

.gotrgf_line_part_left {
	font-weight: 500;
	font-size: 16px;
	color: #242F51;
	text-align: right;
	width: 55%;
	margin-top: 18px;
	font-family: 'Nunito';
}

.gotrgf_line_part_right {
	font-size: 36px;
	margin-left: 30px;
	font-weight: 500 !important;
	color: #4990E2;
	text-align: left !important;
	font-family: Rubik, sans-serif;
	width: 40% !important;
	margin-top: 20px;
	-webkit-text-stroke: 1px #4990E2;
}

.reference-on-roi-calculator {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.reference-on-roi-calculator li::marker {
  font-weight: 700;
	color: #24B47E;
}

.reference-on-roi-calculator .fl-module-content {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .gotrgf_summary_wrapper {
    display: block;
    top: auto !important;
    width: 100% !important;
  }
  .gotrgf_form_container {
    display: block;
  }
  .roi-calculator-container-visible {
	  position: relative !important;
   }
  .roi-calculator-container .gotrgf_summary_wrapper .gotrgf_form_overview_container {
    padding-left: 0%;
  }
	.max-width-on-small .fl-col-small{
		max-width: 600px !important;
	}
	.tooltip {
	  left: 93%;
	}
	.reference-on-roi-calculator {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width: 500px) {
	.tooltip {
		left: 88%;
	}
	.gotrgf_line_part_right {
		line-height: 36px;
	}
}

/* End of ROI Calculator */



body.page-id-3638 .footer .scroll-top #ast-scroll-top {
    background-color: #f8f6fc;
}

body.page-id-106 .footer .scroll-top #ast-scroll-top {
    background-color: #fbfafd;
}

.underhood-sec {
    margin-top: -150px;
}

.story-banner {
    background-position: bottom;
    background-size: cover;
}

.cite-seeing .fl-row-content-wrap {
	background-position: top;
}

.exam-page-tabs .uabb-tabs-nav ul {
  	-moz-box-shadow: inset 0px -7px 10px -6px rgba(10,22,70,0.071);
  	-webkit-box-shadow: inset 0px -7px 10px -6px rgba(10,22,70,0.071);
    box-shadow: inset 0px -7px 10px -6px rgba(10,22,70,0.071);
  	overflow-y: hidden;
    padding-top: 20px !important;
}

.fl-module-content .uabb-tabs > nav ul li {
    margin-top: -1px !important;
}

div#gform_wrapper_3 select {
    height: 55px;
    box-shadow: inset 1px 1px 2px rgba(36, 47, 81, 0.08);
    border-radius: 6px;
  	width: 100%;
    border: 1px solid rgba(34, 46, 84, 0.31);
    background-color: #ffffff;
}

.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current {
    -webkit-box-shadow: 0px -2px 16px 0px rgba(10,22,70,0.1);
    -moz-box-shadow: 0px -2px 16px 0px rgba(10,22,70,0.1);
    box-shadow: 0px -2px 16px 0px rgba(10,22,70,0.1);
}

.cognitive-post-module-row .fl-post-text {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(10,22,70,0.1);
	-moz-box-shadow: 0px 2px 8px 0px rgba(10,22,70,0.1);
	box-shadow: 0px 2px 8px 0px rgba(10,22,70,0.1);
}
.login-top-box  {
  padding-bottom: 25px;
}
.middle-login-bg {
    position: relative;
    margin-top: -25px;
}
.story-footer-banner .fl-row-content-wrap, .personal-test-sec .fl-row-content-wrap {
    background-size: cover;
    background-position: top;
}
.related-feature-box img {
    object-fit: cover;
}
.blog-center-img {
    background-repeat: no-repeat;
}
.single-blog-footer {
    padding: 120px 0 80px;
    margin-top: 140px;
    background-size: 100% 100%;
}

.single-story-row {
    margin-top: -340px;
}

.testimonials-slider .slick-dots li.slick-active {
    height: 4px;
}

.testimonials-slider .slick-dots li{
    height: 4px;
}

.banner-on-scholastic-exam {
 	position: absolute;
    bottom: -18px;
    width: 50% !important;
}

@media (min-width: 768px) {
	.testimonial-row .slick-dots {
   		bottom: -115px;	
    	bottom: -7.1875rem; 
  	}
	.making-it-awesome .fl-row-content-wrap {
   		background-size: 100% 100%;
	}
}
@media (max-width: 768px) {
	.welcome-wagon-sec .fl-row-content-wrap {
		background-position: 0px;
	}
	.story-banner {
		height: 360px;
	}
	.story-single-middle-box {
    	margin: 0px;
	}
    .single-story-row {
    	margin-top: -200px;
	}
	.banner-on-scholastic-exam {
 		position: static;
    	transform: translate(0px, 34px);
    	width: 100% !important;
	}
}
@media (max-width: 480px) {
    .single-story-row {
    	margin-top: -250px;
	}
}
@media (min-width: 768px) and (max-width: 1522px){
	.welcome-wagon-sec .fl-row-content-wrap {
		background-position: -1400px;
	}
}
@media (max-width: 4320px) and (min-width: 1666px) { 
	.candidate-row .fl-row-content-wrap {
		background-position: bottom;
	}
}
/**Slider Fix**/

.slider-on-mobile .fl-col{
	max-width: 400px !important;
}

@media (max-width: 768px) {
	.slider-on-mobile .slick-dots li.slick-active button::before {
		opacity: 1;
		color: #fdcb1f !important;
		display: block;
		height: auto;
		margin-top: auto;
		visibility: visible;
	}
	.slider-on-mobile .slick-dots li button::before {
		opacity: 1;
		color: #C1C2F4 !important;
		font-size: 11px;
		display: block;
		height: auto;
		margin-top: auto;
		visibility: visible;
	}

}

/* From Ram CSS*/

.orchid-tabs .fl-row-content-wrap > .fl-row-content {
	position: relative;
}
.orchid-tabs .fl-row-content-wrap > .fl-row-content:before {
    content: url(/wp-content/uploads/2019/08/career-big-bg.png);
    top: -3%;
    left: -54%;
    position: absolute;
    max-width: 100%;
}

.cat-box-wrapper .cat-box {
    transition: 0.8s;
}

.slick-center .story-carsousal-section:before {
    content: url(/wp-content/uploads/2019/08/login-header.png);
    position: absolute;
    top: -8%;
    left: -6%;
    z-index: -9;
}

.blog-remaing-col, 
.append-data {
    margin-bottom: 3%;
}

.story-slider:before {
    content: '';
    position: absolute;
    top: -2%;
    left: 32%;
}

.blog-footer-wrapper{
	background-position: top center !important;
}

.story-carsousal:hover .photo-image-company {
    opacity: 1;
    visibility: hidden;
    z-index: 2;
}
.story-post-car-section .story-carsousal-section{
	transition: all 1.5s ease;
}
 
.exam-page-tabs .uabb-tabs-nav ul .uabb-tab-current{
	border: none;
}
.exam-page-tabs .uabb-tabs-nav ul .uabb-tab-current h4 {
	border: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current .uabb-tab-link {
	border: none;
}
  
@media (min-width: 768px){
	.orchid-tabs .orchid-tabs-inner .uabb-tabs .uabb-content-wrap .uabb-content{
  		display : inline-block !important;
	} 
}

@media (max-width: 768px){ 
  .orchid-tabs .fl-row-content-wrap > .fl-row-content:before {
  	display: none;
  } 
}

.temp-class {
	z-index: 1;
}

.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current:after, .exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current:before {
    content: '';
    width: 40px;
    height: 30px;
    border: 0px solid red;
    position: absolute;
    bottom: -3px;
    border-top: 0;
}