

/********************************************
				ADI custom icons 
*********************************************/
@font-face {
  font-family: "analog-devices";
  src:url("../fonts/analog-devices.eot");
  src:url("../fonts/analog-devices.eot?#iefix") format("embedded-opentype"),
    url("../fonts/analog-devices.woff") format("woff"),
    url("../fonts/analog-devices.ttf") format("truetype"),
    url("../fonts/analog-devices.svg#analog-devices") format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "analog-devices" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "analog-devices" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-adi-symbol:before {
  content: "\61";
}
.icon-event-check:before {
  content: "\62";
}
.icon-faq:before {
  content: "\63";
}
.icon-fin-chart:before {
  content: "\64";
}
.icon-mail:before {
  content: "\65";
}
.icon-news:before {
  content: "\66";
}
.icon-stock-chart:before {
  content: "\67";
}
.icon-sitemap:before {
  content: "\68";
}
/**********************************************/




.home .adi-slider {
	margin-bottom:0;
}


.flyoutpane .tabpane p {
    margin-top: 29px;
}
.flyoutpane .linkspane {
    margin-left: 0;
    margin-right: 0;
}
.flyoutpane .linkspane .list-unstyled {
	padding:0;
}
.flyoutpane .linkspane .list-unstyled li {
    list-style-type: none;
}
.flyoutpane .tabpane {
    margin-top: 32px;
    margin-bottom: 48px;
}
.flyoutpane .didyouknow .tabpane {
	margin-top:0;
}

/************************************************
			governance dropdown
*************************************************/
.flyoutpane .tab-governance .breadcrumb {
    background-color: #a91d45;
}
.flyoutpane .tab-governance .pane {
    background-color: #eed1da;
}
.tab-governance .didyouknow {
    background-color: #a91d45;
}

.tab-events .didyouknow, .flyoutpane .tab-events .breadcrumb {
	background-color: #009fbd;
}

.flyoutpane .tab-events .pane {
    background-color: #00eff8;
}

.flyoutpane .tab-governance .linkspane a,
.flyoutpane .tab-governance .linkspane .list-unstyled a {
	color: #a91d45;
}


/************************************************
			financial info dropdown
*************************************************/
.flyoutpane .tab-financials .breadcrumb {
    background-color: #ff7200;
}
.flyoutpane .tab-financials .pane {
    background-color: #fff1e5;
}
.tab-financials .didyouknow {
    background-color: #ff7200;
}
.flyoutpane .tab-financials .linkspane a,
.flyoutpane .tab-financials .linkspane .list-unstyled a {
	color: #009fbd;
}


/************************************************
			stock info dropdown
*************************************************/
.flyoutpane .tab-stock .breadcrumb {
    background-color: #27b34f;
}
.flyoutpane .tab-stock .pane {
    background-color: #CFC;
}
.tab-stock .didyouknow {
    background-color: #27b34f;
}
.flyoutpane .tab-stock .linkspane a,
.flyoutpane .tab-stock .linkspane .list-unstyled a {
	color: #009FBD;
}


/************************************************
			investor resources dropdown
*************************************************/
.flyoutpane .tab-resources .breadcrumb {
    background-color: #2a6496;
}
.flyoutpane .tab-resources .pane {
    background-color: #fff1e5;
}
.tab-resources .didyouknow {
    background-color: #2a6496;
}
.flyoutpane .tab-resources .linkspane a,
.flyoutpane .tab-resources .linkspane .list-unstyled a {
	color: #009FBD;
}




/*************************************
		main navigation bar styles
**************************************/

.primary.navbar-ex1-collapse .navbar-nav>li {
	/*min-width:14%;*/
}


	/* About ADI */
	.primary .navbar-nav>li.about {
		    border-left-color: #656565;
	}
	.primary .navbar-nav>li.about>a:hover,
	.primary .navbar-nav>li.about.active>a {
		background-color: #636363;
		color: #fff;
	}

	/* Events */
	.primary .navbar-nav>li.events {
	    border-left-color: #009fbd;
	}
	.primary .navbar-nav>li.events>a:hover,
	.primary .navbar-nav>li.events.active>a {
		background-color: #009fbd;
		color: #fff;
	}
	.primary .navbar-nav>li.events.active>a:before,
	.primary .navbar-nav>li.events>a:hover:before {
		border-bottom-color: #009fbd;
	}

	/* Governance */
	.primary .navbar-nav>li.governance {
	    border-left-color: #a91d45;
	}
	.primary .navbar-nav>li.governance>a:hover,
	.primary .navbar-nav>li.governance.active>a {
		background-color: #a91d45;
		color: #fff;
	}
	.primary .navbar-nav>li.governance.active>a:before,
	.primary .navbar-nav>li.governance>a:hover:before {
		border-bottom-color: #a91d45;
	}

	/* Financial Information */
	.primary .navbar-nav>li.financials {
	    border-left-color: #ff7200;
	}
	.primary .navbar-nav>li.financials>a:hover,
	.primary .navbar-nav>li.financials.active>a {
		background-color: #ff7200;
		color: #fff;
	}
	.primary .navbar-nav>li.financials.active>a:before,
	.primary .navbar-nav>li.financials>a:hover:before {
		border-bottom-color: #ff7200;
	}

	/* Stock Information */
	.primary .navbar-nav>li.stock {
	    border-left-color: #27b34f;
	}
	.primary .navbar-nav>li.stock>a:hover,
	.primary .navbar-nav>li.stock.active>a {
		background-color: #27b34f;
		color: #fff;
	}
	.primary .navbar-nav>li.stock.active>a:before,
	.primary .navbar-nav>li.stock>a:hover:before {
		border-bottom-color: #27b34f;
	}

	/* Financial News */
	.primary .navbar-nav>li.news {
	    border-left-color: #1E4056;
	}
	.primary .navbar-nav>li.news>a:hover,
	.primary .navbar-nav>li.news.active>a {
		background-color: #1E4056;
		color: #fff;
	}
	.primary .navbar-nav>li.news.active>a:before,
	.primary .navbar-nav>li.news>a:hover:before {
		border-bottom-color: #1E4056;
	}

	/* Investor Resources */
	.primary .navbar-nav>li.resources {
	    border-left-color: #2a6496;
	}
	.primary .navbar-nav>li.resources>a:hover,
	.primary .navbar-nav>li.resources.active>a {
		background-color: #2a6496;
		color: #fff;
	}
	.primary .navbar-nav>li.resources.active>a:before,
	.primary .navbar-nav>li.resources>a:hover:before {
		border-bottom-color: #2a6496;
	}


	/* IR FAQ */
	.primary .navbar-nav>li.irfaq {
	    border-left-color: #7c4a8b;
	}
	.primary .navbar-nav>li.irfaq>a:hover,
	.primary .navbar-nav>li.irfaq.active>a {
		background-color: #7c4a8b;
		color: #fff;
	}
	.primary .navbar-nav>li.irfaq.active>a:before,
	.primary .navbar-nav>li.irfaq>a:hover:before {
		border-bottom-color: #7c4a8b;
	}

	/* IR Contact */
	.primary .navbar-nav>li.ircontact {
	    border-left-color: #3ddce6;
	}
	.primary .navbar-nav>li.ircontact>a:hover,
	.primary .navbar-nav>li.ircontact.active>a {
		background-color: #3ddce6;
		color: #fff;
	}
	.primary .navbar-nav>li.ircontact.active>a:before,
	.primary .navbar-nav>li.ircontact>a:hover:before {
		border-bottom-color: #3ddce6;
	}


/**********************************************
		NDAQ Sections
***********************************************/
.ndq-section {
	padding:40px 0;
}
.ndq-section .container > h2 {
	margin-bottom:32px;
}
@media screen and (max-width: 640px) {
	.ndq-section .container > h2 {
		padding-left:15px;
		padding-right:15px;
	}
}
/*.bg-grey {
	background:transparent;
}*/
.ndq-bg-grey {
	background: #f5f5f5;
}


/**********************************************
		Sitemap homepage
***********************************************/
.ndq-sitemap-container {
	text-align: center;
}
.ndq-sitemap-container .row .block-region-column1 > div {
	padding-bottom:30px;
}
.ndq-sitemap-container h2 {
	font-size:18px;
	padding-top:80px;
	position: relative;
	padding-bottom:10px;
	font-weight:bold;
}
.ndq-sitemap-container h2:before {
	font-family: "ndqfonticons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size:40px;
	vertical-align: middle;
	position:absolute;
	/*top:11px;*/
	top:.3em;
	left:calc(50% - .5em);
}
.ndq-sitemap-container h2:after {
	content:'';
	width:60px;
	height:60px;
	-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		    -ms-border-radius: 50%;
		     -o-border-radius: 50%;
		        border-radius: 50%;
    border:2px solid #636363;
    position:absolute;
    top: 0;
    left:calc(50% - 30px);
}
h2.ndq-about:before {
	/*content:'\e0f3';*/

	/*content:'\61';*/
	content:'\69';
	font-family: "analog-devices" !important;
	font-size:44px;

}
h2.ndq-event:before {
	/*content:'\e03c';*/
	content:'\62';
	font-family: "analog-devices" !important;
	
}
h2.ndq-corp-gov:before {
	/*content:'\e00a';*/
	content:'\68';
	font-family: "analog-devices" !important;
}
h2.ndq-fin-info:before {
	/*content:'\e010';*/
	content:'\64';
	font-family: "analog-devices" !important;
}
h2.ndq-stock-info:before {
	/*content:'\e01b';*/
	content:'\67';
	font-family: "analog-devices" !important;
}
h2.ndq-fin-news:before {
	/*content:'\e054';*/
	content:'\66';
	font-family: "analog-devices" !important;
}
h2.ndq-ir-resource:before {
	/*content:'\e0b2';*/
	content:'\63';
	font-family: "analog-devices" !important;
}
h2.ndq-contact:before {
	/*content:'\e0ad';*/
	content:'\65';
	font-family: "analog-devices" !important;
}


/**********************************************
		Investor Highlights homepage
***********************************************/
@media screen and (min-width: 641px) {
	.row.outset-med {
		margin-left:-30px;
		margin-right:-30px;
	}
}
.ndq-box {
	background:#fff;
	/*min-height:250px;*/
	position: relative;
	margin-bottom:25px;
}
.ndq-box * {
	-webkit-transition:all .1s ease;
	-moz-transition:all .1s ease;
	transition:all .1s ease;
}
.ndq-box.half {
	min-height:112px;
}
.ndq-box:after {
	/*content: '';*/
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    height: 7px;
    width: 100%;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
}
.ndq-box a:hover {
	text-decoration: none;
}
.ndq-box.blue {
	background:#999; /* 32b3c9 */
	color:#fff;
}
.ndq-box.blue a {
	color:#fff;
	display:block;
}
.ndq-box.blue a:hover:before {
	transform:scale(1.2);
}
.ndq-box.blue:after {
	border-top-color:#32b3c9;
}
#ndq-content .ndq-box h3 {
	line-height:40px;
	background: #32b3c9
}
#ndq-content .ndq-box h3.ndq-box-heading {
	background:#999;
	color:#fff;
	padding:0 15px;
	position: relative;
	overflow:hidden;
	/*line-height:40px;*/
	/*margin-bottom:30px;*/
	-webkit-transition:all .1s ease;
	-moz-transition:all .1s ease;
	transition:all .1s ease;
}

