/* Style additions for Business Units */


/* Font-sizing responsive banners */

@media(max-width: 844px){
	#art .hero-text h1{
		font-size: 40px;
	}
	
	#art .hero-text h3{
		font-size: 30px;
	}
}

/* fixes for accordion inner uls found on /protected/cais/faqs to make global remove id*/

.editorcontent .showContentList ol > li{
	text-indent:0 !important;
}

/* Amends to article repository e.g. payments/glossary */

#ems-article-repository .filter-controls{margin-bottom:20px;}
#ems-article-repository .filter-controls select{padding:4px;}
#ems-article-repository .article-pod .body > a:last-child{
	margin-bottom:20px;
	display:block;
}
#ems-article-repository .article-nav{margin:30px 0;}
#ems-article-repository img.image{max-width:100%;}


/* Privacy Policy amends for form */

.ff_description_opt_in_privacy p {
	width:100% !important;
}

.spotSect #contactForm form .ff_description_opt_in_privacy p {
	display: inline;
}

.spotSect .editorcontent.ff_descriptions.ff_description_opt_in_privacy {
	margin-bottom: 10px;
}

label#opt_in_privacy_label {
	display: none;
}

ul.showContentList:after{
	z-index:0;
	pointer-events:none;
}

/* Search Bar Icon */

.nav-search:before {
	content: "Search";
	position: absolute;
	margin: 10px 0 0 45px;
	padding-bottom: 25px;
}

.nav-search ul.dropdown-menu {
	width: 250px;
	left: 0 !important;
	margin-left: -120px;
}

@media (min-width: 992px) {
	#global-header .navbar-right {
		margin-right: 50px !important;
	}
}

#btn_search {
	padding: 10px 32px 11px !important;
}

/* Global nav active styling */

.global-active {
	background-color: #ffffff;
    margin-left: 20px;
    padding-right: 20px!important;
    padding-left: 20px!important;
}

/*Gradient Call out section */
.gradient-section {
	background: linear-gradient(-135deg, #ba2f7d, #26478d, #632678, #ba2f7d);
	background-size: 150% 150%;
	-webkit-animation: Gradient 18s ease infinite;
	-moz-animation: Gradient 18s ease infinite;
	animation: Gradient 18s ease-in-out infinite;
	padding: 50px 0;
	color: #ffffff;
	text-align: center;
}

.gradient-section a{
	color:#fff;
}

.icon.icon-lg{
	height:150px;
	width:150px;
}