header {
    background: #0093c8;
}

/** smartphone **/
@media screen and (max-width: 767px) {
body.business .sidebar h3.local_nav_heading {
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/development/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: center;
}

.business.car .sidebar h3.local_nav_heading, .business.environment .sidebar h3.local_nav_heading {
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/environment/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.business.icd .sidebar h3.local_nav_heading{
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/icd/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}

body.business .sidebar ul.local_nav {
  margin: 0;
  list-style: none;
	display: flex;
flex-wrap: wrap;
	background: #eee;justify-content: space-between;
}

body.business .sidebar ul.local_nav li {
	  margin:  0 0;
	  background: #ccc;
	  border-top: 1px solid #fff;
	  text-align: left;
	position: relative;
	width: 49.8%;
}
.business .sidebar ul.local_nav li i {
    position: absolute;
    left: 0;
    padding: 13px;
    color: #fff;
    top: 0;
    z-index: 100;
    cursor: pointer;
}
body.business .sidebar ul.local_nav li.current {
  padding: 0;
  border-bottom: none;
}
body.business .sidebar ul.local_nav li a {
  display: block;
  padding: 10px;padding-left: 3em;
}
body.business .sidebar ul.local_nav li span {
	cursor: pointer;
  display: block;
  padding: 10px;padding-left: 3em;
}
.business .sidebar ul.local_nav li.current span, .business .sidebar ul.local_nav li.current>a {
    display: block;
    width: 100%;
    background: #f5b416 right center no-repeat;
    font-weight: bold;
    height: 38px;
    position: relative;
}


body.business .sidebar ul.local_nav li a:link, body.business .sidebar ul.local_nav li a:visited {
  color: #666;
}

body.business .sidebar ul.local_nav li .current_heading {
  display: block;
  background: #f5b416;
  margin: 0 0 0 0;
  padding: 12px 15px 9px 15px;
  font-weight: bold;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav li ul {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li ul a {
  display: inline;
  padding: 0 0 0 1em;
}

body.business .sidebar ul.local_nav li ul li {
  position: relative;
  margin: 0;
  padding: 12px 15px 9px 32px;
  background: #fff;
  text-align: left;
}

body.business .sidebar ul.local_nav li ul li:before {
    content: "\f054";
    position: absolute;
    left: 2em;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #5cc88d;
}
body.business .sidebar ul.local_nav li ul li:last-child {
  padding-bottom: 5px;
}

body.business .sidebar ul.local_nav li ul li ul {
  margin: 5px 0 0;
}

body.business .sidebar ul.local_nav li ul li ul li {
  padding-left: 15px;
}

body.business .sidebar ul.local_nav li ul li ul li:before {
  content: "\f054";
  left: 0;
  color: #ffae78;
}
 ul#acc_view li {
	position: relative;
    margin: 0;
    padding: 10px 3px 10px 3em;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
	list-style-type: none;
}
 ul#acc_view li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 2em;
  content: "\f054";
  color: #ffae78;
}
ul#acc_view li:first-child {
	font-size: 1.1em;
	padding: 10px 3px 10px 2.5em;
}
ul#acc_view li:first-child a{
	font-size: 1.1em;
	left: 1.8em;
	padding: 0;
}
 ul#acc_view li:first-child::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 1em;
  content: "\f152";
  color: #ffae78;
}


}

