/* load font icons */
@import url(/custom/fonts/icomoon/style.css);
/**
 * Default CSS for CMS intranet templates.
 * Includes Twitter Bootstrap responsive CSS at start to provide a base
 * Custom CMS CSS is towards the bottom.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-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;
  -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);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #D1D1D1;
  background-image: -moz-linear-gradient(top, #D1D1D1, #555555);
  background-image: -ms-linear-gradient(top, #D1D1D1, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D1D1D1), to(#555555));
  background-image: -webkit-linear-gradient(top, #D1D1D1, #555555);
  background-image: -o-linear-gradient(top, #D1D1D1, #555555);
  background-image: linear-gradient(top, #D1D1D1, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#555555', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  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);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
#cms .navbar-inner-expanded {
    background-color: #444444;
    background-repeat: repeat-x;
    border-radius: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    /* The below css caused menu to not display on subsequent openings (chrome android).
    -webkit-transform: translate3d(0, 0, 0);*/
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}


  #header_navcontainer .navbar-inner-expanded div.centricDynamicMenu {
    height: auto;
    clear: both;
  }
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu ul,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu li,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    outline: 0 none;
}
#nav_centricDynamicMenu .navbar-inner-expanded ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 20px 10px;
}
#nav_centricDynamicMenu .navbar-inner-expanded ul ul {
    padding: 0;
}
#nav_centricDynamicMenu .navbar-inner-expanded li {
    line-height: 18px;
}
#header.small #nav_centricDynamicMenu .collapse a {
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    display: block;
    font-weight: bold;
    padding: 5px 15px;
}

  #cms #header.small #header_navcontainer {
    background-image: none;
    clear: left;
    height: auto;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
  }
  #cms #header.small #header_navcontainer div#nav_centricDynamicMenu {
    background-color: #3C3C3C;
    background-image: none;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: auto;
    clear:both;
  }
  #cms #header.small #header_navcontainer .inner {
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    float: none;
    padding: 0 20px;
    width: auto;
  }
  #header.small #menuToggle {
    margin: 8px 30px 8px 0;
    display:block;
  }
  #header.small #nav_centricDynamicMenu .collapse .sf-sub-indicator {
    background-position: 0 3px;
    display: inline-block;
    height: 14px;
    left: 5px;
    position: relative;
    right: auto;
    top: auto;
  }
  #header.small #nav_centricDynamicMenu li a:focus,
  #header.small #nav_centricDynamicMenu li a:hover ,
  #header.small #nav_centricDynamicMenu li a:active  {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    background-image:none;
    border:none;
  }
  #header.small #nav_centricDynamicMenu .collapse a:focus .sf-sub-indicator,
  #header.small #nav_centricDynamicMenu .collapse a:hover .sf-sub-indicator,
  #header.small #nav_centricDynamicMenu .collapse a:active  .sf-sub-indicator {
    background-position: -10px -98px;
  }

