

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH BOX ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.general #divMasthead #searchBox {
	border-radius: 3px 3px 3px 3px;
	background: 0 none;
	float: left;
	width: 100%;
	margin-left: -2px;
	position: relative;
	height: 35px;
	z-index: 225;
}
@media screen and (min-width: 725px) {
	.general #divMasthead #searchBox {
		max-width: 500px;
		left: 23.25em;
		width: 45%;
		position: absolute;
		top: 4.4em;
	}
}
@media screen and (min-width: 824px) {
	.general #divMasthead #searchBox {
		width: 40%;
		left: 24em;
	}
}
@media screen and (min-width: 1024px) {
	.general #divMasthead #searchBox {
		width: 31%;
		left: 30em;
		top: 6.5em;
	}
}
@media screen and (min-width: 1150px) {
	.general #divMasthead #searchBox {
		width: 34%;
		max-width: 500px;
	}
}

/* -----------------------Search Box Input ---------------------- */
.general #divMasthead #searchBox input.text {
	float: left;
	border: 1px solid #000;
	box-shadow: 0 0 3px #646A92;
	color: #333;
	text-indent: 10px;
	width: 99%;
	height: 34px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 1.1rem;
}
.general #divMasthead #searchBox input.blank {
	/* background: url(https://images.azureedge.net/wtc/images/interface/bg_search_watermark.png) no-repeat 5px 6px #FFF; */ /* we are using the HTML5 placeholder attribute instead */
	-moz-transition: background-position .1s linear;
	-webkit-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.general #divMasthead #searchBox input.text:focus {
	background-position: -150px 6px;
	background-color: #FFF;
	-moz-transition: background-position .1s linear;
	-webkit-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
@media screen and (min-width: 725px) {
	.general #divMasthead #searchBox input {
		border-radius: 3px 3px 3px 3px;
	}
}


/* -----------------------Search Box Submit Button ---------------------- */
.general #divMasthead .button.search {
	float: right;
	position: absolute;
	display: block;
	right: -2px;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie.png") repeat-x 0 0;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, -moz-linear-gradient(top,  #9baaec 0%, #4c538d 4%, #42487b 68%, #31365f 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9baaec), color-stop(4%,#4c538d), color-stop(68%,#42487b), color-stop(100%,#31365f)); /* Chrome,Safari4+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, -webkit-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, -o-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* Opera 11.10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, -ms-linear-gradient(top,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll, linear-gradient(to bottom,  #9baaec 0%,#4c538d 4%,#42487b 68%,#31365f 100%); /* W3C */
	background-position: 10px -70px, 0 0;
	background-size: 28px auto, 100% 105%;
	border: 1px solid #000;
	border-radius: 0 2px 2px 0;
	box-shadow: 0 0 0 transparent;
	color: #FEFEFE;
	font-size: 1rem;
	font-family: Cambria, Georgia, Sans-Serif;
	font-weight: bold;
	height: 1.78em;
	width: 42px;
	margin-right: 0;
	padding: 0.45em .1em 0.05em;
	text-indent: -10000%;
}
.general #divMasthead .button.search:hover {
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, url("https://images.azureedge.net/wtc/images/interface/bg_search_blue_gradient_ie_hover.png") repeat-x 0 0;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, -moz-linear-gradient(top,  rgba(155,170,236,1) 0%, rgba(86,94,158,1) 4%, rgba(86,94,158,1) 68%, rgba(86,94,158,1) 100%); /* FF3.6+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,170,236,1)), color-stop(4%,rgba(86,94,158,1)), color-stop(68%,rgba(86,94,158,1)), color-stop(100%,rgba(86,94,158,1))); /* Chrome,Safari4+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, -webkit-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, -o-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* Opera 11.10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, -ms-linear-gradient(top,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* IE10+ */
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_search_white_hires.png") no-repeat scroll 10px -70px, linear-gradient(to bottom,  rgba(155,170,236,1) 0%,rgba(86,94,158,1) 4%,rgba(86,94,158,1) 68%,rgba(86,94,158,1) 100%); /* W3C */
	background-size: 28px auto, auto auto;
}
@media screen and (min-width: 768px) {
	.general #divMasthead .button.search {
		border-radius: 0 2px 2px 0;
	}
}
@media screen and (min-width: 1150px) {
	.general #divMasthead .button.search {
		width: auto;
		padding-left: 2.75em;
		padding-right: 0.85em;
		text-indent: 0;
		height: 1.8em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SEARCH SUGGESTIONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#SearchForm {
	position: relative;
}
#searchSuggestions {
	background: #FFF;
    border: 1px solid hsl(0, 0%, 67%);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 3px hsl(0, 0%, 69%);
    height: auto;
    /*min-height: 5em;*/
    position: absolute;
    top: 2.05em;
    width: 100%;
    z-index: 102; /* has to be higher than player related videos overlay at 101 */
}
#closeSuggestions {
	 width: 40px;
	 height: 40px;	
	 float: right;
	 display: block;
	 background: url("https://images.azureedge.net/wtc/images/interface/sprite_x.png") no-repeat scroll center 7px transparent;
}
#closeSuggestions img {
	opacity: 0;
	width: 0;
	height: 0;
}