/** Tablet **/
@media screen and (min-width: 768px) and (max-width: 1079px) {

.pagetop {
	clear: both;
    padding-top: 75px;
    text-align: center;
    background: none;
}
body.business .sidebar h3.local_nav_heading {
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/development/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: left;
    text-indent: 20vw;
}

.business.car .sidebar h3.local_nav_heading, .business.environment .sidebar h3.local_nav_heading {
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/environment/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: left;
    text-indent: 20vw;
}
.business.icd .sidebar h3.local_nav_heading{
    margin: 0px 0px 0px 0;
    padding: 50px 0 0;
    background: url(../images/icd/common/sidebar_heading_image.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    font-weight: bold;
    text-align: left;
    text-indent: 20vw;
}

body.business .sidebar ul.local_nav {
  margin: 0;
  list-style: none;
	display: flex;
flex-wrap: wrap;
	background: #eee;justify-content:flex-start;
}

body.business .sidebar ul.local_nav li {
	margin:  0 1px 0 0 ;
	background: #ccc;
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	width: 33%;

}
.business .sidebar ul.local_nav li i {
    position: absolute;
    left: 0;
    padding: 13px;
    color: #fff;
    top: 0;
    z-index: 100;
    cursor: pointer;
}
body.business .sidebar ul.local_nav li.current {
  padding: 0;
  border-bottom: none;
}
body.business .sidebar ul.local_nav li a {
  display: block;
  padding: 10px;padding-left: 3em;
}
body.business .sidebar ul.local_nav li span {
	cursor: pointer;
  display: block;
  padding: 10px;padding-left: 3em;
}


.business .sidebar ul.local_nav li.current span, .business .sidebar ul.local_nav li.current>a {
    display: block;
    width: 100%;
    background: #f5b416 right center no-repeat;
    font-weight: bold;
    height: 38px;
    position: relative;
}


body.business .sidebar ul.local_nav li a:link, body.business .sidebar ul.local_nav li a:visited {
  color: #666;
}

body.business .sidebar ul.local_nav li .current_heading {
  display: block;
  background: #f5b416;
  margin: 0 0 0 0;
  padding: 12px 15px 9px 15px;
  font-weight: bold;
  text-indent: -20px;
}

body.business .sidebar ul.local_nav li ul {
  margin: 0;
  list-style: none;
}

body.business .sidebar ul.local_nav li ul a {
  display: inline;
  padding: 0 0 0 1em;
}
body.business .sidebar ul.local_nav li ul li {
  position: relative;
  margin: 0;
  padding: 12px 15px 9px 32px;
  background: #fff;
  text-align: left;
}

body.business .sidebar ul.local_nav li ul li:before {
    content: "\f054";
    position: absolute;
    left: 2em;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #5cc88d;
}
body.business .sidebar ul.local_nav li ul li:last-child {
  padding-bottom: 5px;
}

body.business .sidebar ul.local_nav li ul li ul {
  margin: 5px 0 0;
}

body.business .sidebar ul.local_nav li ul li ul li {
  padding-left: 15px;
}

body.business .sidebar ul.local_nav li ul li ul li:before {
  content: "\f054";
  left: 0;
  color: #ffae78;
}
 ul#acc_view li {
	position: relative;
    margin: 0;
    padding: 10px 3px 10px 3em;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
	list-style-type: none;
}
 ul#acc_view li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 2em;
  content: "\f054";
  color: #ffae78;
}
ul#acc_view li:first-child {
	font-size: 1.1em;
	padding: 10px 3px 10px 2.5em;
}
ul#acc_view li:first-child a{
	font-size: 1.1em;
	left: 1.8em;
	padding: 0;
}
 ul#acc_view li:first-child::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 1em;
  content: "\f152";
  color: #ffae78;
}


}

/** PC ***/
@media screen and (min-width: 1080px)  {
	
.main .sidebar {
    float: left;
    width: 250px;
    padding-right: 40px;
}
.business .sidebar h3.local_nav_heading {
    margin: -50px -60px 20px 0;
    padding: 200px 0 0;
    background: url(../images/development/common/sidebar_heading_image.png) no-repeat;
    background-size: 260px auto;
    font-weight: bold;
    text-align: center;
    text-indent: -20px;
}

.business.car .sidebar h3.local_nav_heading, .business.environment .sidebar h3.local_nav_heading {
	padding-top: 170px;
	background: url(../images/environment/common/sidebar_heading_image.png) no-repeat;
    background-size: 260px auto;
}
.business.icd .sidebar h3.local_nav_heading{
    background-image: url(../images/icd/common/sidebar_heading_image.png);
    background-size: 170px;
    background-position: 35px 0;
    padding-top: 230px;
}

.business .sidebar ul.local_nav {
  margin: 0;
  list-style: none;
}

.business .sidebar ul.local_nav li {
	margin: 0 -40px 0 0;
	background: #ccc;
	border-top: 1px solid #fff;
	text-align: center;
	position: relative;
}

.business .sidebar ul.local_nav li.current {
  padding: 0;
  border-bottom: none;
}

.business .sidebar ul.local_nav li a ,.business .sidebar ul.local_nav li span {
  display: block;
  padding: 10px;
}
.business .sidebar ul.local_nav li i {
  position: absolute;
  left: 0;    padding: 13px;
  color: #fff;top: 0;z-index: 100;
	cursor: pointer;
}
.business .sidebar ul.local_nav li.current span::before {
}

.business .sidebar ul.local_nav li a:link, .business .sidebar ul.local_nav li a:visited {
  color: #666;
}

.business .sidebar ul.local_nav li.current span, .business .sidebar ul.local_nav li.current>a {
  display: block;
	width: 100%;
  background: #f5b416 right center no-repeat;
  padding: 10px;
  font-weight: bold;
height: 38px;
	position: relative;
}
.business .sidebar ul.local_nav li.current span::after, .business .sidebar ul.local_nav li.current>a::after {
    position: absolute;
    content: "";
    left: 250px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-left: 15px solid #f5b416;
    top: 0;
}

.business .sidebar ul.local_nav li ul {
  margin: 0;
  list-style: none;
}

.business .sidebar ul.local_nav li ul a {
  display: inline;
  padding: 0;
}

.business .sidebar ul.local_nav li ul li {
  position: relative;
  margin: 0;
  padding: 12px 15px 9px 3em;
  background: #fff;
  text-align: left;
}

.business .sidebar ul.local_nav li ul li:before {
  content: "\f054";
  position: absolute;
  left: 2em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #5cc88d;
}

.business .sidebar ul.local_nav li ul li:last-child {
  padding-bottom: 5px;
}

.business .sidebar ul.local_nav li ul li ul {
  margin: 5px 0 0;
}

.business .sidebar ul.local_nav li ul li ul li {
  padding-left: 15px;
}

.business .sidebar ul.local_nav li ul li ul li:before {
  content: "\f054";
  left: 0;
  color: #ffae78;
}

}