#ndq-content .ndq-box a h3.ndq-box-heading:after {
	content:'\e041';
	font-family: "ndqfonticons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position:absolute;
	top:-100%;
	left:8px;
	line-height: 40px;
	vertical-align: middle;
	font-size:18px;

	-webkit-transition:all .1s ease;
	-moz-transition:all .1s ease;
	transition:all .1s ease;	
}
#ndq-content .ndq-box a:hover h3.ndq-box-heading:after {
	top:0;
}
#ndq-content .ndq-box a h3.ndq-box-heading:before {
	content:'View All';
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	background:#2a6496;
	padding:0 15px 0 30px;
	-webkit-transition:all .1s ease;
	-moz-transition:all .1s ease;
	transition:all .1s ease;
	text-align:left;
	font-size:18px;	
	text-transform: uppercase;
}
#ndq-content .ndq-box a:hover h3.ndq-box-heading:before  {
	top:0;
}
#ndq-content .ndq-box a h3.ndq-box-heading.events-heading:before {
	content:"View All Events";
}
#ndq-content .ndq-box a h3.ndq-box-heading.earnings-heading:before {
	content:"View All Earnings";
}
#ndq-content .ndq-box a h3.ndq-box-heading.committees-heading:before {
	content:"View Charter";
}
#ndq-content .ndq-box a h3.ndq-box-heading.committees-heading:before, #ndq-content .ndq-box a h3.ndq-box-heading.email-heading:before {
	background:#1e4056;
	}
