/*
Theme Name: Experian
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
*/
body {
	padding-bottom: 60px;
	position: relative;
}
.navbar-experian {
	z-index: 3;
}
#local-navigation.smaller ul:not(.is-collapsed) > li:not(.nav-search) a {
	font-size: 12px;
}
#local-navigation ul > li > a span {
	font-size: 12px;
	color: #575755;
	display: block;
	margin-top: -5px;
}
blockquote {
	font-size: 16px;
	border-left: 5px solid #6d2077;
}
.blog-name > a {
	font-weight: 500;
	text-decoration: none;
}
.blog-name > a:hover {
	color: #575755;
}
.tag-nav {
	background: #426da9;
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
}
.tag-nav ul.default-tags {
	padding-left: 0;
	margin: 0;
}
.tag-nav ul.default-tags > li {
	list-style: none;
	display: inline-block;
	padding: 0 8px;
}
.tag-nav ul.default-tags > li:first-child {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
}
.tag-nav ul.default-tags > li >a {
	color: #fff;
	text-transform: capitalize;
}

/**SLIDER**/
#slider {
	height: 375px;
	position: relative;
}
#slider .homepage-slider .slide {
	height: 375px;
	position: relative;
	overflow: hidden;
}
#slider .homepage-slider .slide {
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
#slider .homepage-slider .slide:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#slider .homepage-slider .slide .overlay {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transition: 0.2s;
	color: #fff;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); /* IE9 */
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0); /* Modern Browsers - better performance */
	margin: 0;
}
#slider .homepage-slider .slide .overlay .info {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transition: 0.2s;
}
#slider .homepage-slider .slide .overlay .info h1 {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.17);
	text-shadow: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: 0.4s;
	position: relative;
	left: 20px;
	color: #fff;
	font-size: 50px;
}
#slider .homepage-slider .slide .overlay .info h1.smaller {
	font-size: 50px;
}
#slider .homepage-slider .slide .overlay .btn {
	height: 60px;
	padding: 10px 40px;
	line-height: 2;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out .tag, #slider .homepage-slider .slide .overlay .info.animate-description-out h1, #slider .homepage-slider .slide .overlay .info.animate-description-out figure {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transition-delay: 0.3s;
	left: 0px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in h1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	transition-delay: 0.2s;
	left: 0px;
}
#slider .homepage-slider .slide .overlay hr {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	border-color: #fff;
}
#slider .homepage-slider .slide .overlay .link-arrow {
	color: #fff;
}
#slider .homepage-slider .slide img {
	position: relative;
}
#slider .homepage-slider .owl-controls .owl-prev, #slider .homepage-slider .owl-controls .owl-next {
	transition: 0.4s;
	background-color: transparent;
	bottom: 0;
	display: block;
	height: 100%;
	margin: auto;
	padding: 0 30px;
	position: absolute;
	top: 0;
	opacity: 0;
}
#slider .homepage-slider .owl-controls .owl-prev {
	left: 0;
}
#slider .homepage-slider .owl-controls .owl-prev:hover, #slider .homepage-slider .owl-controls .owl-next:hover {
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
#slider .homepage-slider .owl-controls .owl-prev:after, #slider .homepage-slider .owl-controls .owl-next:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	bottom: 0;
	color: #fff;
	font-size: 40px;
	height: 40px;
	margin: auto;
	top: 0px;
	position: absolute;
}
#slider .homepage-slider .owl-controls .owl-next {
	right: 0;
}
#slider .homepage-slider .owl-controls .owl-next:after {
	content: "\f105";
	right: 20px;
}
#slider .homepage-slider .owl-controls .owl-prev:after {
	content: "\f104";
	left: 20px;
}
#slider .homepage-slider .owl-controls .owl-dots {
	text-align: center;
	z-index: 9999;
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: auto;
}
#slider .homepage-slider .owl-controls .owl-dots .owl-dot {
	background: #d0d0d0;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 5px;
}
#slider .homepage-slider .owl-controls .owl-dots .owl-dot.active {
	background: #575755;
}
#loading-icon {
	bottom: 0;
	height: 36px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 3;
	color: #575755;
}
.loading:before {
	background-color: #ccc;
	content: "";
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
#loading-ajax {
	display: none;
	width: 100%;
	padding: 45px 15px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}

/*link arrow*/
.link-arrow {
	transition: 0.2s;
	color: inherit;
	display: inline-block;
}
.link-arrow:after {
	transition: 0.2s;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	content: "\f105";
	color: inherit;
	left: 0;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}
