/**********************************/
/* NASA Enterprise Search (start) */
/**********************************/
#results>div, #results .content-block-item {
    border-color: #f7f7f7;
}

#results a {
    -webkit-tap-highlight-color: rgba(0,0,0,0.08);
}

#results .result .content-host, #results .result .feed-name, #results .result .url a {
    color: #7aabd0;
}

#results ul {
    font-size: 1.6em;
    margin-bottom: 0;
}

#results .result .url {
    color: #7aabd0;
}

#results .content-block-item-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#results .result .sitelinks {
    padding-left: 0;
    list-style: none;
    display: block;
    font-size: 1.5em;
    margin-top: .2em;
}

.result .title {
    font-weight: normal;
    margin: 4px 0 2px;
    font-size: 1.4em;
}

.result .url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3em;
    height: 1.5em;
}

.result .url, .result .description {
    display: block;
    word-wrap: break-word;
}

.result .description {
    font-size: 1.2em;
}

.result .url, .result .description {
    display: block;
    word-wrap: break-word;
}

.content-block-item {
    border-top: 1px solid #e0e0e0;
    padding: 8px 0px 12px;
}

.content-block-item.content-block-item-header {
    padding: 8px 12px;
}

.content-block-item:first-child {
    border-top-width: 0;
}

#spelling-suggestion, #site-limits, #results {
    background-color: #fff;
    /*margin: 0 12px 12px;*/
    overflow: hidden;
}

@media (min-width: 992px) {
    .content-block-item.content-block-item-header {
        padding: 8px 12px 0;
    }
    
    .content-block-item {
        border-top-width: 0;
        padding: 8px 0px 12px;
    }
    
    #spelling-suggestion, #site-limits, #results {
        /*border-bottom: 1px solid #e0e0e0;*/
        padding-bottom: 4px;
        margin-bottom: 0;
    }
}

/********************************/
/* NASA Enterprise Search (end) */
/********************************/

/*****************************************/
/* NASA Enterprise Search WIDGET (start) */
/*****************************************/
.widget_nasa_search_widget .search-box .input-category-text select
{
	height: 32px;
	width:100%;
	color: #222222;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	font-size: 10px;
	background-color: #EBEBEB;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    
/*appearance:none;*/
/*-moz-appearance:none; */ /* Firefox */
/*-webkit-appearance:none; */ /* Safari and Chrome */
    
}

@media only screen and (min-width: 1121px) {
	.widget_nasa_search_widget .search-box .input-category-text
	{
		float: left;
		margin: 0px;
		padding: 0px;
		width: 29%;
		min-width: 76px;
	}

	.widget_nasa_search_widget .search-box .input-search-text
	{
	    width: 55%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1120px) {
	.widget_nasa_search_widget .search-box .input-category-text
	{
		float: left;
		margin: 0px;
		padding: 0px;
		width: 29%;
		min-width: 76px;
	}
	
	.widget_nasa_search_widget .search-box .input-search-text
	{
	    width: 49%;
	}
}

@media only screen and (max-width: 640px) {
	.widget_nasa_search_widget .search-box .input-category-text {
		float: left;
		margin: 0px;
		padding: 0px;
		width: 18%;
		min-width: 35px;
	}
	
	.widget_nasa_search_widget .search-box .input-search-text
	{
	    width: 72%;
	}
}
/***************************************/
/* NASA Enterprise Search WIDGET (end) */
/***************************************/

/************************************************************/
/* NASA Enterprise Search Box - Search Results Page (start) */
/************************************************************/

@media only screen and (min-width: 1121px) {

	.page #results p.dg-showing-results-text {
	    font-weight: bold;
	    margin:0;
	}
	
    .page .search-box.dg-search-box {
        position: relative;
        margin: -87px 6.711409% 50px 6.711409%;
    }
	
    .page .search-box.dg-search-box .input-category-text select
    {
	    height: 32px;
	    width:100%;
	    color: #222222;
	    border: 1px solid #d7d7d7;
	    font-weight: bold;
	    font-size: 12px;
	    background-color: #EBEBEB;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
        /*-webkit-appearance: none;*/
        /*-moz-appearance: none;*/
    
        /*appearance:none;*/
        /*-moz-appearance:none; */ /* Firefox */
        /*-webkit-appearance:none; */ /* Safari and Chrome */
    }
		
	.page div#search-box-wrapper {
        margin-top: 0px;
    }
	
    .page .search-box.dg-search-box .search-text {
        color: #888;
        border: 1px solid #d7d7d7;
        height: 20px;
        line-height: 20px;
        padding: 5px 2%;
        width: 96%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	
	.page .search-box.dg-search-box .input-category-text
	{
		float: left;
		margin: 0px 0px 0px 10%;
		padding: 0px;
		width: 10%;
		/*min-width: 76px;*/
	}

	.page .search-box.dg-search-box .input-search-text
	{
	    width: 66%;
	}
	
	.dg-search-results-page {
	    margin-top: 78px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1120px) {
	
	.page #results p.dg-showing-results-text {
	    font-weight: bold;
	    margin:0;
	}
	
    .page .search-box.dg-search-box {
        position: relative;
        margin: -87px 6.711409% 50px 6.711409%;
    }
	
    .page .search-box.dg-search-box .input-category-text select
    {
	    height: 32px;
	    width:100%;
	    color: #222222;
	    border: 1px solid #d7d7d7;
	    font-weight: bold;
	    font-size: 10px;
	    background-color: #EBEBEB;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
        /*-webkit-appearance: none;*/
        /*-moz-appearance: none;*/
    
        /*appearance:none;*/
        /*-moz-appearance:none; */ /* Firefox */
        /*-webkit-appearance:none; */ /* Safari and Chrome */
    }
	
	.page div#search-box-wrapper {
        margin-top: 0px;
    }
	
	.page .search-box.dg-search-box .input-category-text
	{
        float: left;
        margin: 0px 0px 0px 9%;
        padding: 0px;
        width: 15%;
        /* min-width: 76px; */
	}
	
    .page .search-box.dg-search-box .search-text {
        color: #888;
        border: 1px solid #d7d7d7;
        height: 20px;
        line-height: 20px;
        padding: 5px 2%;
        width: 96%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
	
	.page .search-box.dg-search-box .input-search-text
	{
	    width: 59%;
        text-align: left;
	}
	
	.dg-search-results-page {
	    margin-top: 78px;
	}
}