#ndq-content .ndq-box a h3.ndq-box-heading.annuals-heading:before {
	content:"View All Annual Reports";
}
#ndq-content .ndq-box a h3.ndq-box-heading.proxy-heading:before {
	content:"View All Proxy Statements";
}
#ndq-content .ndq-box-content {
	padding:30px 15px 10px 15px;
	min-height:245px;
}
#ndq-content .ndq-box.tall .ndq-box-content {
	min-height:320px;
}
#ndq-content .ndq-box.half .ndq-box-content {
	padding-top:25px;
	min-height:113px;
}
#ndq-content .ndq-box-content #ndq-event-slider .owl-item {
	min-height:130px;
}
.ndq-bb {
	padding-bottom:12px;
	border-bottom:1px dotted #32b3c9;
	clear:both;
}
.ndq-bb:last-child {border: 0;}
[class*="col"] .ndq-box-heading {
	/*margin-left:-15px;
	margin-right:-15px;*/
}


/*.ndq-box.blue a:before {
	font-size:50px !important;
	color:#fff !important;
}
.ndq-box.blue a:hover:before {
	color:#32b3c9 !important;
}
.ndq-box.blue .ndq-box-content a:after {
	content:'Download PDF';
	display: inline-block;
	width:0 !important; height:0 !important;
	overflow:hidden;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}*/
