.icon-home-light {
background-position: -35px 350px;
margin-top: 3px;
}

.icon-search {
  display: block;
  width: 16px;
  height: 16px;
  background-position: -51px -455px;
    
}

.icon-search-font {
  display: block;
  width: 36px;
  height: 36px;
  background-position: -51px -455px;
}

.banner img {
    margin: 0 auto;
}

.sidebar .banner img {
    margin-bottom: 30px;
}

 blockquote.careers {
	  background: #f9f9f9;
	  border-left: 10px solid #eb3254;
	  margin: 1.5em 10px;
	  padding: 15px 10px;
	  font-size:16px;
	}
blockquote.careers:before {
	color: #eb3254;
	content: "\201C";
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.5em;
}
blockquote.careers p {
	display: inline;
}

/*Generic*/
.displayInlineBlock
{
    display: inline-block;
}
.displayBlock
{
    display: block;
}

.widthFull {
    width: 100%
}

.fontSize20 {
	font-size:20px;
}

.pageEditorPlaceholderMinWidth50 {
    min-width: 50px;
}

.text-brand {color:#e7342c;}

/*	------------------	*/
/*	Help & Advice Page	*/
/*	------------------	*/

/*Search Button*/
.form-horizontal .has-feedback button.glyphicon.glyphicon-search.form-control-feedback {
	right:0px; background-color:transparent; border-color:transparent;
}
.form-control-feedback {pointer-events:auto;}

/* Responsive search page css */
.search-header {
margin-bottom:15px;}
.search-header h1{border-bottom:1px solid #dedede;padding-bottom:10px;}
#searchpanel h3 {color:#eb3350;}
#searchpanel #txtSearch {padding-left:35px;font-weight:bold;border:2px solid #cccccc;box-shadow: 2px -2px 4px #dedede;}
#searchpanel #txtSearch:hover {border-color: #66afe9;}
.gsc-url-top {margin-bottom:10px;}
.gsc-url-top, .gsc-control-cse.gsc-control-cse-en, .gsc-control-cse .gsc-table-result {padding:0 !important;font-size:14px !important}
.gs-webResult div.gs-visibleUrl-long {color:#999 !important;padding-left:0 !important;}
.gsc-thumbnail-inside {padding-left:0 !important;padding-bottom:10px;border-bottom:1px solid #ecebeb;margin-bottom:10px;}
    .gsc-thumbnail-inside .gs-title{
        color:#eb3350 !important;font-size: 18px !important;
     }
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:link b {
    color:#eb3350 !important;
}
.gsc-cursor-box.gs-bidi-start-align {
    float:right;
}

.gs-result .gs-title, .gs-result .gs-title * {text-decoration:none !important;}
.gs-webResult.gs-result a.gs-title:hover {text-decoration:underline !important;}
.gsc-results .gsc-cursor-box{margin:0 !important;}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin: 0px;
    padding: 2px 10px;
    border-right: 1px solid #ebebeb !important;
    font-size: 15px !important;
    color: #666 !important;
    margin-right: 0 !important;
}
.gsc-above-wrapper-area {
    border-bottom: 2px solid #E9E9E9 !important;
}
.gs-webResult.gs-result {border-bottom:3px solid #E9E9E9;padding-bottom:10px;}
.gcsc-branding {display:none;}

/*to hide images from search results*/
.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    display: none;
}

/*	------------------	*/
/*	    IE FIXES    	*/
/*	------------------	*/

.ie8 ol.breadcrumb li {display:inline-block; zoom: 1; *display:inline;}
.ie8 ol.breadcrumb > li+li:before {content:"/\00a0"; padding:0px 5px; color:#999;}

.ie8 .header-nav-item .dropdown-toggle {padding-right:35px !important;}
/*	------------------	*/
/*	  Renewals Page	    */
/*	------------------	*/
	li.list-right {float:right; width:50%;}

		
@media (min-width: 768px) {
	li.list-left,
	li.list-right {float:none; width:100%;}
}
		
@media (min-width: 1024px) {
	li.list-left {float:left; width:55%;}
	li.list-right {float:right; width:45%;}
}
		
@media (min-width: 1200px) {
	li.list-left {float:left; width:50%;}
	li.list-right {float:right; width:50%;}
}

/*.prefday[readonly] {
    cursor: pointer;
    background-color: white;
}*/

span.new-clusion {
    color: #fff;
    font-weight: bold;
    background: #009fe2;
    width: 30px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 3px;
    top: 2px;
    left: 71px;
}