
@media only screen 
  and (max-width: 1024px) {
	  
	.topSearchContainer {
		margin-bottom: 0px;
		overflow: hidden;
		padding: 20px 0 40px 0;
	}	
		
	.criteria-fields {
		width: 100%;
	}
	
	  
}

@media only screen 
  and (max-width: 900px) {
	#container {
		padding-top: 85px;
		margin: 0 20px;
		width: auto;
	}
 }

 
@media only screen 
  and (max-width: 767px) {


.mainsection {
	margin:0;
}
	  
.headersection .headerpanel .userpanel .username {
	line-height:13px;
	display:block;
}	
	  
	.headersection .headerpanel .leftpanel, .footeraction .footeractionpanel .leftpanel {
		float:none;

	}	
	.headersection .headerpanel .leftpanel {
		display:inline;
	}

	.userpanel>div, .leftpanel .userpanel {
		position: relative;
		right: auto;
		display: inline-block !important;
		margin-top: 5px;
	}
	
	
	
.headersection .link2panel {
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}
	
	.headersection .headerpanel .rightpanel, .footeraction .footeractionpanel .rightpanel {
		text-align:left;
		display:inline-block;
	}
	.headerpanel .rightpanel .metapanel .metagrouppanel {
		position: relative;
		text-align: left;
		margin-top: 5px;
	}
	  
  input[type='text'].criteriaFieldInput {
	  width: calc(100% - 114px);
  }
  
  .criteria-field {
	  width:100%;
	  margin-bottom:5px;
	  margin-right:0;
  }
  
.headersection .link2panel .selectedlink2 {
	margin-left:0;
	margin-right:0;
}	
  
html>body .headersection .link2panel .separatorlink2 {
	display:none;
}


.myaccount .blockpanel {
    margin-right: 0;
}

.myaccount .title, .myaccount .titleaction {
	font-size:18px;
}
.blockpanel .custom-form-columns {
    display: block;
    width: auto;
    padding-right: 0;
}



.mainsection .searchresults .label, .mainsection .myjobpage .label, .mainsection .pagerpanel .pagersectionpanel .pagerlabel {
	display:block;
}
	  
	.mainsection .tablelist {
		width: 100%;
	}

	.mainsection .columnfull {
		display: block;
		padding-right: 0;
	}
	  
	.mainsection .column165, .messagecenter .column165, .myaccount .tablelist .column165 {
		display: block;
		width: auto;
		border-top:solid 1px #ccc;
	}

	.column165 .helppanel {
		width: auto;
		border: none;

		padding-top: 20px;
	}

	.column165 .helppanel .helpsubtitle {
		padding-left:0;
	}

	.column165 .helppanel .helplabel {
		padding-left: 0;
		font-size: 13px;
		font-weight: 400;
		
	}

	.column165 .helppanel .helplink a {
		margin-left: 0;
		font-weight: 500;
		font-size: 13px;
	}
	  
	  
	.column165 .helppanel .legendpanel {
		padding-left: 0;
		margin-top: 0;
	}
	
	.filter-panel, .jobListPanel {
		float:none;
		width:auto;
	}	
		
	.list-top-panel-box {
		float: none;
		margin-top: 20px;
	}
	
	.topSearchContainer {
		margin-left: -20px;
		margin-right: -20px;
		overflow: hidden;
		padding: 20px 20px 40px 20px;
		width: auto;
	}	
		
	.jobsearch .savecontentpanel{
		margin-left: -20px;
		margin-right: -20px;
		padding: 7px 20px 5px 20px;
	}	
	
}