.link-arrow:hover {
	color: inherit;
	cursor: pointer;
}
.link-arrow:hover:after {
	color: inherit;
	left: 5px;
}
.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;
}

/** SHARE**/
.share-group {
	position: relative;
}
.share-group > a.btn-link {
	cursor: pointer;
	color: #575755;
}
.share-group > a.btn-link:hover, .share-group > a.btn-link:focus {
	color: #1d4f91;
}
.share-group ul.dropdown-menu {
	display: block;
	padding: 15px 0;
	text-align: center;
	top: -30px;
	margin: 0;
	left: -10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .27);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
}
.blog-article-inner img, .blog-page img {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	margin: 15px 0;
}
.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;
}
.share-group.open ul.dropdown-menu {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.share-group ul.dropdown-menu li, .share-group ul li {
	display: inline-block;
}
.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: 28px;
	border-radius: 50%;
	margin-right: 5px;
	padding: 0;
	color: #fff;
	display: block;
}
.share-group ul.dropdown-menu li > a:hover, .share-group ul li > a:hover {
	background: #575755;
}

/*------------------------------------------------------------------
  Blog post
*/
.blog-post-inner h5, .blog-post-inner h5 > a {
	color: #1d4f91;
}
.blog-post-inner > p {
	margin-bottom: 25px;
}
.blog-user {
	margin-bottom: 15px;
}
.blog-post-inner, .blog-user-inner, .category-inner {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border-top: 1px solid #eee;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	background: #fff;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.blog-user-inner {
	padding-bottom: 43px;
	overflow: initial;
}
.blog-user-inner .contributor-avatar {
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.blog-user-inner .user-info .contributor-bio, .category-inner .category-info {
	padding: 15px;
}
.blog-user-inner .contributor-avatar {
}
.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, .17);
}
.blog-user-inner .contributor-avatar h6 {
	font-weight: normal;
	text-align: center;
	display: inline-block;
}
.blog-post-inner >*:not(img) {
	padding: 0 15px;
}
.blog-post-inner img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-post-inner .post-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-post-inner .post-meta .meta-author {
	color: #af1685;
	text-transform: capitalize;
}
.blog-post-inner .post-meta .meta-date {
	margin-right: 5px;
	color: #426da9;
}
.blog-post-inner .post-meta .cat {
	display: block;
	color: #aaa;
	font-size: 14px;
	margin-top: -10px;
}
.blog-post-inner .blog-post-bottom, .blog-user-inner .blog-post-bottom, .category-inner .blog-category-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.blog-user-inner .blog-post-bottom, .category-inner .blog-category-bottom {
	padding-left: 15px;
	padding-right: 15px;
}
.blog-post-inner .blog-post-bottom .btn-link, .blog-user-inner .blog-post-bottom .btn-link, .blog-category-bottom .btn-link {
	text-decoration: none;
}
.blog-post-inner .blog-post-bottom  .btn-link.link-arrow, .blog-user-inner .blog-post-bottom .btn-link.link-arrow, .blog-category-bottom .btn-link.link-arrow {
	color: #1d4f91;
	cursor: pointer;
}
.blog-post-inner.share-overlay:after {
	position: absolute;
	content: " ";
	background: rgba(0, 0, 0, .17);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
}
.authors-container {
	padding-top: 30px;
}

/*BLOG FLEX BOX*/
.is-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.is-flex  > div[class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 1;
	flex-grow: 0;
}
/*safari flex fix*/
.row.is-flex:after{
    content: "";
}
.row.is-flex:before{
    content: none;
}
/**posts and sidebar containers**/
.posts-container, .sidebar-container {
	padding-top: 40px;
}

/*------------------------------------------------------------------
  SIDEBAR
*/
.sidebar-container {
	padding-bottom: 15px;
	overflow: auto;
	background: #eee;
}
#sidebar aside {
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
#sidebar h3.widget-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	margin-top: 21px;
	padding-bottom: 15px;
}
#sidebar .searchform .btn.search {
	border-radius: 0 6px 6px 0;
}
#sidebar form .btn {
	width: 100%;
}
#sidebar ul, ul.list-pointer {
	padding-left: 15px;
	list-style: none;
}
#sidebar ul li, ul.list-pointer li {
	transition: 0.4s;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	color: #575755;
}
#sidebar ul li a, ul.list-pointer li a {
	display: block;
}
#sidebar ul > li:hover:after, ul.list-pointer >li:hover:after {
	left: -10px;
}
#sidebar ul > li:after, ul.list-pointer > li:after {
	transition: 0.4s;
	content: "\f105";
	font-family: 'fontawesome';
	position: absolute;
	left: -15px;
	top: 0;
	color: #6d2077;
}
.widget img {
	height: 100%;
	max-width: 100%;
}
.widget.widget_text img {
	height: auto;
}