@media (max-width: 819px) {/* 820 is the breakpoint for the menu */
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 18px;
  }
  .navbar-fixed-bottom {
    margin-top: 18px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 9px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #222222;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  /**/
  #cms #header_navcontainer div.centricDynamicMenu {
    background-image: none;
    height: 0;
    /* the below opacity transition is used to make sure the menu displays properly in chrome on androids and in safari iOS7 */
    opacity:0;
    -webkit-transition: opacity 1ms;
    -moz-transition: opacity 1ms;
    -o-transition: opacity 1ms;
    transition: opacity 1ms;
  }
  #cms #header_navcontainer .navbar-inner-expanded div.centricDynamicMenu {
    height: auto;
    opacity: 1;
  }
  body#cms #header_navcontainer {
    background-image: none;
    clear: left;
    height: auto;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
  }
  #cms #header_navcontainer div#nav_centricDynamicMenu {
    background-color: #3C3C3C;
    background-image: none;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    width: auto;
  }
  #cms #header_navcontainer .inner {
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    float: none;
    padding: 0 20px;
    width: auto;
  }
  #menuToggle {
    margin: 8px 30px 8px 0;
  }
  #nav_centricDynamicMenu .collapse .sf-sub-indicator {
    background-position: 0 3px;
    display: inline-block;
    height: 14px;
    left: 5px;
    position: relative;
    right: auto;
    top: auto;
  }
  #nav_centricDynamicMenu li a:focus,
  #nav_centricDynamicMenu li a:hover ,
  #nav_centricDynamicMenu li a:active  {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    background-image:none;
    border:none;
  }
  #nav_centricDynamicMenu .collapse a:focus .sf-sub-indicator,
  #nav_centricDynamicMenu .collapse a:hover .sf-sub-indicator,
  #nav_centricDynamicMenu .collapse a:active  .sf-sub-indicator {
    background-position: -10px -98px;
  }
  /**/
}
@media (min-width: 820px) { /* 820 is the breakpoint for the menu */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* start custom CMS CSS */
@media (max-width: 1030px) {
  .row {
    margin-left: 0px;
  }
  html body#cms {
    background-color: #2B2B2B;
    min-width: 320px;
  }
  #cms .span12 {
    float: none;
  }
  #cms #header {width:100%;height: auto;background-color: #FFFFFF;padding-bottom:9px;background-image:url("/custom/files/media/default_template_header_bg_mobile.png");background-repeat:repeat-x;}
  #cms #header_tab_empty {display:none;}
  #cms #header_tab {
    float: right;
    margin: 0 45px 0 0;
  }
  #cms #header_logo {
    margin: 15px 0 0 20px;
  }
  #cms #header_navcontainer {
    clear: left;
    margin: 5px 0 0 25px;
  }
  #cms #footer ul {
    background-image: none;
    height: 200px;
  }
  #cms .span3 {
    background-color: #2A2A2A;
    background-image: -moz-linear-gradient(center top , #2A2A2A, #3C3C3C);
    background-image: -ms-linear-gradient(top, #2A2A2A, #3C3C3C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2A2A2A), to(#3C3C3C));
    background-image: -webkit-linear-gradient(top, #2A2A2A, #3C3C3C);
    background-image: -o-linear-gradient(top, #2A2A2A, #3C3C3C);
    background-image: linear-gradient(top, #2A2A2A, #3C3C3C);
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
  }
  #cms #footer {
    background-color: #3C3C3C;
    background-image: none;
    height: 100%;
    min-width: 100%;
    margin-top: 0;
  }
  .clearLeft {
    clear: left;
  }
  #cms #footer_inner {width: 100%;}
  #cms #footer_links{
    background-color: #2b2b2b;
    background-image: none;
    border-top: 1px solid #000000;
  }
  #cms #primary_container .inner {
    padding: 0;
  }
  #cms #homecol1 .span12 {
    float: none;

  }
  #cms #wrapper {min-width: 100%;background-color: #ffffff;background-image:none;}
  #cms #wrapper_inner {width: 100%;}

  #cms  #bg  {background-image:none;}
  #cms #favourites_button_parent,
  .jcarousel-skin-fav {
    display:none;
  }
  #cms #breadcrumbs_favourite {
    background-image:none;
    display:none;
  }
  #cms #primary_container,
  #cms #secondary_col {
    float: none;
    margin: 0 25px 15px;
    width: auto;
  }
  #cms #secondary_col .span2 {
    float: none;
    margin: 0;
    width: auto;
    height:auto;
  }
  #cms .footer_image {display:none;}
  #cms #search_container .inner {
    background-image:none;
    width:auto;
    height:auto;
    padding:0;
  }
  #cms #search_container_basic  {
    background-color: #3C3C3C;
    background-image: none;
    border-radius: 10px 10px 10px 10px;
    margin: 10px auto;
    width: 100%;
  }
  #cms #content {
    margin: 0;
    width: 100%;
  }
  #cms #secondary_container {
    border: 1px solid #609811;
    border-radius: 10px 10px 10px 10px;
    background-image: none;
  }
  #cms #secondary_container .inner{
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  #cms #secondary_container ul {
    float: none;
    margin: 15px;
    padding: 0;
    width: auto;
  }
  #cms #secondary_container ul ul{
    margin: 0 15px 15px;
  }
  #cms #secondary_container li {
    float: none;
    width: auto;
  }
  #cms #secondary_container #family_linksnavlist > li#active,
  #cms #secondary_container #family_linksnavlist > li.sub {background-image:none;}
  #cms #secondary_container #family_linksnavlist > li#active > a,
  #cms #secondary_container #family_linksnavlist > li.sub > a {background-color:#609811;border-radius: 10px 10px 10px 10px;}
  #cms #breadcrumbs {
    background-image:none;
    background-color: #2A2A2A;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  #cms #primary_container #title {
    background-image:none;
    background-color: #3C3C3C;
    border-radius:  0 0 10px 10px;
    margin: 0 0 20px;
    padding:0;
    width: 100%;
  }
  #cms #primary_container h1 {
    margin: 20px 0 10px 15px;
    width: auto;
  }
  #cms.wide #homecol1 {
    margin: 0;
    width: auto;
    float:none;
  }
  #cms #homecol1,
  #cms #homecol2  {
    float: none;
    margin: 0;
    width: auto;
  }
  #cms #homecol1 .topleft,
  #cms #homecol1 #primary_container  {
    float: none;
    margin: 0 20px;
    width: auto;
  }
  #cms .topleft .inner {
    width: 100%;
  }
  #cms.home #primary_container h3.title{
    background-color: #E46A00;
    background-image: none;
    border-radius: 10px 10px 10px 10px;
    height: 40px;
    margin: 0 0 20px;
    padding: 20px 2% 0;
    width: 96%;
   }
   #cms #user_container .inner {
     background-color: transparent;
    background-image: none;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
   }
   #cms #user_container {
    background-color: #2A2A2A;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
    float: none;
    margin: 0 20px 20px;
    padding: 0;
    width: auto;
  }
  #cms.home #secondary_container {
  border: medium none;
    border-radius: 0 0 0 0;
    float: none;
    margin: 0 20px;
    width: auto;
  }
  #cms.home #secondary_container .inner {
    border: 1px solid #609811;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
  }
  #cms #user-favourites {
    margin: 0 20px;
    width: auto;
  }
  #cms.home #secondary_container h3.title {
    background-color: #609811;
    background-image: none;
    border-radius: 10px 10px 10px 10px;
    float: none;
    height: auto;
    margin: 20px;
    padding: 15px;
    width: auto;
  }
  #cms #secondary_container #user-favourites #favourite-pages,
  #cms #secondary_container #user-favourites #favourite-files,
  #cms #secondary_container #user-favourites #favourite-events,
  #cms #secondary_container #user-favourites #favourite-chats,
  #cms #secondary_container #user-favourites #favourite-links,
  #cms #secondary_container #user-favourites #favourite-links-list,
  #cms #secondary_container #user-favourites #favourite-files-list,
  #cms #secondary_container #user-favourites #favourite-events-list,
  #cms #secondary_container #user-favourites #simplePagerContainer,
  #cms #secondary_container #user-favourites #favourite-chats-list,
  #cms #secondary_container #user-favourites #favourite-pages-list  {
    float:none;
    width: 100%;
  }
  #cms #user-favourites h3 {
  background-image: none;
    padding: 17px 0 0 2%;
    width: 96%;
  }
  #cms #user-favourites .simplePagerContainer {
    float:none;
  }
  #cms #favourite-pages,
  #cms #favourite-links,
   #cms #favourite-chats  {
    border:1px solid #1E5692;
    border-radius:10px;
  }
}
@media (max-width: 820px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  #cms #wrapper {min-width: 100%;}
  #cms #wrapper_inner {width: 100%;}


  #cms .span12 {
    margin: 0;
    width: auto;
  }
  #cms .span3 {
    float: none;
    margin: 0 20px;
    width: auto;
  }
  #cms #footer ul {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    display: block;
    float: none;
    width: auto;
  }
  #cms #footer_nav {
    clear: both;
    float: left;
    margin: 0 0 20px 20px;
  }
  #cms #primary_container .inner {
    width: auto;
  }
  #cms.home #primary_container .inner {
    width: 100%;
  }
  #cms #homecol1 .span12 {
    margin: 0 20px;
    width: auto;
  }
  #cms.wide #primary_container .inner {
    width: 100%;
  }
  #cms #search_container_basic #search_basic_str input {
     width: 149px;
  }
  #cms .centricListingPaginationLabel {
    display:none;
  }
  #cms #user_container .userInfo {
    width: 195px;
  }
  #cms #user-favourites .fav-links-edit {
    float: right;
    margin: 0 10px 10px 0;
  }
  #cms #user-favourites .chat-shout-link {
    float:left;margin: 0 20px;
  }
  #cms #user-favourites #favourite-chats .fav-item-content {
    width:auto;
    float:none;
  }
}
@media (min-width: 820px) and (max-width: 1030px) {
  #cms .span12 {
    margin: 0 auto;
    width: 800px;
  }
  #cms .span3 {
    float: left;
    margin-left: 20px;
    width: 380px;
    margin-bottom:15px;
  }
  #cms #footer ul {

    width: 340px;
  }
  #cms #footer_lists {
    margin: 20px auto 0;
  }
  #cms #primary_container .inner {
    width: 100%;
  }
  #cms #homecol1 .span12 {
    margin: 0 auto;
    width: 800px;
  }
  #cms #homecol1,
  #cms #homecol2  {
    float: none;
    margin: 0;
    width: auto;
  }
  #cms #homecol1 .topleft,
  #cms #homecol1 #primary_container  {
    float: none;
    margin: 0 20px;
    width: auto;
  }
  #cms .topleft .inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  #cms #header.small #header_navcontainer {
    clear: none;
    width: 798px;
    position: relative;
  }
}
body {
  height: 100%;
  color: #333333;
}
body#cms {
  background-color: #000000;
}
#bg {
  background-image: url("/custom/files/media/default_template_body_bg.png");
  background-repeat: repeat-x;
  float: left;
  min-height: 515px;
  width: 100%;
}
img {position:relative;}
#wrapper {
  background-image: url("/custom/files/media/default_template_default_underlay_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  min-height: 515px;
  min-width:1024px;
  width: 100%;
}
.home #wrapper {
  background-image: url("/custom/files/media/default_template_home_underlay_bg.png");
}
#wrapper_inner,
#footer_inner {
  margin: 0 auto;
  width: 1000px;
}
#header {
  float:left;
  height:105px;
}
#header_tab {
  background-image: url("/custom/files/media/default_template_header_tab.png");
  background-repeat: no-repeat;
  clear: both;
  float: left;
  height: 34px;
  margin: 0 0 0 725px;
  padding: 6px 0 0 35px;
  width: 210px;
}
#header_tab_empty {
  clear: both;
  float: left;
  height: 34px;
  margin: 0 0 0 725px;
  width: 210px;
  padding: 6px 0 0 35px;
}
* html #header_tab,
* html #header_tab_empty {
margin:0 0 0 363px;
}
#header_logo {
  float: left;
}
.login #search_container_basic h1 {
  color:#ffffff;
  margin:17px 15px;
  font-size: 20px;
}
#header_navcontainer {
  float: left;
  margin: 10px 0 0 20px;
  height: 44px;
  background-image: url("/custom/files/media/default_template_header_nav_left.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 11px;
}
.navbar-inner {
  padding: 0;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.js .centricDynamicMenu {
    display: none;
}
#header_navcontainer div#nav_centricDynamicMenu {
  background-image: url("/custom/files/media/default_template_header_nav_bg.png");
  background-repeat:repeat-x;
  height: 44px;
}
#header_navcontainer td {
  background-repeat:no-repeat;
}
#header_navcontainer .inner {
  background-image: url("/custom/files/media/default_template_header_nav_right.png");
  background-repeat:no-repeat;
  background-position: right top;
  padding-right:11px;
  float:left;
}
* html #header_navcontainer {
  background-position: left top;
}
* html #header_navcontainer .inner {
  background-position: right top;
}
/* page content*/
#content {
  float:left;
  width:1000px;
  margin-top: 9px;
}
.wide #content {
margin: 8px 0 90px;
}
#secondary_col {
  float:left;
  width:334px;
  margin-left:2px;
}
 #search_container_basic {
  float:left;
  margin: 0;
  background-image:url("/custom/files/media/default_template_default_search_container_bg.png");
  background-repeat:no-repeat;
  height: auto;
  width: 280px;
}
* html #search_container_basic {
  margin: 0px 38px 36px 9px;
}
#secondary_col .footer_image {
  background:url("/custom/files/media/default_template_default_secondary_bottom.png");
  float:left;
  height:18px;
  width:316px;
}
.home #search_container_basic {
  background-image:url("/custom/files/media/default_template_home_search_container_bg.png");
  height: 136px;
  width: 576px;
  margin: 0px 18px 0;
}
* html .home  #search_container_basic {
  margin: 0px 9px 36px;
}
#user_container h3 {
    font-size: 20px;
    margin: 0;
    padding: 17px 15px;
}
.home #user_container h3 {
    color: #FFFFFF;
    padding: 10px 15px;
}
#search_container_basic h3 {
  color:#ffffff;
  margin:17px 15px;
  font-size: 20px;
}
#search_container_basic #search_basic_str input {
  background-image: url("/custom/files/media/default_template_default_search_field_bg.png");
  background-repeat:no-repeat;
  border:none;
  margin: 0 7px 0 15px;
  padding: 0 10px;
  width: 149px;
  height: 30px;
}
.home #search_container_basic #search_basic_str input {
  background-image: url("/custom/files/media/default_template_search_field_bg.png");
  width: 373px;
  margin: 0 15px;
}
#search_container_basic #search_basic_str input {
  padding: 5px 10px;
  height: 20px;
}
#search_container_basic #search_basic,
#search_container_basic #search_basic_form  {
  height:30px;
  margin-bottom: 15px;
  width:100%;
}
#search_container_basic span#search_basic_str {
  float:left;
  display:block
}
#search_container_basic #search_basic_button {
  float:left;
  display:block
}
#search_container_basic #search_basic_button input {
    border: 0;
		width: 71px;
		height: 29px;
		background: transparent;
		text-indent: -9999px;
}
#user_container {
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
* html #user_container {
  margin: 0px 18px 36px 45px;
}
#primary_container {
  float:left;
  width:652px;
  margin: 0;
}
.home #primary_container {
  background-image:url(/custom/files/media/default_template_home_primary_top.png);
  background-repeat:no-repeat;
  background-position: left top;
  float:left;
  width:612px;
  margin: 0 20px 0 2px;
}
.wide #primary_container {width:986px;}
#secondary_container {
  background-image:url(/custom/files/media/default_template_default_secondary_top.png);
  background-repeat:no-repeat;
  float:left;
  width:316px;
}
#search_container {
  float:left;
  width:316px;
  margin:0 0 36px;
}
#search_container .inner {
  background:none repeat scroll 0 0 white;
  width:280px;
  padding:0 18px;
  height:106px;
}
.home #secondary_container {
  background-image:url(/custom/files/media/default_template_home_secondary_top.png);
  width:356px;
}
#primary_container .inner,
#secondary_container .inner {
  background-color:#ffffff;
  float:left;
  padding:0 18px;
}
.searchresults #secondary_col .inner  {
  background-color:#ffffff;
  float:left;
  padding:0 18px;
  width: 280px;
}
.searchresults #secondary_col #search_container{
  width: 280px;
}
.searchresults #secondary_col{
  float: left;
  margin-left: 2px;
  width: 334px;
}
.searchresults #secondary_col h2 {
  background-image: url("/custom/files/media/default_template_default_title_green_blank.png");
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  height: 40px;
  padding: 10px 0 0 10px;
  width: 270px;
}
.searchresults div.faceted-search div.facet-results {
  width: 465px;
}
.home #centricSearchResults{
  display: none;
  float: left;
  margin-left: 22px;
}
.home div.faceted-search div.facet-results {
  width: 420px;
}
#primary_container .inner {
  width:616px;
}
#secondary_container .inner {
  width:280px;
  margin-top:18px;
}
.home #primary_container .inner {
  width:572px;
  margin-top:16px;
  padding:0 20px;
}
.wide #primary_container .inner {width:946px;padding:0 20px;}
* html .home #primary_container .inner {
  padding:0 16px 0 20px;
}
.home #secondary_container .inner {
  width:316px;
  padding:0 20px;
}
#primary_container .footer_image {}
#secondary_container #navcontainer {
  float:left;
}
#secondary_container ul {
  float:left;
   margin:0;
   padding:0;
  width:280px;
}
#secondary_container li {
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  width:280px;
  display:none;
}
#secondary_container li#active,
#secondary_container li.sub {
  background-image: url("/custom/files/media/default_template_default_title_green_blank.png");
  background-repeat: no-repeat;
  width:280px;
  display:block;
}
#secondary_container li#active a:link,
#secondary_container li#active a:visited,
#secondary_container li.sub a:link,
#secondary_container li.sub a:visited {
  display:block;
  color: #ffffff;
  padding: 14px 0 0 15px;
  font-size: 20px;
  height:36px;
  text-decoration:none;
 }
