/*
Theme Name: Experian AEM
Theme URI: https://www.experian.com
Author: Experian
Author URI: https://experian.com
Description:Experian Rebrand Responsive blog template.
Version: 1.0
Text Domain: experian
*/

@import './deprecation-support.css';

body {
	padding-bottom: 0;
}
.blog-article-inner {
	border-top: none;
}

/* Tag Nav */
.tag-nav ul.default-tags > li > a:hover {
	text-decoration: underline;
	background: none;
}
/* @end Tag Nav */

/* Start BannerLayout */
.bannerLayout {
	margin-bottom: 30px;
}
/* @end BannerLayout */

/* Load blog-feed content */
#loading-ajax,
#loading-ajax-latest-post {
	display: none;
	width: 100%;
	padding: 45px 15px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
/* @end Load blog-feed content */

/* pagination */
.screen-reader-text {
	display: none;
}

/* Article navigation */
.article-nav {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article-nav a {
	color: #af1685;
	transition: 0.2s;
	text-decoration: none;
}
.article-next:after,
.article-prev:before {
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: "exp-ui";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: inherit;
	font-size: 18px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
.article-next:after {
	content: "\e911";
	right: 0;
	margin-left: 10px;
}
.article-prev:before {
	content: "\e912";
	left: 0;
	margin-right: 10px;
}
.article-next:hover,
.article-prev:hover {
	color: inherit;
	cursor: pointer;
	color: #af1685;
}
.article-next:hover:after {
	color: inherit;
	right: 5px;
	color: #af1685;
}
.article-prev:hover:before {
	color: inherit;
	left: 5px;
	color: #af1685;
}
/* @end Article navigation */


.blog-article-inner--latest-post img,
.blog-page img {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
	margin-bottom: 30px;
}

.blog-article-inner--latest-post img,
.blog-page img {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
	margin-bottom: 30px;
}
.blog-article-inner--latest-post img.photo,
.blog-article-inner--latest-post img.article-avatar {
	width: 32px !important;
	height: auto !important;
	display: inline-block !important;
	box-shadow: none;
	margin-right: 5px;
	border: 1px solid #ddd;
}

.blog-article-inner img,
.blog-page img {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
	margin-bottom: 30px;
}

.blog-article-inner img,
.blog-page img {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
	margin-bottom: 30px;
}
.blog-article-inner img.photo,
.blog-article-inner img.article-avatar {
	width: 32px !important;
	height: auto !important;
	display: inline-block !important;
	box-shadow: none;
	margin-right: 5px;
	border: 1px solid #ddd;
}
.blog-article-inner .share-group ul {
	display: block;
	padding: 5px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 0 20px 20px;
}

.avatarContainer .share-group ul.dropdown-menu li > a,
.avatarContainer .share-group ul li > a {
	margin: 5px;
}
/* @end Share */

/* Start share group add black overlay */
.exp-rss-feeds .box {
	position: relative;
}
.box.share-overlay::before {
	position: absolute;
	content: " ";
	background: rgba(0, 0, 0, 0.17);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 12px;
}
/* @end share group add black overlay */

/* contactForm */
#contactForm {
	position: relative;
}
/* @end contactForm */

/* exp-rss-feeds */
.feed .exp-rss-feeds {
	display: block;
}
/* @end Exp-rss-feeds */

/* subscribe widget icons */
#contactForm .icon.i-primary-purple.i-subscribe {
	background-position: 12.048192771084% 59.542323928016%;
}
#contactForm .icon.i-md {
	height: 72px;
	width: 72px;
}
#contactForm i.icon {
	display: inline-block;
	background: url(https://www.experian.com/global-icons/experian-icons.svg?v=5)
		no-repeat;
	background-size: 930% 11352.5%;
}
/* @end subscribe widget icons */

/* Related Post */
#relatedposts {
	border-top: 1px solid #ccc;
}
#relatedposts h3 {
	margin-top: 25px;
	margin-bottom: 12.5px;
	/* font-weight: 100; */
}
/* @end Related Posts */

/* Blog image */
.blog-article-inner--latest-post video,
.blog-article-inner--latest-post img:not(.post-image),
.blog-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.blog-article-inner video,
.blog-article-inner img:not(.post-image),
.blog-page img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* @end Blog image */

/* Break word on feed container */
.feed .box-top {
	padding-top: 10px;
}
.feed .box-top h4 {
	word-break: break-word;
}
/* @end Break word on feed container */

