@charset "UTF-8";
/* CSS Document */
/* Colour Scheme = http://paletton.com/#uid=3340u0kw0vxjHCLp1xPykoAD-jj */
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
body a:link {
	color: #b72fa3; // #4E77BD;
}
body a:visited {
	color: #DCC04E;
}
body a:hover {
	color: #6C8ABD;
}
/* Override colours for utilites */
header a:link,
header a:visited,
header a:hover {
        //color: #00AB66; /* too light against pink */
        color: #DB5826;
}
/*
h1, h2, h3, p, li {
	color: #783608;
}*/
header {
        background-color: #F16C92; /* #DFDFDF; */
        /* top colour is D (14), 1A (28) brighter in hexadecimal */
	/* Blue is #004284, #003577, #00286A */
	/* Duller blue is #285985, #184C78, #0B3F6B */
        background-image: -moz-linear-gradient(top, #285985, #0B3F6B); // #E45F85); // #00B873, #00AB66);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#285985), to(#0B3F6B)); // #E45F85)); // #00B873), to(#00AB66));
        background-image: -webkit-linear-gradient(top, #285985, #0B3F6B); // #E45F85); // #00B873, #00AB66);
        background-image: -o-linear-gradient(top, #285985, #0B3F6B); // #E45F85); // #00B873, #00AB66);
        background-image: linear-gradient(to bottom, #285985, #0B3F6B); // #F16C85); // #00B873, #00AB66);
        background-repeat: repeat-x;
        background-position: center;
        min-height: 0px;
        color: #FFF;
}
.mod-languages {
	text-align: right;
	margin: 1.3em 3em 0 0;
	font-size: 14px; /* probably unnecessary */
	float: right;
}
header img {
	margin: 1em 0 1em 3em;
}

.mod-languages a {
}
.mod-languages li {
	padding: 0;
}
.mod-languages li:hover {
	text-decoration: underline;
}
header .search {
	margin: 1em 1em 1em 0;/* this can determine the height of the header */
	float: right;
}
/* navbar from bootstrap.css for overriding */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #535661;
  /* top colour is D (14) brighter in hexadecimal */
  /* Go Green is #00B873, #00AB66 */
  background-image: -moz-linear-gradient(top, #535661, #464954);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535661), to(#464954));
  background-image: -webkit-linear-gradient(top, #535661, #464954);
  background-image: -o-linear-gradient(top, #535661, #464954);
  background-image: linear-gradient(to bottom, #535661, #464954);
  background-repeat: repeat-x;
  border: 0px solid #464954;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535661', endColorstr='#ff464954)', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/* navbar text */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #EFEFEF;
  text-shadow: 0 1px 0 #535661; */ Go Green -F (16) > 00AB66 = 007C46 */
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #FFF;
  background-color: transparent;
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #FFF;
    text-decoration: none;
	text-shadow: 0 1px 0 #00491E; /* Shadow 20hex > 00693E = 00491E */
    background-color: #393C47; // #00693E;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 105, 30, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 105, 30, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 105, 30, 0.125)
}

@media (min-width: 979px) {
/* to fix broken highlight on selected menu on navbar after submenus added */
.navbar .nav li.dropdown.active > .dropdown-toggle {
        color: #fff;
        background-color: #393C47;
}
}
/* Dropdowns from Protostar */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #393C47; // #8B002A;
	border: 1px solid #393C47; // #8B002A;
	border: 1px solid rgba(57,60,71,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
@media (min-width: 979px) {
nav .nav-child-sub { /* added for submenus */
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #393C47; // #8B002A;
	border: 1px solid #393C47; // #8B002A;
	border: 1px solid rgba(57,60,71,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #393C47 !important; /* !important added for submenus to keep colour */
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #393C47 !important; /* !important added for submenus to keep colour */
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #000;
	background-color: #E86533; // #D5BF10;
	background-color: #D85523; // #C5AF00;
	background-image: -moz-linear-gradient(top,#E86533, #D85523);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#E86533),to(#D85523));
	background-image: -webkit-linear-gradient(top,#E86533, #D85523);
	background-image: -o-linear-gradient(top,#E86533, #D85523);
	background-image: linear-gradient(to bottom,#E86533, #D85523);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE86533', endColorstr='#ffD85523', GradientType=0);
}
@media (min-width: 979px) {
nav .nav-child .current li > a:hover, /* added for submenus */
nav .nav-child .current li > a:focus, /* added for submenus */
nav .nav-child .current:hover > a, /* added for submenus */
nav .nav-child .dropdown-submenu li > a:hover, /* added for submenus */
nav .nav-child .dropdown-submenu li > a:focus, /* added for submenus */
nav .nav-child .dropdown-submenu:hover > a { /* added for submenus */
	text-decoration: none;
	color: #000;
	background-color: #E86533; // #D5BF10;
	background-color: #D85523; // #C5AF00;
	background-image: -moz-linear-gradient(top,#E86533, #D85523);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#E86533),to(#D85523));
	background-image: -webkit-linear-gradient(top,#E86533, #D85523);
	background-image: -o-linear-gradient(top,#E86533, #D85523);
	background-image: linear-gradient(to bottom,#E86533, #D85523);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE86533', endColorstr='#ffD85523', GradientType=0);
}
}
/* trying to fix tablet menu */
@media (max-width: 979px) {
nav .nav-child .current > a,
nav .nav-child .dropdown-submenu > a,
nav .nav-child .current li > a:hover, /* added for submenus */
nav .nav-child .current li > a:focus, /* added for submenus */
nav .nav-child .current:hover > a, /* added for submenus */
nav .nav-child .dropdown-submenu li > a:hover, /* added for submenus */
nav .nav-child .dropdown-submenu li > a:focus, /* added for submenus */
nav .nav-child .dropdown-submenu:hover > a { /* added for submenus */
	background-color: transparent;
	background-image: none;
}
}
@media (min-width: 979px) {
/* added to remove colour on first level submenu when on that page (two levels required) */
nav .nav-child .current > a,
nav .nav-child .dropdown-submenu > a {
        text-decoration: none;
        color: #fff;
        background-color: #393C47; // #8B002A
        background-color: #393C47; // #8B002A;
        background-image: -moz-linear-gradient(top,#393C47, #393C47);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#393C47),to(#393C47));
        background-image: -webkit-linear-gradient(top,#393C47,#393C47);
        background-image: -o-linear-gradient(top,#393C47,#393C47);
        background-image: linear-gradient(to bottom,#393C47,#393C47);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393C47', endColorstr='#ff393C47', GradientType=0);
}
}
/* Main content styles */
.item-page, .categories-list, .contact-category, .contact, .weblink-category, .login, #xmap {
	padding: 0 3em;
	min-height: 450px;
	margin-bottom: 3em;
}
.span9 .moduletable {
	padding-left: 3em;
}
.span3 .moduletable {
	padding-right: 3em;
}
.span12 .category-list, .span12 .moduletable, .span12 .search {
	padding: 0 3em;
}
.login {
	margin-bottom: 0;
	min-height: auto;
}
/* Please revise the following picture styles */
.img-circle, .img-polaroid, .img-rounded {
	margin: 0 0 1em 1em;
}
/* Breadcrumb style */
.breadcrumb {
	background-color: #EFEFEF;
	padding-left: 0;
}
/* Hide category-list limiter */
.span12 .category-list .content-category #limit {
	visibility: hidden
}
/* Button (for print etc) Styling */
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("/media/jui/img/glyphicons-halflings-white.png");
}
.caret {
  border-top: 4px solid #FFF;
}
.dropdown-menu {
	background-color: #DB5826; // #9A5900;
	border: 1px solid #ccc;
}
.dropdown-menu > li > a {
	color: #FFF;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #285985; // #00854F;
	*background-color: #1B4C78; //#007842;
	background-image: -moz-linear-gradient(top, #285985, #1B4C78);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#285985), to(#1B4C78));
	background-image: -webkit-linear-gradient(top, #285985, #1B4C78);
	background-image: -o-linear-gradient(top, #285985, #1B4C78);
	background-image: linear-gradient(to bottom, #285985, #1B4C78);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285985', endColorstr='#ff1B4C78', GradientType=0);
}
@media (min-width: 979px) {
.dropdown-submenu:hover > a, /* added for submenus */
.dropdown-submenu:focus > a { /* added for submenus */
	text-decoration: none;
	background-color: #285985; // #00854F;
	*background-color: #1B4C78; //#007842;
	background-image: -moz-linear-gradient(top, #285985, #1B4C78);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#285985), to(#1B4C78));
	background-image: -webkit-linear-gradient(top, #285985, #1B4C78);
	background-image: -o-linear-gradient(top, #285985, #1B4C78);
	background-image: linear-gradient(to bottom, #285985, #1B4C78);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff285985', endColorstr='#ff1B4C78', GradientType=0);
}
}
@media (min-width: 979px) {
/* added section for submenu arrows */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #000000;
}
/* end of added section for submenu arrows */
}
@media (max-width: 979px) {
/* added section for submenu arrows */
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 0px 0 0px 0px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #000000;
}
/* end of added section for submenu arrows */
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(220, 137, 78, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F57240; // #D17E00;
  *background-color: #E86533; // #C47100;
  background-image: -moz-linear-gradient(top, #F57240, #E86533);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F57240), to(#E86533));
  background-image: -webkit-linear-gradient(top, #F57240, #E86533);
  background-image: -o-linear-gradient(top, #F57240, #E86533);
  background-image: linear-gradient(to bottom, #F57240, #E86533);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #F57240 #F57240 #DB5826; // #D17E00 #D17E00 #B76400;
  border-color: rgba(245, 114, 64, 1.0) rgba(245, 114, 64, 1.0) rgba(219, 88, 38, 1.0);
  border-bottom-color: #DB5826; // #B76400;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF57240', endColorstr='#ffDB5826', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #E86533; // #C47100; /*#20637B;*/
  *background-color: #E85C1A; // #C46800;
}

.btn:active,
.btn.active {
  background-color: #20637B \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #FFF;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #E86533; // #C47100;
}
/* Primary button styles */
.btn-primary {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #efefef;
  text-shadow: 0 1px 0 rgba(220, 137, 78, 0.25); /*Pink -20 > 00AB66 = 008B41*/
  background-color: #E86533; //#00AB66;
  *background-color: #C84513; // #008B41;
  background-image: -moz-linear-gradient(top,  #E86533, #C84513);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #E86533), to(#C84513));
  background-image: -webkit-linear-gradient(top,  #E86533, #C84513);
  background-image: -o-linear-gradient(top,  #E86533, #C84513);
  background-image: linear-gradient(to bottom,  #E86533, #C84513);
  background-repeat: repeat-x;
  /* border-color: #2A87A5 #2A87A5 #106D8B; */
  /* 1A 1A 1A - E20041 > FC005B */
  border-color: #E86533 #E86533 #C84513; //#00AB66 #00AB66 #008B41;
  border-color: rgba(232, 101, 51, 1.0) rgba(232, 101, 51, 1.0) rgba(200, 79, 19, 1.0);
  /* 2A87A5 > 06799F = 24 0E 06 (old colours) */
  /* E20041 > BE003B when pink */
  /* 00AB66 > 007F60 now as go green */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE86533', endColorstr='#ffC84513', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #C84513; // #008B41;
  *background-color: #C84513; // #007628;
}
/* Styling the input boxes */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #FEE100; /* needs to be updated - krp */
  background-color: #e86533; // #00AB66; /* #06799F */
  border: 1px solid #e86533; // #00AB66; /* Darker border colour (Was 034961) */
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #333; // #535661; // #034961;
  background-color: #EFEFEF;
  border: 1px solid #DB5826; // #034961; /* Darker border colour */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
  background-color: #FFFFFF;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #FFFFFF;
  border-color: rgba(245, 114, 64, 0.8); /* 00AB66 but D brighter is 0DB873 */
  /* border-color: rgba(19, 86, 110, 0.8); */ /* 034961 but D brighter is 13566E */
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(40, 89, 133, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(40, 89, 133, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(40, 89, 133, 0.6);
}
/* Customise the search input box */
header input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* Hide Councillor search by name */
.contact-category #filter-search {
	display: none;
}
footer {
	color: #EFEFEF;
	background-color: #535661;
}
footer .span9 {
	padding: 4em 0 0 3em;
}
footer p {
	color: #EFEFEF;
	padding-left: 0.75em;
}
footer .nav-pills a {
	color: #000;
	background-color: #E86533; // #B89A1A;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
footer .nav-pills a:hover {
	color: #E86533; // #B89A1A;
	background-color: #FFF;
}
/* Suppress xmap power by message */
#xmap .muted {
	display: none;
}
/* Tablet navigation button style */
.navbar .btn-navbar {
  background-color: #F57240; // #D17E00;
  *background-color: #E86533; // #C47100;
  background-image: -moz-linear-gradient(top, #F57240, #E86533);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F57240), to(#E86533));
  background-image: -webkit-linear-gradient(top, #F57240, #E86533);
  background-image: -o-linear-gradient(top, #F57240, #E86533);
  background-image: linear-gradient(to bottom, #F57240, #E86533);
  background-repeat: repeat-x;
  border-color: #F57240 #F57240 #E86533; // #E86533 #E86533 #CE4B19;
  border-color: rgba(232, 101, 51, 1.0) rgba(232, 101, 51, 1.0) rgba(206, 75, 25, 1.0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE86533', endColorstr='#ffF57240', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(239, 239, 239, 0.1), 0 1px 0 rgba(239, 239, 239, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(239, 239, 239, 0.1), 0 1px 0 rgba(239, 239, 239, 0.075);
          box-shadow: inset 0 1px 0 rgba(239, 239, 239, 0.1), 0 1px 0 rgba(239, 239, 239, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #E86533;  /* Was DC894E */
  *background-color: #E85C1A; /* Was DC8035 */
}
/* Drop down menus for the forms */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(83, 86, 97, 0.25);
  height: 23px;
  background-color: #535661; // #C47100;
  *background-color: #60636E; // #D17E00;
  background-image: -moz-linear-gradient(top, #535661, #60636E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535661), to(#60636E));
  background-image: -webkit-linear-gradient(top, #535661, #60636E);
  background-image: -o-linear-gradient(top, #535661, #60636E);
  background-image: linear-gradient(to bottom, #535661, #60636E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535661', endColorstr='#ff60636E', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #60636E #60636E #535661;
  border-color: rgba(96, 99, 110, 1.0) rgba(96, 99, 101, 1.0) rgba(83, 86, 97, 1.0);
  border-bottom-color: #5D6019;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #fff;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #20637B; /* Was DC894E */
  /* #00854F #007842 */
  /* #E86533, #DB5826 */
  background: #DB5826 url('chosen-sprite.png') no-repeat 100% -20px; /* 284B87 */
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #E86533), color-stop(15%, #DB5826));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#E86533 1%, #DB5826 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#E86533 1%, #DB5826 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#E86533 1%, #DB5826 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#E86533 1%, #DB5826 15%);
  font-size: 1em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
.chzn-container .chzn-results li.highlighted {
  /* #00854F #007842 */
  /* #E86533, #DB5826 */
  background-color: #E86533;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #E86533), color-stop(90%, #DB5826));
  background-image: -webkit-linear-gradient(#E86533 20%, #DB5826 90%);
  background-image: -moz-linear-gradient(#E86533 20%, #DB5826 90%);
  background-image: -o-linear-gradient(#E86533 20%, #DB5826 90%);
  background-image: linear-gradient(#E86533 20%, #DB5826 90%);
  color: #fff;
}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* #535661, #464954 */
.chzn-container .chzn-drop {
	color: #FFF;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #464954; // #8D4C00;
  border-top: 0;
  background: #535661; // #9A5900;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #535661; // #DB5826;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* #535661, #464954 */
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #464954; // #DB5826;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #535661), color-stop(80%, #464954));
  background-image: -webkit-linear-gradient(#535661 20%, #464954 80%);
  background-image: -moz-linear-gradient(#535661 20%, #464954 80%);
  background-image: -o-linear-gradient(#535661 20%, #464954 80%);
  background-image: linear-gradient(#535661 20%, #464954 80%);
  box-shadow: 0 1px 0 #464954 inset;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #535661; // #E86533;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #FFF !important;
}
/* @end */
footer address {
	padding: 1em 0 1em 3em;
}
#footer-copyright {
	padding: 1em 3em 1em 0;
	text-align: right;
}
footer p {
	padding: 0;
	margin-bottom: 0;
}

/* Styling for IPTest */
.custom-iptest {
	border: 0px solid #008b41;
	margin: 0 3em 2em 0;
	display: block;
}
#iptest-body {
	color: #EFEFEF;
	background-color: #008B41;
	*background-color: #007628;
}

/* Dropdowns from Protostar */
@media (max-width: 979px) {
	nav .nav-child {
		position: static;
		top: auto;
		left: auto;
		z-index: 1000;
		display: block;
		float: none;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		background-color: transparent;
		border: 0px solid #B89A1A;
		border: 0px solid rgba(184,154,26,0.2);
		*border-right-width: 0px;
		*border-bottom-width: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
		box-shadow: 0 0px 0px rgba(0,0,0,0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	nav ul.nav-child a {
		font-size: 16px;
		color: #000;
	}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover {
		background-color: transparent;
	}
	nav .nav-child:before,
	nav .nav-child:after {
		display: none;
	}
	nav .nav-child li > a:hover,
	nav .nav-child li > a:focus,
	nav .nav-child:hover > a {
		text-decoration: none;
		color: #fff;
		background-color: transparent;
		background-color: transparent;
		background-image: none;
	}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	header {
		text-align: center;
		/*background-image: none;*/
		color: #FFF;
		/*min-height: 0;*/
	}
	header img {
		padding: 0px 1em 1em 1em;
		margin-left: 0;
	}
	.mod-languages,
	#site-map {
		text-align: center;
		padding: 1em 1em 1em 0;
		display: block;
		min-width: 8em;
	}
	.mod-languages a,
	#site-map a {
		color: #FFF;
	}
	.mod-languages li,
	#site-map li {
		padding: 0;
	}
	header .search {
		/*margin: 1em;*/
		float: none;
	}
	header input.search-query,
	header button.btn {
		margin-top: 3em;
	} 
	/* Main content styles */
	.item-page, .categories-list, .contact-category, .contact, .weblink-category, .login, #xmap {
		padding: 0;
		min-height: auto;
		margin-bottom: 1em;
	}
	.span9 .moduletable {
		padding-left: 0;
	}
	.span3 .moduletable {
		padding-right: 0;
	}
	.span12 .category-list, .span12 .moduletable, .span12 .search {
		padding: 0 0;
	}
	/* Footer stuff */
	footer .span4 {
		text-align: center;
	}
	footer ul.nav {
		width: 15em;
		margin: 0 auto;
	}
	footer address {
		margin: 0;
		padding: 1em 0 1em 0;
	}
	#footer-gmg {
		padding: 0;
	}
	#footer-copyright {
		padding: 1em 0 1em 0;
		text-align: center;
	}
}
@media (max-width: 380px) {
	/* Shrink search box */
	header input {
		max-width: 100px;
	}
}

/* hides portfolio menus via temporary custom class */
nav .nav-child a.hiddenitem {
	display: none;
}

/* restyles sidebar-items for tablet */
@media (max-width: 768px) {
        .sidebar-items {
                /* float: left; */
                /* max-width: 220px; */
        }
}
@media (max-width: 518px) {
        .sidebar-items {
                /* float: left; */
                /* max-width: 130px; */
        }
}