#secondary_container li#active  a:focus,
#secondary_container li#active  a:hover,
#secondary_container li#active  a:active
#secondary_container li.sub a:focus,
#secondary_container li.sub a:hover,
#secondary_container li.sub a:active {
  color: #ffffff;
  font-size: 20px;
  text-decoration:underline;
 }
 #secondary_container li.sub li  {
  display:block;
  background-image: url("/custom/files/media/default_template_navigation_icon_bullet.png");
  background-position: 20px top;
  background-repeat: no-repeat;
}
#secondary_container .sub #family_linksactive li a:link,
#secondary_container .sub #family_linksactive li a:visited,
#secondary_container li#active li a:link,
#secondary_container li#active li a:visited,
#secondary_container li.sub li a:link,
#secondary_container li.sub li a:visited  {
  color: #333333;
  font-size:12px;
  border-bottom:1px dotted #d8dfea;
  padding: 12px 0 0 40px;
  height: 24px;
  font-weight: normal;
}
#secondary_container ul ul li.sub a:link,
#secondary_container ul ul li.sub a:visited {
 border:none;
}
#secondary_container ul ul li.sub ul {
  border-bottom:1px dotted #d8dfea;
}
#secondary_container ul ul li.sub li {
 background-image: url("/custom/files/media/default_template_navigation_icon_bullet_orange.png");
 background-position: 38px top;
}
#secondary_container ul ul ul li.sub li {
 background-image: url("/custom/files/media/default_template_navigation_icon_bullet_orange.png");
 background-position: 58px top;
}
#secondary_container .sub #family_linksactive > ul > li > a:link,
#secondary_container .sub #family_linksactive > ul > li > a:visited,
#secondary_container ul ul li.sub li a:link,
#secondary_container ul ul li.sub li a:visited {
  padding: 12px 0 0 58px;
}
#secondary_container .sub .sub #family_linksactive ul li a:link,
#secondary_container .sub .sub #family_linksactive ul li a:visited,
#secondary_container ul ul ul li.sub li a:link,
#secondary_container ul ul ul li.sub li a:visited {
  padding: 12px 0 0 78px;
}
#secondary_container .sub #family_linksactive a:link,
#secondary_container .sub #family_linksactive a:visited,
#secondary_container .sub #family_linksactive a:focus,
#secondary_container .sub #family_linksactive a:hover,
#secondary_container .sub #family_linksactive a:active {
font-weight:bold;
color:#D84C00;
}
.home #secondary_container h3.title {
  background-image: url("/custom/files/media/default_template_home_title_green_star.png");
  background-repeat: no-repeat;
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 40px;
  margin: 0 0 20px;
  padding: 10px 0 0 15px;
  width: 305px;
}
.home #primary_container h3.title {
  background-image: url("/custom/files/media/default_template_home_title_orange.png");
  background-repeat: no-repeat;
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 76px;
  margin: 0 0 20px;
  padding: 10px 0 0 15px;
  width: 561px;
}
#homecol1 {
    float: left;
    margin: 0 18px 0 2px;
    width: 612px;
}
.wide #homecol1 {
  width:986px;
  margin: 0 0 0 2px;
}
#homecol2 {
    float: left;
    width: 356px;
}
#homecol1 #primary_container {margin: 0 20px 0 0;}
#breadcrumbs_favourite {
  background-image: url("/custom/files/media/default_template_default_title_orange_star.png");
  background-repeat: no-repeat;
  float:left;
  width:140px;
  height:35px;
}
#breadcrumbs_favourite.expand {
  background-image: url("/images/default_template_favourites_title_orange_star_open.png");
}
.wide #breadcrumbs_favourite {
  margin-left:2px;
}
* html #breadcrumbs_favourite {
  height:30px;
}
#primary_container #breadcrumbs_favourite a:link,
#primary_container #breadcrumbs_favourite a:visited {
  display: block;
    font-weight: bold;
    height: 23px;
    padding: 6px 0 0 35px;
    text-decoration: none;
    width: 105px;
  color:#ffffff;
}
#primary_container #title {
  background-image: url("/custom/files/media/default_template_default_title_grey_blank.png");
  background-repeat: no-repeat;
  width: 595px;
  color: #ffffff;
  float: left;
  height: auto;
  margin-top: 0;
  padding: 10px 0 0 20px;
}
.wide #primary_container #title {
  background-image: url("/custom/files/media/default_template_default_title_grey_blank_wide.png");
  width: 946px;
}
#primary_container h1 {
  width: 420px;
  float:left;
  margin: 10px 0;
}
.wide #primary_container h1 {
  width: 750px;
}
#primary_container h2 {
color:#3d8b01;
font-size: 18px;
}
#f_taskSubmissionHeader,
#primary_container h3 {
color:#d84c00;
font-size: 16px;
}
#primary_container h4 {
  color:#3d8b01;
  font-size: 14px;
  margin: 20px 0;
}
#primary_container h5 {
color:#d84c00;
font-size: 14px;
}
#primary_container h6 {
color:#3d8b01;
font-size: 12px;
}
#secondary_container h2 {color:#d84c00;font-size: 18px;}
.forum_item_post_shout,
.forum_item_reply_link,
.forum_item_follow_link,
.forum_item_replies_link,
.forum_item_hide_replies_link,
.forum_item_stop_following_link,
.forum_item_follow_link,
.forum_item_decline_link,
.forum_item_approve_link,
.forum_item_delete_link,
#primary_container a:link,
#primary_container a:visited {
  color:#e26b02;
  text-decoration:underline;
 }