/* Author Bios */
.bio {
	display: none;
}
.btn.btn-bio.link-arrow {
	background: transparent !important;
	border-color: #ddd !important;
	color: #575755 !important;
	display: block;
}
.btn.btn-bio.link-arrow.btn-hide {
	display: none !important;
}
a.close-bio {
	display: none;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #aaa;
	cursor: pointer;
}
.blog-user-inner .contributor-avatar {
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.blog-user-inner .contributor-avatar img {
	width: 46px;
	height: auto;
	float: left;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
}
.blog-user-inner .contributor-avatar h6 {
	font-weight: normal;
	text-align: center;
	display: inline-block;
}
/* @end Author Bios */

/* Widget Loading  */
.exp-form .qasLink {
	display: none;
}
.loadingwheel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 5;
	overflow: hidden;
}
.loadingwheel i {
	top: 40%;
}
.loadingwheel i,
.loadingwheel i:before,
.loadingwheel i:after {
	border-radius: 50%;
}
.loadingwheel i:before,
.loadingwheel i:after {
	position: absolute;
	content: "";
}
.loadingwheel i {
	color: #1d4f91;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 0.3em;
	display: block;
}
.loadingwheel i:before {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.2em 5.1em;
	transform-origin: 5.2em 5.1em;
	-webkit-animation: spinner 2s infinite ease 1.5s;
	animation: spinner 2s infinite ease 1.5s;
}
.loadingwheel i:after {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 5.1em;
	-webkit-transform-origin: 0 5.1em;
	transform-origin: 0 5.1em;
	-webkit-animation: spinner 2s infinite ease;
	animation: spinner 2s infinite ease;
}
/* @end widget loading */

/* Subscribe Widget Validation */
.notvalid input.form-control {
	border: 1px solid #bb0048;
}
.floatl .notvalid:after,
.floatl .valid:after {
	position: absolute;
	right: 2px;
	top: 10px;
	padding: 0 8px 0 8px;
	width: 30px;
	text-align: center;
	font-family: FontAwesome;
	background: #fff;
	z-index: 0;
}
.floatl .notvalid:after {
	color: #bb0048;
	content: "\2757";
}
/* @end Subscribe Widget Validation */

/* Spotlight image / anchor */
.spotlightBlock ul li a {
	display: block;
}
.spotlightBlock .textwidget img {
	max-width: 100%;
	object-fit: cover;
}
/* @end Spotlight image */

/* Spotlightblock side-share */
ul#side-share {
	padding-left: 0;
}
ul#side-share li {
	display: inline-block;
}
ul#side-share li > a {
	transition: all 0.2s ease 0s;
	list-style: none;
	background: #d0d0d0;
	text-align: center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	line-height: 28px;
	border-radius: 50%;
	margin-right: 5px;
	padding: 0;
	color: #282828;
}
ul#side-share li > a:hover {
	background: #1d4f91;
	color: #fff;
}
ul#side-share li:after {
	display: none;
}
/* @end Spotlightblock side-share */

/* Search Form Widget */
.searchform .btn.search {
	border-radius: 0 6px 6px 0;
}

.searchform .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5625;
	border-radius: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.searchform input.floatl__input {
	height: 42px;
}

.searchform .floatl__input {
	transition: all 200ms ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-top: 0;
	margin-left: 0;
	padding: 11px 8px;
	font-size: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}

.searchform .floatl__input:focus {
	border-color: #426da9;
}

.searchform .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.searchform .floatl__label {
	padding-left: 5px;
	padding-bottom: 10px;
}

.searchform .floatl--active .floatl__input {
	padding: 17px 8px 5px 8px;
}

.searchform .floatl--active .floatl__label {
	color: #426da9;
	opacity: 1;
	visibility: visible;
	top: 1px;
	background: none !important;
	z-index: 4;
	max-width: 100px;
}

/* @end Search Form Widget */

/* Category under title on feed section */
.feed .box-top .cat {
	font-size: 14px;
}
/* @end Category under title on feed section */

/* Author Profile headshot */
.wp-author-profile .avatar {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 12px;
	aspect-ratio: 1/1;
	object-position: center;
}
.wp-author-profile b {
	font-weight: bold;
}
/* @end Author Profile headshot */

/* Footer copyright legal */
.copyright.legal {
	border-bottom: 1px solid #ddd;
}
/* @end Footer copyright legal */

/* Image alignment */
img.alignright,
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft,
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter,
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* @end Image alignment */

/* Fix slider became 4 line */
.bannerLayout .hero-marquee .hero-content-box {
	width: 50%;
}

@media (max-width: 992px) {
	.bannerLayout .hero-marquee .hero-content-box {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 0;
	}
}
/* @end Fix slider became 4 line */

/* Business-information cta_button */
.cta_button {
	-webkit-font-smoothing: antialiased !important;
	cursor: pointer !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	display: inline-block !important;
	font-weight: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	-moz-transition: all 0.4s ease !important;
	-webkit-transition: all 0.4s ease !important;
	-o-transition: all 0.4s ease !important;
	background: rgb(186, 47, 125) !important;
	border-radius: 6px !important;
	border-width: 0px !important;
	color: rgb(255, 255, 255) !important;
	font-family: sans-serif !important;
	height: auto !important;
	transition: all 0.4s ease !important;
	padding: 6px 18px !important;
	text-shadow: none !important;
	width: auto !important;
	font-size: 24px !important;
	line-height: 1.5em !important;
}

