/******************************
* Testimonials
******************************/

.testimonials-slider{
	overflow: hidden;
}
.testimonials-slider .slick-track{
	display: flex;
}
.testimonials-slider .slick-dots {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0px;
    text-align: center;
}
.testimonials-slider .slick-dots li{
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
    width: 65px;
    border-radius: 4px;
	display: inline-block;
}
.testimonials-slider .slick-dots li.slick-active{
    height: 2px;
    background-color: #5a61da;
}
.testimonials-slider .slick-dots button {
    display: none;
}
.testimonial-item{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	padding-left: 25px;
}
.testimonial-media, .testimonial-text{
	padding: 20px;
	width: 50%;
}
.testimonial-image{
	position: relative;
	margin-bottom: 101px;
}
.testimonial-image:before {
	content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    bottom: -40px;
	left: -40px;
    margin-left: -5px;
    position: absolute;
}
.testimonial-image:after {
    content: " ";
    width: 444px;
    height: 444px;
    z-index: -1;
    bottom: -150px;
    /* left: 0px; */
    margin-left: -5px;
    position: absolute;
    background-image: url(/wp-content/themes/wonderlic/assets/imgs/shadow-peach.svg);
    background-size: contain;
}
.testinomial-popup-content{
	display: none;
}
a.open-testimonial-popup {
    display: block;
	position: relative;
}
a.open-testimonial-popup:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 3px solid rgba(48, 60, 200, 0.4);
    top: -20px;
    right: -20px;
	z-index: -1;
}
a.open-testimonial-popup:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 3px solid rgba(48, 60, 200, 0.4);
    bottom: -20px;
    left: -20px;
	z-index: -1;
}
a.open-testimonial-popup img{
	max-width: 100%;
	border-radius: 5px;
}
.testimonial-video-overlay {
    background-color: rgba(67, 67, 67, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border-radius: 5px;
}
.testimonial-video-overlay:before{
	content: url('/wp-content/themes/wonderlic/assets/imgs/play-button.svg');
	height: 70px;
	width: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
}
.testimonial-text {
 	position: relative;
	max-width: 470px;
    padding-left: 100px;
    font-size: 26px;
    line-height: normal;
    font-weight: bold;
}
.testimonial-text:before {
    content: url(/wp-content/themes/wonderlic/assets/imgs/quote.svg);
    width: 95px;
    height: 88px;
    z-index: -1;
    top: 0;
    /* left: 0px; */
    margin-left: -5px;
    position: absolute;
}
.person-name{
	color: #242f51;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.19px;
	line-height: 30px;
}
.person-designation{
	opacity: 0.6;
	color: #242f51;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.22px;
	line-height: 30px;
}
.testimonial-meta {
    margin-top: 30px;
    padding-left: 40px;
	position: relative;
}
.person-name:before {
    content: " ";
    position: absolute;
    width: 30px;
    border-top: 1px solid;
    top: 14px;
    left: 0px;
}

/**************************
 * Homepage
 *************************/

.homepage-peach-bg .fl-row-content-wrap {
    background-position: -1100px bottom;
    background-size: 3082px 1309px;
}

.home-banner .fl-row-content-wrap {
    background-size: 3309px 1393px !important;
    background-position: -537px bottom;
}

/*****************************
 * Global
 ****************************/

.header-with-matrix h1, .header-with-matrix h2, .header-with-matrix h3, .header-with-matrix h4{
	position: relative;
}

.header-with-matrix h1:before, .header-with-matrix h2:before, .header-with-matrix h3:before, .header-with-matrix h4:before{
	content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 50%;
	margin-top: -47px;
    left: -30px;
    position: absolute;
}
.header-with-green-matrix h1 {
	position: relative;
}
.header-with-green-matrix h1:before {
	content: url(/wp-content/uploads/2019/08/green-matrix-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 50%;
	margin-top: -47px;
    left: -30px;
    position: absolute;
}
.header-with-motivation-matrix h1 {
	position: relative;
}
.header-with-motivation-matrix h1:before {
	content: url(/wp-content/uploads/2019/08/motivation-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 50%;
	margin-top: -47px;
    left: -30px;
    position: absolute;
}
.header-with-personality-matrix h1 {
	position: relative;
}
.header-with-personality-matrix h1:before {
	content: url(/wp-content/uploads/2019/08/personality-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 50%;
	margin-top: -47px;
    left: -30px;
    position: absolute;
}
.header-with-what-inside-matrix h1 {
	position: relative;
}
.header-with-what-inside-matrix h1:before {
	content: url(/wp-content/uploads/2019/08/what-inside-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 0%;
	margin-top: -47px;
    left: -30px;
    position: absolute;
}
.person-job-head h2 {
    position: relative;
}
.person-job-head h2:before {
    content: url(/wp-content/uploads/2019/08/personality-ass-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 60px;
    margin-top: -47px;
    left: -125px;
    position: absolute;
}
.scholastic-heading h1 {
    position: relative;
}
.scholastic-heading h1:before {
    content: url(/wp-content/uploads/2019/08/scholatic-banner-heading-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 24px;
    margin-top: -47px;
    left: -44px;
    position: absolute;
}
.knowledge-heading h1 {
    position: relative;
}
.knowledge-heading h1:before {
    content: url(/wp-content/uploads/2019/08/57-layers.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 33px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}
.wbst-heading h1 {
    position: relative;
}
.wbst-heading h1:before {
    content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 27px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}
.atb-heading h1 {
    position: relative;
}
.atb-heading h1:before {
    content: url(/wp-content/uploads/2019/08/scholatic-banner-heading-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 20px;
    margin-top: -47px;
    left: -50px;
    position: absolute;
}
.partners-heading h1 {
    position: relative;
}
.partners-heading h1:before {
    content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 27px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}
.placement-heading h1 {
    position: relative;
}
.placement-heading h1:before {
    content: url(/wp-content/uploads/2019/08/motivation-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 67px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}
.history-bottom .history-bottom-left-sec .history-btm-matrix h3 {
    position: relative;
}
.history-bottom .history-bottom-left-sec .history-btm-matrix h3:before {
    content: url(/wp-content/uploads/2019/09/history-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 42px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}
.career-banner .careers-head-dots h1 {
    position: relative;
}
.career-banner .careers-head-dots h1:before {
    content: url(/wp-content/uploads/2019/08/green-matrix-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: 24px;
    margin-top: -47px;
    left: -46px;
    position: absolute;
}

.blue-btn a{
	min-height: 50px;
    min-width: 200px;
    text-align: left !important;
    padding: 15px 20px !important;
	background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%) !important;
    font-weight: 600 !important;
    border-color: #3c55ca !important;
}
.blue-btn a .uabb-button-text {
    padding-right: 40px;
}
.blue-btn a:hover{
	box-shadow: 0 11px 40px -2px rgba(65, 165, 245, 0.44), 0 0 1px rgba(10, 22, 70, 0.06) !important;
}
.blue-btn a i {
	right: 10px !important;
    top: 10px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    border-radius: 50px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    text-align: center;
    position: absolute !important;
}
.blue-btn.small-btn a{
	min-height: 33px;
    min-width: 100px;
	padding: 6px 20px !important;
	text-align: center !important;
	border-radius: 16px !important;
}


/***************************
 * Wonscore - Cognitive
 **************************/

.cognitive-ability-shadow{
	position: relative;
}
.cognitive-ability-shadow:before{
	content: url(/wp-content/uploads/2019/08/cognitive-shadow.svg);
    width: 141px;
    height: 141px;
    z-index: -1;
    top: -130px;
    left: -80px;
    position: absolute;
}
.wonscore-dual-buttons a.uabb-btn-one, .wonscore-dual-buttons a.uabb-btn-two{
	height: 100px !important;
    width: 395px !important;
	max-width: 100% !important;
	padding-left: 30px !important;
    padding-right: 30px !important;
}
.wonscore-dual-buttons a.uabb-btn-one .uabb-btn-one-img-icon{
	margin-right: 50px;
}
.wonscore-dual-buttons a.uabb-btn-two .uabb-btn-two-img-icon{
	margin-left: 50px;
}
.wonscore-dual-buttons .uabb-dual-button-wrapper{
	position: relative;
}
.wonscore-dual-buttons .uabb-dual-button-wrapper::before{
    content: " ";
     background: url(/wp-content/uploads/2019/09/wonderlic-red.png);
    width: 664px;
    height: 664px;
    position: absolute;
    top: 50%; right: 50%;
  transform: translate(50%,-50%);
}

/***********************************
 * Careers & Culture
 **********************************/
.rewards.perks{
	position: relative;
}
.rewards.perks:before { 
	content: url(/wp-content/uploads/2019/08/motivation-dots.png);
    width: 94px;
    height: 94px;
    z-index: -1;
    top: -20px;
    right: 100px;
    position: absolute;
}
.rewards.family{
	position: relative;
}
.rewards.family:before {
	content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
	width: 94px;
    height: 94px;
    z-index: -1;
    bottom: -20px;
    left: 0px;
    position: absolute;
}
.career-nerds:before {
    content: " ";
    background: url(/wp-content/themes/wonderlic/assets/imgs/shadow-peach.svg);
    width: 556px;
    height: 556px;
    z-index: -1;
    left: 50%;
    margin-left: -278px;
    top: 50%;
    margin-top: -200px;
    position: absolute;
    background-size: cover;
}
.orchid-tabs .fl-row-content-wrap {
    background-size: 2521px 1067px;
}


/***************************
 Changes custom
 **************************/

.wonscore-you-loop {
	z-index: -1;
	position: relative;
}
.wonscore-tab .uabb-content-wrap .section {
	opacity: 0;
	visibility: hidden;
	-webkit-animation: slide-down 1s ease-in-out;
    -moz-animation: slide-down 1s ease-in-out;
}
.wonscore-tab .section.uabb-content-current{
	opacity: 1 !important;
	visibility: visible;
}
.text-opacity-description p {
	opacity: 0.6;
	color: #242F51 !important;
}
.no-padding-right .uabb-button-text {
	padding-right: 0px !important;
}
.cogn-btn-wrap .buttons .uabb-dual-button-one, .cogn-btn-wrap .buttons .uabb-dual-button-two {
    transition: box-shadow 0.3s ease-in-out;
}
.cogn-btn-wrap .buttons .uabb-dual-button-one:hover, .cogn-btn-wrap .buttons .uabb-dual-button-two:hover {
	box-shadow: 0 6px 6px -1px rgba(10, 22, 70, 0.25), 0 0 1px rgba(10, 22, 70, 0.15);
    border-radius: 8px 0px 0px 8px;
}


@-webkit-keyframes slide-down {
      0% { opacity: 0; }   
    100% { opacity: 1; }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; }   
    100% { opacity: 1; }
}
.fl-has-submenu .fl-menu-toggle {
	display: none;
}
.homepage-contactus {
	background: url(/wp-content/uploads/2019/08/wonderlic-contact-section.png);
	background-size: cover;
}
.homepage-contactus .fl-row-content-wrap {
	background: url(/wp-content/uploads/2019/08/wonscore-bottom.svg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
.our-team-sec .team-member .member .uabb-infobox .uabb-infobox-content:hover .uabb-infobox-text-wrap {
    display: none !important;
}
.our-team-sec .team-member .member .uabb-infobox .uabb-infobox-content:hover .uabb-imgicon-wrap {
    display: block !important;
}
.moda-with-radius-overlay .uabb-content {
	border-radius: 10px;
}
.member-linkedin {
	color: #ffffff;
    border-radius: 20px;
    background-image: linear-gradient(35deg, #313dc9 0%, #8689e6 100%);
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto;
	    margin-bottom: 30px;
    display: block;
    width: fit-content;
}
.wonscore-dual-buttons {
	margin-top: 50px;
}

.uabb-close-icon::before {
	color: white;
    padding: 9px;
    border-radius: 50%;
    background-color: #313dc9;
}
.member-linkedin::before {
   content: "\f1d0";
   font-family: 'foundation-icons';
   margin-right: 10px;
   font-size: 17px;
   padding: 0;
}
body.page-id-37 .uabb-modal-text {
	background-color: #f7f7f7;
	background-image: url(/wp-content/uploads/2019/08/wonscore-bottom.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
	border-radius: 10px;
}
.member-linkedin:hover {
	color: white;
}

.popup-modal-home-overlay iframe {
	width: 100%;
	height: 500px;
}
.team-member .uabb-image-content {
	opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.team-member .uabb-image-content::before {
 	position: absolute;
  	content:"";
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(/wp-content/uploads/2019/08/3-layers-1.png);
    background-repeat: no-repeat;
    background-position: center;

}

.team-member .uabb-image-content:hover::before {
 	opacity: 1;
}

body.home #content {
	overflow: auto;
}
body.home .ast-custom-footer {
	margin-top: -45px;
    overflow: auto;
    width: 100%;
}
/*.testimonial-video-overlay:before {
    content: ' ' !important;
}*/


body.home .testmonial-quote {
	font-size: 28px;
	line-height: 40px;
	padding-top: 30px;
}

.header .menu-wrap .menu-list #menu-main_menu .menu-item-has-children a {
    margin-right: 14px;
}

.forty-px-header .fl-heading {
	font-size: 40px;
	line-height: 50px;
}

.red-pink-btn > .fl-node-content {
	margin-top: 30px;
}

.wonscore-tab .uabb-tag-selected {
	font-size: 20px;
}

.wonscore-tab .tab-content h5 {
	font-size: 24px;
}

.wonscore-human-skull-wrap .subheading-txt p {
    color: rgba(36, 47, 81, 0.6);
}

.wonscore-human-skull .uabb-infobox-title {
	font-size: 24px;
}
.homepage-peach-bg .with-red-box .fl-heading::before {
	content: url(/wp-content/themes/wonderlic/assets/imgs/dots-peach.png);
    width: 94px;
    height: 94px;
    top: 35px;
    left: -42px;
    position: absolute;
}
.homepage-peach-bg .with-red-box .fl-heading {
	position:relative;
}

wonscore-tab-sec .fl-row-content-wrap h6 {
	font-size: 20px;
}
/*header-banner-gif*/
.header-banner-gif img{
    min-width: 651px;
    transform: translate(0%, 11%);
}

.banner-header-on .fl-row-content-wrap{
	padding-bottom: 0px;
	padding-top: 156px;
	min-height: 500px;
	align-items: stretch !important;
	-webkit-align-items: stretch !important;
}
.thumbs-up-line {
	margin-bottom: 50px;
}
.fl-node-5d6fbc8ba5d03 {
	position: absolute;
}

a.uabb-btn-two .uabb-btn-two-img-icon {
    position: absolute;
    right: 30px;
}
.uabb-btn-two-text {
	width: 100%;
	text-align: left;
}

a.uabb-btn-one .uabb-btn-one-img-icon {
    position: absolute;
	left: 30px;
}

.uabb-btn-one-text {
	width: 100%;
	text-align: right;
}

.header .header-breadcrumb {
    min-width: 500px;
    max-width: 100%;
}


.uabb-info-list-description {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slide-down 0.5s ease-in-out;
    -moz-animation: slide-down 0.5s ease-in-out;
}

.inside-listing-wrap .inside-listing .inside-list .uabb-info-list .uabb-info-list-wrapper > li:hover {
    z-index: 9;
}

.inside-listing-wrap .inside-listing .inside-list .uabb-info-list .uabb-info-list-wrapper .uabb-info-list-title {
	line-height: 30px;
}
.inside-listing-wrap::before {
	background-image: url(/wp-content/uploads/2019/09/wonderlic-yellow-glow.png);
    background-size: cover;
    width: 450px;
    height: 450px;
    position: absolute;
    left: -45px;
}
.with-red-radius::before {
	background-image: url(/wp-content/uploads/2019/08/cognitive-shadow.svg);
    position: absolute;
	background-size: cover;
	width: 450px;
    height: 450px;
    top: 50%; right: 50%;
  	transform: translate(50%,-50%);
}


.with-radial-background-green::before {
	background-image: url(/wp-content/uploads/2019/09/wonderlic-green.png);
    position: absolute;
	background-size: cover;
	width: 450px;
    height: 450px;
    top: 50%; 
	right: 100%;
    transform: translate(100%,-50%);
}
.with-red-radius, .has-a-red-box, .with-radial-background-green, .evolution-wrap .since-1937 {
	position: relative;
}
.acc-table .tr-wrap {
    border-radius: 12px;
}
.has-a-red-box::before {
	background-image: url(/wp-content/uploads/2019/09/wonderlic-dots.svg);
    position: absolute;
	background-size: cover;
	width: 94px;
    height: 94px;
	opacity: 0.3;
    transform: translate(-23%,-55%)
}
.about-us-banner .fl-row-content-wrap{
	background-size: cover !important;
    min-height: 756px;
    background-position: right 73% top;
}

.about-us-banner {
	margin-bottom: 60px;
}
.about-blue-btn a {
	border: 0 !important;
}
.evolution-wrap .since-1937::before{
	background-image: url(/wp-content/uploads/2019/08/since-1937-bg.png);
    position: absolute;
	background-size: cover;
	width: 476px;
    height: 440px;
    transform: translate(-28%,22%);
}
.fl-node-5d4a63f0125c4 > .fl-col-content {
    background-image:none !important;
}

.wonscore-dual-buttons {
    margin-top: 31px;
    margin-bottom: 36px;
}
.animation-login:hover {
	
}

.animation-login {
  	transition: 0.3s;
	min-height: 234px;
	border-radius: 8px;
    border: 1px solid #c4ddf9;
	background: rgba(255,255,255,1);
}

.login-col {
	padding: 0 5px;
}
.fl-node-5d6377d3ae86b > .fl-row-content-wrap {
    background-size: cover;
}

.login-top-box {
	padding-top: 36px;
    background-size: 43%;
    background-image: url(/wp-content/uploads/2019/08/Rectangle.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
.fl-node-5d6379f25521d > .fl-col-content {
    padding-bottom: 0px !important;
	background-image:none !important;
}
.middle-login-bg {
	position: relative;
}
.middle-login-bg .fl-col-small {
	position: relative;
    min-height: 300px;
}

.contact-us-icon-group i {
	background-image: linear-gradient(225deg, #429af0 0%, #1f61dc 100%);
    border-radius: 50%;
    padding: 0px;
    color: white;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    margin-right: 7px;
}

.contact-page-middle {
	margin-top: 50px;
	margin-bottom: 10px;
}
.contact-page-middle::after {
	content: '';
	background-image: url(/wp-content/uploads/2019/09/shadow-bg-2.png);
	width: 100%;
	background-position: bottom center;
	background-size: 100% 100%;
	height: 170px;
}

.middle-login-bg::after {
	background-image: url(/wp-content/uploads/2019/09/shadow-bg-2.png);
    background-size: cover;
    height: 160px;
    width: 100%;
    background-position: top;
    transform: translateY(-135px);
	position: absolute;
}
div#gform_wrapper_3 input:focus, div#gform_wrapper_3 textarea:focus {
    border: 1px solid #c4ddf9 !important;
}

div#gform_wrapper_3 input, div#gform_wrapper_3 textarea {
    padding-left: 15px;
    padding-right: 15px;
}

div#gform_wrapper_3 textarea {
    padding-top: 15px;
}

div#gform_wrapper_3 -webkit-input-placeholder {
    opacity: 0.7;
}

div#gform_wrapper_3 .ginput_container {
	margin-top: 0px;
}
.validation_error {
	display: none;
}

#gform_submit_button_3 span {
    padding-right: 59px !important;
}


.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}

#gform_wrapper_3 ::-webkit-input-placeholder {
    color: rgba(36, 47, 81, 0.5);
	font-family: 'Rubik';
}

body.blog .footer .scroll-top #ast-scroll-top {
    background-color: #fafdff;
}
body.blog .blog-load-more > #load-more-blogs .ast-col-md-8{
	padding-left: 45px;
}
.story-image-section .blog-info {
    padding-bottom: 45px;
}

.photo-image-company {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

body.blog .post-image img {
    object-fit: cover;
}

.story-carsousal-section {
    margin-bottom: 62px !important;
	transition:all 1.5s ease;
}

.story-page-arrow {
    margin-top: -40px;
}

.story-carsousal:hover .read-text-resource {
	z-index: 1;
}

.story-carsousal:hover .photo-image-company {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.story-info p {
    color: #242F51;
}

.story-carsousal:hover .photo-image-company img {
    position: absolute;
	z-index: 2;
}
.story-footer-banner .fl-row-content-wrap, .personal-test-sec .fl-row-content-wrap{
	background-size: 100% 100%;
}

.personal-test-sec .fl-row-content-wrap{
	padding-bottom: 200px;
	padding-top: 95px;
}

.single-story-entry-content:after {
    right: -1% !important;
}

.banner-header-on .fl-row-content{
	position: relative;
}

.banner-header-on .fl-row-content .fl-module-photo {
	position: absolute;
	right: 0;
}

.banner-header-on-pre-employment .fl-row-content .fl-module-photo {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.banner-header-on-pre-employment .fl-row-content-wrap {
	background-size: 100% 100%;
}


.banner-header-on-pre-employment .fl-node-content{
	position: relative;
}

.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current .uabb-tab-link {
    border-bottom: 1px solid white;
}

.exam-page-tabs .uabb-tabs-nav ul .uabb-tab-current {
    box-shadow: 0 0 0px -1px rgba(10, 22, 70, 0.1);
}

.header-banner-gif-pre-employment img{
    min-width: 800px;
    transform: translate(0%, 32%);
}
.eader-banner-gif-pre-employment-cognitive img{
    transform: translate(0%, 27%);
}

.header-banner-gif-placement-insight img{
    transform: translate(0%, 8%);
    max-width: 800px;
}
.overflow-hidden {
	overflow: hidden;
}

.overflow-hidden .fl-node-content {
	position: relative;
}

.header-banner-gif-pre-employment-atb img {
    transform: rotate(-0.3deg) translate(22%,-2%);
}

.page-id-1800 .footer .scroll-top #ast-scroll-top, .page-id-2024 .footer .scroll-top #ast-scroll-top, body.page-id-104 .footer .scroll-top #ast-scroll-top{
	background-color: #ebd9d0;
}
.underhood-sec {
	margin-top: -100px;
}
body.page-id-110 .footer .scroll-top #ast-scroll-top {
    background-color: #f9f6fb;
}

/*body.page-id-110 .fl-builder-content-primary {
	overflow: auto;
}*/


.show-on-hover {
	position: absolute;
	display: none;
}

@media (max-width:1600px) and (min-width:769px) {
	.banner-header-on-pre-employment .fl-row-content-wrap {
		background-size: cover;
	}
	
	.banner-header-on-pre-employment {
		overflow: hidden;
	}
	.header-banner-gif-pre-employment img {
		min-width: auto;
		transform: translate(0%, 32%);
	}
}

@media only screen and (max-width: 768px) {
	.wonscore-tab-sec .tab-wrap .tab-content {
		display: block !important;
	}
	
	.header-banner-gif-placement-insight img{
		transform: translate(0%, 11%);
		max-width: 100%;
	}
	.banner-header-on-pre-employment .fl-row-content .fl-module-photo {
		position: relative;
		right: 0;
		width: 100%;
		bottom: 0px;
	}

	.header-banner-gif-pre-employment img {
		min-width: 300px;
		transform: translate(0%, 11%);
	}
	
	.banner-header-on-pre-employment .fl-row-content .fl-module-photo {
		width: 100%;
		bottom: -20px;
	}
	.header-banner-gif img{
		transform: translateY(45%);
		bottom: 100%;
	}
	.wonscore-tab .uabb-content-wrap .section {
		opacity: 1;
		visibility: visible;
	}
    .placement-heading h1:before {
        top: 50px;
        left: 0;
    }
	.popup-modal-home-overlay iframe {
		width: 100%;
		height: 300px;
	}
	.fl-node-5d4563ea4f1ca {
		width: 100%;
    	text-align: center;
	}
	.h-specific .specific .uabb-infobox-title-wrap {
    	height: auto !important;
	}
	body.home .testimonial-text {
		max-width: 100%;
		padding-left: 0px;
		padding-top: 50px;
	}
	.wonscore-you-loop {
		margin-top: -100px;
	}
	.wonscore-tab-sec .fl-row-content-wrap {
		padding-top: 50px;
	}
	.wonscore-tab-sec .fl-row-content-wrap h6 {
		font-size: 20px;
	}
	.wonscore-spec-wrap .wonscore-spec .uabb-infobox-title-wrap {
		height: auto !important;
	}
	.cogn-benefits .fl-module-content {
		margin: 0px 20px;
	}
	.banner-header-on .fl-row-content-wrap {
		background-position: center center;
	}
	.forty-px-header .fl-heading {
		font-size: 30px;
		line-height: 36px;
	}
	.cogn-assessment-sec .fl-heading {
		font-size: 30px;
	}
	.header-banner-gif img{
		width: 100%;
		transform: translate(0%, 15%);
		min-width: 100%;
	}
	.uabb-btn-one-text, .uabb-btn-two-text {
		font-size: 14px !important;
	}
	.fl-node-5d6fbc8ba5d03 {
		position: relative;
	}
	.about-us-banner .fl-row-content-wrap{
		background-position: center;
		min-height: 400px;
	}
	.about-blue-btn {
		margin-bottom: 50px;
	}
	.wonscore-dual-buttons {
		margin-top: 10px;
	}
	.evolution-wrap .since-1937::before, .inside-listing-wrap::before, .with-red-radius::before, .with-radial-background-green::before{
		width: 300px;
		height: 300px;
	}
    .header .header-breadcrumb {

        min-width: auto;
        max-width: 100%;
        line-height: 24px;
    }
	
	.wonscore-dual-buttons a.uabb-btn-one, .wonscore-dual-buttons a.uabb-btn-two{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.wonscore-dual-buttons .uabb-dual-button-wrapper::before{
		width: 300px;
    	height: 300px;
    	background-size: cover
	}
	.middle-login-bg .fl-col-small {
		min-height: 10px;
	}
	.bottom-on-the-login {
		margin-top: -50px;
	}
	.middle-login-bg::after {
		height: 40px;
		position: relative;
		transform: translateY(-47px);
	}
	.contact-page-middle {
		margin-top: 0px;
	}
	.contact-page-middle::after {
		height: 44px;
	}
	body.blog .blog-load-more > #load-more-blogs .ast-col-md-8{
		padding-left: 20px;
	}
	
	.story-page-arrow {
		margin-top: 0px;
	}
	.story-banner {
		height: 140px;
	}
	.pre-employment-header, .atb-heading, .wbst-heading, .scholastic-heading, .knowledge-heading{
		margin-top: 60px;
	}
	.personal-test-sec .fl-row-content-wrap{
		padding-bottom: 50px;
	}
	.personal-test-sec .fl-row-content-wrap {
		background-size: cover;
	}
	.banner-header-on .fl-row-content .fl-module-photo {
		position: static;
	}
	.banner-header-on-pre-employment .fl-row-content-wrap {
		background-size: cover;
	}
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  height:73px;
}

.ast-header-sticky-active .menu-wrap .menu-list .menu .menu-item a {
	height: 73px;
    line-height: 73px;
}

.ast-header-sticky-active > .fl-row-content-wrap {
	height: 74px;
}

.masonry { /* Masonry container */
  column-count: 3;
  column-gap: 10px;
}

.item { /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
/*****************************************
	Css for resource page
******************************************/
.resource-container{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 1% !important;
}

.resources-main-container{
	margin:20px;
}

.sidebar-catgory h6{
	margin-bottom: 10px;
    opacity: 0.7;
    color: #242f51;
    font-weight: 700;
    letter-spacing: -0.31px;
    line-height: 34.2px;
}

.resource-banner{
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	background: url('/wp-content/uploads/2019/08/Background.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 438px;
    max-height: 100%;
}

.resource-banner {
	color: #fff;
}

.cpt-title-wrap {
	padding-top: 40px;
}

.cpt-title-wrap p {
	color: rgba(255, 255, 255, 0.7);	
	font-size: 20px;
}

.cpt-title-wrap h1 {
	color: #fff;
	padding-bottom: 10px;
}

.input-form-section { 
    width: 650px; 
	max-width: 100%;
    margin: 0 auto;
}

.input-form-section .input-icons {
	position: relative;
}

.input-form-section .input-icons i {
	position: absolute;
	top: 8px;
	color: #313dc9;
	font-size: 20px;
	padding: 10px;
    min-width: 50px;
} 
.input-form-section .input-field {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 17px #232580;
	background-color: #fff;
	height: 53px;
	margin: 0 auto;
	padding-left: 40px;
}
.input-form-section input[type=text] {
	padding: 0 20px;
}
.input-form-section input:focus {
	border: none;
	outline: none;
}
.input-form-section .input-field::placeholder{
	padding-left: 0px;
	font-size: 16px;
	font-family: Rubik;
	color: rgba(0,0,0,0.4);
	font-weight: 400;
}
.input-form-section .resource-populer-tags{
	margin-top: 15px;
}
.search-tag{
	border-radius: 25px;
	border: 1px solid #463e84;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.2);
	margin-left: 15px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
.resouce-cat-filter.active{
	box-shadow: 0 8px 40px -2px rgba(129, 26, 53, 0.3), 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 25px;
    background-image: linear-gradient(132deg, #fc9167 0%, #fe5c88 100%);
	color:#fff;
	display: inline-block;
	font-weight: bold;
}
.resources-main-container .cat-filter-resource a {
	color: #242f51;
	font-size: 16px;
	font-weight: 700;
	padding: 4px 19px;
	margin-right: 9px;
	outline: none;
}
/*.resource-banner:after {
  content: "";
  position: absolute;
  height: 80px;
  left: -10%;
  right: -10%;
  border-radius: 50%;
  bottom: -25px;
  background: #fff;
}*/
.resource-box {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 94% 76%;
	box-shadow: 0 2px 28px rgba(124, 124, 124, 0.16);
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    height: 273px;
    max-height: 100%;
    position: relative;
}

.feature-box{
	margin-left: 0px;
	margin-right: 0px;
}

.resource-box span {
	text-transform: uppercase;
	font-size: 12px;
    font-family: inherit;
    font-weight: 700;
}
.resource-box .title, .resource-box .resource-desc {
	margin-bottom: 10px;
}
.resource-box h5 {
	z-index: 9;
	position: relative;
	font-size: 24px;
	color: #242f51;
}
.resource-box p {
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	font-family: Rubik;
}
.resource-box .read-story {
	border-radius: 25px;
    background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
    padding: 10px 25px;
	display: inline-block;
    width: 200px;
    position: relative;
}
.resource-box .read-story a {
    width: auto;
	color: #fff;
    font-weight: 600;
}
.resource-box .read-story:hover {
	box-shadow: 0 11px 40px -2px rgba(66, 76, 207, 0.3), 0 0 1px rgba(10, 22, 70, 0.06);
}
.featured-post-box .resource-box .read-story span.read-more-post {
	background: rgba(255,255,255,0.18);
	position: absolute;
    right: 15px;
    padding: 9px;
}
.resource-box .entry-content {
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	font-family: Rubik;
}
.resouce-cat-filter.active .resources-cat{
	color:#fff !important;
}

.feature-section-img{
	position: relative;
}

.feature-section{
	position: absolute;
	top: -66px;
}

.case-study-file-box {
    margin-top: 20px;
}

/*************************************************
	CSS FOR SIDEBAR
**************************************************/
.sidebar-cat-filter{
	list-style: none;
}

.sidebar-catgory {
  height: 100%;
  width: auto;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidebar-catgory li{
	padding-bottom: 10px;
}
ul.sidebar-cat-filter {
    margin-left: -10px !important;
}

.sidebar-cat-filter li a{
	border-top:1px solid rgba(151, 151, 151, 0.35);
	border-right:1px solid rgba(151, 151, 151, 0.35);
	border-bottom: 1px solid rgba(151, 151, 151, 0.35);
	border-radius: 0px 18px 18px 0px;
	padding: 3px 10px;
	display: block;
	width: 150px;
	text-align: right;
    background-color: #ffffff;
    color: #242f51;
    font-weight: 700;
}

.sidebar-cat-filter li a:hover{
	box-shadow: 0 8px 40px -2px rgba(129, 26, 53, 0.3), 0 0 1px rgba(10, 22, 70, 0.06);
    border-top:1px solid #fc9167;
	border-right:1px solid #fc9167;
	border-bottom: 1px solid #fc9167;
	border-radius: 0px 18px 18px 0px;
    background-image: linear-gradient(132deg, #fc9167 0%, #fe5c88 100%);
	color:#fff;
	font-weight: bold;
	margin-right: 20px !important;
	display: block;
	width: 180px;
}

.sidebar-cat-filter li a.active{
	box-shadow: 0 8px 40px -2px rgba(129, 26, 53, 0.3), 0 0 1px rgba(10, 22, 70, 0.06);
    border-top:1px solid #fc9167;
	border-right:1px solid #fc9167;
	border-bottom: 1px solid #fc9167;
	border-radius: 0px 18px 18px 0px;
    background-image: linear-gradient(132deg, #fc9167 0%, #fe5c88 100%);
	color:#fff;
	font-weight: bold;
	margin-right: 20px !important;
	display: block;
	width: 180px;
}

.sidebar-cat-filter li .resouce-cat-filter.active .resources-cat{
	color:#fff !important;
}

.footer-above-box{
	text-align: center;
	margin: 12% auto 0;
    background-image: url(/wp-content/uploads/2019/08/Combined_Shape-1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 25% 0 5%;
	clear: both;
}

.single-blog-footer{
	text-align: center;
    margin: 0% auto 0;
    background-image: url(/wp-content/uploads/2019/08/Combined_Shape-1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16% 0 5%;
    clear: both;
}
 .resources-post-box{
	box-shadow: 1px #ccc;
}

.featured-post-box{
	margin-top: 50px;
}

.featured-post-box .ast-col-md-12 {
    margin-bottom: 20px;
}

.featured-post-box .title-wrap{
	text-align: left !important;
}

.resource-box a.read-resource{
	position: absolute;
	bottom: 10px;
	color: #424ccf;
    font-weight: bold;
    margin-right: 2px;
	font-size: 14px;
}

.read-more-post{
    padding: 9px;
    box-shadow: 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 50%; 
    background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
    color: #fff;
    display: inline-flex;
    margin-left: 5px;
}
.read-more-post:hover{
	box-shadow: 0 0 1px rgba(10, 22, 70, 0.06);
}
.lets-talk-btn {
	border-radius: 25px;
    background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
    padding: 10px 25px;
    display: inline-block;
    width: 200px;
    position: relative;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.lets-talk-btn a {
	color: #fff;
	font-weight: 600;
	display: flex;
    align-items: center;
}

.lets-talk-btn a:hover{
	box-shadow: 0 32px 40px -2px rgba(55, 66, 204, 0.23), 0 0 1px rgba(10, 22, 70, 0.06);
}

.lets-talk-btn .read-more-post {
	position: absolute;
    right: 12px;
	background: rgba(255,255,255,0.18);
}
.dash-seperator{
	margin-top: 10px;
	margin-bottom:25px;
	border-top:3px dashed #ccc;
}

.footer-above-box .image-box img{
	position: relative;
	top: 40px;
}

.footer-banner-btn{
	margin-top: 2%;
}

.footer-above-box h2{
	font-size: 30px;
	font-weight: bold;
}
.video-icon {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 150px;
}

.video-icon img{
	z-index: 9;
	position: relative;
}
.resource-box .title-wrap {
	position: relative;
	z-index: 9;
	display: flex;
	line-height: 20px;
}
.resource-box .title-wrap span {
	margin-right: 5px;
}
.video-overlay{
	left: 0;
	height: 100%;
	width: 100%;
	background: #e5e3e3;
	position: absolute;
	top: 0;
	border-radius: 12px;
	background-color: rgba(19, 22, 83, 0.64);
	opacity: 0.73;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.load-more-box {
    color: #4750d2;
    font-size: 20px;
    font-weight: bold;
}

#load-more-posts, #load-more-blogs{
	border: 1px solid #707070;
    text-align: center;
    width: auto;
    display: inline-flex;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    color: #424ccf;
}

.feature-img img{
	height: 233px;
	max-height: 100%;
}
/**********************************
CSS FOR BLOG PAGE
************************************/

.popular-posts .wpp-list.wpp-list-with-thumbnails li{
	margin-bottom: 2% !important;
}

.blog-container span.wpp-date {
    color: rgba(36, 47, 81, 0.6);
    font-size: 14px;
    font-weight: 700;
}

.sixth-column{
	margin-bottom: 2%;
}

.blog-container .widget_search .search-form .search-field::placeholder{
	color: rgba(36, 47, 81, 0.4);
}

.blog-container .widget_search .search-field{
	padding: 16px 8px 16px 45px;
}

.blog-container .widget_search .search-form:after {
    content: url('/wp-content/uploads/2019/09/blog-search.svg');
    position: absolute;
    left: 15px;
    font-size: 0px;
	width: 22px;
	top: 33px;
}

.blog-container .widget_search .search-submit{
	left: 0;
	top: 0;
}

aside#custom_html-2 {
    margin-bottom: 20px;
}

.blog-entry-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-entry-content .blog-content {
	margin-top: 4%;
    margin-bottom: 4%;
    color: rgba(36, 47, 81, 0.7);
	font-family: Rubik;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.blog-entry-content .blog-content ul{
	list-style-image: url(/wp-content/uploads/2019/08/Rectangle_Copy_10.svg);
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 2%;
}

.blog-entry-content .blog-content ul li{
	margin-bottom: 20px;
}

.blog-entry-content .blog-content p{
	margin: 5% 0;
}

.blog-entry-content .blog-content img{
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.blog-entry-content .blog-content h1,
.blog-entry-content .blog-content h2,
.blog-entry-content .blog-content h3,
.blog-entry-content .blog-content h4,
.blog-entry-content .blog-content h5,
.blog-entry-content .blog-content h6{
	margin-top: 5%;
	margin-bottom: 4%;
}

.single-middle-box h1{
	text-align: left;
	margin-bottom: 5%;
}

div#sidebar-seperator {
    width: 38px;
    height: 4px;
    border-radius: 2px;
    background-image: linear-gradient(45deg, #f08293 0%, #f8b856 100%);
}

.single-entry-content {
    margin-top: 4%;
}

.blog-banner{
	background-image: url(/wp-content/uploads/2019/08/Hero-2.webp);
    height: 676px;
    max-height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130% 100%;
    text-align: center;
    margin: 0 auto;
}

.blog-list-banner .blog-banner-content {
	padding-top: 158px;
}

.banner-sub-text {
	padding-top: 10px;
}

.banner-sub-text p {
	font-size: 22px;
	font-family: Rubik;
	color: rgba(36, 47, 81, 0.7);
}

.blog-container .blog-info h5 a {
	font-size: 26px;
	margin-bottom: 10px;
	color: #242f51;
}

.blog-remaing-col,
.append-data{
	height: 490px;
	overflow: hidden;
	max-height: 100%;
	margin-bottom: 4%;
}

.blog-container .blog-info .entry-content p {
	font-family: Rubik;
	font-size: 16px;
	color: rgba(0,0,0,0.6);
}

.blog-footer-text-wrap {
    color: #fff;
    font-size: 14px !important;
}

.blog-footer-wrapper{
	margin:0 auto;
	background-image: url('/wp-content/uploads/2019/08/Combined_Shape-1-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 3%;
}
.blog-footer-box {
	width: 700px;
	max-width: 100%;
	box-shadow: 0 2px 28px rgba(124, 124, 124, 0.16);
	border-radius: 10px;
	background-image: linear-gradient(35deg, #424ccf 0%, #97d2f7 100%);
	clear: both;
	margin: 0 auto;
	margin-top: -8%;
	padding: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 50px;
	display: none;
}
.blog-footer-box .ast-row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-footer-text-wrap h3{
	color: #fff;
	font-size: 28px;
}

.blog-container{
	max-width: 1200px;
	margin:0 auto 2%;
	margin-top: -11%;
	padding: 0 20px;
}

.blog-search-container{
	max-width: 1200px;
	margin:0 auto 6%;
	padding: 0 20px;
}

.sidebar-blog div#secondary {
    margin-top: 0px !important;
}

.blog-info {
    box-shadow: 0 9px 40px -1px rgba(10, 22, 70, 0.1), 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    width: 80%;
    top: -110px;
    z-index: 9;
    position: relative;
    padding: 20px;
    height: auto;
    max-height: 100%;
}

.post-image img{
	height: 250px;
	max-height: 100%;
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.blog-container .ast-col-md-8 .post-image img {
	min-height: 340px;
	max-height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.blog-info-box {
    padding-top: 20px;
	padding-bottom: 50px;
}

.blog-info-box span,.blog-info span{
	font-weight: 700;
}

.blog-info-box h5 a {
	font-size: 24px;
	color: #242f51;
}

.blog-info-box .entry-content,
.blog-info .entry-content {
	padding-top: 15px;
    font-family: rubik;
    color: rgba(36, 47, 81, 0.6);
    font-weight: 400;
    line-height: 30px;
}

.blog-info-box .entry-content p {
	color: rgba(0,0,0,0.7);
	font-family: Rubik;
}

.footer-blog-text-wrap{
	text-align: center;
    width: 700px;
    margin: 70px auto 20px;
    max-width: 100%;
}

.footer-blog-text-wrap h3 {
	margin-bottom: 20px;
}

.sidebar-main .search-field,
.mobile-blog-sidebar .search-field{
	box-shadow: 0 2px 5px rgba(10, 22, 70, 0.16);
	border-radius: 8px !important;
	background-color: #ffffff !important;
	max-height: 53px;
}

.sidebar-main h2 {
	font-weight: 700;
}
.sidebar-main ul li a:first-child{
	float: right;
}
.sidebar-main ul li a:first-child img {
	border-radius: 10px;
}

.blog-container .sidebar-main ul li a.wpp-post-title,
.blog-container .mobile-blog-sidebar ul li a.wpp-post-title{
	font-size: 16px;
    color: #242f51;
    font-weight: 600;
    padding-right: 5px;
}

.blog-post-row .sidebar-main .popular-posts .wpp-list.wpp-list-with-thumbnails li a img{
	width: 161px;
	height: 111px;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}

.blog-post-row .sidebar-main .popular-posts .wpp-list.wpp-list-with-thumbnails li{
	margin-bottom: 7% !important;
}


.related-post-wrapper .related-post-main-section{
	margin:0 auto;
	width: 690px;
    overflow: visible;
/*	max-width: 1200px;
	overflow: hidden;
	float: left;*/
}

.related-post-main-section button.slick-prev{
	left: -3%;
    z-index: 9;
    float: left;
}

.related-post-main-section .slick-prev:before,
.related-post-main-section .slick-next:before {
	content: '' !important;
}


.related-post-main-section .slick-arrow .ua-icon-chevron-left:before,
.related-post-main-section .slick-arrow .ua-icon-chevron-right:before {
    color: #313dc9;
    font-size: 20px;
    font-weight: 700;
}

.related-post-main-section button.slick-next,
.related-post-main-section button.slick-prev {
    border: 2px solid #313dc9;
    background: transparent;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.related-post-main-section button.slick-disabled{
    border-color: gray !important;
    color: gray !important;
}

.related-post-main-section button.slick-disabled i:before{
	color: gray !important;
}

.related-post-main-section button.slick-next {
    right: -3%;
}

.related-post-wrapper h2{
	margin-bottom: 4%;
	color:#0c0b30;
	text-align: center;
}

ul.social-share-box {
    list-style: none;
}


.blog-end-seperator{
	border: 1px solid rgba(123, 129, 150, 0.34);
	max-width: 1150px;
	margin:5% auto 10%;
}

a.social-link {
    background: #e1e1f6;
    padding: 8px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color:#fff;
}

.blog-search-container .navigation.pagination{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4%;
	font-size: 20px;
	font-weight: 700;
}

.blog-search-container .navigation.pagination a.prev{
	color: #ffffff;
    border-radius: 25px;
    background-image: linear-gradient(35deg, #313dc9 0%, #8689e6 100%);
    margin-left: 10px;
	margin-right: 10px;
    padding: 8px 25px;
	font-weight: 400;
}

.blog-search-container .navigation.pagination a.prev:hover {
	box-shadow: 0 32px 40px -2px rgba(55, 66, 204, 0.23), 0 0 1px rgba(10, 22, 70, 0.06) !important;
}

.blog-search-container .navigation.pagination a.next:hover{
	    box-shadow: 0 32px 40px -2px rgba(55, 66, 204, 0.23), 0 0 1px rgba(10, 22, 70, 0.06) !important;
}
.blog-search-container .navigation.pagination a.next{
    margin-right: 3%;
    margin-left: 1%;
	color: #ffffff;
    border-radius: 25px;
    background-image: linear-gradient(35deg, #313dc9 0%, #8689e6 100%);
    padding: 8px 25px;
	font-weight: 400;
}

.single-blog-author{
	color: #242f51;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

.single-top-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.36px;
    line-height: 30px;
	clear: both;
}

.single-cat-banner{
	height: 430px;
	margin-bottom: 2%;
	padding-top: 5%;
}

.single-other-desc {
    color: rgba(36, 47, 81, 0.7);
    font-family: Rubik; 
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin: 10px 0;
}

.single-blog-date{
	margin-top: 5px;
	color: rgba(36, 47, 81, 0.7);
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

blockquote{
	margin: 14% 0% !important;
    position: relative;
    color: #242f51;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.39px;
    line-height: 38px;
    padding: 0 !important;
    border-left: unset;
    font-style: normal;
}

blockquote::before{
	content: url('/wp-content/uploads/2019/08/”_copy_5.svg');
    width: 84px;
    height: 81px;
    z-index: -1;
    position: absolute;
	left: -63px;
    top: -32px;
}

blockquote span{
	color: rgba(36, 47, 81, 0.6);
	font-size: 17px;
	font-weight: 700;
	line-height: 18px;
	display: block;
	margin-top: 5%;
	padding-top: 2%;
	position: relative;
}

blockquote span:before{
	content:url('/wp-content/uploads/2019/08/Line_Copy.png');
	width: 79px;
	margin-top: 20px;
	position: absolute;
	top: -36px;
}

.single-blog-c-auth {
    opacity: 0.6;
    color: #242f51;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}

.quote-text {
    color: #242f51;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.39px;
    line-height: 38px;
    position: relative;
}

.single-blog{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.blog-left-box{
	text-align: left;
}

.blog-left-box a .single-cat{
	font-weight: 700;
	line-height: 18px;
}

.single-blog-row{
	padding-top: 8%;
}

a.social-link:hover{
	background-color:#0065c6;
}

.post-tags a{
	display: block;
}

.post-tags span{
	border: 1px solid rgba(36, 47, 81, 0.2);
    border-radius: 5px;
    padding: 3px 14px;
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 10px;
    color:  rgba(36, 47, 81, 0.7);
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;    
}

.social-share-box{
	margin-left: 0px;
}

.mobile-view-box{
	display: none;
}

.mobile-blog-sidebar{
	display: none;
}

.footer-banner-text{
	margin-top: 1%;
	max-width: 737px;
	margin: auto;
}

.single-blog-footer .lets-talk-btn {
	color: #ffffff;
	border-radius: 25px;
	background-image: linear-gradient(35deg, #fc5c8c 0%, #ff824b 100%) !important;
	border-color: #fc5c8c !important;
	margin-left: 10px;
	width: 283px;
}

/******************************************
	CSS FOR CHILD PAGE BREADCRUMB
******************************************/
.top-banner {
    position: relative;
}
/*.top-banner .breadcrumb-wrap {
	position: absolute;
    top: 5px;
    left: 4%;
}*/

.top-banner .breadcrumb-wrap .breadcrumb-inner-wrap .fl-module-content {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.top-banner .breadcrumb-wrap .breadcrumb-inner-wrap p {
	display: inline;
}

.breadcrumb-section{
	text-align: left;
	opacity: 0.4;
/*	color: #242f51;	*/
	color: #777770;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.19px;
	line-height: 30px;
}

.breadcrumb-section a{
/*	color: #242f51;	*/
	color: #777770;
}

.breadcrumb-section-singular{
	text-align: left;
	margin-top: 8px;
/*	color: rgba(36, 47, 81, 0.4);	*/
	color: #777770;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.19px;
	line-height: 30px;
}

.breadcrumb-section-singular a{
/*	color: rgba(36, 47, 81, 0.4);	*/
	color: #777770;
}

/******************END OF BREADCRUMB CSS*****************/

#no-resource{
	color: #4750d2;
    font-size: 20px;
    font-weight: bold;
}

.blog-center-img{
	width: 99px;
	height: 15px;
	background: url('/wp-content/uploads/2019/08/Combined_Shape-4.svg');
	text-align: center;
	margin: 0 auto;
	margin-top: 5%;
    margin-bottom: 5%;
}

.blog-image {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.blog-list-banner{
	background: url('/wp-content/uploads/2019/08/Group_9.png');
	height: 558px;
    max-height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    /*background-size: 130% 100%;*/
    text-align: center;
    margin: 0 auto;
}

.single-blog-info{
	padding-top: 20px;
}

.related-feature-box {
	margin: 0 40px;
}

.related-post-main-section .slick-list{
	overflow: unset;
}

.related-title-link{
	color: #242f51;
}

.related-title-link:hover{
	color: #242f51;
}

.related-cat-title{
	font-weight: 700;
}

.related-feature-box h4{
	font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.28px;
}

.related-feature-box img{
	width: 690px;
	max-width: 100%;
	height: 390px;
	max-height: 100%;
	text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

/*.story-post-car-section.single-story-additonal-box {
    max-width: 1200px;
    margin: 0 auto;
    float: left;
}*/

ul.blog-list-content {
    opacity: 0.7;
    color: #242f51;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 17px;
    margin-top: 25px;
}

.singluar-author-image img{
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.blog-load-more {
    margin-bottom: 5%;
}

/***************************************
	CSS FOR LOGIN PAGE
****************************************/
.login-single-info-box .link-box a i{
	border-radius: 50%;
	background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
	padding: 10px;
	color: #fff;
	margin-left: 25px;
	font-weight: 700 !important;
}

.login-single-info-box a:hover{
	box-shadow: 0 11px 40px -2px rgba(65, 165, 245, 0.44), 0 0 1px rgba(10, 22, 70, 0.06);
}

.login-single-info-box p{
	color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 400 !important;
}

.login-info-box:hover {
    box-shadow: 0 16px 16px -1px rgba(0, 43, 200, 0.1);
    background-color: #ffffff;
}

.login-single-info-box .link-box{
	margin-top: 20px;
}

.login-single-info-box .uabb-infobox-text{
	width: 612px;
	margin: 0 auto;
	max-width: 100%;
}

.login-info-box .uabb-infobox-title-wrap {
	text-align: center;
}

.login-info-box .uabb-infobox-text-wrap {
	text-align: center;
}

.login-footer-btn .fl-builder-content a.fl-button{
	color: #ffffff !important;
}

.login-footer-btn a.fl-button{
	box-shadow: 0 11px 40px -2px rgba(240, 111, 111, 0.36), 0 0 1px rgba(10, 22, 70, 0.06);
    background-image: linear-gradient(35deg, #fc5c8c 0%, #ff824b 100%) !important;
    width: 201px;
    font-weight: 700 !important;
}

.login-info-box p{
	color: rgba(36, 47, 81, 0.6) !important;
    letter-spacing: -0.19px;
    font-weight: 400 !important;
}

.login-info-box h4{
	line-height: 50px;
	margin-bottom: 10px;
}

.login-footer-btn i.fl-button-icon.fl-button-icon-after{
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 20px;
    padding: 5px;
    display: inline-block;
    color: #fff;
    font-weight: 700 !important;
}

.login-footer-text{
	color: #242f51;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.19px;
	line-height: 25px;
}

.login-single-info-box {
    box-shadow: 0 16px 16px -1px rgba(0, 43, 200, 0.1);
    border-radius: 8px;
    border: 1px solid #c4ddf9;
    background-color: #ffffff;
}

.login-info-box i.fl-button-icon {
    box-shadow: 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 15px;
    background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
    color: #fff;
    padding: 5px;
    margin-left: 10px;
    font-weight: 700 !important;
}

.login-info-box a{
	color: #242f51;
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 18px;
}

.login-single-info-box .link-box a{
	width: 200px;
    text-align: left !important;
    padding: 15px 20px !important;
    border-radius: 25px;
    background-image: linear-gradient(132deg, #cfd3ff 0%, #ffffff 100%);
    font-weight: 700 !important;
}

.login-page-header-text .fl-module-content{
	position: relative;
}

.login-page-header-text .fl-module-content:before{
	content: url('/wp-content/uploads/2019/08/login-header.png');
	position: absolute;
	top: -106%;
    left: 42%;
}

.login-header-second-text{
	color: rgba(36, 47, 81, 0.6);
	line-height: 30px;
}

.page-not-found-btn a.fl-button {
    width: 200px;
    padding: 10px 16px;
}
.page-not-found-btn a.fl-button .fl-button-icon{
	font-size: 18px;
	margin-left: 18px;
}

.page-not-found-btn a span{
	padding-right: 42%;
	font-weight: 700 !important;
}
/*********************************************************
	CSS FOR STORY PAGE
**********************************************************/

.story-test-wrap {
    box-shadow: 0 6px 6px -1px rgba(10, 22, 70, 0.1), 0 0 1px rgba(10, 22, 70, 0.12);
    border-radius: 8px;
    background-color: #ffffff;
    padding:15px;
}

.story-test-seperator-warp{
	position: relative;
	/*border-top:2px solid #ccc;*/
	width: 290px;
	max-width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.08);
}

.story-test-seperator {
    width: 65px;
    height: 2px;
    border-radius: 4px;
    background-image: linear-gradient(35deg, #fc5c8c 0%, #ff824b 100%);
    margin-bottom: 10px;
    position: absolute;
    top: 0;
}

.story-image-section .story-single-img{
	position: relative;
	z-index: 9;
}

.story-image-section .story-single-img img {
	border-radius: 10px;
}

.story-image-section .story-single-img:after {
    content: url('/wp-content/uploads/2019/08/75-layers-1.png');
    position: absolute;
    right: -46px;
    transform: rotate(180deg);
    bottom: -86px;
    z-index: -9;
}

.story-image-section .blog-info {
    box-shadow: 0 9px 40px -1px rgba(10, 22, 70, 0.1), 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    width: 70%;
    top: -110px;
    z-index: 9;
    position: relative;
    padding: 35px;
    height: auto;
    max-height: 100%;
}

.story-image-section .blog-info .entry-content{
	font-weight: 700;
	letter-spacing: -0.37px;
	margin-bottom: 10px;
	font-size: 30px;
	letter-spacing: -0.37px;
	line-height: 50px;
}

.entry-content-story{
	color: #242f51;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.37px;
    line-height: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.story-image-section .story_company_logo {
    width: 175px;
    height: 30px;
    max-width: 100%;
    margin-bottom: 10px;
}

.story-image-section .read-story{
	border-radius: 25px;
	background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
	padding: 10px 25px;
	display: inline-block;
	width: 200px;
	position: relative;
}

.story-image-section .read-story a {
    width: auto;
    color: #fff;
    font-weight: 600;
}

.story-image-section .read-story span.read-more-post {
    background: rgba(255,255,255,0.18);
    position: absolute;
    right: 15px;
    padding: 9px;
}

/*.story-carsousal{
	float: left; 
	max-width: 100%;
}
*/

.story-carsousal-section .story-single-img{
	position: absolute;
    width: 100%;
    bottom: -17%;
    left: 0;
    padding: 0 15px;
}
 
.testimonial-marquee-section marquee{
	position: relative;
	z-index: 9;
	height: 450px;
	overflow: hidden;
}

.testimonial-marquee-section marquee:after{
	content: url(/wp-content/uploads/2019/08/Quotes.png);
    right: 0;
    top: 2px;
    position: absolute;
    z-index: -9;
}

.story-second-section-text {
    opacity: 0.6;
    color: #242f51;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
    line-height: 30px;
}

.story-tale-story-text{
	opacity: 0.6;
	color: #242f51;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 67%;
}

.story-carsousal-section {
    padding: 20px;
    box-shadow: 0 16px 16px -1px rgba(0, 43, 200, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    height: 420px;
    max-height: 100%;
    position: relative;
    margin:18px;
}

.story-carsousal-section .read-resource{
	position: absolute;
	font-weight: 700;
	right: 7%;
	bottom: 9%;
}

.story-info h6{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.19px;
	line-height: 30px;
	margin-bottom: 0;
}

.story-info p{
	opacity: 0.6;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.22px;
	line-height: 20px;	
}

.story-info .entry-content{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	color:#242f51;
	height: 150px;
    overflow: hidden;
    max-height: 100%;
}

.story-carsousal-section .story_company_logo {
    margin-bottom: 20px;
}

.left-box {
    width: 50%;
    float: left;
    text-align: right;
}

.story-page-arrow {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.right-box{
    width: 50%;
    float: right;
    text-align: left;
}

.right-box a{
	margin-left: 10px;
}

.left-box a i,
.right-box a i{
	font-size: 40px;
}

.story-post-car-section .slick-arrow{
	display: none !important;
}

.story-page-arrow a.disabled{
	color: gray;
	pointer-events: none;
}

.story-footer-banner-text {
    opacity: 0.6;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
    line-height: 30px;
}

.story-test-content h6{
	font-size: 14px;
	letter-spacing: -0.19px;
	line-height: 30px;
	margin-bottom: 0px;
}

.story-test-content p{
	opacity: 0.6;
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.22px;
}

.story-test-content .story-info{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}

.story-footer-banner h2.fl-heading {
    font-size: 34px;
    /* font-weight: 700; */
    letter-spacing: -0.42px;
    line-height: 50px;
}

.story-seperator {
    opacity: 0.1 !important;
}

.story-banner{
	background-image: url('/wp-content/uploads/2019/08/story-banner.png');
    height: 543px;
    max-height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 130% 100%;*/
    text-align: center;
    margin: 0 auto;
}

.single-story-row{
	margin-top: -18%;
	max-width: 1200px;
	margin-left: auto;
    margin-right: auto;
}

.story-single-middle-box {
    width: 100%;
    padding: 20px;
	text-align: center;
}

.story-feature-img img{
	width: 1104px !important;
	max-width: 100%;
	border-radius: 10px;
}

.single-story-entry-content{
	margin-top: 5%;
	position: relative;
}

.single-story-entry-content:before{
	content: url('/wp-content/uploads/2019/08/story-page-image.png');
	position: absolute;
	top: 19%;
    left: -12%;
    z-index: -9;
}

.story-entry-content .blog-content{
	color: rgba(36, 47, 81, 0.7);
	font-family: Rubik;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.story-entry-content .blog-content ul{
	list-style-image: url(/wp-content/uploads/2019/08/Rectangle_Copy_10.svg);
	margin-top: 5%;
	margin-bottom: 5%;
}

.story-entry-content .blog-content ul li{
	margin-bottom: 20px;
}

.story-entry-content .blog-content p{
	margin: 10% 0;
}

.story-entry-content .blog-content img{
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.story-entry-content .blog-content h1,
.story-entry-content .blog-content h2,
.story-entry-content .blog-content h3,
.story-entry-content .blog-content h4,
.story-entry-content .blog-content h5,
.story-entry-content .blog-content h6{
	margin-top: 5%;
	margin-bottom: 4%;
}

.single-story-entry-content:after {
    position: absolute;
    content: url('/wp-content/uploads/2019/08/single-story-right.png');
	top: 7%;
	right: -14%;    
}

.single-story-entry-content:before{
    position: absolute;
    content: url('/wp-content/uploads/2019/08/single-story-left.png');
	bottom:10%;
	left:-20%;  
}

.story-entry-content {
    max-width: 731px;
    margin: 0 auto;
}

.story-entry-content .blog-center-img{
	margin-bottom: 8%;
	margin-top: 7%;
}

.story-single-middle-box h1{
	margin-bottom: 6%;
    text-align: center;
    line-height: 50px;
    margin-top: -12%;
}

.single-story-additonal-box h2{
	margin-bottom: 3%;
	margin-top: 4%;
	text-align: center;
}

/*.related-post {
    margin: 10px;
    max-width: 690px;
    width: 100%;
}*/

.story-slider{
	position: relative;
	margin-bottom: 2% !important;
}

.story-post-car-section .slick-center {
    max-width: 450px !important;
    width: 100% !important;
}

.story-post-car-section .slick-slide{
	max-width: 300px;
	width: 100%;
	transition:all 1.5s ease;
}

.story-slider:before{
	content: url('/wp-content/uploads/2019/08/login-header.png');
	position: absolute;
	top: -2%;
    left: 32%;
}

.archive .blog-banner .ast-archive-title,
.search .blog-banner .ast-archive-title{
	color: #242f51;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.archive .ast-archive-description,
.search .ast-archive-description{
	border-bottom: unset;
}

.story-post-car-section.single-story-additonal-box {
    position: relative;
    top: 24em;
}
/****************************************************
	CSS FOR CONTACT US PAGE
*****************************************************/

div#gform_wrapper_3 input:not([type="submit"]) {
    height: 55px;
    box-shadow: inset 1px 1px 2px rgba(36, 47, 81, 0.08);
    border-radius: 6px;
    border: 1px solid rgba(34, 46, 84, 0.31);
    background-color: #ffffff;
}

div#gform_wrapper_3 textarea{
	height: 172px;
	box-shadow: inset 1px 1px 2px rgba(36, 47, 81, 0.08);
	border-radius: 6px;
	border: 1px solid rgba(34, 46, 84, 0.31);
	background-color: #ffffff;
}

div#gform_wrapper_3 label{
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	color: rgba(36, 47, 81, 0.6);
}

div#gform_wrapper_3 input[type="submit"]:focus{
	background-color: unset !important;
}

div#gform_wrapper_3 input:focus,
div#gform_wrapper_3 textarea:focus{
	box-shadow: 0 16px 16px -1px rgba(0, 43, 200, 0.1);
	border-radius: 6px;
	background-color: #ffffff;
}

div#gform_wrapper_3 input:focus + div#gform_wrapper_3 label,
div#gform_wrapper_3 textarea:focus + div#gform_wrapper_3 label{
	color: #242f51;
}

div#gform_wrapper_3 input::placeholder
div#gform_wrapper_3 textarea::placeholder{
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	color: rgba(36, 47, 81, 0.3);
}

.contact-us-top-heading{
	position: relative;
}

.contact-us-top-heading:before {
	content: url('/wp-content/uploads/2019/08/75-layers-1-1.png');
    position: absolute;
    top: -41%;
    left: 35%;
}

.contact-us-link p{
	color: rgba(36, 47, 81, 0.6);
}

.contact-us-link a{
	margin-left: 20px;
	font-weight: 700 !important;
	letter-spacing: -0.22px;
	line-height: 30px;
}

#gform_submit_button_3{
    float: right;
    margin-right: 10px;
    border-radius: 25px;
    background-image: linear-gradient(225deg, #429af0 0%, #1f61dc 100%);
}

#gform_submit_button_3:hover{
	box-shadow: 0 11px 40px -2px rgba(65, 165, 245, 0.44), 0 0 1px rgba(10, 22, 70, 0.06);
}

#gform_submit_button_3 span{
	font-weight: 700 !important;
	padding-right: 39px;
}

#gform_submit_button_3 i{
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.18);
	padding: 5px;
	display: inline-block;
	color: #fff;
	font-weight: 700 !important;
}

.contact-us-icon-group .fl-icon-group .fl-icon a{
	background-image: linear-gradient(225deg, #429af0 0%, #1f61dc 100%);
}

#gform_submit_button_3{
	padding: 10px 11px 10px 20px;
}

#gform_3 .validation_message{
	color: #e22626 !important;
}

#gform_3 div.validation_error{
	border-bottom: unset !important;
	border-top: unset !important;
	color: #e22626 !important;
	margin-bottom: 0px;
	text-align: left;
}

#gform_3 li.gfield.gfield_error{
	border-bottom: unset !important;
	border-top: unset !important;
	background-color: unset !important;
}
#gform_3 .field_description_below .gfield_description{
	padding: 0;
	padding-left: 5px;
}
#gform_3 ul li.gfield {
    margin-top: 10px;
}

/*End OF CONTACT US*/

.spinner {
	margin: 2px 0px 0px 10px;
    height: 28px;
    width: 28px;
    animation: rotate 0.8s infinite linear;
    border: 4px solid #3e49ce;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.custom-job-wrap {
    margin-bottom: 10px;
    box-shadow: 0 7px 15px -2px rgba(10, 22, 70, 0.12), 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 8px;
    background-color: #ffffff;
}

.custom-job-wrap .fl-post-title a{
	color: #242f51;
}
.custom-job-wrap h6{
	color: #242f51;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.19px;
	line-height: 30px;
}

.custom-job-wrap .fl-post-meta{
	color: rgba(36, 47, 81, 0.6);
	font-family: Rubik;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.22px;
}

.custom-job-wrap .fl-post-more-link a{
	color: #5a61da;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    align-items: center;
    display: flex;
}

.custom-job-wrap .fl-post-more-link a i{
	margin-left: 5px;
}

/*****************CSS FOR SMALL DEVICE**********************/
@media only screen and (max-width: 768px) {
	.search-tag{
		font-size: 9px !important;
	}

	.input-form-section {
    	width: 100% !important;
    }
	.resource-banner{
		height: 500px;
		max-height: 100%;
	}
	.resources-main-container .cat-filter-resource a {
		display: inline-flex;
	}
	.featured-post-box .title-wrap {
    	text-align: center!important;
	}
	.icon{
		top: 60%;
    	padding: 10px;
	}
	.resource-box {
		height: 290px;
		max-height: 100%;
	}
	.blog-banner {
		height: 100%;
		max-height: 100%;
	}
	.blog-banner .blog-banner-content {
		padding-top: 70px;
	}
	.banner-sub-text p {
		font-size: 18px;
	}
	.blog-info {
		width: 100%;
	}
	.blog-footer-text-wrap h3 {
		font-size: 24px;
    	margin-bottom: 10px;
	}
	.blog-post-row .sidebar-main ul li a.wpp-post-title{
		line-height:26px;
	}
	.single-blog-row{
		margin-top: 12%;
	}
	.blog-banner{
		background-size: auto;
	}
	.blog-footer-box{
		margin-top: 0;
	}
	.related-feature-box img{
		width: 400px;
		max-width: 100%;
    	height: 180px;
    	max-height: 100%;
	}
	.related-post-wrapper .related-post-main-section{
		width: unset;
	}

	.blog-remaing-col,
	.append-data{
		height: auto;
		max-height: 100%;
	}
	.single-blog-info{
		margin:20px;
		text-align: center;
	}
	a.img-link {
	    float: left;
	    display: block;
	    width: 100%;
	}
	.feature-box .feature-section-img{
		display: none;
	}

	.feature-box .resource-left-side-box{
		padding: 0px;
	}

	.testimonial-marquee-section:after{
		right: 0;
	}

	.story-image-section .blog-info{
		width: 90%;
		top:-49px;
		padding: 26px;
	}

	.story-image-section .story-single-img:after{
		right: -12px;
		bottom: -105px;
	}

	.story-image-section .blog-info .entry-content{
		font-size: 14px;
		line-height: unset;
	}
	.story-post-car-section.single-story-additonal-box {
	    top: 0;
	}
	.story-post-car-section .slick-slide{
		max-width: unset;
	}
	.masonry{
		column-count: 1;
	}

	.mobile-view-box{
		display: block;
		float: right;
		width: 50%;
	}
	.desktop-view-author{
		display: none !important;
	}
	.blog-left-box{
		float: left;
		width: 50%;
	}
	.single-middle-box{
		width: 100%;
		float: left;
	}
	.single-entry-content{
		clear: both;
		margin:20px;
		padding-top: 50px;
	}
	.single-other-desc{
		font-size: 16px;
		line-height: 25px;
	}
	blockquote::before{
		left: -13px;
	}
	blockquote{
		font-size: 20px;
		line-height: 26px;
	}
	ul.blog-list-content li {
    	font-size: 16px;
    	line-height: 25px;
	}
	.related-post-wrapper h3{
		font-size: 28px;
	}
	.footer-above-box h2{
		font-size: 20px;
	}
	.single-top-text{
		font-size: 20px;
	}
	.story-banner{
		height: 300px;
	}
	.single-story-entry-content {
		position: relative;
		margin: 20px;
		padding-top: 50px;
	}
	.story-single-middle-box{
		margin:10px;
	}
	.single-story-entry-content:before,
	.single-story-entry-content:after{
		display: none;
	}
	.story-blog-image:before{
		display: none;
	}
	.login-page-header-text .fl-module-content:before{
		top: -271%;
    	left: 35%;
	}

	.story-tale-story-text{
		width: 100%;
	}
	.blog-entry-content .blog-content{
		font-size: 16px;
    	line-height: 28px;
	}

	.blog-container{
		margin-top: -48%;
	}

	.blog-list-banner{
		background-size: 120% 83%;
		height: 560px;
	}

	.blog-post-row .sidebar-main .popular-posts .wpp-list.wpp-list-with-thumbnails li {
    	margin-bottom: 8% !important;
	}
	.story-entry-content .blog-content{
		font-size: 16px;
		line-height: 26px;
	}
	.blog-info-box .entry-content{
		font-size: 16px;
	}
	.blog-remaing-col{
		margin-bottom: 5%;
	}
	.sixth-column {
    	margin-bottom: 9%;
	}
	.desktop-blog-sidebar{
		display: none;
	}
	.blog-post-row .sidebar-main .popular-posts .wpp-list.wpp-list-with-thumbnails li {
    	margin-bottom: 7% !important;
	}
	.blog-info .entry-content{
		font-size: 16px;
	}
	.mobile-blog-sidebar{
		display: block;
	}
	.entry-content-story{
		font-size: 20px;
		line-height: 25px;
	}
	.blog-post-row .sidebar-main .popular-posts .wpp-list.wpp-list-with-thumbnails li a img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.post-image img{
		height: auto;
	}
	.related-post-main-section .slick-list {
    	overflow: hidden;
	}
}

@media only screen and (max-width: 1100px) {
	.sidebar-catgory{
		display: none;
	}
}


/*
Custom CSS Amadeo
*/ 

.fl-node-5d662fef51fd9 .uabb-creative-button-wrap a, .fl-node-5d662fef51fd9 .uabb-creative-button-wrap a:visited {
    padding: 10px 48px 10px 20px;
}

.fl-node-5d5d372e57314 > .fl-row-content-wrap {
    margin-top: 0;
    margin-bottom: 20px;
}

.fl-node-5d5d372e57314 > .fl-row-content-wrap {
    padding: 80px !important;
}

.fl-node-5d665d28e6fe8 > .fl-row-content-wrap {
    background-position: initial;
}

.cat-box-wrapper .cat-content-wrapper .cat-btn .fa-arrow-right {
    width: 160px;
    width: 30px;
    font-size: 14px;
    height: 30px;
    box-shadow: 0 0 1px rgba(10, 22, 70, 0.06);
    border-radius: 15px;
    background-image: linear-gradient(132deg, #2c39c7 0%, #6e73e2 100%);
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.heading-3-legal-merely .fl-node-5d71f279e731f.fl-module-heading .fl-heading {
    padding: 0px 0px 20px 0px !important;
}

@media (min-width: 768px) {
  .home-outgrid-photo {
      position: absolute;
  }
}

@media (min-width: 1024px) {
  .homepage-peach-bg .fl-row-content-wrap {
      background-position: -1100px bottom;
      background-size: 3320px 1500px;
  }
  .fl-node-5d47f3e68ef51 > .fl-row-content-wrap {
      height: 1060px;
  }
}

.legal-qoute {
    position: relative;
    color: #242f51;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.39px;
    line-height: 38px;
    padding: 0 !important;
    border-left: unset;
    font-style: normal;
}

.legal-qoute::before {
    width: 1px;
    height: 256px;
    border: solid 4px #4990e2
}

.pref-partnership-para-legal {
    margin: -50px 0px -20px 0px;
}

.pref-partnership-para-legal p {
    position: relative;
    margin-bottom: 0;
  	margin-left: 30px;
    color: #242f51;
  	font-size: 20px;
}

.pref-partnership-para-legal p:before {
    content: "";
    border-left: 2px solid #4990e2;
    left: -30px;
    position: absolute;
    height: 100%;
}

.legal-footer-col-left {
    background: url(/wp-content/uploads/2019/09/legal-wonderlic-background-box-left.png) no-repeat;
  	height: 386px;
    background-size: cover;
    box-shadow: 0px 6px 10px -1px #08242F51;
    -moz-box-shadow: 0px 6px 10px -1px #08242F51;
    -webkit-box-shadow: 0px 6px 10px -1px #08242F51;
    -khtml-box-shadow: 0px 6px 10px -1px #08242F51;
  	margin: 20px 20px 20px 20px;
}


.legal-footer-col-right {
    background: url(/wp-content/uploads/2019/09/legal-wonderlic-background-box-right.png) no-repeat;
    height: 386px;
    background-size: cover;
    box-shadow: 0px 6px 10px -1px #08242F51;
    -moz-box-shadow: 0px 6px 10px -1px #08242F51;
    -webkit-box-shadow: 0px 6px 10px -1px #08242F51;
    -khtml-box-shadow: 0px 6px 10px -1px #08242F51;
  	margin: 20px 20px 100px 20px;
}


/* note from craig: keeping these style names very specific (not yet applying ideal practice of
keeping css classes to a minimum) to avoid clashing with existing css classes.  
Should be reviewed later to decide whether to merge into a proper re-useable css class.
*/
.margin-top-reduced-7 {
  margin-top: -7px;
}
.h1-margin-top-reduced h1::before {
  margin-top: -4px !important;
}
.line-height-increased h1 {
  line-height: 1.3 !important;
}
.plc-banner-adj img {
  min-height: 500px;
  height: 100%;
}

.plc-banner-adj img {
    object-fit: cover;
}

/*
Custom CSS Jerome
*/ 

html {
	font-size: 16px;
}

@media ( min-width: 1024px ) and ( max-width: 1279px ) { 
	html {
		font-size: 13px;
	}
}

@media ( min-width: 768px ) and ( max-width: 1023px ) { 
	html {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 12px;
	}
	ul.social-share-box li{
		display: inline-block;
	}
	.fl-node-5d47f94f78a21 {
		display: none !important;
	}
	.login-col {
		padding: 0;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
		max-width: 100% !important; 
	}
	.animation-login {
		min-height: 146px;
	}
}

.candidate-row .fl-row-content-wrap {
	padding: 164px 0 214px;
	padding: 10.25rem 0 13.375rem;
  	position: relative;
}

@media ( min-width: 1920px ) and ( max-width: 4320px ) { 
	.candidate-row .fl-row-content-wrap {
		background-position: center -85px;
		background-position: center -5.3125rem;
	}
}

@media (max-width: 767px) {
	.candidate-row .fl-row-content-wrap {
		padding: 50px 0 0;
  	}
  
  	.candidate-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.candidate-row .fl-module-photo .fl-module-content {
      	margin-bottom: -15px;
  	}
}

.candidate-row .fl-row-content {
	max-width: 1136px;
	max-width: 71rem;
	width: 95%;
}

@media (min-width: 768px) {
  .candidate-row .fl-module-photo {
    position: absolute;
	bottom: 3px;
    right: -687px;
    right: -42.9375rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 403px;
    max-width: 25.1875rem;
  }
}

@media ( min-width: 1920px ) and ( max-width: 4320px ) { 
	.candidate-row .fl-module-photo {
    	bottom: 6px;
      	bottom: 0.375rem;
  	}
}

.candidate-row .fl-row-content-wrap .h1 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 50px;
	line-height: 3.125rem;
}

.candidate-row .fl-row-content-wrap .h1 .fl-module-content {
    margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.candidate-row .fl-row-content-wrap .h2 .fl-heading {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 30px;
	line-height: 1.875rem;
	color: #777d93;
}

.first-thing-row .fl-row-content-wrap {
	padding: 99px 0;
  	padding: 6.1875rem 0;
}

@media (max-width: 767px) {
	.first-thing-row .fl-row-content-wrap {
		padding: 50px 0;
  	}
  
  	.first-thing-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
}

@media ( min-width: 768px ) and ( max-width: 1023px ) { 
  .first-thing-row .fl-col-small .fl-col-content {
    padding: 20px;
    padding: 1.25rem;
  }
}
.first-thing-row .fl-row-content {
	max-width: 1150px;
	max-width: 71.875rem;
	width: 95%;
}

.first-thing-row .fl-module-heading .fl-module-content {
	margin-bottom: 29px;
	margin-bottom: 1.8125rem;
}


.first-thing-row .right-rich-text .fl-module-content {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.first-thing-row .small-text-module p {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.first-thing-row .small-text-module img {
	margin-bottom: 9px;
  	margin-bottom: 0.5625rem;
}

.first-thing-row .shadow-text-module .fl-module-content {
    max-width: 730px;
    max-width: 45.625rem;
  	margin: 0 auto;
	padding-bottom: 2px;
    padding-top: 45px;
  	padding-bottom: 0.125rem;
    padding-top: 2.8125rem;
}

.shadow-text-module .fl-module-content {
  	-webkit-box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.11);
  	-moz-box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.11);
  	box-shadow: 0px 5px 23px -9px rgba(0,0,0,0.11);
	border-radius: 10px;
  	border-radius: 0.625rem;
}

.first-thing-row .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
}

.first-thing-row .fl-heading .fl-heading-text span {
	color: #3de1be !important;
}

.first-thing-row p {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
	line-height: 1.875rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.first-thing-row .fl-row-content p strong {
	color: #424ccf !important;
}

.scoop-row .fl-row-content-wrap {
  	padding: 56px 0 77px;
  	padding: 3.5rem 0 4.8125rem;
  	position: relative;
}

.curve-top-border .fl-row-content-wrap {
	padding-top: 92px;
	padding-top: 5.75rem;
	padding-bottom: 41px;
	padding-bottom: 2.5625rem;
}

.scoop-row .fl-row-content {
	max-width: 1141px;
  	max-width: 71.3125rem;
  	width: 95%;
}

.scoop-row .fl-module-rich-text p:last-of-type {
	margin-bottom: 0;
}

.scoop-row .rich-text1 .fl-module-content {
	margin-bottom: 12px;
  	margin-bottom: 0.75rem;
}

.scoop-row .custom-col .fl-module-rich-text .fl-module-content {
	border: 1px solid #e9e9eb;
  	margin-top: -61px;
    margin-top: -3.8125rem;
  	border-radius: 10px;
  	border-radius: 0.625rem;
	padding: 59px 24px 23px;
	padding: 3.6875rem 1.5rem 1.4375rem;
	background: #ffffff;
}

.scoop-row .custom-col .fl-col-content {
	padding: 0 16px;
  	padding: 0 1rem;
}

.scoop-row .fl-heading {
  	font-family: 'Nunito', Arial, sans-serif;
	font-size: 30px;
  	font-size: 1.875rem;
  	line-height: 40px;
  	line-height: 2.5rem;
  	font-weight: 700;
}

.scoop-row .h4 .fl-heading {
  	font-size: 36px;
  	line-height: 40px;
  	font-size: 2.25rem;
  	line-height: 2.5rem;
}

.scoop-row p {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 24px;
  	line-height: 1.5rem;
}

.scoop-row .custom-col p {
	font-size: 16px;
  	font-size: 1rem;
  	line-height: 30px;
  	line-height: 1.875rem;
}

.scoop-row .right-col .fl-col-content {
	position: relative;
}

.scoop-row .rich-text-last p {
    line-height: 30px;
  	line-height: 1.875rem;
}

.scoop-row .rich-text-last .fl-module-content {
  	max-width: 649px;
  	max-width: 40.5625rem;
 	margin: 44px auto 0;
  	margin: 2.75rem auto 0;
}

.scoop-row .abso-richtext p {
	line-height: 30px;
  	line-height: 1.875rem;
}

.scoop-row .number-img .fl-module-content {
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
}

.testimonial-row .fl-row-content-wrap {
	padding: 202px 0 46px;
  	padding: 12.625rem 0 2.875rem;
}

.testimonial-row .fl-row-content {
  	max-width: 1109px;
  	max-width: 69.3125rem;
  	width: 95%;
  	position: relative;
}

.testimonial-row .fl-row-content:before {
	content: '';
    height: 95px;
    width: 88px;
  	height: 5.9375rem;
    width: 5.5rem;
    position: absolute;
    top: 160px;
    right: -84px;
  	top: 10rem;
    right: -5.25rem;
    background-image: url(/wp-content/uploads/2019/09/Quotes.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
}

@media ( min-width: 320px ) and ( max-width: 1023px ) { 
  	.testimonial-row .fl-row-content:before {
      top: 0;
      right: 0;
  	}
}

.testimonial-row .fl-module-heading .fl-module-content {
	margin-bottom: 12px;
  	margin-bottom: 0.75rem;
}

.testimonial-row .fl-heading {
  	font-family: 'Nunito', Arial, sans-serif;
	font-size: 40px;
  	font-size: 2.5rem;
  	line-height: 50px;
  	line-height: 3.125rem;
  	font-weight: 700;
}

.testimonial-row p {
  	font-family: 'Nunito', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 30px;
  	line-height: 1.875rem;
}

.testimonial-row .fl-module-separator .fl-module-content {
	margin-bottom: 61px;	
  	margin-bottom: 3.8125rem;
}

.testimonial-row .slick-dots li {
	width: 63px;
  	width: 3.9375rem;
    border-radius: 0.25rem;
    display: inline-block;
	height: 0.25rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.testimonial-row .slick-dots li button {
	display: none;
}

.testimonial-row .slick-dots li.slick-active {
    height: 4px;
  	height: 0.25rem;
    background: linear-gradient(45deg, #f08293 0%, #f8b856 100%);
}

.testimonial-row .slick-dots {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0px;
  	padding: 2.5rem 0px;
    text-align: center;
	z-index: 2;
}

@media (min-width: 768px) {
  .testimonial-row .slick-dots {  
      bottom: -227px;
      bottom: -14.1875rem;
  }
}

.testimonial-row .slick-slide .fl-post-image img {
  	margin: 0 auto 28px;
  	margin: 0 auto 1.75rem;
}

.testimonial-row .fl-post-text {
    padding: 0;
}

.testimonial-row .slick-slide {
    padding: 0 37px;
  	padding: 0 2.3125rem;
}

.testimonial-row .sharp-note {
    margin-top: 35px;
  	margin-top: 2.1875rem;
}

.testimonial-row .sepa .fl-module-content {
  	margin-bottom: 60px;
  	margin-bottom: 3.75rem;
}

.want-row .fl-row-content-wrap {
	padding: 164px 0 172px;
  	padding: 10.25rem 0 10.75rem;
}

.want-row .fl-row-content {
  	max-width: 1170px;
  	width: 95%;
}

.want-row .sepa .fl-module-content {
  	margin-bottom: 63px;
  	margin-bottom: 3.9375rem;
}

.want-row .fl-module-separator .fl-module-content {
	margin-bottom: 63px;
  	margin-bottom: 3.9375rem;
}

.want-row .fl-heading {
  	font-family: 'Nunito', Arial, sans-serif;
	font-size: 40px;
  	font-size: 2.5rem;
  	line-height: 50px;
  	line-height: 3.125rem;
  	font-weight: 700;
}

.want-row .fl-module-heading .fl-module-content {
	margin-bottom: 16px;
  	margin-bottom: 1rem;
}

.want-row .fl-module-rich-text .fl-moodule-content {
	margin-bottom: 20px;
  	margin-bottom: 1.25rem;
}

.want-row p {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 30px;
  	line-height: 1.875rem;
}

.want-row p strong {
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
}

.want-row .fl-accordion-medium .fl-accordion-button-label {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 16px;
  	font-size: 1rem;
  	font-weight: 700;
  	color: #ffffff !important;
}

.want-row .fl-accordion-medium .fl-accordion-button {
	background: rgba(252,95,134,1);
  	background: -moz-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,95,134,1)), color-stop(40%, rgba(252,95,134,1)), color-stop(95%, rgba(254,125,82,1)), color-stop(100%, rgba(254,125,82,1)));
  	background: -webkit-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -o-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -ms-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: linear-gradient(to right, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f86', endColorstr='#fe7d52', GradientType=1 );
	padding: 10px 11px 10px 18px;
  	padding: 0.625rem 0.6875rem 0.625rem 1.125rem;
    border-radius: 30px;
    border-radius: 1.875rem;
  	-webkit-box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
    -moz-box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
    box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
}

.want-row .fl-module-rich-text .fl-module-content {
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.want-row .fl-accordion-medium .fl-accordion-item {
	border: 0;
	overflow: unset;
}

.want-row .fl-accordion-medium .fl-accordion-button-icon {
  	color: #ffffff !important;
    opacity: 1;
    background: #ffffff2E;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  	width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    text-align: center;
}

@media (min-width: 768px) {
  .want-row .fl-module-accordion .fl-module-content {
      max-width: 731px;
      max-width: 45.6875rem;
  }
}

.want-row .fl-accordion-medium .fl-accordion-content {
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.15);
  	margin-top: 17px;
  	margin-top: 1.0625rem;
  	border-radius: 10px;
  	border-radius: 0.625rem;
  	padding: 31px 18px 15px;
  	padding: 1.9375rem 1.125rem 0.9375rem;
}

.want-row .fl-accordion-medium .fl-accordion-content p {
  	font-family: 'Rubik', Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 17px;
  	line-height: 1.0625rem;
  	color: #242F51;
  	letter-spacing: -0.15px;
  	letter-spacing: -0.009375rem;
}

.want-row .fl-accordion-medium .fl-accordion-content p:last-of-type {
	margin-bottom: 0;
}

.want-row .fl-accordion-medium .fl-accordion-content p strong {
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
  	line-height: 30px;
  	line-height: 1.875rem;
}

.want-row .fl-accordion-medium .fl-accordion-content blockquote p strong {
  	line-height: 17px;
  	line-height: 1.0625rem;
}

.want-row .fl-accordion-medium .fl-accordion-content blockquote:before {
	display: none !important;
}

.want-row .fl-accordion-medium .fl-accordion-content blockquote {
	margin: 0 !important;
}

.want-row .fl-row-content-wrap {
  	background-size: 43%;
}

.chat-row .fl-row-content-wrap {
    padding: 129px 0 126px;
  	padding: 8.0625rem 0 7.875rem;
}

.chat-row .fl-row-content {
	max-width: 731px;
  	max-width: 45.6875rem;
  	width: 95%;
}

.chat-row .fl-heading {
  	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
  	font-size: 32px;
  	font-size: 2rem;
  	line-height: 40px;
  	line-height: 2.5rem;
}

.chat-row .h4 .fl-heading {
  	font-size: 18px;
  	font-size: 1.125rem;
  	line-height: 30px;
  	line-height: 1.875rem;
}

.chat-row a.fl-button {
  	background: rgba(252,95,134,1);
  	background: -moz-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,95,134,1)), color-stop(40%, rgba(252,95,134,1)), color-stop(95%, rgba(254,125,82,1)), color-stop(100%, rgba(254,125,82,1)));
  	background: -webkit-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -o-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: -ms-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	background: linear-gradient(to right, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f86', endColorstr='#fe7d52', GradientType=1 );
	border: 0;
    border-radius: 30px;
    border-radius: 1.875rem;
  	color: #ffffff;
  	width: 200px;
  	height: 50px;
  	width: 12.5rem;
  	height: 3.125rem;
  	font-family: 'Nunito', Arial, sans-serif;
	font-weight: 700;
  	font-size: 16px;
	font-size: 1rem;
  	padding: 10px 11px 10px 19px;
  	padding: 0.625rem 0.6875rem 0.625rem 1.1875rem;
  	text-align: left;
}

.chat-row a.fl-button:hover {
	color: #ffffff;
  	box-shadow: 0 11px 40px -2px rgba(240, 111, 111, 0.36), 0 0 1px rgba(10, 22, 70, 0.06);
}

.chat-row .fl-module-button .fl-button i.fl-button-icon-after {
	color: #ffffff;
    opacity: 1;
    background: #ffffff2E;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
  	padding: 0.4375rem 0;
    font-size: 0.9375rem;
  	margin-left: 34px;
  	margin-left: 3.125rem;
}

.dot-heading {
  	position: relative;
}

.dot-heading .fl-heading {
	position: relative;
}

.dot-heading:before {
    content: '';
    height: 93.932px;
    width: 93.932px;
    height:	5.87075rem;
    width: 5.87075rem;
    position: absolute;
	left: -2.8125rem;
    top: -2.0625rem;
    background-image: url(/wp-content/uploads/2019/09/wonderlic-dots.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
 	opacity: .4;
}

.page-id-2816 #ast-scroll-top,
.page-id-3227 #ast-scroll-top,
.page-id-3643 #ast-scroll-top {
	background-color: #F8F6FC !important;
}

@media (min-width: 768px) {
  .science-hero-row.candidate-row .fl-row-content-wrap {
      	background-position: center;
      	min-height: 603px;
    	min-height: 37.6875rem;
  }
}

.good-science-row .fl-row-content-wrap {
	padding: 90px 0 71px;
  	padding: 5.625rem 0 4.4375rem;
}

.good-science-row .fl-row-content {
	max-width: 1108px;
	max-width: 69.25rem;
  	width: 95%;
}

.good-science-row .h5 .fl-heading {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 24px;
  	line-height: 1.5rem;
	opacity: .6;
}

.good-science-row .h5 .fl-module-content {
  	margin-bottom: 44px;
  	margin-bottom: 2.75rem;
}

.good-science-row .h3 .fl-module-content {
	margin-bottom: 32px;
  	margin-bottom: 2rem;
}

.good-science-row .h3 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 40px;
  	line-height: 2.5rem;
}

.good-science-row .h4 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 32px;
  	line-height: 2rem;
}



.roots-row .fl-row-content-wrap {
  	padding: 69px 0 80px;
  	padding: 4.3125rem 0 5rem;
}

.roots-row .fl-row-content {
  	max-width: 1103px;
  	max-width: 68.9375rem;
  	width: 95%;
}

.roots-row .h4 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 32px;
  	line-height: 2rem;
  	opacity: .6;
}

.roots-row .h3 .fl-module-content {
	margin-bottom: 0;
}

.roots-row .h3 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 40px;
  	line-height: 2.5rem;
}

.roots-row .h5 .fl-heading {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 24px;
  	line-height: 1.5rem;
	opacity: .6;
}

.roots-row .h5 .fl-module-content {
  	margin-bottom: 32px;
  	margin-bottom: 2rem;
}

.roots-row p,
.roots-row ul li {
  	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
  	line-height: 1.875rem;
  	letter-spacing: -0.13px;
  	letter-spacing: -0.008125rem;
}

.roots-row .fl-module-rich-text .fl-module-content {
    margin-bottom: 32px;
	margin-bottom: 2rem;
}

.roots-row .right-line-col .fl-col-content,
.roots-row .left-line-col .fl-col-content {
	margin-bottom: 37px;
  	margin-bottom: 2.3125rem;
}


@media (min-width: 768px) {
  .roots-row .right-line-col .fl-col-content {
      padding: 20px 6px 0 29px;
      padding: 1.25rem 0.375rem 0 1.8125rem;
      position: relative;
  }

  .roots-row .left-line-col .fl-col-content {
      position: relative;
      padding: 20px 15px 16px 0;
      padding: 1.25rem 0.9375rem 1rem 0;
  }
}

.roots-row .left-line-col p em {
	margin-left: 31px;
  	margin-left: 1.9375rem;
	display: inline-block;
  	color: #424CCF;
}

.roots-row .right-line-col p em {
	margin-left: 78px;
  	margin-left: 4.875rem;
	display: inline-block;
  	color: #0675FF;
}

.roots-row .right-line-col .fl-module-heading .fl-module-content,
.roots-row .left-line-col .fl-module-heading .fl-module-content{
	margin-bottom: 2px;
  	margin-bottom: 0.125rem;
}

.roots-row .right-line-col p,
.roots-row .left-line-col p {
  	margin-bottom: 34px;
  	margin-bottom: 2.125rem;
}

.roots-row .left-line-col p {
  	margin-bottom: 22px;
  	margin-bottom: 1.375rem;
}

.roots-row .right-line-col p,
.roots-row .left-line-col p,
.roots-row .right-line-col ul li,
.roots-row .left-line-col ul li {
  	font-size: 18px;
  	line-height: 30px;
  	font-size: 1.125rem;
  	line-height: 1.875rem;
  	color: #737d96;
	letter-spacing: -0.1389px;
  	letter-spacing: -0.00868125rem;
}

.roots-row .right-line-col p:last-of-type,
.roots-row .left-line-col p:last-of-type,
.roots-row .right-line-col .fl-module-rich-text:last-of-type .fl-module-content,
.roots-row .left-line-col .fl-module-rich-text:last-of-type .fl-module-content {
	margin-bottom: 0;
}

.roots-row .left-head {
  	position: absolute;
    right: -3px;
    top: 102px;
  	right: -0.1875rem;
    top: 6.375rem;
}

.roots-row .right-head {
  	position: absolute;
    left: -3px;
    top: 102px;
  	left: -3px;
    top: 102px;
}

.roots-row ul {
	margin: 0;
}

.roots-row ul li {
  	position: relative;
  	list-style: none;
  	padding-left: 33px;
  	padding-left: 2.0625rem;
  	margin-bottom: 34px;
  	margin-bottom: 2.125rem;
}

.roots-row ul li:before {
  	content:''; 
    display:inline-block; 
    height: 15px; 
    width: 13px; 
  	height: 0.9375rem; 
    width: 0.8125rem;
    background-image:url('/wp-content/uploads/2019/09/Rectangle-Copy-10.svg'); 
    background-size:contain; 
    background-repeat:no-repeat; 
    position: absolute;
  	left: 2px;
    top: 8px;
	left: 0.125rem;
    top: 0.5rem;
  	opacity: 1;
}

.roots-row p a {
	font-size: 16px;
  	font-size: 1rem;
}

.roots-row p a .fa {
	color: #25B37E !important;
  	vertical-align: middle;
}

@media (max-width: 767px) {
  .roots-row .head-mobile .fl-module-content {
      position: relative;
      padding-left: 40px;
      margin-bottom: 20px !important;
  }
  
  .roots-row .head-mobile .fl-module-content .fl-heading {
      line-height: 1;
  }

  .roots-row .head-mobile .fl-module-content:before {
      content: '';
      display: inline-block;
      height: 30px;
      width: 30px;
      background-image: url(/wp-content/uploads/2019/09/head.svg);
      background-size: 30px;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
  }
}

.compliance-row .fl-row-content-wrap {
  	padding: 108px 0 85px;
  	padding: 6.75rem 0 5.3125rem;
}

.compliance-row .fl-row-content {
  	max-width: 1157px;
  	width: 95%;
}

.compliance-row p:last-of-type {
	margin-bottom: 0;
}

.compliance-row .h3 .fl-module-content {
  	margin-bottom: 27px;
  	margin-bottom: 1.6875rem;
}

.compliance-row .h3 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 40px;
  	line-height: 2.5rem;
}

.compliance-row .h4 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 30px;
  	line-height: 1.875rem;
}

.compliance-row .h4 .fl-module-content {
    margin-bottom: 30px;
  	margin-bottom: 30px;
}

.compliance-row p,
.compliance-row ul li {
  	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
  	line-height: 1.875rem;
  	letter-spacing: -0.27px;
  	letter-spacing: -0.016875rem;
	margin-bottom: 30px;
  	margin-bottom: 1.875rem;
}

.compliance-row .fl-module-rich-text .fl-module-content {
  	margin-bottom: 37px;
  	margin-bottom: 2.3125rem;
}

.compliance-row .fl-module-photo .fl-module-content {
	margin-bottom: 46px;
  	margin-bottom: 2.875rem;
}

.extra-pad .fl-module-content {
	padding: 0 10px;
  	padding: 0 0.625rem;
}
.compliance-row .left-col .fl-col-content,
.compliance-row .right-col .fl-col-content{
	margin-bottom: 15px;
  	margin-bottom: 0.9375rem;
}

.responsible-row .fl-row-content-wrap {
  	padding: 100px 0px;
  	padding: 100px 6.25rem;
}

.responsible-row .fl-row-content {
    max-width: 1108px;
  	max-width: 69.25rem;
  	width: 95%;
}

.responsible-row .h3 .fl-module-content {
  	margin-bottom: 37px;
  	margin-bottom: 2.3125rem;
}

.responsible-row .h3 .fl-heading {
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 40px;
  	line-height: 2.5rem;
}

.responsible-row p {
  	font-family: 'Rubik', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
  	line-height: 1.875rem;
  	letter-spacing: -0.2777778px;
	margin-bottom: 30px;
  	margin-bottom: 1.875rem;
}

.responsible-row .left-col .fl-col-content,
.responsible-row .right-col .fl-col-content {
	position: relative;
}

.responsible-row .left-col .fl-col-content:before {
    content: '';
    height: 93.932px;
    width: 93.932px;
    height: 5.87075rem;
    width: 5.87075rem;
    position: absolute;
    right: 125px;
    top: 28px;
  	right: 7.8125rem;
    top: 1.75rem;
    background-image: url(/wp-content/uploads/2019/09/dots.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
    opacity: .4;
}

.responsible-row .right-col .fl-col-content:before {
    content: '';
    height: 93.932px;
    width: 93.932px;
    height: 5.87075rem;
    width: 5.87075rem;
    position: absolute;
    left: 4px;
  	left: 0.25rem;
    bottom: 0;
    background-image: url(/wp-content/uploads/2019/09/dots2.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
    opacity: .4;
}

@media (min-width: 768px) {
  .responsible-row .small-rich-text .fl-module-content {
      position: relative;
      padding: 30px 155px 26px 29px;
  }
  .responsible-row .small-rich-text img {
      position: absolute;
      right: 30px;
      top: 30px;
      right: 1.875rem;
      top: 1.875rem;
  }
}

.responsible-row .small-rich-text .fl-module-content p:last-of-type {
	margin-bottom: 0;
}

.responsible-row .small-rich-text .fl-module-content {
  	background-color: #ffffff;
  	box-shadow: 0px 1px 35px 6px rgba(36,47,81,0.08);
	border-radius: 6px;
	border-radius: 0.375rem;
  	margin-bottom: 30px;
  	margin-bottom: 1.875rem;
}

.responsible-row .small-rich-text h4,
.responsible-row .small-rich-text h3 {
	color: #24b47e;
  	font-family: 'Nunito', Arial, sans-serif;
  	font-size: 20px;
  	font-size: 1.25rem;
  	font-weight: 700;
  	line-height: 30px;
  	letter-spacing: -0.3125px;
  	line-height: 1.875rem;
  	letter-spacing: -0.01953125rem;
  	margin-bottom: 29px;
	margin-bottom: 29px;
}

.responsible-row .small-rich-text p {
  	font-size: 16px;
  	font-size: 1rem;
  	letter-spacing: -0.2222222px;
  	letter-spacing: -0.0138888875rem;
}

.responsible-row .small-rich-text h4,
.responsible-row .small-rich-text h3 {
	color: #24b47e !important;
}

.responsible-row .small-rich-text.violet-heading h4,
.responsible-row .small-rich-text.violet-heading h3 {
  	 color: #905ebd !important;
}

.responsible-row .small-rich-text.yellow-heading h4,
.responsible-row .small-rich-text.yellow-heading h3 {
  	 color: #f5a622 !important;
}

.responsible-row .small-rich-text.blue-heading h4,
.responsible-row .small-rich-text.blue-heading h3 {
	color: #4990e2 !important;
}

.responsible-row .small-rich-text.red-heading h4,
.responsible-row .small-rich-text.red-heading h3 {
	color: #f07171 !important;
}

.responsible-row .extra-pad .fl-module-content {
	margin-bottom: 22px;
  	margin-bottom: 1.375rem;
}

.construct-row .fl-row-content-wrap {
  	padding: 128px 0 207px;
  	padding: 8rem 0 12.9375rem;
}

.construct-row .fl-row-content {
	max-width: 1108px;
  	max-width: 69.25rem;
  	position: relative;
}	

.construct-row .dot-heading:before {
	display: none;
}

.short-row .fl-row-content-wrap {
	padding: 89px 0 30px;
  	padding: 5.5625rem 0 1.875rem;
}

.short-row .fl-module-heading .fl-module-content {
  	margin-bottom: 28px;
  	margin-bottom: 1.75rem;
}

.short-row  .custom-cols .fl-col-content {
	background-color: #ffffff;
    box-shadow: 0px 1px 35px 6px rgba(36,47,81,0.08);
    border-radius: 6px;
    border-radius: 0.375rem;
  	margin: 0 14px;
  	margin: 0 0.875rem;
  	overflow: hidden;
  	padding: 40px 30px 42px;
  	padding: 2.5rem 1.875rem 2.625rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.short-row .fl-row-content {
	max-width: 817px;
  	max-width: 51.0625rem;
  	position: relative;
  	width: 95%;
}

.short-row .fl-heading {
  	font-family: 'Nunito', Arial, sans-serif;
  	font-size: 20px;
  	font-size: 1.25rem;
  	font-weight: 700;
  	line-height: 40px;
  	line-height: 2.5rem;
  	text-align: center;
  	letter-spacing: -0.2222222px;
	letter-spacing: -0.0138888875rem;
}

.short-row p {
  	font-family: 'Rubik', Arial, sans-serif;
    font-size: 18px;
  	line-height: 30px;
  	letter-spacing: -0.25px;
	font-size: 1.125rem;
  	line-height: 1.875rem;
  	letter-spacing: -0.015625rem;
    font-weight: 400; 
}

.short-row p:last-of-type {
	margin-bottom: 0;
}

.short-row .custom-cols .fl-module-photo {
	float: left;
}

.short-row .custom-cols .fl-module-photo .fl-module-content {
	margin-right: 27px;
  	margin-right: 1.6875rem;
}

.short-row .custom-cols .fl-module-rich-text {
	float: left;
}

.short-row .big-p p {
	font-family: Nunito;
  	font-size: 25px;
  	font-size: 1.5625rem;
  	font-weight: 700;
  	line-height: 40px;
  	line-height: 2.5rem;
  	text-align: center;
  	letter-spacing: -0.2777778px;
  	letter-spacing: -0.0173611125rem;
}

.fl-builder-edit .short-row .custom-cols .fl-module-photo,
.fl-builder-edit .short-row .custom-cols .fl-module-rich-text {
  	float: none;
}

.short-row .small-text p {
	font-size: 16px;
  	font-size: 1rem;
}

div.short2-row p {
	font-size: 20px;
  	font-size: 1.25rem;
}

div.short2-row .fl-row-content-wrap {
	padding: 14px 0;
  	padding: 14px 0;
}

div.short2-row .fl-row-content {
  	max-width: 1085px;
  	max-width: 1085px;
}

.cognitive-post-module-row .fl-heading {
    color: #424ccf;
    font-family: Nunito;
    font-size: 20px;
  	font-size: 1.25rem;
    font-weight: 700;
    line-height: 40px;
  	line-height: 2.5rem;
    text-align: center;
    letter-spacing: -0.2222222px;
  	letter-spacing: -0.0138888875rem;
}

.cognitive-post-module-row .fl-module-heading .fl-module-content {
	margin-bottom: 66px;
	margin-bottom: 4.125rem;
}

.cognitive-post-module-row .fl-row-content {
	max-width: 1112px;
}

.cognitive-post-module-row .fl-row-content-wrap {
  	padding: 64px 0 !important;
}

.cognitive-post-module-row p {
  	font-family: Rubik;
    font-size: 20px;
  	font-size: 1.25rem;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2777778px;
  	line-height: 1.875rem;
    letter-spacing: -0.0173611125rem;
  	text-align: left;
}

.cognitive-post-module-row p:last-of-type {
	margin-bottom: 0;
}

.cognitive-post-module-row .fl-post-text {
	background-color: #ffffff;
    border: 1px solid #f9f9f9;
    border-radius: 6px;
    border-radius: 0.375rem;
  	max-width: 825px;
	padding: 35px 40px 31px 31px;
  	max-width: 51.5625rem;
	padding: 2.1875rem 2.5rem 1.9375rem 1.9375rem !important;
  	float: right;
}

.cognitive-post-module-row .fl-post-feed-post {
    border-bottom: 0;
  	margin-bottom: 21px !important;
  	margin-bottom: 1.3125rem !important;
}

div.short3-row .fl-row-content-wrap {
  	padding: 196px 0 39px;
  	padding: 12.25rem 0 2.4375rem;
}

div.short3-row .fl-row-content {
  	max-width: 826px;
  	max-width: 51.625rem;
}

.when-more-row .fl-row-content-wrap {
	background-size: cover;
  	position: relative;
}

.when-more-row .fl-row-content {
	
}

@media (min-width: 768px) {
  .when-more-row .float-img {
      position: absolute;
      left: -26px;
      bottom: 66px;
      left: -1.625rem;
      bottom: 4.125rem;
      max-width: 707px;
      max-width: 44.1875rem;
  }
}

.when-more-row .h4 .fl-heading {
	color: #4a53d1;
  	font-family: Nunito;
  	font-size: 25px;
  	font-weight: 700;
  	line-height: 40px;
  	letter-spacing: -0.2777778px;
  	font-size: 1.5625rem;
  	line-height: 2.5rem;
  	letter-spacing: -0.0173611125rem;
}

.cognitive-post-module-row .last-heading .fl-module-content {
	margin-bottom: 0;
}

.cognitive-post-module-row .fl-module-post-grid .fl-module-content {
	margin-bottom: 69px;
	margin-bottom: 4.3125rem;
}

.cognitive-post-module-row .last-heading .fl-heading {
	font-size: 25px;
	font-size: 1.5625rem;
}

div.chat2-row .fl-button {
	width: 246px;
  	width: 15.375rem;
}

div.chat2-row .fl-module-button .fl-button i.fl-button-icon-after {
	margin-left: 10px;
	margin-left: 0.625rem;
}

div.chat2-row .fl-row-content {
	max-width: 894px;
	max-width: 55.875rem;
}

.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current .uabb-tab-link {
	box-shadow: none;
}

.exam-page-tabs-wrap .exam-page-tabs .uabb-tabs ul .uabb-tab-current {
  	-webkit-box-shadow: 0px -5px 12px -9px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px -5px 12px -9px rgba(0,0,0,0.57);
    box-shadow: 0px -5px 12px -9px rgba(0,0,0,0.57);
}

.chat-row .btn-blue  a.fl-button {
  	background: linear-gradient(35deg, #313dc9 0%, #8689e6 100%) !important;
}

.chat-row .btn-blue  a.fl-button:hover {
	box-shadow: 0 32px 40px -2px rgba(55, 66, 204, 0.23), 0 0 1px rgba(10, 22, 70, 0.06) !important;
}

.legal-hero-row .fl-row-content-wrap {
  	padding-top: 153px;
  	padding-top: 9.5625rem;
}

.legal-hero-row .fl-row-content {
  	max-width: 1153px;
  	position: relative;
}

.legal-hero-row .fl-row-content-wrap .h1 .fl-module-content {
    margin-bottom: 32px;
  	margin-bottom: 2rem;
}

.legal-footer-col-right,
.legal-footer-col-left {
  	border-radius: 10px;
  	border-radius: 0.625rem;
}

.lets-partner-wrap .legal-footer-col-left {
  	margin: 20px 20px 20px 20px;
  	margin: 1.25rem;
}

.lets-partner-wrap .legal-footer-col-right {
  	margin: 20px 20px 100px 20px;
  	margin: 1.25rem 1.25rem 6.25rem 1.25rem;
}

.uabb-creative-menu .menu > li > a span.uabb-menu-toggle, 
.uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
	padding-right: 0 !important;
}

.uabb-creative-menu.off-canvas .menu > li,
.uabb-creative-menu.off-canvas .sub-menu > li {
  	border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.uabb-creative-menu.off-canvas .sub-menu li {
	border: 0 !important;
}

.uabb-creative-menu .sub-menu > li > a, 
.uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a {
  	padding: 10px !important;
}

.uabb-creative-menu .uabb-creative-menu-vertical .sub-menu, 
.uabb-creative-menu .uabb-creative-menu-horizontal .sub-menu {
  	border: 0 !important;
  	box-shadow: none !important;
}

.menu .btn-mobile,
.menu .call-link {
	display: none !important;
}

.atb-row .header-banner-gif-pre-employment-atb img {
  transform: none;
}

@media (min-width: 768px) {
  
  .atb-row .fl-row-content-wrap {
  	min-height: 500px;
    min-height: 31.25rem;
    position:relative;
  }

  .atb-row .header-banner-gif-pre-employment-atb {
      	position: absolute;
      	max-width: 600px;
      	right: -925px;
    	bottom: 5px;
	  	right: -57.8125rem;
      	bottom: 0.3125rem;
      	max-width: 37.5rem;
      	left: 0;
      	margin-left: auto;
      	margin-right: auto;
  }
  
  .fl-builder-edit .atb-row .header-banner-gif-pre-employment-atb {
  		position: relative;
    	left: 0;
    	right: 0;
    	bottom: 0;
  }
}

@media (max-width: 1200px) {
  .atb-row .header-banner-gif-pre-employment-atb {
      bottom: 10px;
  }
}

@media ( min-width: 1024px ) and ( max-width: 1800px ) { 
  	.when-more-row .float-img {
      	z-index: -1;
  	}
  	
}

.fl-builder-edit .when-more-row .float-img {
	position: static;
  	left: 0;
  	bottom: 0;
}


@media (min-width: 768px) {
  .cognitive-post-module-row .fl-post-image {
	float: left;
  	margin-left: 72px;
  	margin-left: 4.5rem;
    display: flex;
    align-content: center;
  }

  .cognitive-post-module-row .fl-post-feed-post:nth-child(even) .fl-post-image {
      float: right;
      margin-left: 0;
      margin-right: 72px;
      margin-right: 4.5rem;
  }

  .cognitive-post-module-row .fl-post-feed-post:nth-child(even) .fl-post-text {
      float: left;
  }
  
  .compliance-row .left-col .fl-col-content,
  .compliance-row .right-col .fl-col-content {
      padding-left: 24px;
      padding-left: 1.5rem;
  }
  
  .short-row .girl-img {
      position: absolute;
      left: -303px;
      max-width: 841px;
      bottom: -4.6875rem;
      left: -18.9375rem;
      max-width: 52.5625rem;
      bottom: -3.9375rem;
  }
  
  .fl-builder-edit .short-row .girl-img {
	position: static;
	left: 0;
	right: 0;
  }
  
  .responsible-row .left-col .fl-col-content {
		padding-right: 15px;
        padding-right: 0.9375rem;
		padding-top: 73px;
    	padding-top: 4.5625rem;
  }

  .responsible-row .right-col .fl-col-content {
      padding-left: 15px;
      padding-left: 0.9375rem;
  }
  
  .construct-row .fl-module-photo {
	right: -17px;
    bottom: -148px;
    left: unset;
    max-width: 657px;
	max-width: 41.0625rem;
  }
  
}

@media ( min-width: 1600px ) and ( max-width: 4320px ) { 
  	.want-row .fl-row-content-wrap {
        background-size: contain;
    }
}

@media ( min-width: 768px ) and ( max-width: 1023px ) { 
  
  .scoop-row .fl-module-heading .fl-module-content {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  
  .cognitive-post-module-row .fl-post-text {
  	max-width: 60%;
  }
  
}

@media (max-width: 767px) {
  
  	.cognitive-post-module-row .fl-post-image {
  		margin-bottom: 20px;
  	}

	.scoop-row .fl-row-content-wrap {
		padding: 50px 0;
  	}
  
  	.scoop-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  	.scoop-row .custom-col .fl-module-rich-text .fl-module-content {
      	margin-top: -69px;
  	}
  
  	.want-row .fl-row-content-wrap {
      	background: none;
  	}
  
  	.dot-heading:before {
    	top: 0;
      	left: 0;
  	}
	.want-row .fl-row-content-wrap {
		padding: 50px 0 0;
  	}
  
  	.want-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.want-row .fl-module.fl-module-heading .fl-heading {
        text-align: center;
    }
  
  	.chat-row .fl-row-content-wrap {
		padding: 50px 0;
  	}
  
  	.chat-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.chat-row .fl-module.fl-module-heading .fl-heading {
        text-align: center;
    }
  
  	.chat-row .fl-button-wrap {
  		text-align: center;
  	}
  
  	.good-science-row .fl-row-content-wrap {
		padding: 50px 0 0;
  	}
  
  	.science-hero-row .fl-row-content-wrap {
		padding: 50px 0;
  	}
  
  	.good-science-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.good-science-row .fl-module.fl-module-heading .fl-heading {
        text-align: center;
    }
  
  	.good-science-row .fl-button-wrap {
  		text-align: center;
  	}
  
	.compliance-row .left-col,
    .compliance-row .right-col,
  	.roots-row .fl-col-small {
        max-width: 100%;
    }
  	.responsible-row .small-rich-text .fl-module-content { 
  		padding: 20px;
  	}
  
  	.responsible-row .fl-row-content-wrap {
		padding: 50px 0 0;
  	}
  
  	.responsible-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.responsible-row .fl-module.fl-module-heading .fl-heading {
        text-align: center;
    }
  	.responsible-row .fl-col-small {
        width: 95% !important;
    }
  
  	.compliance-row .fl-row-content-wrap {
		padding: 50px 0;
  	}
  
  	.compliance-row .fl-module-content {
      	margin-bottom: 30px;
      	text-align: center;
  	}
  
  	.compliance-row .fl-module.fl-module-heading .fl-heading {
        text-align: center;
    }
  
  	.compliance-row .fl-button-wrap {
  		text-align: center;
  	}
  
  	.scoop-row .three-num {
      	margin-top: -50px;
  	}
  
	.scoop-row .two-num {
      	margin-top: 19px;
  	}
  
  	.scoop-row .number-img .fl-module-content {
  		max-width: 100px;
      	margin-left: auto;
      	margin-right: auto;
  	}
  
  	div.rem-pad-bottom-mob .fl-row-content-wrap {
      	padding-bottom: 0;
  	}
  
  	.testimonial-row .fl-row-content-wrap {
  		padding: 50px 0;
  	}
  
  	.short-row  .custom-cols .fl-col-content {
      	margin-bottom: 20px;
	}
  	
  	div.short3-row .fl-row-content-wrap {
  		padding: 50px 0;
  	}
  
  	.construct-row .fl-row-content-wrap,
  	.heading-3-legal-merely .fl-row-content-wrap,
  	.lets-partner-wrap .fl-row-content-wrap {
  		padding: 50px 0; 
  	}
  
  	.responsible-row .fl-row-content {
        flex: none;
    }
  
  	.legal-footer-col-right,
  	.legal-footer-col-left {
  		height: auto;
  	}
  
  	.legal-footer-col-right {
  		margin-bottom: 0 !important;
  	}
  	.menu .btn-mobile,
  	.menu .call-link {
    	display: block !important;
  	}
  
  	.uabb-creative-menu.off-canvas .menu > li.call-link, 
  	.uabb-creative-menu.off-canvas .sub-menu > li.call-link {
  		border: 0 !important;
  	}
  
  	.btn-mobile a {
      	color: #ffffff;
        border-radius: 25px;
        background: rgba(252,95,134,1);
        background: -moz-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,95,134,1)), color-stop(40%, rgba(252,95,134,1)), color-stop(95%, rgba(254,125,82,1)), color-stop(100%, rgba(254,125,82,1)));
        background: -webkit-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
        background: -o-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
        background: -ms-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
        background: linear-gradient(to right, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f86', endColorstr='#fe7d52', GradientType=1 );
        margin-top: 15px;
        padding: 6px 25px !important;
        width: 140px;
        height: 30px;
        text-align: center;
		display: inline-block;
        font-size: 16px !important;
  	}
  	
  	.btn-mobile a:hover {
  		box-shadow: 0 11px 40px -2px rgba(240, 111, 111, 0.36), 0 0 1px rgba(10, 22, 70, 0.06);
  	}
  
  	.uabb-creative-menu.off-canvas .menu > li.btn-mobile {
  		text-align: right;
      	border: 0 !important;
  	}
  
}

@media (min-width: 768px) {
  .scoop-row .abso-richtext {
      position: absolute;
      bottom: 7px;
      bottom: 0.4375rem;
      left: 0;
      max-width: 664px;
  }
  .scoop-row .left-extra-pad .fl-col-content {
 	padding-left: 206px;
  	padding-left: 12.875rem;
  }

  .scoop-row .right-extra-pad .fl-col-content {
      padding-right: 206px;
      padding-right: 12.875rem;
  }
  .scoop-row .number-img .fl-module-content {
      margin-left: 81px;
      margin-left: 5.0625rem;
  }
  .first-thing-row .img2 .fl-module-content {
      margin-top: 160px;
      margin-bottom: 55px;
      margin-top: 10rem;
      margin-bottom: 3.4375rem;
  }
  
  .legal-hero-row.candidate-row .fl-module-photo {
      	position: absolute;
      	bottom: unset;
      	right: 45px;
    	right: 2.8125rem;
      	left: unset;
      	margin-left: 0;
      	margin-right: 0;
      	display: block;
      	max-width: 666px;
      	top: -154px;
    	max-width: 41.625rem;
      	top: -9.625rem;
  }
  
  .legal-hero-row.candidate-row .fl-row-content-wrap {
	min-height: 620px;
	min-height: 38.75rem;
  }
	
	.placement-std-success .student-success {
		max-height: 400px;
	}
  
}
.margin-top-8 {
  	margin-top: 8px;
}
.margin-left-76 {
  	margin-left: 76px;
}

.single-blog .single-blog-row img {
	border-radius: 15px;
	-webkit-transform: translate3d(0,0,0);
	position: relative;
}

.std-box-one .whole-link {
	width: 100%;
	height: 100%;
	position: absolute;
}
/*FOOTER NEWSLETTER*/
.fl-node-5d47f94f78a21 {
	display: none;
}

.bg-white {
	background: #ffffff;
}

.banner-hide {
	max-height: 50px;
}

.banner-hide .fl-rich-text{
	padding-top:10px;
}

.banner-hide .fl-rich-text p{
	font-size: 16px;
	color: rgba(36, 47, 81, 0.6);
}

.banner-hide .fl-rich-text a{
	text-decoration:underline;
	color: rgba(36, 47, 81, 0.6);
}

.banner-hide .fl-rich-text p .ua-icon {
	top: 4px;
    position: relative;
}
.banner-hide .fl-rich-text p .ua-icon:before {
	    font-size: 20px;
}

.want-row .about-lity .fl-button{
	background: rgba(252,95,134,1);
    background: -moz-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,95,134,1)), color-stop(40%, rgba(252,95,134,1)), color-stop(95%, rgba(254,125,82,1)), color-stop(100%, rgba(254,125,82,1)));
    background: -webkit-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
    background: -o-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
    background: linear-gradient(to right, rgba(252,95,134,1) 0%, rgba(252,95,134,1) 40%, rgba(254,125,82,1) 95%, rgba(254,125,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f86', endColorstr='#fe7d52', GradientType=1 );
    -webkit-box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
    -moz-box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
    box-shadow: 0px 6px 17px 3px rgba(240,111,111,0.32);
	padding: 16px 11px 16px 18px !important;
    padding: 1rem 0.6875rem 1rem 1.125rem !important;
}

.flag-resize .alignleft {
	max-width: 103px;
}

.single-blog .singluar-author-image .avatar {
	border-radius: 50%;
}

.header-logo .fl-photo-content img {
	max-width: 139px;
}

.blog-search-new .blog-post-row .ast-col-md-4.col-2:last-of-type{
	float: none !important;
	margin: 0 auto !important;
	clear: both;
}

.wpp-list-with-thumbnails img {
	border-radius: 10px;
}

.temp-disabled {
	pointer-events: none;
}


.gf_submission_limit_message p {
	color: #ffffff !important;
}
.gf_submission_limit_message {
	color: #ffffff !important;
}

.form-sec p {
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
    text-transform: inherit;
	font-size: 28px;
    font-size: 1.75rem;
	font-weight: 700;
}