/**MEDIA QUERIES**/
@media (min-width:768px) {
	#slider .homepage-slider .slide .overlay .info h1 {
		font-size: 60px;
	}
	#slider .homepage-slider .slide .overlay .info h1.smaller {
		font-size: 56px;
	}
}
@media (min-width:992px) {
	#slider .homepage-slider .slide .overlay .info h1 {
		font-size: 70px;
	}
	#slider .homepage-slider .slide .overlay .info h1.smaller {
		font-size: 62px;
	}
}
@media (max-width:992px) {
	.container {
		width: 100%;
	}
}
@media (min-width:992px) {
	.container {
		width: 96%;
	}
}
@media (max-width:460px) {
	#slider .homepage-slider .slide .overlay .info h1 {
		font-size: 42px;
		margin-top: 10px;
	}
	#slider .homepage-slider .slide .overlay .info h1.smaller {
		font-size: 42px;
		margin-top: 10px;
	}
}

/*
div[class^="col-"]  img{
  width: 100%;
  height: auto;
  display: block;
}
*/
.screen-reader-text {
	display: none;
}

/*pagination*/
nav.navigation.pagination {
	width: 100%;
}
nav.navigation.pagination .nav-links {
	padding: 0 15px;
	float: right;
}
nav.navigation.pagination .nav-links > a {
	padding: 0 5px;
	color: #af1685;
}
nav.navigation.pagination .nav-links > a.current {
	color: #575755;
}

/**ARTICLE PAGE**/
.blog-article-inner {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #eee;
	background: #fff;
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
}
.blog-article-inner >*:not(.post-image) {
	padding: 0 15px;
}
.blog-article-inner .post-image {
	width: 100%;
	height: auto;
	display: block;
}
.blog-article-inner img:not(.post-image), .blog-page img {
	max-width: 100%;
	height: auto;
	display: block;
}
.blog-article-inner .post-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-article-inner .post-meta .meta-author {
	color: #af1685;
	text-transform: capitalize;
}
.blog-article-inner .post-meta .meta-date {
	margin-right: 5px;
	color: #426da9;
}
.blog-article-inner .blog-post-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.blog-article-content h1 {
	font-size: 2em;
}
.blog-article-content h2 {
	font-size: 1.5em;
}
.blog-article-content h3 {
	font-size: 1.17em;
}
.blog-article-content h4 {
}
.blog-article-content h5 {
	font-size: .83em;
}
.blog-article-content h6 {
	font-size: .67em;
}
.blog-article-content blockquote {
	font-size: 16px;
	border-left: 5px solid #6d2077;
}

/*video wrapper*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*subscribe sidebar*/
form.sidebar-subscribe {
	text-align: center;
}
.textwidget .link-arrow {
	transition: 0.2s;
	color: #426da9;
	display: inline-block;
	text-decoration: none;
}
#sidebar #live-events li > strong {
	margin-right: 15px;
}
#sidebar #live-events li >a {
	display: inline-block;
}

