/* Homepage Rotating Banner Styles */
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 3;
	padding: 10px 0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}

.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}

.jquery-script-center a {
	text-decoration:none;
}

.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}

.jquery-script-clear {
	clear:both;
	height:0;
}


@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
	
#slide-container {
	width: 100%;
	max-width:2000px;
}

#slide-container a:hover {
	text-decoration: none;
}
	
.g_slide {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.g_slide .item {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
	width: 100%;
}

.switch_main {
	position: relative;
}

.g_slide .switch_nav {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 6;
  text-align: center;
}

.g_slide .switch_nav_item {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 13px;
  height: 13px;
  line-height: 200px;
  overflow: hidden;
  font-size: 0;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.g_slide .switch_nav_item:hover {
	text-decoration: none;
}

.g_slide .switch_nav_item_current {
	background: #1b3365;
}

.g_slide .next {
 	position: absolute;
 	top: 50%;
 	z-index: 10;
 	margin-top: -15px;
 	width: 18px;
 	height: 30px;
 	overflow: hidden;
 	background: url(https://www.experian.com/global-icons/experian-icons.svg?v=5) no-repeat;
 	background-position: 26.1% 5.4% !important;
 	transition: margin-left .3s ease, margin-right .3s ease;
	right: -18px;
  	_right: 10px;
}

.g_slide .prev {
	position: absolute;
 	top: 50%;
 	z-index: 10;
 	margin-top: -15px;
 	width: 18px;
 	height: 30px;
 	overflow: hidden;
 	background: url(https://www.experian.com/global-icons/experian-icons.svg?v=5) no-repeat;
 	background-position: 24.096385542169% 6.3% !important;
 	transition: margin-left .3s ease, margin-right .3s ease;
  	left: -18px;
  	_left: 10px;
}

.g_slide .prev:hover { background-position: ; }

.g_slide .next:hover { background-position: ; }

.g_slide:hover .prev { margin-left: 28px; }

.g_slide:hover .next { margin-right: 28px; }
	
.hero-img {
	height: 450px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	resize:both;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

@media screen and (min-width: 1000px) {
	#hero1 {
		background-position: center -435px;
	}
	#hero2 {
		background-position: center top -80px;
	}	
	#hero3 {
		background-position: center;
	}	
	#hero4 {
		background-position: center;
	}	
}

@media screen and (max-width: 999px) {
	#hero1 {
		background-position: center;
	}
	#hero2 {
		background-position: center;
	}	
	#hero3 {
		background-position: center;
	}	
	#hero4 {
		background-position: center;
	}	
}

	
.hero-container {
	width:100%;
	max-width: 2000px;
	font-family: Roboto,sans-serif;
	font-weight: 200;
}
	
.hero-center-container {
	width: auto;
	max-width: 800px;
	resize: both;
	background-color: rgba(38, 71, 141, 0.85);
	border-radius: 6px;
	padding: 20px;
	margin: 0 15px;
}

@media only screen and (max-width: 599px) {
	.hero-head-text {
		line-height: normal;
	}
}
	
.hero-head-text {
	font-size: 50px;
	margin: 5px;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 50px;
}
	
.hero-body-text {
	font-size: 20px;
	font-weight: 100;
}

a.item {
	text-decoration: none;
}
	
.hero-btn {
	width: 100%;
	max-width: 170px;
	border-radius: 6px;
	padding: 5px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	transition-duration: 0.3s;
	color: #ffffff;
	background-color: rgba(152, 40, 129, 1);
}

.hero-btn:hover {
	background-color: #ffffff;
	color: rgb(38, 71, 141);
	text-decoration: none;
}