.ndq-box.blue .ndq-box-content a:hover:after {
	width:auto !important;
	height:auto !important;
}

span.ndq-doc-title {
	display:block;
	font-size:20px;
}
span.ndq-doc-download:after {
	content:"\e0c9";
    font-family: "ndqfonticons" !important;
    vertical-align: middle;
}
.ndq-box.half a {
	padding-left:50px;
	position:relative;
}
.ndq-box.half a:before {
	position:absolute;
	left:0;
	color:#fff !important;
	font-size:40px !important;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}


.ndq-box .ndq-view-all {
	text-align: right;
	display:block;
	background-color: #32b3c9;
	color:#fff;
	line-height:26px;
	text-transform:uppercase;
	padding: 7px 20px 0 20px;
	font-weight:bold;
}
.ndq-box .ndq-view-all:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    height: 7px;
    width: 100%;
    border-top: 7px solid #32b3c9;
    border-right: 7px solid transparent;
}
.match-height .ndq-box{height: 100%; margin-bottom: 0;}


.ndq-box.tall .ndq-box-content{height: 100%;}

.match-height.two-rows .ndq-box.first{margin-bottom: 25px; height: auto;}
.match-height.two-rows .ndq-box.second{height: auto;}

.match-height .ndq-box .ndq-view-all {
    padding: 7px 20px;
}
.ndq-reworked .ndq-box .ndq-view-all, .ndq-reworked .ndq-box.half .ndq-view-all {
position:absolute;
bottom:0;
width:100%;
background-color: #32b3c9 !important;
}

