.border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #AAA;
}
/* Bootstrap overwrites */
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.checkbox input{
    margin: 0 10px 0 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #222;
}
.btn-group button,
.btn-group button:hover,
.btn-group button:focus,
.btn-group button:checked {
  width: 86%;
  overflow: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  /*-moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;*/
  font-size: 100%;
  color: #2c3e50;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px;
  margin: 0 0 1rem 0;
  color: #1454a8;
  font-weight: normal;
}
img {
  max-width: 100%;
  max-height: 100%;
}
em {
  position: relative;
  float: left;
  width: 90%;
  margin: 1rem 0 3rem 0;
  padding: 1rem 5%;
  font-size: 24px;
  color: #FFF;
  background: #1454a8;
}
em:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -30px;
  border-top: 30px solid #1454a8;
  border-right: 30px solid transparent;
}
hr {
  float: left;
  width: 100%;
  border: none;
  height: 1px;
  color: #999999;
  /* old IE */
  background-color: #999999;
  /* Modern Browsers */
}
dl {
  width: 100%;
  margin: 5px 0;
}
dl dt {
  float: left;
  clear: right;
  width: 50%;
  padding: 0 2%;
  font-weight: bold;
  background: #1454a8;
  color: #fff;
  margin: -1px 0 0 0;
  height: 30px;
  line-height: 30px;
  border: solid 1px #0f3d7a;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dl dd {
  float: right;
  width: 50%;
  padding: 0 2%;
  margin: -1px 0 0 0;
  background: #ffffff;
  line-height: 30px;
  height: 30px;
  border: solid 1px #d2d2d2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  float: left;
  position: relative;
  width: 100%;
}
.f-right {
  float: right;
}
.t-left {
  text-align: left;
}
.button {
  float: left;
  padding: 1em 2em;
  background-color: #1454a8;
  color: #FFF;
  font-weight: bold;
}
.button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.hidden,
#mobile-nav {
  display: none;
}
/*---------------------------------------
    Box 2
---------------------------------------*/
.box1 {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 1rem 0;
  background: #ebebeb;
  border: 1px solid #AAA;
}
.box1:last-child {
  margin: 0;
}
.box2 {
  float: left;
  width: 43%;
  margin: 0 4% 0 0;
  padding: 1rem 2%;
  background: #ebebeb;
  border: 1px solid #AAA;
}
.box2:last-child {
  margin: 0;
}
.box3 {
  float: left;
  width: 29%;
  margin: 0 1% 0 0;
  padding: 1rem 2%;
  background: #ebebeb;
  border: 1px solid #AAA;
}
.box3:last-child {
  margin: 0;
}
.col1 {
  float: left;
  width: 92%;
  margin: 0 2% 0 2%;
  padding: 1rem 2%;
}
.col1:nth-child(even) {
  margin: 0;
}
.col2 {
  float: left;
  width: 44%;
  margin: 0 4% 0 0;
  padding: 1rem 2%;
}
.col2:nth-child(even) {
  margin: 0;
}
.col3 {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 1rem 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col3:nth-child(3n+3) {
  margin: 0;
}
form label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
form input[type=text],
form textarea,
form input[type=password] {
  float: left;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  color: #2c3e50;
  text-indent: 5px;
  border: 1px solid #AAA;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form input[type=text]:hover,
form textarea:hover,
form input[type=password]:hover {
  box-shadow: 0 0 10px #ffffff;
}
form input[type=text]:focus,
form textarea:focus,
form input[type=password]:focus {
  outline-color: #1454a8;
  box-shadow: 0 0 15px #ffffff;
}
form label.error {
  position: relative;
  float: left;
  width: 55%;
  min-height: 1.9em;
  margin: -5.6em 0 0 45%;
  padding: 1em 1%;
  display: block;
  line-height: 2em;
  background: #F00;
  color: #FFF;
  text-align: center;
  z-index: 2;
}
form label.valid {
  display: none;
  background: none;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 6.62em;
}
form input[type=submit],
form input[type=reset],
form input[type=button] {
  float: left;
  padding: 0.5rem 2rem;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background-color: #1454a8;
  color: #FFF;
  font-size: 1.125em;
}
form input[type=submit]:hover,
form input[type=reset]:hover,
form input[type=button]:hover {
  background-color: #0f3d7a;
}
form .left {
  float: left;
  width: 49%;
  margin-right: 2%;
}
form .right {
  float: left;
  width: 49%;
}
form .right textarea {
  min-height: 282px;
}
/*------------------
    HEADER
------------------*/
header {
  float: left;
  width: 90%;
  padding: 10px 5%;
}
header img {
  float: left;
  height: 58px;
}
header img.rightlogo {
  float: right;
}
header h1 {
  float: left;
  width: 30%;
  line-height: 58px;
  margin: 0 0 0 5%;
}
header p {
  position: absolute;
  top: 10px;
  right: 5%;
  color: #2c3e50;
}
header p span {
  font-size: 24px;
  color: #1454a8;
  font-weight: bold;
}
/*------------------
    HEADER END
------------------*/
/* -------------------------------------------------
	$NAV
--------------------------------------------------*/
nav {
  float: left;
  width: 90%;
  padding: 0 5%;
  background: #2c3e50;
}
nav ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  display: block;
  -ms-zoom: 1;
  zoom: 1;
}
nav ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
nav ul li a {
  position: relative;
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #3a85e8;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
nav ul li:nth-child(5) a:after {
  display: none;
}
nav ul li input[type=text] {
  width: 150px;
  height: 26px;
  padding: 0;
  font-size: 12px;
  text-indent: 5px;
  border: 0;
}
nav ul li input[type=button] {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 5px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: none;
  background-color: #1454a8;
  color: #FFF;
}
nav ul li input[type=button]:hover {
  background: #0f3d7a;
}
nav ul .search {
  float: right;
  margin: 0 10px 0 0;
  padding: 9px 0;
}
nav ul .search > a:after {
  display: none;
}
nav ul .last {
  float: right;
  background: #1454a8;
}
nav ul .last:hover {
  background: #0f3d7a;
  color: #FFF;
}
nav ul .last > a:after {
  display: none;
}
nav ul .config {
  float: right;
  background: #2c3e50 url('../Images/config.png') no-repeat center;
  width: 40px;
  height: 44px;
  line-height: 44px;
  margin-right: 5px;
}
nav ul .config:hover {
  background-color: #1454a8;
  color: #FFF;
}
nav ul .config > a:after {
  display: none;
}
nav ul .active a {
  color: #3a85e8;
}
nav ul .active a:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  nav ul li {
    float: none;
    display: block;
  }
  nav ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1454a8;
  }
  nav ul li a:after {
    display: none;
  }
  nav ul li a:before {
    display: none;
  }
  nav ul li.last > a,
  nav ul li:last-child > a {
    border: 0;
  }
}
/* -------------------------------------------------
	$NAV END
--------------------------------------------------*/
/*
    Banner
*/
.banner {
  float: left;
  width: 100%;
  height: 300px;
  background: url(../images/vision-mapping-tool.jpg) no-repeat;
  background-position: center center;
}
/*
    Banner END
*/
.right {
  float: right;
}
.left {
  float: left;
}
section {
  float: left;
  clear: left;
  width: 90%;
  margin: 20px 5%;
}
section p {
  float: left;
  width: 100%;
  font-size: 1.125em;
  margin: 0 0 10px 0;
  line-height: 26px;
}
section article {
  float: left;
  width: 65%;
  margin-right: 5%;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  section article {
    width: 100%;
    margin: 0;
  }
}
section article .costs {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: #ebebeb;
}
section article .costs tr th {
  padding: 5px 10px;
  background: #1454a8;
  color: #FFF;
  text-align: left;
  border: 1px solid #0f3d7a;
}
section article .costs tr td {
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #AAA;
}
section aside {
  float: left;
  width: 26%;
  padding: 1rem 2%;
  background: #ebebeb;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  section aside {
    width: 100%;
    margin: 0;
  }
}
/*---------------------------------------
    Footer
---------------------------------------*/
footer {
  float: left;
  width: 90%;
  padding: 1em 5%;
  background-color: #111;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
footer ul {
  float: left;
  width: 50%;
}
footer ul li {
  float: left;
  margin-right: 2rem;
  list-style: none;
}
footer p {
  float: right;
  width: 50%;
  margin: 0;
  text-align: right;
}
/*---------------------------------------
    Footer End
---------------------------------------*/
.back-to-top {
  display: none;
  height: 44px;
  width: 44px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background: #3a85e8;
  border-radius: 44px;
}
.back-to-top img {
  padding: 15px 10px 0 10px;
}
.back-to-top:hover {
  background: #1454a8;
}
/*--------------------------------------
    Mapping
--------------------------------------*/
.loadingMap {
  float: left;
  clear: left;
  width: 100%;
  height: 750px;
  margin: 0;
  border: 1px solid #b3b3b3;
  background: #e5e5e5 url('../Images/loading51.gif') no-repeat center center;
  position: relative;
  top: -752px;
  margin-bottom: -752px;
}
.loading {
  display: block;
  background: #e5e5e5 url('../Images/loading51.gif') no-repeat center center;
  height: 400px;
  width: 100%;
}
.loadingDataList {
  display: block;
  background: #e5e5e5 url('../Images/loading51.gif') no-repeat center center;
  height: 1200px;
  width: 100%;
}
.buttons {
  float: left;
  width: 99%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1%;
  bottom: 1%;
}
.buttons a {
  float: right;
  width: 25%;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  background: #1454a8;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.buttons a:hover {
  background: #0f3d7a;
}
.buttons a:nth-child(even) {
  margin: 0 2% 1rem 0;
}
.buttons a#query {
  float: left;
  width: auto;
  padding: 0.5rem 10px;
  margin: 0 0 0 1%;
}
.buttons span {
  float: right;
  clear: both;
  width: 48%;
  text-align: center;
  font-weight: bold;
}
.no-bullets {
  margin: 15px 0;
  list-style: none;
  font-size: 1.125em;
}
.no-bullets li {
  line-height: 1.8rem;
}
.multi-line {
  width: 90%;
  height: 100px;
}
#charts {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 20px 0;
}
#charts h3 {
  float: left;
  clear: none;
  width: 49%;
  margin: 0 2% 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#charts h3:nth-child(2) {
  margin-right: 0;
}
#charts .chartdiv {
  float: left;
  clear: none;
  width: 49%;
  /*height: 600px;*/
  margin: 0 2% 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#charts .chartdiv:last-child {
  margin-right: 0;
}
#charts .chartdiv div {
  width: auto;
}
.statuschart {
  float: left;
  clear: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.statuschart div {
  width: auto;
}
section#stage1,
section#stage4_5,
section#stage4,
section#stage5,
section#SearchResults {
  display: none;
}
section h3 {
  float: left;
  clear: left;
  width: 98%;
  height: 40px;
  margin: 0;
  padding: 0 1%;
  font-size: 22px;
  line-height: 40px;
  color: #FFF;
  background: #2c3e50;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  section h3 #CurrentSelection {
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  section h3 #CurrentSelection {
    font-size: 0.4em;
  }
}
section h3.pound::after {
  float: right;
  content: "£";
  width: 20px;
  height: 40px;
  cursor: pointer;
}
section h3.count::after {
  float: right;
  content: "#";
  width: 20px;
  height: 40px;
  cursor: pointer;
}
section h3 span.companyName {
  margin-left: 25%;
  background: #fff;
  color: #2c3e50;
  padding: 0 5%;
  line-height: 40px;
}
section table {
  float: left;
  clear: left;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section table tr img {
  cursor: pointer;
  float: left;
  height: 31px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  section table tr img {
    height: 51px;
  }
}
section table tr span {
  cursor: pointer;
  width: 100%;
  display: block;
}
section table tr th {
  height: 30px;
  min-width: 1%;
  border: 1px solid #0f3d7a;
  line-height: 30px;
  background: #1454a8;
  color: #FFF;
  margin: 0;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  section table tr th {
    height: 51px;
    line-height: 51px;
  }
}
section table tr th:first-child {
  min-width: 4%;
}
section table tr td {
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  border: 1px solid #b3b3b3;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  section table tr td {
    height: 51px;
    line-height: 51px;
  }
}
section table tr td:first-child {
  text-align: center;
}
section table tr td .button {
  float: left;
  margin: 2px 2% 2px 0;
}
section table tr:nth-child(even) {
  background: #d9d9d9;
}
section table tr:nth-child(odd) {
  background: #cccccc;
}
section table tr.complete {
  color: #fff;
}
section table tr.complete:nth-child(even) {
  background: #17bf5f;
}
section table tr.complete:nth-child(odd) {
  background: #14a854;
}
section table tr.actionrequired {
  color: #fff;
}
section table tr.actionrequired:nth-child(even) {
  background: #e03e46;
}
section table tr.actionrequired:nth-child(odd) {
  background: #dd2731;
}
section #SpendBreakDown {
  display: none;
}
section .DataBreakdown {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 20px 0;
}
section .DataBreakdown table tr.total {
  font-weight: bold;
}
section .DataBreakdown table tr.indent {
  border-left: 150px solid #fff;
}
section .DataBreakdown table tr.indent td:first-child {
  text-align: center;
  border-left: 1px solid #000;
}
section .DataBreakdown table tr.indent2 {
  border-left: 300px solid #fff;
}
section .DataBreakdown table tr.indent2 td:first-child {
  text-align: center;
  border-left: 1px solid #000;
}
section .DataBreakdown table tr:hover {
  background: #1454a8;
  color: #FFF;
  /*@media @mobile {
                        background: inherit;
                        color: inherit;
                    }*/
}
section .DataBreakdown table tr:first-child:hover {
  color: #000000;
}
section .DataBreakdown table tr:last-child {
  font-weight: bold;
}
section .DataBreakdown table tr td:last-child {
  font-weight: bold;
}
section .DataBreakdown .pagination-cust div {
  width: auto;
}
section .DataBreakdown .pagination-cust .Pages {
  float: right;
  display: block;
  margin-top: 28px;
}
section .DataBreakdown .pagination-cust span {
  float: left;
  display: block;
  margin: 28px 2% 0 2%;
  width: auto;
}
section .DataBreakdown .pagination-cust .pagination > .active > a {
  background: #1454a8;
  border-color: #0f3d7a;
}
section .DataBreakdown .download {
  float: right;
  margin: 13px 20px 0 0;
}
section .side-scroll {
  overflow-x: auto;
}
section .gradient {
  float: left;
  clear: left;
  color: #fff;
  padding: 0 1%;
  line-height: 30px;
  font-weight: bold;
  width: 98%;
  height: 30px;
  margin: 0;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #009900 0, #999900 50%, #990000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #009900), color-stop(50%, #999900), color-stop(100%, #990000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #009900 0, #999900 50%, #990000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #009900 0, #999900 50%, #990000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #009900 0, #999900 50%, #990000 100%);
  /* IE10+ */
  background: linear-gradient(to right, #009900 0, #999900 50%, #990000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090', endColorstr='#900', GradientType=1);
  /* IE6-9 */
  border: 1px solid #b3b3b3;
}
section .gradient .max {
  float: right;
}
section .gradient .max.spend {
  display: none;
}
section .gradient .min {
  float: left;
}
section .gradient .min.spend {
  display: none;
}
section .map-canvas {
  float: left;
  clear: left;
  width: 100%;
  height: 750px;
  margin: 0;
  border: 1px solid #b3b3b3;
  display: block;
}
section .map-canvas img {
  max-width: inherit;
  max-height: inherit;
}
section .map-canvas div {
  width: auto;
}
section .map {
  float: left;
  width: 38%;
  height: 400px;
  margin-right: 2%;
}
section .map.col3 {
  width: 32%;
  padding: 0;
}
section .map img {
  max-width: inherit;
  max-height: inherit;
}
section .map div {
  width: auto;
}
section .labels {
  font-size: 12px;
  display: block;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
  text-align: center;
  /*width: 200px;*/
}
section .labels2 {
  font-size: 12px;
  display: none;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
  text-align: center;
  /*width: 200px;*/
}
/*---------------------------------------
    Filter Box
---------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter {
    font-size: 0.8em;
  }
}
form#Filter section div {
  float: left;
  /*clear: left;*/
  width: 100%;
  padding: 0 1%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #AAA;
  background: #f2f2f2;
  /*---------------------------------------
                Box 2
            ---------------------------------------*/
}
form#Filter section div .box2 {
  float: left;
  width: 43%;
  margin: 0 4% 0 0;
  padding: 1rem 2%;
  background: none;
  border: none;
}
form#Filter section div .box2:nth-child(even) {
  margin: 0;
}
form#Filter section div .col2 {
  float: left;
  width: 44%;
  margin: 0 4% 0 0;
  padding: 0 2%;
}
form#Filter section div .col2:nth-child(even) {
  margin: 0;
}
form#Filter section div fieldset {
  float: left;
  width: 19%;
  padding: 5px 0;
  font-size: 14px;
  margin: 5px 1% 5px 0;
  border: none;
  /*&:nth-child(5) {
                    margin-right: 0;
                }*/
  /* Step five geography */
}
form#Filter section div fieldset div {
  border: none;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset {
    width: 49%;
  }
}
form#Filter section div fieldset label {
  position: relative;
  float: left;
  margin: 5px 0;
  padding: 0;
  font-size: 14px;
  width: auto;
  clear: left;
  line-height: 1em;
  vertical-align: middle;
  /*@media @mobile {
                        font-size: 1em;
                    }*/
}
form#Filter section div fieldset .checkbox {
  font-size: 1em;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset .checkbox {
    font-size: 0.65em;
  }
}
form#Filter section div fieldset .filter-field {
  margin-left: 48px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset .filter-field {
    margin-left: 0;
  }
}
form#Filter section div fieldset input.afterradio {
  float: right;
  width: 120px;
  margin: -9px 0 10px 0;
}
form#Filter section div fieldset select.afterradio {
  float: left;
  width: 120px;
  margin: -30px 0 10px 20px;
}
form#Filter section div fieldset select,
form#Filter section div fieldset input {
  float: left;
  margin: 3px 0;
  border: 1px solid #AAA;
  padding: 5px;
}
form#Filter section div fieldset select {
  width: 150px;
  clear: left;
  line-height: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset select {
    width: 130px;
  }
}
form#Filter section div fieldset select.multi {
  height: 150px;
  width: 75%;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form#Filter section div fieldset input[type=checkbox] {
  float: left;
  clear: left;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
}
form#Filter section div fieldset input[type=radio] {
  float: left;
  clear: left;
  margin: 3px 5px 0 0;
  width: 15px;
  height: 15px;
}
form#Filter section div fieldset input[type=button].button {
  background: #1454a8;
  padding: 0.5rem 0;
  width: 40%;
  margin: 0 10% 0 0;
  margin-right: -moz-calc(25% - 49px);
  margin-right: -webkit-calc(25% - 49px);
  margin-right: calc(25% - 49px);
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(2) {
    min-height: 190px;
  }
}
form#Filter section div fieldset .number-title {
  margin-bottom: 0.8rem;
  border: none;
  padding: 0;
}
form#Filter section div fieldset .number-title h4 {
  float: left;
  line-height: 34px;
  margin: 0 0 0 10px;
  font-size: 16px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset .number-title h4 {
    font-size: 1em;
  }
}
form#Filter section div fieldset .number-title p {
  float: left;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  background: #1454a8;
  color: #FFF;
  font-weight: bold;
  border-radius: 20px;
}
form#Filter section div fieldset:nth-child(6) {
  float: left;
  width: 100%;
  margin: 0 0 0 0px;
  padding: 0;
  clear: none;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset:nth-child(6) {
    margin-left: -9px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(6) {
    margin-left: -5px;
  }
}
form#Filter section div fieldset:nth-child(6) .half {
  float: left;
  width: 69.5%;
  margin: 0 0 0 34px;
  padding: 0;
  clear: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset:nth-child(6) .half {
    width: 95%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(6) .half {
    width: 93%;
  }
}
form#Filter section div fieldset:nth-child(6) .half .row {
  float: left;
  width: 100%;
  border: none;
}
form#Filter section div fieldset:nth-child(6) .half .row:first-child {
  border-bottom: solid 2px #999999;
  margin-bottom: 0.6rem;
}
form#Filter section div fieldset:nth-child(6) .half .row .h-row {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  border: none;
}
form#Filter section div fieldset:nth-child(6) .half .row .h-row input,
form#Filter section div fieldset:nth-child(6) .half .row .h-row select {
  display: inline-block;
  clear: none;
  width: 90%;
  margin: 0;
  padding: 8px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form#Filter section div fieldset:nth-child(6) .half .row .h-row input:nth-child(3),