/**FLOAT LABEL **/
.floatl {
	position: relative;
}
.floatl.invalid .form-control {
	border-color: #c70933;
}
.floatl.valid .form-control {
	border-color: #4CAF50;
}
.floatl.invalid .floatl__label {
	color: #c70933;
}
.floatl.valid .floatl__label {
	color: #4CAF50;
}
.floatl.invalid:after {
	color: #e63888;
	content: "\2757";
}
.floatl.valid:after {
	color: #4CAF50;
	content: "\2714";
}
.floatl.valid:after, .floatl.invalid:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 11px 8px;
	width: 30px;
	text-align: center;
	font-family: FontAwesome;
}
.floatl--focused .floatl__label {
	color: #426da9;
}
.floatl--active .floatl__label {
	color: #426da9;
	opacity: 1;
	visibility: visible;
	top: 1px;
	background-color: white;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
	z-index: 4;
}
.floatl--active .floatl__input {
	padding: 17px 8px 5px 8px;
}
.floatl__label {
	transition: all 200ms ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 6px;
	padding: 5px 3px 3px 3px;
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	color: #575755;
}
.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;
}
.floatl__input::-moz-selection {
	color: white;
	background-color: #426da9;
}
.floatl__input::selection {
	color: white;
	background-color: #426da9;
}
.floatl__input:focus {
	border-color: #426da9;
}
input.floatl__input {
	height: 42px;
}
select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.floatl__input {
	height: 42px;
}
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: #fff;
}
ul#side-share li > a:hover {
	background: #575755;
}
ul#side-share li:after {
	display: none;
}
.posts-container h2 {
	margin-bottom: 30px;
}
nav.collapsed .blog-name {
	display: none;
}
li.blog-name > a {
	padding-left: 35px;
}
i.i-blog-xs {
	height: 28px;
	width: 28px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInDown {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.busy-load {
	border-radius: 6px;
	background: #ddd;
}
#back-to-top {
	background-color: #ae3e92;
	color: #fff;
	padding: 0;
	border-radius: 50%;
	z-index: 98;
	position: fixed;
	bottom: 60px;
	right: 45px;
	opacity: 0;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.cookie {
	display: none;
	background: #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: inset 0 0px 10px rgba(0, 0, 0, .17);
}
.alert-cookie {
	overflow: auto;
	background: #426da9;
	margin-bottom: 0;
	color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .27);
	position: relative;
	padding-bottom: 35px;
}
.alert-cookie a:not(.btn) {
	color: #fff;
	text-decoration: underline;
}
.alert-cookie .btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
i.fa.fa-circle-o-notch {
	font-size: 36px !important;
	display: block;
}
i.fa.fa-circle-o-notch {
	-webkit-animation: colorspin 1.6s linear infinite;
	animation: colorspin 1.6s linear infinite;
}
footer hr.gradient-bar {
	margin-bottom: 0;
}
@keyframes colorspin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		color: #426da9;
	}
	25% {
		color: #1d4f91;
	}
	50% {
		color: #6d2077;
	}
	75% {
		color: #af1685;
	}
	100% {
		color: #3d87af;
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
svg:not(:root) {
	overflow: hidden;
}
div#sidebar aside:last-child {
	border-bottom: 0;
}

/*wp styles*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/*h1 h3 seo fixes */
h1.article-h3 {
	font-size: 33px;
	line-height: 1.21;
}
h1.title-h2 {
	font-size: 60px;
	line-height: 1.13;
}
.posts-container h1.title-h2 {
	margin-bottom: 30px;
}
@media (max-width:767px) {
	h1.article-h3 {
		font-weight: 300;
	}
	h1.title-h2 {
		font-size: 38px;
		font-weight: 300;
	}
}
.blog-article-content .chart {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	margin: 30px 0;
	border: 1px solid #eee;
	border-radius: 6px;
	display: block;
	max-width: 100%;
	width: 100%;
	min-height: 400px;
	height: auto;
	overflow: hidden;
	display: block;
}
.chart-html .table-bordered {
	border: 1px solid #eee;
}
.chart-html .table-bordered thead {
	background: #eee;
}
.chart-html .table-bordered thead th {
	font-weight: 300;
	color: #1d4f91;
}
.chart-html {
	padding-top: 30px;
}
img.no-shadow {
	box-shadow: none !important;
}

/*author bio on all posts by first page*/
.bs-callout, .bs-callout-img {
	margin: 20px 0;
	border-top: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	padding-bottom: 15px;
	overflow: hidden;
}
.bs-callout p, .bs-callout-img p {
	padding: 0 15px;
}
.bs-callout h2, .bs-callout-img h2 {
	font-size: 32px;
	line-height: normal;
	padding: 15px;
	margin: 0;
}
.bs-callout {
	border-left: 5px solid #6d2077;
}
.bs-callout-img img {
	float: left;
	width: 100px;
	height: auto;
	margin: 0 15px 15px 0;
	border-radius: 0 0 30px 0;
	overflow: hidden;
}
.subscribe #contactForm {
	display: block;
	position: relative;
}
.subscribe #contactForm ul {
	padding: 0;
}
.subscribe #contactForm ul li input {
	width: 100% !important;
}
.subscribe #contactForm ul li:after {
	content: '';
	display: none;
}
.subscribe #contactForm .submitButton {
	width: 100%;
}
.subscribe #contactForm .submitButton:hover {
	text-decoration: none;
}
.subscribe #contactForm .qasLink {
	font-size: 12px;
}
.subscribe p i {
	display: block;
	margin: auto;
}
.subscribe #contactForm .modal-header {
	border-radius: 5px 5px 0 0;
}
.subscribe #contactForm .modal-content {
	border-radius: 5px;
}
.subscribe #contactForm .modal-body {
	border-radius: 0 0 5px 5px;
}
.subscribe #contactForm .modal-body p {
	width: 100% !important;
}
.subscribe #contactForm iframe {
	border-radius: 2px;
}
.subscribe #contactForm .notvalid iframe {
	border: 1px solid #c70933;
}
.subscribe .productLabelGroup.capLabel {
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}
@media (max-width:1380px) and (min-width:1200px) {
	#rc-imageselect, #caps {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media (max-width:1200px) {
	#rc-imageselect, #caps {
		transform: scale(0.74);
		-webkit-transform: scale(0.74);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media (max-width:1120px) and (min-width:992px) {
	#rc-imageselect, #caps {
		transform: scale(0.68);
		-webkit-transform: scale(0.68);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/*footer other*/
div#footer-other {
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #ddd;
}
.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: 'fontawesome';
	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: "\f105";
	right: 0;
	margin-left: 10px;
}
.article-prev:before {
	content: "\f104";
	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;
}