.match-height .ndq-box .ndq-view-all:after, .match-height .ndq-box .ndq-view-all:hover::after,
.match-height .ndq-box.half .ndq-view-all:after, .match-height .ndq-box.half .ndq-view-all:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left:inherit;
    display: block;
    height: 7px;
    width: 7px;
    border-top: 7px solid transparent !important;
    border-right: 7px solid whitesmoke;
}
.match-height .ndq-box.half .ndq-view-all:not(:hover){ background-color: #32b3c9;}
.match-height .ndq-box{padding-bottom: 33px;}
.match-height .ndq-box .ndq-view-all:hover {
    background-color: #1e4056 !important;
}

.match-height .ndq-box-content, .match-height .ndq-box.tall .ndq-box-content{min-height: 0;}










		.ndq-reworked .ndq-mb-20 {
		    margin-bottom: 15px;
		}
		.ndq-reworked .ndq-index-results-inner > div {
		    padding-bottom: 20px;
		}
		.ndq-reworked .ndq-bb{padding-bottom: 20px;}

		.ndq-reworked .ndq-box.half .ndq-box-content {
	    padding-top: 25px;

		}

		.ndq-reworked .ndq-box.half .ndq-view-all:after {
		border-top:7px solid #32b3c9 !important;
		}

		.ndq-reworked .match-height {margin-bottom: 25px;}
		.ndq-reworked .match-height .ndq-box{height: auto; margin-bottom: 25px;}

/*
		@media only screen and (min-width : 375px) and (max-width : 667px)  {
		.ndq-box-container {display:block;}
		.match-height .ndq-box{height: auto; margin-bottom: 25px;}
		.two-rows{display: block; flex-direction:column;}
		.two-rows .ndq-box{height: auto !important;}
		}*/
		
		.ndq-reworked .ndq-box.half .ndq-box-content{min-height: 0;}


/*@media screen and (min-width: 668px){*/
@media only screen and (min-width : 640px) {
	.ndq-reworked .ndq-box-container {
 	display: -webkit-flex; /* NEW */
    display: flex;
    /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
	}
	.ndq-reworked .match-height .ndq-box{margin-bottom: 0px; height: 100%;}
	.ndq-reworked .match-height .ndq-box .ndq-box-content{ height: 100%;}

	.ndq-reworked .two-rows{/*display: flex;*/ /*flex-direction:column;*/}
	.ndq-reworked .two-rows .ndq-box{/*height: 50% !important;*/ float: left; width: 100%;}
	.ndq-reworked .two-rows .ndq-box .ndq-box-content{}
}



/*@media only screen and (max-width : 667px) {
	.ndq-reworked .ndq-box-container {    -webkit-flex-wrap: wrap;     flex-wrap: wrap;	}
}
*/
.ndq-box .ndq-view-all:hover {
	background-color: #1e4056;
}
.ndq-box .ndq-view-all:hover:after {
	border-top-color: #1e4056;
}
.ndq-box.half .ndq-view-all:not(:hover) {
	background-color: #19c5e1;
}
.ndq-box.half .ndq-view-all:not(:hover):after {
	border-top-color: #19c5e1;
}

.ndq-index-results-inner > div {
	padding-bottom:20px;
}
.ndq-index-results-inner > div:after {
	content:'';
	display:table;
	clear:both;
}
.ndq-index-results-inner .ndq-earnings-content {
	display: inline-block;
	width:calc(100% - 60px);
}
.ndq-next-results {
	padding-top:30px;
	padding-left:35px;
}
.ndq-index-results-inner i.pull-left {
	/*margin-bottom:15px;*/
}

.event-title {
	font-weight:bold;
}
.ndq-event-attachments {
	margin-left: 35px;
    margin-top: 15px;
}
.ndq-event-attachments a {
	margin-bottom:5px;
}
.ndq-box-content .fa-calendar:before {
	font-size:30px;
	vertical-align: top;
}
.fa-pdf:before {
    content: "\e008";
    font-family: "ndqfonticons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;

}
.fa-pdf.fa-2x {
	font-size: 2.3em;
}
.fa-html:before {
    content: "\e029";
    font-family: "ndqfonticons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;

}
.fa-html.fa-2x {
	font-size: 2.3em;
}



.ndq-strong {
	font-weight:bold;
}


/**********************************************
		Stock include
***********************************************/
.ndq-inc-stock {
	padding:10px 0;
}
.ndq-up {
	color:#1ab54a;
}
.ndq-inc-stock span:after {
	content:"|";
	padding:0 7px;
}
.ndq-inc-stock span:last-child:after {
	display: none;
}
@media screen and (max-width:640px) {
	.ndq-inc-stock {
		padding:10px 15px;
		text-align: center;
		background:#f5f5f5;
	}
	.ndq-inc-stock span {
		display: block;
	}
	.ndq-inc-stock span:after {
		display:none;
	}
	.ndq-inc-stock .ndq-ticker {
		font-weight: bold;
	}
}
@media screen and (min-width:640px) {
	.ndq-inc-stock {
		margin:0 -15px;
	}
}



/**********************************************
		Investor Modals
***********************************************/
.product-modal .modal-header .close {
	background-image: url(../images/sprite1.png)
}
.modal img {
	max-width:100%;
}





.ndq-mb-10 {
	margin-bottom:10px;
}


/**********************************************
			Customize carousel
***********************************************/
@media screen and (min-width:640px) {
	#carousel-main-home,
	.slider-hero.slider-hero-bg .home-hero-bg,
	.slider-hero.slider-hero-bg .slides li {
		height:350px;
	}
	.bx-controls {
		/*display:none;*/
	}
	.slider-hero.slider-hero-bg .home-hero-area .description {
		line-height:1.2em;
	}
	#carousel-main-home .link-learn-more {
		/*display:none !important;*/
	}
	.slider-hero.slider-hero-bg .home-hero-area .title {
		font-size:2.5em;
	}
}