/* Content */
#searchSuggestions ul li, .general #searchSuggestions a, .general #searchSuggestions p, .general ul.startHere li, .general ul.startHere a, .general ul.startHere p .general ul.commonQuestions li, .general ul.commonQuestions a, .general ul.commonQuestions p {
    color: #545454;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 0.9375em;
}
#searchSuggestions p.startHereHeading, #searchSuggestions p.commonQuestionsHeading {
    color: #686868;
    font-family: Georgia;
    font-size: 0.895833em;
    font-weight: bold;
    margin-left: 0.75em;
    margin-top: .5em;
}
#searchSuggestions p.startHereHeading {
	margin-top: 1em;
}
#searchSuggestions ul.startHere {
	margin-top: .5em;
}
#searchSuggestions ul li {
    font-size: 0.916667em;
    font-weight: bold;
    padding-left: 1.75em;
	cursor: pointer;    
    margin: 0;
    padding: 0.38em 0.35em 0.38em 0.55em;	
}
.general #searchSuggestions ul li.startingQuestions, .general ul.startHere li, .general .ui-autocomplete li {
    color: #38449d;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.general #searchSuggestions ul li.startingQuestions, .general ul.startHere li {
    font-size: 0.916667em;
    font-weight: bold;
    padding-left: 1.75em;

    line-height: 1.5em;
}
.general #searchSuggestions ul li.startingQuestions.first.active, .general #searchSuggestions ul li.startingQuestions:hover, .general ul.startHere li:hover {
    background: url("https://images.azureedge.net/wtc/images/interface/icn_arrow_right_violet.png") no-repeat scroll 9px 10px #e8e8e8;
}
@media screen and (-webkit-min-device-pixel-ratio:0) /*For Google Chrome*/ {
	.general #searchSuggestions ul li.startingQuestions.first.active, .general #searchSuggestions ul li.startingQuestions:hover, .general ul.startHere li:hover {
		background-position: 9px 9px;
	}
}

/* Most Common */
#searchSuggestions ul.commonQuestions li {
	font-weight: normal;
}
#searchSuggestions ul.commonQuestions li.last {
	padding-bottom: .6em;
}
.general #searchSuggestions ul.commonQuestions li:hover {
	background: #e8e8e8;
	color: #000;
}
#mastheadContent .commonQuestions .fromIcon, #searchSuggestions .commonQuestions .fromIcon {
	border: 1px solid #aaaaaa;
    box-shadow: 0 0 2px #aaaaaa;
    margin-left: 0;
    float: none;
    height: 16px;
    margin-right: .55em;
    margin-top: 0;
    padding: 1px;
    width: 16px;
    display: inline-block;
	top: 2px;
	position: relative;
	background: url("https://images.azureedge.net/images/interface/icn_fav_sprites.png") no-repeat 1px 1px #FFF;
}
#mastheadContent .commonQuestions .fromIcon.rcgReference, #searchSuggestions .commonQuestions .fromIcon.rcgReference {
	background-position: 1px -25px;
}
#mastheadContent .commonQuestions .fromIcon.rtReference, #searchSuggestions .commonQuestions .fromIcon.rtReference {
	background-position: 1px -51px;
}
#searchSuggestions ul .fromSite {
	display: none;
	font-size: 90%;
	font-style: italic;
	padding-left: 0.75em;
	color: #686868;	
	font-weight: normal;
}
@media screen and (min-width: 423px) and (max-width: 860px) {
	.general #searchSuggestions ul li .fromSite {
		visibility: visible;
		display: inline;
	}
}
@media screen and (min-width: 1150px) {
	.general #searchSuggestions ul li .fromSite {
		display: inline;
		opacity: 0;
	}
	.general #searchSuggestions ul li:hover .fromSite {
		opacity: 1;	
	}
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AUTO-COMPLETE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
table.gsc-completion-container table tr td {
	padding-bottom: .25em;
	padding-top: .2em;
	cursor: pointer;	
}
table.gsc-completion-container table tr td span {
	font-size: 0.916667em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #38449d;
	line-height: 1.5em;
	padding-left: 1.75em;
}
table.gsc-completion-container table tr td:hover span {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_arrow_right_violet.png") no-repeat scroll 9px 4px transparent;
}
tr.gsc-completion-selected td div table tr td span {
	background: url("https://images.azureedge.net/wtc/images/interface/icn_arrow_right_violet.png") no-repeat scroll 9px 4px transparent;
}