/*mega insights*/
#local-navigation .dropdown .dropdown-menu.dropdown-mega li {
	padding: 10px 20px;
	background: transparent;
	border: 0;
}
#local-navigation .mega-menu ul {
	list-style: none;
	border-right: 1px solid #ddd;
}
#local-navigation .mega-menu ul > li > a {
	color: #575755;
}
#local-navigation .mega-menu ul > li > a:hover {
	text-decoration: none;
	color: #426da9;
	font-weight: 300;
}
#local-navigation .dropdown .dropdown-menu.dropdown-mega .mega-menu {
	padding: 10px 0;
}
#local-navigation .dropdown .dropdown-menu.dropdown-mega .mega-menu ul {
	padding: 0;
}
#local-navigation .is-collapsed .dropdown .dropdown-menu.dropdown-mega.open {
	overflow: auto;
}
#local-navigation .is-collapsed .dropdown .dropdown-menu.dropdown-mega li {
	visibility: visible;
	position: relative;
	width: 100%;
	float: none;
	padding: 0;
}
#local-navigation .is-collapsed .dropdown-menu>li>a, #local-navigation .is-collapsed .dropdown-menu.dropdown-mega .mega-menu ul >li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
	color: #575755;
	white-space: nowrap;
}
#local-navigation .is-collapsed .dropdown-menu.dropdown-mega .mega-menu ul {
	border-right: 0;
}
#local-navigation .is-collapsed .dropdown .dropdown-menu.dropdown-mega .mega-menu {
	padding: 0;
}
@media screen and (min-width:992px) {

	/*mega desktop*/
	#local-navigation .container li.dropdown.mega {
		position: static;
	}
	#local-navigation li.dropdown .dropdown-menu.dropdown-mega {
		display: inline-block;
		left: 200px;
		right: 15px;
		top: inherit;
	}
	#local-navigation .mega-menu ul {
		list-style: none;
	}
	#local-navigation .dropdown .dropdown-menu.dropdown-mega li {
		padding: 10px 20px;
		background: transparent;
		border: 0;
	}
	#local-navigation .dropdown .dropdown-menu.dropdown-mega li strong {
		color: #426da9;
	}
	#local-navigation .dropdown .dropdown-menu.dropdown-mega .mega-menu {
		background: #fff;
		overflow: auto;
		box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
		padding: 10px 0;
		border-left: 5px solid #426da9;
	}
	#local-navigation .dropdown:not(.m-dropdown) .dropdown-menu.dropdown-mega li:last-child, #local-navigation .dropdown:not(.m-dropdown) .dropdown-menu.dropdown-mega li:first-child {
		border: 0;
	}

	/*mega desktop*/
	#global-header .m-search, #local-navigation .m-search {
		display: none;
	}
}

/*related post*/
#relatedposts {
	border-top: 1px solid #ccc;
	padding-bottom: 15px;
}
#relatedposts img.post-image {
	width: 100%;
	border-radius: 6px 6px 0 0;
	box-shadow: 0 -3px 10px rgba(0, 0, 0, .1)
}
#relatedposts .rel-post-inner {
	border: 1px solid #eee;
	border-radius: 0 0 6px 6px;
	padding-bottom: 5px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17)

}
#relatedposts .rel-post-inner h5 {
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#relatedposts .rel-post-inner p {
    margin: 0;
    font-size: 13px;
    padding: 0 5px 5px 5px;
}
#relatedposts .rel-post{
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}
.subscribe .part-hide {
    display: none;
}
.subscribe .subscribe-toggle{
	width: 100%;
}
#relatedposts .rel-post > a{
	overflow: auto;
}