/**********************************************
		     Search from new template
***********************************************/

.ndq_search_container .form-group {
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width:420px;


}
@media screen and (max-width:1024px) {
	.ndq_search_container {
		display:none;
	}
}
.ndq_search_container .form-group .twitter-typeahead {
	border-bottom: 2px solid #ACACAC;
    width: 100%;
    height: 45px;
}
.ndq_search_container .form-group .twitter-typeahead .form-control {
	font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
    font-weight: 700;
}

.ndq_search_container .form-group input[type=text],
.ndq_search_container .form-group input[type=search]{
position: absolute;
    top: 0px;
    left: 0px;
    border-color: transparent;
    box-shadow: none;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
    padding:0 88px 0 16px;
}
.ndq_search_container .form-group .search-icon {
	position: absolute;
    top: -1px;
    right: 10px;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: transparent url(../images/sprite1.png) no-repeat -107px 9px;
    border:0;
}
.ndq_search_container .form-group .search-clear-icon {
	position: absolute;
    top: 4px;
    right: 50px;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: transparent url(../images/sprite1.png) no-repeat -169px 10px;
    cursor: pointer;
    border: 0;
    display: none;
}
.ndq_search_container .form-group .search-links-alignment {
	visibility: hidden;
}
.ndq_search_container .twitter-typeahead {
	vertical-align:middle;
}