form#Filter section div fieldset:nth-child(6) .half .row .h-row select:nth-child(3) {
  margin-top: -10px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(6) .half .row .h-row select#selectedgeography {
    width: 100%;
  }
}
form#Filter section div fieldset:nth-child(6) .half .row .h-row input[type=radio] {
  width: auto;
  margin: 10px 10px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(6) .half .row .h-row input[type=radio] {
    margin-top: 5px;
  }
}
form#Filter section div fieldset:nth-child(6) .half .row .q-row {
  float: left;
  width: 25%;
  border: none;
}
form#Filter section div fieldset:nth-child(6) .half .row .q-row label {
  line-height: 26px;
}
form#Filter section div fieldset:nth-child(6) .half .row .q-row input {
  float: left;
  width: 91px;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  form#Filter section div fieldset:nth-child(6) .half .row .q-row input {
    float: right;
    width: 97px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div fieldset:nth-child(6) .half .row .q-row input {
    float: right;
    width: 70px;
  }
}
form#Filter section div .i-button {
  float: right;
  clear: right;
  margin: 5px 0 5px 10px;
  cursor: pointer;
}
form#Filter section div .half-30 {
  float: left;
  width: 27%;
  padding: 0;
  clear: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div .half-30 {
    width: 100%;
  }
}
form#Filter section div .filter-buttons {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  border: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div .filter-buttons {
    width: 40%;
    float: right;
    margin: 0 0 1rem 0;
  }
}
form#Filter section div .filter-buttons input {
  float: right;
  width: 42%;
  margin-left: 2%;
  background: #1454a8;
  padding: 1rem 0;
  border: none;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div .filter-buttons input {
    /*width: 30%;
                        margin: 0 0 0 0;*/
  }
}
form#Filter section div #newleads {
  float: right;
  display: block;
  width: 86%;
  background: #1454a8;
  color: #fff;
  line-height: 3em;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.3em;
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  form#Filter section div #newleads {
    width: 60%;
    margin: 0 0 0 0;
  }
}
form#Filter section div #newleads a {
  background: #fff;
  color: #1454a8;
  float: right;
  width: 42%;
  padding: 0.5rem 0;
  margin: 0.5em 0;
  text-align: center;
  line-height: 1em;
}
form#Filter section div #newleads a:hover {
  text-decoration: none;
}
form#Filter section div .tooltip2 {
  display: none;
  position: absolute;
  width: 300px;
  margin: 10px 0 0 0;
  padding: 10px;
  z-index: 10;
  background: #1454a8;
  color: #fff;
  border: 1px solid #0f3d7a;
}
form#Filter section div .tooltip2 h4 {
  color: #fff;
}
.tooltip2 {
  display: none;
  position: absolute;
  width: 300px;
  margin: 10px 0 0 0;
  padding: 10px;
  z-index: 10;
  background: #1454a8;
  color: #fff;
  border: 1px solid #0f3d7a;
}
.tooltip2 h4 {
  color: #fff;
}
.company-overview {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f2f2f2;
  border: 1px solid #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company-overview .col3:nth-child(-n+3) {
  min-height: 400px;
}
.company-overview p {
  padding: 10px;
  box-sizing: border-box;
}
.company-overview p.noborder {
  border: none;
}
.company-overview p a {
  float: right;
  margin: 10px 10px 0 0;
}
.company-overview p a img {
  float: right;
  width: 15px;
  height: 15px;
}
.company-overview div.scroll {
  float: left;
  width: 100%;
  display: block;
  max-height: 97px;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.company-overview div.scroll table {
  width: 95%;
}
.company-overview div.scroll table td {
  background: #fff;
  text-align: left;
}
.company-overview div.scroll table td .linkedin {
  width: 15px;
  height: 15px;
  margin: 8px auto;
}
.company-overview .button {
  margin: 0 10px 10px 0;
}
.company-overview .vehiclebox {
  width: 100%;
  margin: 0 0 16px 0;
  border: 2px solid #1454a8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 2%;
  background: #fff;
}
.company-overview .vehiclebox div {
  width: 20%;
  margin: 0 2%;
  text-align: center;
}
.company-overview .vehiclebox div img {
  width: 100%;
  max-width: 139px;
  margin: 0 auto;
}
.company-overview .vehiclebox span {
  width: 20%;
  margin: 0 2%;
  display: block;
  float: left;
  text-align: center;
  font-size: 1.5em;
}
.company-overview div:nth-last-child(2) {
  margin-bottom: 100px;
}
.company-overview div.scroll:nth-last-child(2) {
  margin-bottom: 0;
}
.company-overview #actionbuttons a {
  float: right;
  padding: 1em 0;
  box-sizing: border-box;
  background-color: #1454a8;
  color: #FFF;
  font-weight: bold;
  width: 23%;
  margin: 10px 1%;
  text-align: center;
}
.company-overview #actionbuttons a:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.company-overview #actionbuttons span {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #b00;
}
.company-overview #actionbuttons #callbackDate {
  /*display: none;*/
  float: left;
  box-sizing: border-box;
  background-color: #1454a8;
  color: #FFF;
  font-weight: bold;
  width: 48%;
  margin: 10px 1%;
  text-align: center;
  padding: 0;
}
.company-overview #actionbuttons #callbackDate a,
.company-overview #actionbuttons #callbackDate input {
  width: 48%;
  box-sizing: border-box;
  margin: 0;
}
.company-overview #actionbuttons #callbackDate input {
  height: 22px;
  margin: 1em 1%;
}
/* -------------------------------------------------
	$Data Overview
--------------------------------------------------*/
.data-overview {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f2f2f2;
  border: 1px solid #999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.data-overview h2 {
  float: left;
  margin-top: 1rem;
  font-size: 24px;
}
.data-overview img {
  margin: 20px 0 0 0;
}
.data-overview p {
  float: left;
  width: 60%;
  line-height: 1.75rem;
  min-width: 320px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}