/* footer styling */
#footer {
  background-image: url("/custom/files/media/default_template_footer_bg.png");
  background-repeat: repeat-x;
  float: left;
  font-size: 12px;
  height: 343px;
  width: 100%;
  min-width: 1024px;
  margin-top: 63px;
}
#footer ul {
  float:left;
  width:193px;
  margin: 30px 18px 20px 0;
  background-image: url("/custom/files/media/default_template_footer_panel_bg.png");
  background-repeat: no-repeat;
  min-height: 125px;
  padding: 0 20px;
}
#footer  ul.last {
  margin: 30px 0 20px;
}
#footer li {
  list-style: disc outside url("/custom/files/media/default_template_footer_icon_bullet.png");
  margin: 0 0 7px 20px;
}
* html #footer li  {list-style: disc outside url("/custom/files/media/default_template_footer_icon_bullet_ie6.png");}
#footer li.title {
  color:#ffefba;
  border-bottom:1px dotted #5d5d5d;
  list-style:none outside none;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 10px;
  margin: 0 0 15px;
}
#footer a:link,
#footer a:visited {
  color:#ffffff;
  text-decoration:none;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
  color:#ffffff;
  text-decoration:underline;
}
#footer_links {
  background-image: url("/custom/files/media/default_template_footer_divider.png");
  background-repeat: no-repeat;
  clear: both;
  float: left;
  width: 100%;
}
#footer_logo {
  /*display: none;*/
  height: 31px;
  margin: 20px;
  width: 150px;
  float:left;
}
#footer_nav {
  float:right;
  margin: 25px 20px 0 0;
}
#footer_nav a {
  background-image:url(/custom/files/media/default_template_footer_link_divider.png);
  background-repeat:no-repeat;
  background-position:right center;
  padding-right: 25px;
}
#footer_nav a.return_to_top {
  background-image:url(/custom/files/media/default_template_footer_icon_top.png);
  padding-right: 20px;
  font-weight: bold;
}
.clear_both {clear:both;}
.topleft{margin-left: 2px;float: left;width:612px;margin-bottom:20px;}
#homecol1 .topleft{margin-left:0;}
.topleft .inner,
#user_container .inner {background-color:#ffffff;float: left;}
#user_container .inner {
   background-image: url("/custom/files/media/default_template_home_user_container_bg.png");
   background-position: center top;
   background-repeat: no-repeat;
   height: 136px;
   padding: 0 18px;
   width: 320px;
}
/* general styling */
/* login control */
#login_wrapper {
  float:left;
  background-image:url("/custom/files/media/default_template_hr.png");
  background-repeat:no-repeat;
  padding: 0 20px 20px;
  width: 577px;
  margin-bottom: 20px;
}
.login_label {
  float:left;
  margin-bottom:5px;
  clear:both;
}
label {
  font-weight:bold;
  font-size:14px;
}
.login_field {
  float: left;
  margin-bottom:10px;
  clear:both;
}
#forum_item_post_button,
input.centricFormField,
.login_field input,
.tt-hint {
  border:1px solid #bbbbbb;
  font-size:12px;
  padding: 5px;
  width: 150px;
}
#forum_item_post_button {width: 100px;}
.login_button {
  float:left;
  clear:both;
}
textarea.forum_item_form_field {border:1px solid #bbbbbb;}
.centricFormButton {
  background: transparent url("/custom/files/media/default_template_form_button.png") no-repeat top;
  border:none;
  width:100px;
  height:28px;
  color:#ffffff;
  font-weight:bold;
  cursor:pointer;
}
.centricLoginRetrieveLabel {
  clear:both;
  width: 100%;
  padding:0;
  margin-bottom:5px;
}
.login_button .centricFormButton {
  margin:10px 0 0;
}
#password_wrapper {
  float:left;
  background-image:url("/custom/files/media/default_template_hr.png");
  background-repeat:no-repeat;
  padding: 0 20px 20px;
  width: 577px;
}
#centricLoginRetrieve {
margin-top:20px
}
#f_taskSubmissionHeader{
  float:left;
  background-image:url("/custom/files/media/default_template_hr.png");
  background-repeat:no-repeat;
  padding: 20px;
  width: 577px;
  margin-top:20px;
}
#taskSubmissionPart1 {
  margin-left:20px;
}
#taskSubmissionPart2 {
float:left;
margin: 40px 0 0 20px;
}
#modifyProfileControlForm td {padding-bottom: 5px;}
.centricListingTitle {font-weight:bold;}
.inner #search_container input.centricFormField {
  border:1px solid #bbbbbb;
  font-size:12px;
  padding: 0px;
  width: 300px;
}
.inner #search_container #str_field {width: 200px;padding:5px;margin: 10px 0;}
#fileUploadControlTitle h1 {
background-image:none;
color:#d84c00;
float: none;
    padding: 0;
    width: 100%;
  height: 100%;}