.cta_button:hover {
	background: rgb(204, 51, 137) !important;
	color: rgb(255, 255, 255) !important;
}
/* @end Business-information cta_button */

/* SMED-3098 Fix */
.slider .carousel .hero-image {
	min-height: 450px;
}
/* @end SMED-3098 Fix */

/* Thank you page */
.thankyou {
	padding: 120px 0;
	background-color: #1d4f91;
}

.thankyou,
.thankyou h1 {
	color: white;
}

.thankyou .btn-exp-white {
	border-color: none;
}

.thankyou .btn:focus {
	outline: 0;
}

.thankyou .btn:active {
	background-color: white;
}
/* Thank you page */

/* Latest Post Styling */

.latest-post .box {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17);
	border-radius: 12px;
}

.latest-post .box-bottom {
	border-top: 1px solid;
}

.latest-post .box-thumbnail {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	max-height: 160px;
}

.latest-post .box-thumbnail img {
	height: 160px;
}

@media (max-width: 767.98px) { 
	.latest-post .box-thumbnail {
		max-height: 320px;
	}

	.latest-post .box-thumbnail img {
		height: 320px;
	}
}

.latest-post .box-thumbnail img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.latest-post .box-body-wrapper {
	height: 200px;
}

.latest-post .box-thumbnail:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* /Latest Post */

/* Share Group Dropdown */

.share-group ul.dropdown-menu li > a,
.share-group ul li > a {
	transition: all 0.2s ease 0s;
	list-style: none;
	background: #d0d0d0;
	text-align: center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	line-height: 30px !important;
	border-radius: 50%;
	color: #282828;
	display: block;
}

.share-group ul.dropdown-menu li > a i,
.share-group ul li > a i {
	font-size: .875rem;
}

.share-group ul.dropdown-menu li > a:hover,
.share-group ul li > a:hover {
	color: #fff;
	background: #1d4f91;
	text-decoration: none;
}

.share-group .share-group-icons {
	top: unset !important;
	will-change: unset !important;
	transition: all ease-in 0.3s;
	opacity: 0;
	transform: translate3d(10px, -60px, 0px) !important; 
	display: flex;
}

.share-group .share-group-icons.show {
	opacity: 1;
	transform: translate3d(10px, -40px, 0px) !important;
}

.share-group .dropdown-menu {
	z-index: 5;
}

/* Business Credit Search */

.spotlightBlock .bcs-form.par-comp-mb {
	margin-bottom: 0 !important;
}

.spotlightBlock .dynamic-col {
	width: 100% !important;
	flex: unset;
	max-width: 100%;
}

.spotlightBlock img {
	max-width: 100%;
	object-fit: cover;
}

/* Author Cards */

.author-container .box {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17);
	border-radius: 12px;
	min-height: 20px;
	background-color: transparent;
}

.author-container .box-thumbnail:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.author-container .box-bottom {
	border-top: 1px solid;
}

/* Local navigation customization */

.navbar-nav .nav-link {
	border-bottom: 1px solid transparent;
}

/* Post Overrides */
.blog-article .social-box {
	margin-bottom: 30px;
}

.blog-article .social-box .social-icons {
	padding-left: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		max-width: inherit;
		width: 600px;
	}
}

/* 404 Page Adjustments */

.hero-image .form-control, .hero-image .floatl__label {
	background: #fff !important;
}

.hero-image .floatl__label {
	padding: 5px 3px 3px 3px;
}

.form-renderer .exp-form .terms {
	color:#fff;
	padding: 8px;
	border-radius: 12px;
}

p img {
	max-width: 100%;
	height: auto;
}

.form-renderer .exp-form .terms a{
	color:#fff;
}

.has-text-align-center {
	text-align: center;
}

.latest-post .box-body .box-body-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 1rem;
}

.latest-post .box-body .box-body-content p img,
.latest-post .box-body .box-body-content p iframe,
.latest-post .box-body .box-body-content ul {
	display: none;
}

section[data-template="interest"] h1.h2 {
	display: none;
}

.exp-author-post-profile {
	img,
	img.photo {
		width: 240px !important;
		height: 240px !important;
		max-width: 100%;
		object-fit: cover;
	}
}

.blog-article {
	.yoast-reading-time {
		&:before {
			left: 0;
		}
		&:after {
			right: 0;
		}
		&:before,
		&:after {
			content: "";
			background-color: #333;
			position: absolute;
			top: 30%;
			width: 3px;
			height: 3px;
			border-radius: 12px;
		}
	}
}