/*sample page--*/
.navbar-experian {
    z-index: 3;
}
/*---Sections---*/
section:not(#hero-marquee) {
	padding: 50px 0;
}
section#products, section#blog, section#contact {
	background: #f4f4f4;
}
select::-ms-expand {
    display: none;
}
/*---Hero Marquee---*/
#hero-marquee {
}
#hero-marquee .btn, .btn-marquee {
	height: 60px;
	padding: 10px 40px;
	line-height: 2;
}
[class*="btn btn-exp"] {
	padding: 11px 40px;
	transition: all 300ms ease-in-out;
}
.hero-image-container {
	width: 100%;
}
.hero-image {
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-position: 60% center;
	/*background-image: url('../../site-images/rebrand/HeroMarquee_2000x570_template.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.hero-image .data-art {
	max-width: 100%;
	position: absolute;
	left: 0;
	bottom: -15%;
	z-index: -1;
}
#marketing-suite .btn {
	min-width: 192px;
	margin: 15px 15px 0 15px;
}

/* Modal */
.country-select {
	width: 55%;
}
.global-sites-split ul li a {
	font-size: 14px;
	padding: 0;
}
.modal-content {
	border: 0;
	border-radius: 0;
}

/* Modal Header */
.modal-content .modal-header {
	background: #26478D;
	color: #fff;
}
.modal-content .modal-header .close {
	color: #ffffff;
	opacity: 1;
}

/* Modal Body */
.modal-content .modal-body ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.modal-content .modal-body {
	overflow: hidden;
	background: #fff;
}
.modal-content .modal-footer {
	background: #fff;
}
#moreModal .modal-content .modal-body {
	width: 100%;
}

/*Flexbox row * custom */
.row.is-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.row.is-flex > [class*='col-'] {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	        flex-direction: column;
	        -webkit-flex-grow: 	1;
	            -ms-flex-positive: 	1;
	                flex-grow: 	1;
}
#services .services-img {
	width: 90px;
	height: 90px;	
	color: #fff;
	line-height: 90px;
	font-size: 40px;
	margin: 0 auto;
	border-radius: 50%;	
	position: absolute;
	left: 0;
	right: 0;
}
#services .services-info {
	padding: 50px 15px 25px 15px;
	border-radius: 6px;
	margin-bottom: 75px;
	background: #f4f4f4;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
		-webkit-flex-grow: 	1;
	    -ms-flex-positive: 	1;
	        flex-grow: 	1;

}
#services .services {
	margin-top: 75px;
}
#blog .blogs {
	margin-top: 30px;
}
#blog .blog-img {
	width: 100%;
	height: auto;
	display: block;
}
#blog .blog-post {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	background: #fff;
	margin-bottom: 30px;
}
#blog .blog-info {
	padding: 15px;
}
#blog .blog-info > p {
	margin-bottom: 25px;
}
#latest .latest-info {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	background: #fff;
	padding-bottom: 15px;
	margin-bottom: 30px;
	-webkit-flex-grow: 	1;
	    -ms-flex-positive: 	1;
	        flex-grow: 	1;
}
#latest .latest-info >*:not(img) {
	padding: 0 15px;
}
#latest .latest-img {
	width: 100%;
	height: auto;
	display: block;
}
#latest ul.latest-feed {
	list-style: none;
	padding-left: 15px;
}
#latest ul.latest-feed > li {
	padding-bottom: 5px;
}
#latest ul.latest-feed > li > a {
	color: #575755;
}
#latest ul.latest-feed> li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	color: #982881;
	display: inline-block;
	margin-left: -15px;
	width: 15px;
}
#two-col .box-info {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .17);
	margin-bottom: 30px;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#two-col .box-info > img {
	width: 100%;
	height: auto;
	display: block;
}
#two-col .box-info > *:not(img) {
	padding: 15px;
}

/**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: #ba2f7d;
	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-sel:after {
	color: #575755;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 11px 8px;
	width: 30px;
	text-align: center;
	font-family: FontAwesome;
	pointer-events: none;
}
.floatl--focused .floatl__label {
	color: #406eb3;
}
.floatl--active .floatl__label {
	color: #406eb3;
	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%);
}
.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: #406eb3;
}
.floatl__input::selection {
	color: white;
	background-color: #406eb3;
}
.floatl__input:focus {
	border-color: #406eb3;
}
input.floatl__input {
	height: 42px;
}
select.floatl__input {
	height: 42px;
}

/* Carousel */
#rInfographics {
	margin: 15px auto;
	margin-bottom: 50px;
	max-width: 800px;
}
#rInfographics .carousel-inner .item {
	max-width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