#user_container .user_detail_thumbnail {
    float: left;
    margin: 0 18px;
}
#user_container .user_detail_thumbnail img {
    width: 42px;
}
#user_container .userInfo {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 20px;
    width: 240px;
}
#userDetailStatus {
    display: block;
    height: 38px;
    width: 230px;
    overflow:hidden;
}
#userDetailStatusLink {
    display: block;
    margin: 20px 0 0 175px;
}
#user_container #userDetailStatusLink {
    display: block;
    margin: 0;
}
#user_container span.nameValue a {
    color: #FFFFFF;
}
#userDetailStatusLink a {
    color: #979797;
}
/**
input.button_style,
.centricFormButton {
    background: url("/custom/files/media/default_template_form_button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    width: 100px;
}
**/
#centricLoginForm .centricLoginLabel,
#centricLoginRetrieve .centricLoginRetrieveLabel {float: left;padding: 5px 0 0;width:100px;}
.centricLoginRetrieveInput input,
.centricLoginMaintainInput input,
.centricLoginInput input {
    border: 1px solid #BBBBBB;
    font-size: 12px;
    padding: 5px;
    width: 150px;
}
#footer_lists {float:left;min-height:215px;width: 1000px;}
#general_login_form .centricLoginError,
#centricLoginRetrieve .general_login_error {
    color: #FF0000;
    font-weight: bold;
    border: 1px solid #FF0000;
    padding:5px;
    margin-bottom:10px;
    float:left;
}
.centricLoginRetrieveError {}
#centricLoginRetrieveForm {float:left;clear:both;}
/* favourites */
#user-favourites h3 {
    background-image: url("/custom/files/media/default_template_hr_blue.png");
    background-repeat: no-repeat;
    color: #1E5692;
    height: 19px;
    margin: 0 0 20px;
    padding: 17px 0 0 19px;
    width: 301px;
}
/* favourites link */
#title span.favourite {
  float: right;
  margin: 18px 0 35px 0;
  width: 150px;
}
.wide #title span.favourite {
  margin-right: 18px;
}
#title span.add_favourite {
  width: 120px;
}
span.favourite {
  display: block;
}
#search_container_basic a.add_favourite, #user_container a.add_favourite, #primary_container a.add_favourite, #secondary_container a.add_favourite {
  color: #76AA07;
  text-decoration: none;
}
/** drop down nav **/
.sf-menu li,
.sf-menu li li {
    background-color: transparent;
}
.sf-menu > li {
 background-image: url("/custom/files/media/default_template_header_nav_item_divider.png");
 background-repeat:no-repeat;
}
#centricSiteMapPageId_1 {
 background-image:none;
}
/*.sf-menu > li:first-child {
   background-image: none;
}*/
.sf-menu > li > .sf-with-ul,
.sf-menu > li > a {
  border-left: none;
  border-top: none;
  padding: 16px 14px;
}
.sf-menu a:link,
.sf-menu a:visited {
color:#555555;
font-weight:bold;
text-decoration:none;
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active
.sfHover a {
  background-color:transparent;
color:#D84C00;
text-decoration:none;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline:0;
}
.sf-menu > li:hover,
.sf-menu > li.sfHover{
  background-color:transparent;
 background-image: url("/custom/files/media/default_template_header_nav_item_divider.png");
 background-repeat:no-repeat;
 }
.sf-menu > li > a > .sf-sub-indicator {display:none;}
.sf-menu ul {width:200px;}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {left:200px; /* match ul width */top:0;}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {left:200px; /* match ul width */top:0;}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {top:40px;}
.sf-menu ul {
    background-image: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    border: 1px solid #000000;
    background-color:#eaeaea;
}
.sf-menu li li li {
    background: none repeat scroll 0 0 #eaeaea;
}
.sf-menu ul a:link,
.sf-menu ul a:visited {
    border-left: none;
    border-top: none;
    padding: 0.75em 1em;
    text-decoration: none;
    font-weight:normal;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
    color:#ffffff;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover,
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {background-color:#E26B02;}
/**/
/*ie8 compatability to make the footer appear at the bottom*/
#cms h1 {line-height/*\**/: 1.2em\9;}
#logoRow {float/*\**/: left\9;}
.centricLoginField,
.centricLoginRetrieveField {width:auto;}
/** edit mode link **/
#centricEditModeLink {
    text-align: left;
    background-color: #000000;
    float: none;
    position: relative;
    width: 98%;
    margin: 0;
    padding: 5px 1%;
    right: 0;
}
#centricEditModeLink span a:link,
#centricEditModeLink span a:visited {color: #FFFFFF;}
#centricEditModeLink span a:focus,
#centricEditModeLink span a:hover,
#centricEditModeLink span a:active {color: #FFFFFF;text-decoration:underline;}
/* Twitter Bootstrap and Google Map fix */
.map_canvas img {max-width: none;}
.map_canvas label {width: auto; display:inline;}
/*  Section Overview */
#section-overview .section { border-bottom:  #262626 solid thin; margin-bottom: 10px; padding-bottom: 5px; }
#section-overview .section p { width: 430px; }
#section-overview .section img { width: 100px; }

.highlight {

}



/* MODIFICATIONS */
.home #search_container_basic #search_container,
.home #search_container_basic #search_form {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.home #search_container_basic #search_container br {
  display:none;
}
.home #search_container_basic #search_container #search_keywords_label {
  display:none;
}
.home #search_container_basic #search_container #search_input,
.home #search_container_basic #search_container #search_input span {
  float: left;
  display: block;
}
.home #search_container_basic #search_container #search_input input {
  border: 1px solid white;
  font-size: 12px;
  margin-top: 4px;
  width: 130px;
  float: left;
  padding: 1px;
}
.home #search_container_basic #search_container #search_input input {
  background-image: url("/custom/files/media/default_template_default_search_field_bg.png");
  background-repeat: no-repeat;
  border: none;
  margin: 0 7px 0 15px;
  padding: 0 10px;
  width: 149px;
  height: 30px;
}
.home #search_container_basic #search_container #search_input input {
  padding: 5px 10px;
  height: 20px;
}
.home #search_container_basic #search_container #search_input input {
  background-image: url("/custom/files/media/default_template_search_field_bg.png");
  width: 373px;
  margin: 0 15px;
}
.home #search_container_basic #search_container #search_button {
  clear: none;
}
.home #search_container_basic #search_container #search_thesaurus {
  position: absolute;
  top: 30px;
  width:100%;
}
.home #search_container_basic #search_container #search_thesaurus #search_thesaurus_0 {
  margin: 12px 0;
}
.home #search_container_basic #search_container .search_filter_f_filter_element_0 {
  display: inline;
  margin-left: 10px;
  background-image: url("/custom/files/media/default_template_search_label_lhs.png");
  background-repeat: no-repeat;
  padding: 0px 0px 0px 3px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  float:left;
  position: relative;
}
.home #search_container_basic #search_container #search_thesaurus label {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.home #search_container_basic #search_container #search_thesaurus .f_filter_element_0_label {
  background-image: url("/custom/files/media/default_template_search_label_rhs.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 3px 24px 12px 3px;
  height: 24px;
  float: right;
  white-space: nowrap;
}
.home #search_container_basic #search_container #search_thesaurus input {
  height: 24px;
  vertical-align: middle;
  float: right;
  z-index: 1;
  position: absolute;
  right: 5px;
}
.home #search_container_basic #search_container #search_thesaurus #search_thesaurus_label_0 {
  display:none;
}


