﻿header {
    background: white;
}

header .header {
    background: url('https://www.hertfordshire.gov.uk/SiteElements/images/custom-branding/justtalk-logo-cropped-146x146.png') no-repeat left top;
}

header h1, header .header {
    width: 146px;
    height: 146px;
  	float:left;
}

header .container{
    padding: 0px;
    margin-top: 10px;
}

header{
    min-height: 100px;
}

.sys_theme-simple .sys_search-query-control label{
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.autocompleteWrapper
{
  width:auto;
}

.sys_theme-simple .sys_search-query-control input.sys_searchbox
{
  padding: 15px;
}

.mobileonly
{
  display:none;
}

.sys_theme-simple .sys_search-query-control input.sys_searchbox {
    width: 135px !important;
}
@media only screen and (min-width: 480px)
{
	.sys_theme-simple .sys_search-query-control input.sys_searchbox {
   	 width: 200px !important;
	}
  .sys_theme-simple .sys_search-query-control{
     margin-left: 30px!important;
  }

   .header {
    margin-left: 30px!important;
  }
}
@media only screen and (min-width: 760px)
{
	.sys_theme-simple .sys_search-query-control input.sys_searchbox {
   	 width: 300px !important;
	}
.header {
    margin-left: 30px !important;
  } 
   .sys_theme-simple .sys_search-query-control{
     margin-left: 30px!important;
  }
  
}

@media only screen and (min-width: 60px)
{
	.sys_theme-simple .sys_search-query-control input.sys_searchbox {
   	 width: 135px !important;
	}
.header {
    margin-left: 30px !important;
  } 
   .sys_theme-simple .sys_search-query-control{
     margin-left: 30px!important;
  }
  
}

.sys_search-button
{
  padding:17px !important;
  width:auto !important;
  height:auto !important;
}

.sys_theme-simple .sys_search-query-control
{
  margin-top:50px;
}

.search label {
    display: none;
}

.sys_search-query-control .sys_searchbox
{
  border-style: solid;
  border-width:2px;
  border-color:#51BBB5;
}

.sys_theme-simple .sys_search-query-control input.sys_button {
    background-color: #51BBB5;
    color: black;
  	height:46px;
  	border: none;
  	margin: 0 5px 0 0 !important;
  
}

.content .icon.save{
  display: none;
}


#c2{
    width: 10% !important;
}

#c3{
    width: 50% !important;
}

#styleOptions{
    margin-top: 40px;
}