#rInfographics .carousel-inner .item img {
	margin: 0 auto;
	height: auto !important;
	max-width: 100% !important;
	background-position: center center !important;
	width: auto !important;
	position: relative;
	z-index: 0;
	border-radius: 6px;
}
#rInfographics .carousel-inner .item .over {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, .65);
	opacity: .65;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#rInfographics .carousel-caption h3 {
	color: #fff;
	border: 0;
	margin: 0;
}
#rInfographics a.carousel-control i {
	font-size: 50px;
	color: #0279C2;
	opacity: 1;
	padding: 0;
	margin-top: -15px;
}
#rInfographics .carousel-caption {
	right: 20%;
	left: 20%;
	padding: 0;
	top: 0;
	margin: auto;
	height: 74px;
	display: none;
}
#rInfographics .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ba2f7d;
	border-color: #ED1A4E;
}
#rInfographics .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #406eb3;
	border: 1px solid #406eb3;
	border-radius: 10px;
}
#rInfographics .carousel-indicators {
	bottom: -50px;
}
#rInfographics i.fa.fa-search-plus {
	padding: 0;
	font-size: 40px;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 10px 0;
}
#rInfographics a.control-left {
	border-radius: 6px 0 0 6px;
}
#rInfographics a.control-right {
	border-radius: 0 6px 6px 0;
}
#rInfographics a.btn-control {
	background: #26478d;
	color: #fff;
	border: 1px solid #213d79;
	padding: 11px 24px;
	display: inline-block;
	font-size: 20px;
	transition: all 200ms ease-in-out;
}
#rInfographics a.btn-control:hover {
	background: #fff;
	color: #26478d;
	border-color: #575755;
}
#rInfographics a.btn-control:last-child {
	border-left: 0;
}
#rInfographics .carousel-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	text-align: center;
}
/**LIST POINTER & BULLETS**/
ul.list-bullet, ul.list-pointer{
	list-style: none;
	padding-left: 15px;
}
ul.list-bullet > li, ul.list-pointer > li {
	position: relative;
}

ul.list-pointer > li:before{
	position: absolute;
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	color: #982881;
	left: -15px;
}
ul.list-bullet > li:before{
	position: absolute;
    content: "\2022";
	color: #575755;
	left: -15px;
}
/**RESPONSIVE TABS**/
#tabs .nav-tabs {
    border: 0;
}

#tabs ul.nav-tabs > li > a {
    color: #575755;
    background: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent;
    padding: 15px;
}

#tabs .nav-tabs>li>a:hover {
    border: 0;
    border-bottom: 2px solid #ccc;
}

#tabs .nav-tabs>li.active>a:focus {
    border: 0;
    border-bottom: 2px solid #26478d;
}

#tabs .nav-tabs> li.active > a, .content-tabs .nav-tabs> li.active > a:hover {
    border: 0;
    color: #26478d;
    font-weight: 400;
    border-bottom: 2px solid #26478d;
    background: #f4f4f4;
}

#tabs .accordion-link {
    text-decoration: none;
    position: relative;
}

#tabs .accordion-link:after {
    position: relative;
    float: right;
    content: "\f107";
    font-family: FontAwesome;
}

#tabs .accordion-link.expanded:after {
    position: relative;
    float: right;
    content: "\f106";
    font-family: FontAwesome;
}

#tabs .nav {
    margin-top: 25px;
    margin-bottom: 0;
}

#tabs .tab-content {
    padding: 25px 15px 30px 15px;
    background: #eee;
    border-radius: 6px;
}

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

#tabs .tab-content * {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#tabs .panel-default{
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
#tabs .panel-default>.panel-heading {
    color: #fff;
    background-color: #26478d;
    border-color: #26478d;
    padding: 0;
}

#tabs .panel-default .panel-title > a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px;
}

#tabs .panel-default .panel-title > a:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    color: #fff;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
}

#tabs .panel-default .panel-title > a.collapsed:after {
    content: "\f107";
}

#tabs .panel-collapse {
    background: #eee;
}