.home #stuffYouNeedToKnowArea {
  float: left;
  width: 100%;
}
.home #stuffYouNeedToKnowArea #tabContainer {
  float: left;
  width: 100%;
}
.home #stuffYouNeedToKnowArea .nav-tabs {
  margin: 0;
  padding: 0;
  margin-top: -52px;
  margin-left: 15px;
  border:none;
}
.home #stuffYouNeedToKnowArea .tab-content {
  float: left;
}
.home #stuffYouNeedToKnowArea ul.nav-tabs li {
  background-color: transparent;
  background-image: url("/custom/files/media/default_template_home_tab_lhs.png");
  background-repeat: no-repeat;
  padding-left: 10px;
  width:auto;
}
.home #stuffYouNeedToKnowArea ul.nav-tabs li a {
  background-color: transparent;
  border:none;
  background-image: url("/custom/files/media/default_template_home_tab_rhs.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-left: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  color:#FFFFFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-decoration: none;
}
.home #stuffYouNeedToKnowArea ul.nav-tabs li a:hover {
  background-color: transparent;
}
.home #stuffYouNeedToKnowArea ul.nav-tabs li.active {
  background-image: url("/custom/files/media/default_template_home_tab_lhs_active.png");
  padding-left: 11px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.home #stuffYouNeedToKnowArea ul.nav-tabs li.active a {
  border:none;
  background-image: url("/custom/files/media/default_template_home_tab_rhs_active.png");
  padding-left: 1px;
  color:#E26B02;
}