.data-overview p .view {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #1454a8;
  color: #fff;
  padding: 0.5rem 2rem;
}
.data-overview p .view:hover {
  background: #0f3d7a;
}
.data-overview p .export {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #1454a8;
  color: #fff;
  padding: 0.5rem 2rem;
}
.data-overview p .export:hover {
  background: #0f3d7a;
}
.data-overview p .noview {
  float: right;
  margin-right: 2%;
  font-size: 0.75rem;
  background: #999999;
  color: #fff;
  padding: 0.5rem 2rem;
}
.data-overview p span {
  color: #cb2029;
}
.data-overview p span.red {
  color: #cb2029;
}
.data-overview p span.blue {
  color: #1454a8;
}
.data-overview p span.green {
  color: #14a854;
}
.data-overview p span.yellow {
  color: #ccbe00;
}
p.border {
  border: 2px solid #1454a8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
iframe.whole-life-cost-calculator {
  /*width: 965px;*/
  width: 100%;
  min-width: 965px;
  height: 1400px;
  overflow-y: scroll;
  margin: 5px auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Arial, sans-serif;
}
.ui-datepicker div {
  float: none;
  position: unset;
  width: auto;
}
.up {
  background: #2c3e50 url('../Images/up.png') no-repeat 98%;
}
.down {
  background: #2c3e50 url('../Images/down.png') no-repeat 98%;
}
#SummaryTaskList {
  height: 225px;
  overflow: auto;
  padding: 5px 10px;
  border: 1px solid #b8b8b8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#SummaryTaskList ul {
  list-style: none;
}
.margin-top {
  margin-top: 10px;
}
/* -------------------------------------------------
	$Stats/Reports
--------------------------------------------------*/
#reports-datepicker {
  float: left;
  width: 100%;
  padding: 20px;
}
#reports-datepicker label {
  float: left;
  clear: none;
  width: auto;
  line-height: 38px;
  margin: 0 10px 0 0;
}
#reports-datepicker input {
  float: left;
  clear: none;
  width: 150px;
  margin: 0 10px 0 0 ;
}
/*@mobile: ~"only screen and (min-width: 769px) and (max-width: 1024px)";*/
@media only screen and (min-width: 769px) and (max-width: 1330px) {
  .m-hide {
    display: none;
  }
  .m-show,
  #mobile-nav {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1330px), only screen and (min-width: 0px) and (max-width: 768px) {
  a {
    visibility: visible !important;
  }
}