@media only screen and (min-width: 376px) and (max-width: 640px) {
	
	.page #results p.dg-showing-results-text {
	    font-weight: bold;
	    margin:0;
	}
	
    .page .search-box.dg-search-box {
        position: relative;
        margin: -87px 6.711409% 50px 6.711409%;
    }
	
    .page .search-box.dg-search-box .input-category-text select
    {
	    height: 32px;
	    width:100%;
	    color: #222222;
	    border: 1px solid #d7d7d7;
	    font-weight: bold;
	    font-size: 10px;
	    background-color: #EBEBEB;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
        /*-webkit-appearance: none;*/
        /*-moz-appearance: none;*/
    
        /*appearance:none;*/
        /*-moz-appearance:none; */ /* Firefox */
        /*-webkit-appearance:none; */ /* Safari and Chrome */
    }
	
    /*.page .search-box.dg-search-box {
        position: relative;
        margin: 0px 0px 20px 3%;
    }*/
	
	.page .search-box.dg-search-box .input-category-text {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 22%;
        min-width: 35px;
	}
	
    .page div#search-box-wrapper {
        margin-top: 0px;
    }
	
	.page .search-box.dg-search-box .input-search-text
	{
	    width: 64%;
	}
	
	.dg-search-results-page {
	    margin-top: 78px;
	}
}

@media only screen and (max-width: 375px) {
    
	.page #results p.dg-showing-results-text {
	    font-weight: bold;
	    margin:0;
	}
    
    .page .search-box.dg-search-box {
        position: relative;
        margin: -87px 6.711409% 50px 6.711409%;
    }
    
    .page .search-box.dg-search-box .input-category-text select
    {
	    height: 32px;
	    width:100%;
	    color: #222222;
	    border: 1px solid #d7d7d7;
	    font-weight: bold;
	    font-size: 10px;
	    background-color: #EBEBEB;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
        /*-webkit-appearance: none;*/
        /*-moz-appearance: none;*/
    
        /*appearance:none;*/
        /*-moz-appearance:none; */ /* Firefox */
        /*-webkit-appearance:none; */ /* Safari and Chrome */
    }
    
    /*.page .search-box.dg-search-box {
        position: relative;
        margin: 0px 0px 20px 3%;
    }*/
	
	.page .search-box.dg-search-box .input-category-text {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 28%;
        min-width: 35px;
	}
	
    .page div#search-box-wrapper {
        margin-top: 0px;
    }
	
	.page .search-box.dg-search-box .input-search-text
	{
	    width: 55%;
	}
	
	.dg-search-results-page {
	    margin-top: 78px;
	}
}
/**********************************************************/
/* NASA Enterprise Search Box - Search Results Page (end) */
/**********************************************************/

/**********************/
/* Pagination (start) */
/**********************/
.dg-pagination {
    margin:15px 0 20px 0;
}

.dg-pagination li {
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    list-style:none;
    position:relative;
    z-index:1;
    border:1px solid #005FA9;
    background-color:#005FA9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dg-pagination li.dotdotdot {
    float:left;
    margin-right:5px;
    margin-bottom:0;
    margin-top: 11px;
    list-style:none;
    position:relative;
    z-index:1;
    border:1px solid #FFFFFF;
    background-color:#FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dg-pagination li:hover.dotdotdot{

    border:1px solid #fff;
    background-color:#fff;
    color:#fff;
    box-shadow:0 0 5px #fff;
    -moz-box-shadow:0 0 5px #fff;
    -webkit-box-shadow:0 0 5px #fff;
    position:relative;
    z-index:1;
}

/*LEFT OFF - LEFT OFF 20141204 -PJS
/*width: 1%;
font-size: 0;
margin-top: 8px;
.dg-pagination li <-- rename and use 3 dots on either side
*/

.dg-pagination li.current {

    border:1px solid #555;
    background-color:#555;
    color:#fff;
    position:relative;
    z-index:1;
}
.dg-pagination li:hover{

    border:1px solid #fff;
    background-color:#555;
    color:#fff;
    box-shadow:0 0 5px #999;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    position:relative;
    z-index:1;
}
.dg-pagination li a {
    padding:5px 12px;
    display:inline-block;
    color:#fff;
    font-family: 'Patua One',cursive;
    font-size:12px;
}
.dg-pagination li:hover a, .pagination li.current a {	
    color:#fff;
}

.dg-pagination .previous-button {
	padding: 0px 11px 6px 11px;
}

.dg-pagination .next-button {
	padding: 0px 22px 6px 22px;
}

.dg-pagination li.current a.sd-page-number{
	padding: 0px 12px 6px 12px;
}

.dg-pagination .sd-page-number{
	padding: 0px 11px 6px 11px;
}

.dg-pagination .dd-page-number{
	padding: 0px 10px 6px 10px;
}
/********************/
/* Pagination (end) */
/********************/

.search-box .search-submit { /*override normal search box class from Kopa Theme - This hides the text on the search submit button - all you should see is a magnifying glass*/
    font-size: 0 !important;
}