@media (max-width: 767px) {
  .home #search_container_basic #search_container #search_input input {
    width: 149px;
  }
  #cms #search_container_basic {
    height:auto;
  }
  .home #search_container_basic #search_form {
    margin-bottom: 0;
  }
  .home #search_container_basic #search_container #search_thesaurus {
    position: relative;
    top: 0;
    float: left;
  }
}

/* Event Calendar Expanded */
#primary_container .fc-content a {
  text-decoration:none;
 }
#primary_container .ttip a:link,
#primary_container .ttip a:visited {
  color: #0088cc;
  text-decoration: none;
}
.event_tooltip_add_link {
  margin-left: 90px;
}
 /* end event calendar expanded */

 /* Change Password Control */

.change-password .change-password-form-section {
  margin: 5px 0px 0px 0px;
}

.change-password .change-password-form-section label {
  float: left;
  width: 180px;
}

.change-password .change-password-form-section.submit input {
  margin-left: 180px;
}

.change-password input.error {
  border-color: red;
}

.change-password .change-password-error {
	color: red;
}

 /* End Change Password Control */

/* Commerce Product Images */
.product-carousel {
	margin-top: 15px;
}
.product-carousel .sp-large, .product-carousel .sp-large .product-image, .product-carousel .flex-control-nav {
	width: 300px !important;
}
.product-carousel .sp-large .zoom-icon {
	display: block;
	width: 24px;
	height: 24px;
	background: url("/images/zoom.png") no-repeat 0 0 transparent;
	position: absolute;
  bottom: 5px;
  right: 5px;
}
.product-carousel .flex-control-nav {
	bottom: -20px;
}
