.desktop-search-id {
    height:0px;
    overflow:hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.desktop-search-form-open {
    height: 63px;
	border-bottom: 1px solid #000;
}

.checkbox-container {
    margin-top: 20px;
}
#input-search {
    margin-top: 13px;
    margin-bottom: 15px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    height: 35px;
    padding: 5px 25px;
	
    text-indent: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #777;
	
	font-size: 20px;
	/*
	font-size: 18px;
	*/
}
#input-search:focus {
    background: #fff;
}
#input-search:-webkit-autofill,
#input-search:-webkit-autofill:hover, 
#input-search:-webkit-autofill:focus{
    background-color: #fff !important;
}

#input-search:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.search-form-conainer {
    margin-bottom: 30px;
}
.clearfix {
    float: none;
    clear: both;
}
.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
    border-width: 2px;
    width: 21px;
    height: 21px;
    top: 1px;
	
	/*
	width: 11px;
    height: 11px;
    top: 6px;
	*/
	
	
	width: 16px;
    height: 16px;
    top: 2px;
	
}
.pretty .state label {
    text-indent: 25px;
    font-size: 15px;
    line-height: 21px;
    color: #999;
	
	
	/*
	text-indent: 16px;
	*/
	
	text-indent: 23px;
	
}
.pretty {
    margin-right: 2em;
}

.linked-news-title h3 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
.linked-news-title h3:hover {
    text-decoration: none;
    color: #999;
}
.linked-news-title:hover {
    text-decoration: none;
    color: #999;
}

.linked-news-container {
    margin: 15px 5px;
    padding: 15px 5px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.linked-news-container img {
    width: 90%;
}




@media (max-width: 992px)
{
	.desktop-search-form-open {
		height: auto;
	}
	.checkbox-container {
		text-align: left;
		padding: 5px 25px;
	}
	.checkbox-container .pretty{
		margin-bottom: 20px;
	}
	.pretty .state label {
		font-size: 14px;
	}
}

@media (max-width:768px)
{
	
}

@media (max-width:600px) 
{
	
}