/**/
/* Start jquery-ui.less */
#rch-primary {
  /*! jQuery UI - v1.10.4 - 2014-03-23
    * http://jqueryui.com
    * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
    * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='museo-sans'%2C%20Verdana%2C%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%23FFF&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%233D5567&fcHeader=%233D5567&iconColorHeader=%233D5567&bgColorContent=%23FFF&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%233D5567&fcContent=%233D5567&iconColorContent=%233D5567&bgColorDefault=%23008CCC&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23008CCC&fcDefault=%23FFF&iconColorDefault=%23FFF&bgColorHover=%23FFF&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=%233D5567&fcHover=%23008CCC&iconColorHover=%23008CCC&bgColorActive=%2356C7DA&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%2356C7DA&fcActive=%23FFF&iconColorActive=%23FFF&bgColorHighlight=%23A5B08C&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%2387946B&fcHighlight=%23FFF&iconColorHighlight=%23FFF&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
    * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
  /* Layout helpers
    ----------------------------------*/
  /* Interaction Cues
    ----------------------------------*/
  /* Icons
    ----------------------------------*/
  /* states and images */
  /* Misc visuals
    ----------------------------------*/
  /* Overlays */
  /* to make room for the icon, a width needs to be set here */
  /* button elements seem to need a little more width */
  /* button text element */
  /* no icon support for input elements, provide padding by default */
  /* button icon element(s) */
  /* button sets */
  /* workarounds */
  /* reset extra padding in Firefox, see h5bp.com/l */
  /* with multiple calendars */
  /* RTL support */
  /* icon support */
  /* left-aligned */
  /* right-aligned */
  /* For IE8 - See #6727 */
  /* more specificity required here to override default borders */
  /* vertically center icon */
  /* TR overrides */
  /* Component containers
    ----------------------------------*/
  /* Interaction states
    ----------------------------------*/
  /* Interaction Cues
    ----------------------------------*/
  /* Icons
    ----------------------------------*/
  /* states and images */
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  /* Misc visuals
    ----------------------------------*/
  /* Corner radius */
  /* Overlays */
}
#rch-primary .ui-helper-hidden {
  display: none;
}
#rch-primary .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#rch-primary .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
#rch-primary .ui-helper-clearfix:before,
#rch-primary .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
#rch-primary .ui-helper-clearfix:after {
  clear: both;
}
#rch-primary .ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
#rch-primary .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
#rch-primary .ui-front {
  z-index: 100;
}
#rch-primary .ui-state-disabled {
  cursor: default !important;
}
#rch-primary .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#rch-primary .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rch-primary .ui-resizable {
  position: relative;
}
#rch-primary .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
#rch-primary .ui-resizable-disabled .ui-resizable-handle,
#rch-primary .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
#rch-primary .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
#rch-primary .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
#rch-primary .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
#rch-primary .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
#rch-primary .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
#rch-primary .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
#rch-primary .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
#rch-primary .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
#rch-primary .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
#rch-primary .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
#rch-primary .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
#rch-primary .ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
#rch-primary .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
#rch-primary .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
#rch-primary .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
#rch-primary .ui-accordion .ui-accordion-content h2:first-child {
  margin-top: 0;
}
#rch-primary .ui-accordion .ui-accordion-content h3:first-child {
  margin-top: 0;
}
#rch-primary .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
#rch-primary .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
#rch-primary .ui-button,
#rch-primary .ui-button:link,
#rch-primary .ui-button:visited,
#rch-primary .ui-button:hover,
#rch-primary .ui-button:active {
  text-decoration: none;
  color: #FFFFFF;
}
#rch-primary .ui-button-icon-only {
  width: 2.2em;
}
#rch-primary button.ui-button-icon-only {
  width: 2.4em;
}
#rch-primary .ui-button-icons-only {
  width: 3.4em;
}
#rch-primary button.ui-button-icons-only {
  width: 3.7em;
}
#rch-primary .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
#rch-primary .ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
#rch-primary .ui-button-icon-only .ui-button-text,
#rch-primary .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
#rch-primary .ui-button-text-icon-primary .ui-button-text,
#rch-primary .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
#rch-primary .ui-button-text-icon-secondary .ui-button-text,
#rch-primary .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
#rch-primary .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
#rch-primary input.ui-button {
  padding: .4em 1em;
}
#rch-primary .ui-button-icon-only .ui-icon,
#rch-primary .ui-button-text-icon-primary .ui-icon,
#rch-primary .ui-button-text-icon-secondary .ui-icon,
#rch-primary .ui-button-text-icons .ui-icon,
#rch-primary .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
#rch-primary .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
#rch-primary .ui-button-text-icon-primary .ui-button-icon-primary,
#rch-primary .ui-button-text-icons .ui-button-icon-primary,
#rch-primary .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
#rch-primary .ui-button-text-icon-secondary .ui-button-icon-secondary,
#rch-primary .ui-button-text-icons .ui-button-icon-secondary,
#rch-primary .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
#rch-primary .ui-buttonset {
  margin-right: 7px;
}
#rch-primary .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
#rch-primary input.ui-button::-moz-focus-inner,
#rch-primary button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#rch-primary .ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
#rch-primary .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
#rch-primary .ui-datepicker .ui-datepicker-prev,
#rch-primary .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
#rch-primary .ui-datepicker .ui-datepicker-prev-hover,
#rch-primary .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
#rch-primary .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
#rch-primary .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
#rch-primary .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
#rch-primary .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
#rch-primary .ui-datepicker .ui-datepicker-prev span,
#rch-primary .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
#rch-primary .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
#rch-primary .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
#rch-primary .ui-datepicker select.ui-datepicker-month,
#rch-primary .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
#rch-primary .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
#rch-primary .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
#rch-primary .ui-datepicker td {
  border: 0;
  padding: 1px;
}
#rch-primary .ui-datepicker td span,
#rch-primary .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
#rch-primary .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#rch-primary .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
#rch-primary .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
#rch-primary .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
#rch-primary .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
#rch-primary .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
#rch-primary .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
#rch-primary .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
#rch-primary .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
#rch-primary .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
#rch-primary .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
#rch-primary .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
#rch-primary .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
#rch-primary .ui-datepicker-rtl {
  direction: rtl;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
#rch-primary .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
#rch-primary .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
#rch-primary .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
#rch-primary .ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
#rch-primary .ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
#rch-primary .ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rch-primary .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
#rch-primary .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
#rch-primary .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
#rch-primary .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
#rch-primary .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
#rch-primary .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
#rch-primary .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
#rch-primary .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
#rch-primary .ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
#rch-primary .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
#rch-primary .ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
#rch-primary .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
#rch-primary .ui-menu .ui-menu-item a.ui-state-focus,
#rch-primary .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
#rch-primary .ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
#rch-primary .ui-menu .ui-state-disabled a {
  cursor: default;
}
#rch-primary .ui-menu-icons {
  position: relative;
}
#rch-primary .ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
#rch-primary .ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
#rch-primary .ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
#rch-primary .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
#rch-primary .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
#rch-primary .ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
#rch-primary .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
#rch-primary .ui-slider {
  position: relative;
  text-align: left;
}
#rch-primary .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
#rch-primary .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
#rch-primary .ui-slider.ui-state-disabled .ui-slider-handle,
#rch-primary .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#rch-primary .ui-slider-horizontal {
  height: .8em;
}
#rch-primary .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
#rch-primary .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#rch-primary .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#rch-primary .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#rch-primary .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
#rch-primary .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#rch-primary .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#rch-primary .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#rch-primary .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#rch-primary .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#rch-primary .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
#rch-primary .ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
#rch-primary .ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#rch-primary .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
#rch-primary .ui-spinner-up {
  top: 0;
}
#rch-primary .ui-spinner-down {
  bottom: 0;
}
#rch-primary .ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
#rch-primary .ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
#rch-primary .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
#rch-primary .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#rch-primary .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
#rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#rch-primary .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#rch-primary .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
#rch-primary .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 0;
  background: none;
}
#rch-primary .ui-tabs .ui-tabs-panel h2:first-child {
  margin-top: 0;
}
#rch-primary .ui-tabs .ui-tabs-panel h3:first-child {
  margin-top: 0;
}
#rch-primary .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
#rch-primary body .ui-tooltip {
  border-width: 2px;
}
#rch-primary .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}
#rch-primary .ui-widget .ui-widget {
  font-size: 1em;
}
#rch-primary .ui-widget input,
#rch-primary .ui-widget select,
#rch-primary .ui-widget textarea,
#rch-primary .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#rch-primary .ui-widget-content {
  border: 1px solid #3D5567;
  background: #ffffff url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_100_FFF_40x100.png") 50% 50% repeat-x;
  color: #3D5567;
}
#rch-primary .ui-widget-content a {
  color: #3D5567;
}
#rch-primary .ui-widget-header {
  border: none;
  background: #ffffff url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_100_FFF_40x100.png") 50% 50% repeat-x;
  color: #3D5567;
  font-weight: bold;
}
#rch-primary .ui-widget-header a {
  color: #3D5567;
}
#rch-primary .ui-state-default,
#rch-primary .ui-widget-content .ui-state-default,
#rch-primary .ui-widget-header .ui-state-default {
  border: 1px solid #008CCC;
  background: #008ccc url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_100_008CCC_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #FFF;
}
#rch-primary .ui-state-default a,
#rch-primary .ui-state-default a:link,
#rch-primary .ui-state-default a:visited {
  color: #FFF;
  text-decoration: none;
}
#rch-primary .ui-state-hover,
#rch-primary .ui-widget-content .ui-state-hover,
#rch-primary .ui-widget-header .ui-state-hover,
#rch-primary .ui-state-focus,
#rch-primary .ui-widget-content .ui-state-focus,
#rch-primary .ui-widget-header .ui-state-focus {
  border: 1px solid #3D5567;
  background: #ffffff url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_glass_100_FFF_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #008CCC;
}
#rch-primary .ui-state-hover a,
#rch-primary .ui-state-hover a:hover,
#rch-primary .ui-state-hover a:link,
#rch-primary .ui-state-hover a:visited,
#rch-primary .ui-state-focus a,
#rch-primary .ui-state-focus a:hover,
#rch-primary .ui-state-focus a:link,
#rch-primary .ui-state-focus a:visited {
  color: #008CCC;
  text-decoration: none;
}
#rch-primary .ui-state-active,
#rch-primary .ui-widget-content .ui-state-active,
#rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #56C7DA;
  background: #56c7da url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_100_56C7DA_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #FFF;
}
#rch-primary .ui-state-active a,
#rch-primary .ui-state-active a:link,
#rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
#rch-primary .ui-state-highlight,
#rch-primary .ui-widget-content .ui-state-highlight,
#rch-primary .ui-widget-header .ui-state-highlight {
  border: 1px solid #87946B;
  background: #a5b08c url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_55_A5B08C_40x100.png") 50% 50% repeat-x;
  color: #FFF;
}
#rch-primary .ui-state-highlight a,
#rch-primary .ui-widget-content .ui-state-highlight a,
#rch-primary .ui-widget-header .ui-state-highlight a {
  color: #FFF;
}
#rch-primary .ui-state-error,
#rch-primary .ui-widget-content .ui-state-error,
#rch-primary .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
#rch-primary .ui-state-error a,
#rch-primary .ui-widget-content .ui-state-error a,
#rch-primary .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
#rch-primary .ui-state-error-text,
#rch-primary .ui-widget-content .ui-state-error-text,
#rch-primary .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
#rch-primary .ui-priority-primary,
#rch-primary .ui-widget-content .ui-priority-primary,
#rch-primary .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
#rch-primary .ui-priority-secondary,
#rch-primary .ui-widget-content .ui-priority-secondary,
#rch-primary .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
#rch-primary .ui-state-disabled,
#rch-primary .ui-widget-content .ui-state-disabled,
#rch-primary .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
#rch-primary .ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
#rch-primary .ui-icon {
  width: 16px;
  height: 16px;
}
#rch-primary .ui-icon,
#rch-primary .ui-widget-content .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_3D5567_256x240.png");
}
#rch-primary .ui-widget-header .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_3D5567_256x240.png");
}
#rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
#rch-primary .ui-state-hover .ui-icon,
#rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_008CCC_256x240.png");
}
#rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
#rch-primary .ui-state-highlight .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
#rch-primary .ui-state-error .ui-icon,
#rch-primary .ui-state-error-text .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_cd0a0a_256x240.png");
}
#rch-primary .ui-icon-blank {
  background-position: 16px 16px;
}
#rch-primary .ui-icon-carat-1-n {
  background-position: 0 0;
}
#rch-primary .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
#rch-primary .ui-icon-carat-1-e {
  background-position: -32px 0;
}
#rch-primary .ui-icon-carat-1-se {
  background-position: -48px 0;
}
#rch-primary .ui-icon-carat-1-s {
  background-position: -64px 0;
}
#rch-primary .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
#rch-primary .ui-icon-carat-1-w {
  background-position: -96px 0;
}
#rch-primary .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
#rch-primary .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
#rch-primary .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
#rch-primary .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
#rch-primary .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
#rch-primary .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
#rch-primary .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
#rch-primary .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
#rch-primary .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
#rch-primary .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
#rch-primary .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
#rch-primary .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
#rch-primary .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
#rch-primary .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
#rch-primary .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
#rch-primary .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
#rch-primary .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
#rch-primary .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
#rch-primary .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
#rch-primary .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
#rch-primary .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
#rch-primary .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
#rch-primary .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
#rch-primary .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
#rch-primary .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
#rch-primary .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
#rch-primary .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
#rch-primary .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
#rch-primary .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
#rch-primary .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
#rch-primary .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
#rch-primary .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
#rch-primary .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
#rch-primary .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
#rch-primary .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
#rch-primary .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
#rch-primary .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
#rch-primary .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
#rch-primary .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
#rch-primary .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
#rch-primary .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
#rch-primary .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
#rch-primary .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
#rch-primary .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
#rch-primary .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
#rch-primary .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
#rch-primary .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
#rch-primary .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
#rch-primary .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
#rch-primary .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
#rch-primary .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
#rch-primary .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
#rch-primary .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
#rch-primary .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
#rch-primary .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
#rch-primary .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
#rch-primary .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
#rch-primary .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
#rch-primary .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
#rch-primary .ui-icon-extlink {
  background-position: -32px -80px;
}
#rch-primary .ui-icon-newwin {
  background-position: -48px -80px;
}
#rch-primary .ui-icon-refresh {
  background-position: -64px -80px;
}
#rch-primary .ui-icon-shuffle {
  background-position: -80px -80px;
}
#rch-primary .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
#rch-primary .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
#rch-primary .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
#rch-primary .ui-icon-folder-open {
  background-position: -16px -96px;
}
#rch-primary .ui-icon-document {
  background-position: -32px -96px;
}
#rch-primary .ui-icon-document-b {
  background-position: -48px -96px;
}
#rch-primary .ui-icon-note {
  background-position: -64px -96px;
}
#rch-primary .ui-icon-mail-closed {
  background-position: -80px -96px;
}
#rch-primary .ui-icon-mail-open {
  background-position: -96px -96px;
}
#rch-primary .ui-icon-suitcase {
  background-position: -112px -96px;
}
#rch-primary .ui-icon-comment {
  background-position: -128px -96px;
}
#rch-primary .ui-icon-person {
  background-position: -144px -96px;
}
#rch-primary .ui-icon-print {
  background-position: -160px -96px;
}
#rch-primary .ui-icon-trash {
  background-position: -176px -96px;
}
#rch-primary .ui-icon-locked {
  background-position: -192px -96px;
}
#rch-primary .ui-icon-unlocked {
  background-position: -208px -96px;
}
#rch-primary .ui-icon-bookmark {
  background-position: -224px -96px;
}
#rch-primary .ui-icon-tag {
  background-position: -240px -96px;
}
#rch-primary .ui-icon-home {
  background-position: 0 -112px;
}
#rch-primary .ui-icon-flag {
  background-position: -16px -112px;
}
#rch-primary .ui-icon-calendar {
  background-position: -32px -112px;
}
#rch-primary .ui-icon-cart {
  background-position: -48px -112px;
}
#rch-primary .ui-icon-pencil {
  background-position: -64px -112px;
}
#rch-primary .ui-icon-clock {
  background-position: -80px -112px;
}
#rch-primary .ui-icon-disk {
  background-position: -96px -112px;
}
#rch-primary .ui-icon-calculator {
  background-position: -112px -112px;
}
#rch-primary .ui-icon-zoomin {
  background-position: -128px -112px;
}
#rch-primary .ui-icon-zoomout {
  background-position: -144px -112px;
}
#rch-primary .ui-icon-search {
  background-position: -160px -112px;
}
#rch-primary .ui-icon-wrench {
  background-position: -176px -112px;
}
#rch-primary .ui-icon-gear {
  background-position: -192px -112px;
}
#rch-primary .ui-icon-heart {
  background-position: -208px -112px;
}
#rch-primary .ui-icon-star {
  background-position: -224px -112px;
}
#rch-primary .ui-icon-link {
  background-position: -240px -112px;
}
#rch-primary .ui-icon-cancel {
  background-position: 0 -128px;
}
#rch-primary .ui-icon-plus {
  background-position: -16px -128px;
}
#rch-primary .ui-icon-plusthick {
  background-position: -32px -128px;
}
#rch-primary .ui-icon-minus {
  background-position: -48px -128px;
}
#rch-primary .ui-icon-minusthick {
  background-position: -64px -128px;
}
#rch-primary .ui-icon-close {
  background-position: -80px -128px;
}
#rch-primary .ui-icon-closethick {
  background-position: -96px -128px;
}
#rch-primary .ui-icon-key {
  background-position: -112px -128px;
}
#rch-primary .ui-icon-lightbulb {
  background-position: -128px -128px;
}
#rch-primary .ui-icon-scissors {
  background-position: -144px -128px;
}
#rch-primary .ui-icon-clipboard {
  background-position: -160px -128px;
}
#rch-primary .ui-icon-copy {
  background-position: -176px -128px;
}
#rch-primary .ui-icon-contact {
  background-position: -192px -128px;
}
#rch-primary .ui-icon-image {
  background-position: -208px -128px;
}
#rch-primary .ui-icon-video {
  background-position: -224px -128px;
}
#rch-primary .ui-icon-script {
  background-position: -240px -128px;
}
#rch-primary .ui-icon-alert {
  background-position: 0 -144px;
}
#rch-primary .ui-icon-info {
  background-position: -16px -144px;
}
#rch-primary .ui-icon-notice {
  background-position: -32px -144px;
}
#rch-primary .ui-icon-help {
  background-position: -48px -144px;
}
#rch-primary .ui-icon-check {
  background-position: -64px -144px;
}
#rch-primary .ui-icon-bullet {
  background-position: -80px -144px;
}
#rch-primary .ui-icon-radio-on {
  background-position: -96px -144px;
}
#rch-primary .ui-icon-radio-off {
  background-position: -112px -144px;
}
#rch-primary .ui-icon-pin-w {
  background-position: -128px -144px;
}
#rch-primary .ui-icon-pin-s {
  background-position: -144px -144px;
}
#rch-primary .ui-icon-play {
  background-position: 0 -160px;
}
#rch-primary .ui-icon-pause {
  background-position: -16px -160px;
}
#rch-primary .ui-icon-seek-next {
  background-position: -32px -160px;
}
#rch-primary .ui-icon-seek-prev {
  background-position: -48px -160px;
}
#rch-primary .ui-icon-seek-end {
  background-position: -64px -160px;
}
#rch-primary .ui-icon-seek-start {
  background-position: -80px -160px;
}
#rch-primary .ui-icon-seek-first {
  background-position: -80px -160px;
}
#rch-primary .ui-icon-stop {
  background-position: -96px -160px;
}
#rch-primary .ui-icon-eject {
  background-position: -112px -160px;
}
#rch-primary .ui-icon-volume-off {
  background-position: -128px -160px;
}
#rch-primary .ui-icon-volume-on {
  background-position: -144px -160px;
}
#rch-primary .ui-icon-power {
  background-position: 0 -176px;
}
#rch-primary .ui-icon-signal-diag {
  background-position: -16px -176px;
}
#rch-primary .ui-icon-signal {
  background-position: -32px -176px;
}
#rch-primary .ui-icon-battery-0 {
  background-position: -48px -176px;
}
#rch-primary .ui-icon-battery-1 {
  background-position: -64px -176px;
}
#rch-primary .ui-icon-battery-2 {
  background-position: -80px -176px;
}
#rch-primary .ui-icon-battery-3 {
  background-position: -96px -176px;
}
#rch-primary .ui-icon-circle-plus {
  background-position: 0 -192px;
}
#rch-primary .ui-icon-circle-minus {
  background-position: -16px -192px;
}
#rch-primary .ui-icon-circle-close {
  background-position: -32px -192px;
}
#rch-primary .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
#rch-primary .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
#rch-primary .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
#rch-primary .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
#rch-primary .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
#rch-primary .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
#rch-primary .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
#rch-primary .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
#rch-primary .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
#rch-primary .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
#rch-primary .ui-icon-circle-check {
  background-position: -208px -192px;
}
#rch-primary .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
#rch-primary .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
#rch-primary .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
#rch-primary .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
#rch-primary .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
#rch-primary .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
#rch-primary .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
#rch-primary .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
#rch-primary .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
#rch-primary .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
#rch-primary .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
#rch-primary .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
#rch-primary .ui-corner-all,
#rch-primary .ui-corner-top,
#rch-primary .ui-corner-left,
#rch-primary .ui-corner-tl {
  border-top-left-radius: 0;
}
#rch-primary .ui-corner-all,
#rch-primary .ui-corner-top,
#rch-primary .ui-corner-right,
#rch-primary .ui-corner-tr {
  border-top-right-radius: 0;
}
#rch-primary .ui-corner-all,
#rch-primary .ui-corner-bottom,
#rch-primary .ui-corner-left,
#rch-primary .ui-corner-bl {
  border-bottom-left-radius: 0;
}
#rch-primary .ui-corner-all,
#rch-primary .ui-corner-bottom,
#rch-primary .ui-corner-right,
#rch-primary .ui-corner-br {
  border-bottom-right-radius: 0;
}
#rch-primary .ui-widget-overlay {
  background: #aaaaaa url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
#rch-primary .ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
#rch-primary label.ui-button {
  margin: 0;
}
/* End jquery-ui-reset.less */
/* Start rch-mixins.less */
/* End rch-mixins.less */
/* Start general-rch.less */
body {
  background-color: #CCCCCC;
  font-weight: 300;
  background: url("/TemplateAssets/images/global/bg-pattern-blades-2.jpg") no-repeat fixed center top #ffffff;
}
h1,
.h1 {
  color: #0e0048;
}
h2,
.h2 {
  color: #008ccc;
}
h3,
.h3 {
  color: #56c7da;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: #0e0048;
  margin-top: 12px;
  margin-bottom: 5px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#rch-primary {
  margin-bottom: 20px;
}
#rch-primary hr {
  border-top: 2px dotted #d7dee2;
}
#rch-primary .widget ul,
#rch-primary .widget ol,
#rch-primary .widgetBody ul,
#rch-primary .widgetBody ol {
  margin-bottom: 11px;
}
#rch-primary .widget ul > li,
#rch-primary .widgetBody ul > li,
#rch-primary .widget ol > li,
#rch-primary .widgetBody ol > li {
  margin-bottom: 6px !important;
}
#rch-primary .widget ul > li > ul,
#rch-primary .widgetBody ul > li > ul,
#rch-primary .widget ul > li > ol,
#rch-primary .widgetBody ul > li > ol,
#rch-primary .widget ol > li > ol,
#rch-primary .widgetBody ol > li > ol,
#rch-primary .widget ol > li > ul,
#rch-primary .widgetBody ol > li > ul {
  margin-bottom: 0 !important;
}
#rch-primary .widget ul > li,
#rch-primary .widgetBody ul > li {
  list-style: disc;
}
#rch-primary .widget ul > li > li,
#rch-primary .widgetBody ul > li > li {
  list-style: square;
}
#rch-primary > h1,
#rch-primary > div > h1,
#rch-primary > div > div > h1 {
  margin-top: 0;
}
#rch-primary ul.nav-pills {
  font-family: 'museo-sans', Verdana, sans-serif;
}
#rch-primary a {
  text-decoration: underline;
  color: #3d5567;
}
#rch-primary a:link {
  text-decoration: underline;
  color: #3d5567;
}
#rch-primary a:hover {
  color: #008ccc;
}
#rch-primary a:visited {
  color: #737f57;
}
#rch-primary a.btn-primary,
#rch-primary a.btn-default {
  text-decoration: none;
}
#rch-primary ul.clean-link-list li a:link {
  text-decoration: none;
}
#rch-primary ul.clean-link-list li a:hover {
  text-decoration: underline;
}
#rch-primary .nav-tabs > li > a {
  text-decoration: none;
}
#rch-primary .tab-content {
  padding-bottom: 20px;
}
#rch-primary div.ContentPublishedDate {
  visibility: hidden;
}
#rch-primary #rch-pills-grid,
#rch-primary .rch-pills-grid {
  margin-bottom: 15px;
}
#rch-primary #rch-pills-grid div.col-sm-6 .nav-stacked > li + li,
#rch-primary .rch-pills-grid div.col-sm-6 .nav-stacked > li + li,
#rch-primary #rch-pills-grid div.col-sm-4 .nav-stacked > li + li,
#rch-primary .rch-pills-grid div.col-sm-4 .nav-stacked > li + li {
  margin-top: 5px;
}
#rch-primary #rch-pills-grid div.col-sm-6 ul,
#rch-primary .rch-pills-grid div.col-sm-6 ul,
#rch-primary #rch-pills-grid div.col-sm-4 ul,
#rch-primary .rch-pills-grid div.col-sm-4 ul {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #rch-primary #rch-pills-grid div.col-sm-6:first-of-type,
  #rch-primary .rch-pills-grid div.col-sm-6:first-of-type {
    padding-right: 0;
  }
  #rch-primary #rch-pills-grid div.col-sm-6:last-of-type,
  #rch-primary .rch-pills-grid div.col-sm-6:last-of-type {
    padding-left: 5px;
  }
  #rch-primary #rch-pills-grid div.col-sm-4:first-of-type,
  #rch-primary .rch-pills-grid div.col-sm-4:first-of-type {
    padding-right: 0;
  }
  #rch-primary #rch-pills-grid div.col-sm-4:nth-of-type(2),
  #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) {
    padding-right: 0;
    padding-left: 5px;
  }
  #rch-primary #rch-pills-grid div.col-sm-4:last-of-type,
  #rch-primary .rch-pills-grid div.col-sm-4:last-of-type {
    padding-left: 5px;
  }
}
#rch-primary blockquote {
  border-left: none;
  font-size: inherit;
}
#rch-primary img.rightimg {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #rch-primary img.rightimg {
    float: right !important;
    padding-left: 20px;
    width: auto;
  }
}
#rch-primary .thumbnail > .caption > h3 {
  margin-top: 5px;
}
#rch-primary .rch-content-social-media {
  margin-top: 30px;
}
#rch-primary .rch-content-social-media .fb_iframe_widget span {
  display: block;
}
#rch-primary div.dotted-box {
  border: 2px dotted #D7DEE2;
  border-left: none;
  border-right: none;
  padding: 0.5em 1em;
  margin: 2em 0;
  text-align: center;
}
#rch-primary div.dotted-box a,
#rch-primary div.dotted-box a:link,
#rch-primary div.dotted-box a:visited {
  text-decoration: none;
}
#rch-primary div.dotted-box h2,
#rch-primary div.dotted-box h3 {
  padding: 0px;
  margin: 0px;
}
#rch-primary a.anchorjs-link:hover,
#rch-primary a.anchorjs-link:link {
  text-decoration: none;
  color: inherit;
}
#rch-primary div.panel {
  margin-top: 15px;
}
#rch-primary div.panel div.panel-body h2:first-of-type {
  margin-top: 0;
}
#rch-primary div.panel div.panel-body p:last-child,
#rch-primary div.panel div.panel-body ul:last-child,
#rch-primary div.panel div.panel-body ol:last-child {
  margin-bottom: 0;
}
div.container {
  background-color: #FFFFFF;
}
div.container .padded-row {
  padding: 0 13px 0 13px;
}
.ui-menu {
  width: 150px;
  z-index: 1000;
}
.rch-wai {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
  margin: 0;
}
#rch-search {
  clear: right;
  float: right;
}
.rch-search-field {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  width: 215px !important;
}
fieldset,
img {
  border: 0 none;
}
.rch-search-field label {
  color: #768692;
  cursor: text;
  display: inline-block;
  height: 30px;
  left: 0 !important;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0.4em 0 0 0.8em;
  position: absolute;
  top: 0;
  z-index: 2;
}
.rch-search-field input {
  background: url("/TemplateAssets/images/global/input-fields.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #768692;
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 18px;
  padding: 0 0.5em 0 0.8em;
}
.rch-search-field .rch-search-button {
  background: url("/TemplateAssets/images/global/input-fields.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 30px;
}
#hero-row .col-xs-12 {
  margin: 0;
  padding: 0;
  min-height: 0;
}
#hero-row .col-xs-12 img {
  padding-bottom: 10px;
}
a#rch-intranetOnly {
  color: #9cadb7;
  text-decoration: none;
}
#rch-intranetOnly {
  color: #9cadb7;
  float: right;
  margin-right: 0;
  padding-right: 22px;
}
.rch-orange {
  color: #f68d39;
}
.rch-green,
.greentext {
  color: #82c341;
}
.rch-blue,
.bluetext {
  color: #56c7da;
}
.rch-red,
.redtext {
  color: #da1a32;
}
.rch-yellow {
  color: #fdb913;
}
.rch-darkgrey,
.greytext {
  color: #3d5567;
}
.rch-darkgrey {
  color: #3d5567;
}
.rch-midgrey {
  color: #768d99;
}
.rch-lightgrey {
  color: #9cadb7;
}
.rch-gumgreen {
  color: #a5b08c;
}
.rch-gumgreen-secondary {
  color: #87946b;
}
.rch-navyblue {
  color: #0e0048;
}
#rch-primary .time {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
#rch-primary .no-space {
  padding: 0;
  border: 0;
  margin: 0;
}
#rch-primary .smalltext {
  font-size: 0.83em;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  border: 0;
}
#rch-primary .smalltitle {
  font-size: 1em;
  font-weight: bold;
  color: #0000A0;
}
#rch-primary .highlighted {
  font-weight: bold;
  color: #CC0000;
}
#rch-primary .bigbold {
  font-weight: bold;
  color: #990033;
  font-size: 22px;
}
#rch-primary .whitetext {
  color: #fff;
}
#rch-primary .purpletext {
  color: #639;
}
#rch-primary .subtitle {
  font-weight: bold;
  color: #400080;
}
#rch-primary .reversed {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
}
#rch-primary .dashedborder {
  border: thin dashed #CCCCCC;
  padding-left: 2px;
}
#rch-primary .white_link a,
#rch-primary .white_link a:visited,
#rch-primary .white_link a:active {
  color: #FFFFFF;
}
#rch-primary .white_link a:hover {
  color: #000000;
}
#rch-primary .fake_link a:hover {
  color: #000000;
}
/* End general-rch.less */
/* Start header.less */
/* Main header section */
#rch-header {
  height: 135px;
  position: relative;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#rch-header .rch-logo {
  margin: 26px 0 0 19px;
}
#rch-header #rch-brand {
  float: left;
  /*padding-top: 20px;*/
}
#rch-header #brand-tagline {
  float: right;
  margin: 20px 19px 15px 15px;
  font-size: 26px;
  color: #425563;
}
#rch-header #rch-mini-nav {
  float: right;
  margin: 20px 19px 15px 0;
  padding-left: 0;
}
@media (max-width: 992px) {
  #rch-header #rch-mini-nav {
    float: left;
  }
}
#rch-header #rch-mini-nav .nav > li.main-nav-compact > a {
  padding: 5px 15px;
}
#rch-header #rch-mini-nav li {
  float: left;
  z-index: 6000;
  list-style: none outside none;
  margin-left: 12px;
}
#rch-header #rch-mini-nav li a {
  color: #87946b;
}
#rch-header #rch-mini-nav li a:hover {
  color: #0e0048;
}
#rch-header #rch-mini-nav li a.rch-button {
  background-image: none;
}
#rch-header #rch-mini-nav li a.quicklink-link {
  color: #0e0048;
  font-weight: 500;
}
#rch-header #rch-mini-nav li a span {
  background-image: none;
}
/* End header.less */
/* Start title-block.less */
#title-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  position: relative;
  /* Title block */
}
#title-row .panel {
  background-color: #56c7da;
  border: none;
  margin: 0 0 0 -15px;
  padding: 0;
}
@media (min-width: 768px) {
  #title-row .panel {
    margin: 0 -15px 0 -15px;
  }
}
#title-row .panel .panel-body {
  padding-right: 55px;
}
#title-row .panel .panel-body h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  margin-top: 6px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#title-row .panel .panel-body ul.dropdown-menu {
  right: 0;
  left: auto;
  padding: 30px;
  min-width: 180px;
}
#title-row .panel .panel-body ul.dropdown-menu span.nav-header {
  color: #a5b08c;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  font-size: 15px;
}
#title-row .panel .panel-body ul.dropdown-menu li {
  border-bottom: dotted #d7dee2 1px;
}
#title-row .panel .panel-body ul.dropdown-menu li > a {
  display: block;
  color: #3d5567;
  padding: 10px 0 10px 0;
  font-size: 14px;
}
#title-row .panel .panel-body ul.dropdown-menu > li:nth-child(2) {
  border-top: dotted #d7dee2 1px;
  margin-top: 10px;
}
#title-row .panel .panel-body #titleblock-section-nav {
  float: right;
  position: absolute;
  right: 5px;
  top: 10px;
}
#title-row .panel .panel-body #titleblock-section-nav button {
  padding: 8px 6px;
}
#title-row .breadcrumb {
  font-size: 12px;
  color: #9cadb7;
  padding-left: 13px;
  background-color: #FFF;
  margin-bottom: 0;
  top: 8px;
  position: relative;
}
#title-row .breadcrumb a {
  color: #768d99;
}
.rch-ie6 #rch-title-block {
  margin-left: -5px;
}
.rch-section-health-pro #rch-title-block .rch-title,
.rch-section-staff-portal #rch-title-block .rch-title {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
/* End title-block.less */
/* Start main-nav.less */
/* Customize the nav-justified links to be fill the entire space of the .navbar */
#primary-nav {
  margin: 8px -15px 0 -15px;
  position: relative;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#primary-nav .navbar,
#primary-nav #nav-search-icon {
  min-height: 38px;
}
#primary-nav .navbar-default {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  border-right: 2px solid #FFF;
  background-color: #FFF;
}
#primary-nav .col-sm-1 {
  width: 5%;
}
#primary-nav #nav-search-icon {
  padding-left: 0;
  padding-right: 0;
  float: right;
  margin-right: 0;
  background-color: #0e0048;
}
@media (max-width: 768px) {
  #primary-nav #nav-search-icon {
    margin-top: 15px;
  }
}
#primary-nav #nav-search-icon > a {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
#primary-nav #nav-search-icon > a.glyphicon-search {
  color: #FFF;
}
#primary-nav #nav-search-icon > a.searchOn {
  color: #a5b08c;
}
#primary-nav #search-field {
  display: none;
  z-index: 5000;
  position: absolute;
  right: 0;
  top: 38px;
  width: auto;
  height: auto;
  background-color: #FFF;
  padding: 2px;
  border: solid 1px #9cadb7;
  color: #768d99;
}
#primary-nav #search-field .form-inline,
#primary-nav #search-field .form-control {
  border: none;
  box-shadow: none;
}
#primary-nav .navbar-search-button {
  padding-top: 7px;
  padding-bottom: 7px;
}
#primary-nav .navbar-header {
  background-color: #FFF;
}
#primary-nav .navbar-header .navbar-search-button {
  padding-top: 10px;
  padding-bottom: 7px;
  color: #3d5567;
  font-size: 14px;
}
#primary-nav .navbar-header .navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
#primary-nav .navbar-header .navbar-toggle {
  margin: 10px 0 8px 0;
  height: 35px;
  border: none;
}
#primary-nav .navbar-header .navbar-toggle .icon-bar {
  background-color: #3d5567;
}
#primary-nav .nav-justified {
  background-color: #87946b;
}
#primary-nav .nav-justified > li.main-nav-1 > a:hover {
  background-color: #f68d39;
}
#primary-nav .nav-justified > li.main-nav-2 > a:hover {
  background-color: #82c341;
}
#primary-nav .nav-justified > li.main-nav-3 > a:hover {
  background-color: #56c7da;
}
#primary-nav .nav-justified > li.main-nav-4 > a:hover {
  background-color: #da1a32;
}
#primary-nav .nav-justified > li.main-nav-5 > a:hover {
  background-color: #fdb913;
}
#primary-nav .nav-justified > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 2px;
  padding-right: 2px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#primary-nav .nav-justified > .active > a,
#primary-nav .nav-justified > .active > a:hover,
#primary-nav .nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
}
#primary-nav .nav-justified > li:last-child > a {
  border-bottom: 0;
}
@media (min-width: 768px) {
  #primary-nav .nav-justified > li > a {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #primary-nav .nav-justified > li:first-child > a {
    border-left: 0;
  }
  #primary-nav .nav-justified > li:last-child > a {
    border-right: 0;
  }
}
#primary-nav ul.nav.visible-xs > li > a {
  font-size: 14px;
}
#primary-nav .navbar {
  margin-bottom: 10px;
}
#primary-nav .rch-main-nav .navbar-collapse {
  padding: 0;
}
#primary-nav .rch-main-nav .navbar-collapse.collapse.in {
  padding: 15px 0 15px 0;
  max-height: none;
}
@media (min-width: 768px) {
  #primary-nav .navbar-header {
    display: none;
  }
  #primary-nav .rch-main-nav {
    background-color: #FFF;
    border-color: #FFF;
  }
}
/* End main-nav.less */
/* Start left-nav.less */
/*
/* First level of nav */
#rch-secondary {
  padding-right: 30px;
  font-weight: 500;
  /* All levels of nav */
  /* Nav: second level (shown on .active) */
  /* Set the smart menu to be in colapse mode - which is what we want on all screens*/
  /* Make the sub menu inidcator float to the right*/
  /* Add a little left padding to the glyph to stop text from touching it. */
}
#rch-secondary .nav-header {
  color: #a5b08c;
  font-weight: 700;
  margin-bottom: 5px;
}
#rch-secondary .nav > li > a {
  display: block;
  color: #3d5567;
  padding: 8px 0 8px 0;
}
#rch-secondary .nav > li > a.current {
  font-weight: bold;
  color: #0e0048;
}
#rch-secondary .nav > li > a.highlighted {
  text-decoration: none;
  color: #0e0048;
}
#rch-secondary .nav > li > a.current.highlighted {
  font-weight: normal;
}
#rch-secondary .nav > li > a:hover {
  text-decoration: underline;
  background-color: #FFF;
}
#rch-secondary .nav > li > a:focus {
  text-decoration: none;
  background-color: #FFF;
}
#rch-secondary .nav > .active > a,
#rch-secondary .nav > .active:hover > a,
#rch-secondary .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #3d5567;
}
#rch-secondary .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
#rch-secondary .nav .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#rch-secondary .nav > .active > ul {
  display: block;
}
#rch-secondary a.highlighted {
  text-decoration: underline;
  font-weight: 700;
}
#rch-secondary ul.sm-vertical {
  width: auto !important;
  margin-bottom: 30px;
}
#rch-secondary ul.sm-vertical ul {
  display: none;
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
#rch-secondary ul.sm-vertical > li:first-child {
  border-top: dotted #d7dee2 1px;
}
#rch-secondary ul.sm-vertical > li {
  float: none;
  border-bottom: dotted #d7dee2 1px;
}
#rch-secondary ul.sm-vertical > li > a,
#rch-secondary ul.sm-vertical ul.sm-nowrap > li > a {
  white-space: normal;
}
#rch-secondary ul.sm-vertical iframe {
  display: none;
}
#rch-secondary .sub-arrow {
  float: right;
}
#rch-secondary .sub-arrow .glyphicon {
  padding-left: 5px;
  font-size: 12px;
  color: #9cadb7;
}
/* End left-nav.less */
/* Start 2nd-level.less */
#rch-primary #rch-2nd-level-landing {
  /* This overflow setting works with the margin bottom setting to make col heights look equal.*/
  overflow: hidden;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4:first-child {
  border-left: none;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 {
  border-left: dotted 1px #3d5567;
  margin-top: 0;
  height: 100%;
  margin-bottom: -999px;
  padding-bottom: 999px;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 h2 {
  margin-top: 0;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 a,
#rch-primary #rch-2nd-level-landing div.col-sm-4 a:link,
#rch-primary #rch-2nd-level-landing div.col-sm-4 a:visited {
  text-decoration: none;
  color: #3d5567;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 li a:hover {
  text-decoration: underline;
  color: #0e0048;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 ul {
  padding-left: 22px;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 ul li {
  list-style: none;
  padding: 5px 0 5px 0;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  content: "\e080 ";
  position: relative;
  top: 1px;
  display: marker;
  top: 0;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #da1a32;
  margin: 5px 5px 5px -23px;
  text-decoration: none;
}
#rch-primary #rch-2nd-level-landing div.col-sm-4 ul li a {
  padding: 5px 0 5px 0;
}
/* End 2nd-level.less */
/* Start intranetHome.less */
#rch-primary #intranetHomePage #mainFeatureCycle {
  /* pager */
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 {
  padding-right: 0;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 {
  background-color: #a2dceb;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide1 {
  background-color: #a2dceb;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide2 {
  background-color: #d2d8c5;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide3 {
  background-color: #e4eced;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide4 {
  background-color: #a2dceb;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide5 {
  background-color: #d2d8c5;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide6 {
  background-color: #9cadb7;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide7 {
  background-color: #a2dceb;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide8 {
  background-color: #d2d8c5;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4.slide9 {
  background-color: #9cadb7;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 h2 {
  margin-top: 0;
  font-size: 20px;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 h2 a {
  text-decoration: none;
  color: #0e0048;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 h2 a:link {
  text-decoration: none;
  color: #0e0048;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 h2 a:hover {
  text-decoration: underline;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 h2 a:visited {
  color: #0e0048;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 p a:link {
  text-decoration: none;
  color: #3d5567;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 p a:hover {
  text-decoration: underline;
  color: #3d5567;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 p a:visited {
  color: #3d5567;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 img.wp-post-image {
  display: none;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager {
  text-align: center;
  z-index: 500;
  position: relative;
  height: 50px;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager span {
  padding: 0 2px;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager span a {
  font-family: arial;
  font-size: 40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager span.cycle-pager-active a {
  color: #003660;
}
#rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager > * {
  cursor: pointer;
}
#rch-primary #intranetHomePage #intranetBulletinCarouselxs a {
  text-decoration: none;
  color: #FFF;
}
#rch-primary #intranetHomePage #intranetBulletinCarouselxs a:link {
  text-decoration: none;
  color: #FFF;
}
#rch-primary #intranetHomePage #intranetBulletinCarouselxs a:hover {
  color: #003660;
}
#rch-primary #intranetHomePage #intranetBulletinCarouselxs a:visited {
  color: #FFF;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel h2 {
  margin-top: 0;
  color: #008ccc;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .cycle-slideshow div {
  white-space: normal;
  padding: 10px 15px;
  vertical-align: top;
  margin-bottom: -200px;
  padding-bottom: 200px;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .cycle-slideshow div a {
  text-decoration: none;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .cycle-slideshow div a:hover {
  text-decoration: underline;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .cycle-slideshow div.bulletinLeftBorder {
  border-left: 2px dotted #d7dee2;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .cycle-slideshow div.bulletinDateDiv {
  background-color: #008ccc;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls {
  margin-top: 20px;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary {
  color: #ffffff;
  background-color: #6756a5;
  border-color: #6756a5;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:hover,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:focus,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:active,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.active,
.open .dropdown-toggle#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary {
  color: #ffffff;
  background-color: #56488a;
  border-color: #4e417d;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:active,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.active,
.open .dropdown-toggle#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary {
  background-image: none;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.disabled,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary[disabled],
fieldset[disabled] #rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.disabled:hover,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary[disabled]:hover,
fieldset[disabled] #rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:hover,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.disabled:focus,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary[disabled]:focus,
fieldset[disabled] #rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:focus,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.disabled:active,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary[disabled]:active,
fieldset[disabled] #rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary:active,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.disabled.active,
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary[disabled].active,
fieldset[disabled] #rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary.active {
  background-color: #6756a5;
  border-color: #6756a5;
}
#rch-primary #intranetHomePage #intranetBulletinCarousel .bulletinControls a.btn-primary .badge {
  color: #6756a5;
  background-color: #ffffff;
}
#rch-primary #intranetHomePage #weatherFeed .col-xs-12 {
  text-align: center;
}
#rch-primary #intranetHomePage #weatherFeed .col-xs-12 span {
  font-weight: 600;
  color: #008ccc;
}
#rch-primary #intranetHomePage #secondRow {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}
#rch-primary #intranetHomePage #secondRow .col-xs-12,
#rch-primary #intranetHomePage #secondRow .col-sm-custom5 {
  background-color: #e1f4f9;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
#rch-primary #intranetHomePage #secondRow .col-xs-12 .srHeader,
#rch-primary #intranetHomePage #secondRow .col-sm-custom5 .srHeader {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #008ccc;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
#rch-primary #intranetHomePage #secondRow .col-sm-custom5 {
  margin-bottom: 0;
  padding-bottom: 8px;
  overflow: hidden;
}
#rch-primary #intranetHomePage #secondRow .col-sm-custom5 .srContent img {
  padding: 10px;
}
#rch-primary #intranetHomePage #secondRow .col-xs-12 {
  margin-bottom: 10px;
}
/* End intranetHome.less */
/* Start home.less */
#hero-row .container {
  padding-left: 0px;
  padding-right: 0px;
}
/* Customize the boostrap carousel - use rch-featured-carousel */
#rch-featured-carousel .carousel-control {
  color: #FFFFFF;
  font-size: 4em;
  position: absolute;
  text-align: center;
  top: 38%;
  z-index: 1000;
  text-shadow: none;
  opacity: 1;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  height: auto;
  vertical-align: top;
}
#rch-featured-carousel .carousel-control.left {
  background-image: none;
  filter: none;
}
#rch-featured-carousel .carousel-control.right {
  background-image: none;
  filter: none;
}
#rch-featured-carousel .carousel-inner .carousel-caption1 {
  background: #82c341;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption1 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption1 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption1 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner .carousel-caption2 {
  background: #56c7da;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption2 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption2 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption2 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner .carousel-caption3 {
  background: #da1a32;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption3 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption3 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption3 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner .carousel-caption4 {
  background: #f68d39;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption4 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption4 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption4 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner .carousel-caption5 {
  background: #008ccc;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption5 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption5 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption5 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner .carousel-caption6 {
  background: #f38aa5;
  bottom: 0px;
  top: 0px;
  left: 66%;
  padding: 10px 55px 10px 40px;
  position: absolute;
  right: 0;
  width: 34%;
  vertical-align: middle;
  text-align: left;
  text-shadow: none;
  line-height: 23px;
  color: white;
}
#rch-featured-carousel .carousel-inner .carousel-caption6 h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel .carousel-inner .carousel-caption6 a {
  color: white;
  text-decoration: underline;
}
#rch-featured-carousel .carousel-inner .carousel-caption6 .rch-ccaption {
  padding-top: 10%;
  position: relative;
}
#rch-featured-carousel .carousel-inner > .item > img,
#rch-featured-carousel .carousel-inner > .item > a > img {
  max-width: 66%;
}
#rch-featured-carousel .carousel-inner > .item > img,
#rch-featured-carousel .carousel-inner > .item > a > img {
  max-width: 66%;
}
#rch-featured-carousel .carousel-inner .rch-cimage {
  width: 69%;
}
#rch-featured-carousel a:link,
#rch-featured-carousel #rch-primary .carousel-control a {
  color: #FFFFFF;
}
/* control styles for small devices */
#rch-featured-carousel-xs .container1 {
  width: 100%;
  background-color: #82c341;
}
#rch-featured-carousel-xs .container2 {
  width: 100%;
  background-color: #56c7da;
}
#rch-featured-carousel-xs .container3 {
  width: 100%;
  background-color: #da1a32;
}
#rch-featured-carousel-xs .container4 {
  width: 100%;
  background-color: #f68d39;
}
#rch-featured-carousel-xs .container5 {
  width: 100%;
  background-color: #008ccc;
}
#rch-featured-carousel-xs .container6 {
  width: 100%;
  background-color: #f38aa5;
}
#rch-featured-carousel-xs .carousel-control {
  color: #FFFFFF;
  font-size: 4em;
  position: absolute;
  text-align: center;
  top: 38%;
  z-index: 1000;
  text-shadow: none;
  opacity: 1;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  #rch-featured-carousel-xs .carousel-control {
    left: -2px;
  }
}
#rch-featured-carousel-xs .carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
}
#rch-featured-carousel-xs .carousel-control.right {
  background-image: none;
  background-repeat: repeat-x;
  left: auto;
  right: 0;
  filter: none;
}
#rch-featured-carousel-xs .carousel-inner .rch-carousel-xs-text {
  color: white;
  padding: 40px;
  padding-right: 40px;
}
#rch-featured-carousel-xs .carousel-inner .rch-carousel-xs-text h2 {
  color: white;
  font-size: 27px;
}
#rch-featured-carousel-xs .carousel-inner .rch-carousel-xs-text a {
  color: white;
  text-decoration: underline;
}
/* end for small devices */
#hero-row .col-xs-12 #rch-featured-carousel img {
  padding-bottom: 0px;
}
#rch-featured-textboxes {
  margin-left: 15px;
  margin-right: 15px;
  padding: 22px 28px 0 28px;
  position: relative;
}
#rch-featured-textboxes .col-sm-3 {
  padding-left: 6px;
  padding-right: 6px;
}
#rch-featured-textboxes .col-md-3 {
  padding-left: 6px;
  padding-right: 6px;
}
#rch-featured-textboxes h2 {
  color: white;
  margin-bottom: 18px;
}
#rch-featured-textboxes .caption {
  display: block;
  border: none;
  margin-bottom: 0px;
  padding: 15px 15px 15px 20px;
}
@media (min-width: 768px) {
  #rch-featured-textboxes .caption {
    height: 113px;
  }
}
@media (min-width: 992px) {
  #rch-featured-textboxes .caption {
    height: 150px;
  }
}
#rch-featured-textboxes .caption a {
  display: block;
}
#rch-featured-textboxes .rch-featured-ani h2 {
  color: white;
}
#rch-featured-textboxes .box1 {
  background-color: #008ccc;
}
#rch-featured-textboxes .box2 {
  background-color: #fdb913;
}
#rch-featured-textboxes .box3 {
  background-color: #f26c52;
}
#rch-featured-textboxes .box4 {
  background-color: #82c341;
}
#rch-featured-textboxes .rch-thmb-text {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 768px) {
  #rch-featured-textboxes .rch-thmb-text {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  #rch-featured-textboxes .rch-thmb-text {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  #rch-featured-textboxes .rch-thmb-text {
    font-size: 32px;
    line-height: 36px;
  }
}
#rch-featured-textboxes a:link {
  color: white;
  text-decoration: none;
}
#rch-featured-textboxes a:hover {
  color: white;
  text-decoration: none;
}
#rch-featured-textboxes a:visited {
  color: white;
  text-decoration: none;
}
#rch-featured-textboxes-xs {
  padding: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
#rch-featured-textboxes-xs .box1 {
  display: block;
  background-color: #008ccc;
  padding: 0.6em 0em 0.6em 1.1em ;
  margin-top: 6px;
}
#rch-featured-textboxes-xs .box2 {
  display: block;
  background-color: #fdb913;
  padding: 0.6em 0em 0.6em 1.1em ;
  margin-top: 6px;
}
#rch-featured-textboxes-xs .box3 {
  display: block;
  background-color: #f26c52;
  padding: 0.6em 0em 0.6em 1.1em ;
  margin-top: 6px;
}
#rch-featured-textboxes-xs .box4 {
  display: block;
  background-color: #82c341;
  padding: 0.6em 0em 0.6em 1.1em ;
  margin-top: 6px;
}
#rch-featured-textboxes-xs .box5 {
  display: block;
  background-color: #425563;
  padding: 0.6em 0em 0.6em 1.1em ;
  margin-top: 6px;
}
#rch-featured-textboxes-xs a:link {
  color: white;
  text-decoration: none;
}
#rch-featured-textboxes-xs a:hover {
  color: white;
  text-decoration: none;
}
#rch-featured-textboxes-xs a:visited {
  color: white;
  text-decoration: none;
}
#rch-featured-ani {
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 28px 0 28px;
  position: relative;
  overflow: hidden;
}
#rch-featured-ani .row .col-sm-6.rch-home-video {
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg {
    padding-right: 5px;
    padding-left: 7px;
  }
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a:link,
#rch-featured-ani .row .col-sm-6.rch-home-emerg a:visited {
  color: #fff;
  text-decoration: none;
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a:hover > div {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div {
  background: #425563 url('https://www.rch.org.au/uploadedImages/Main/Content/emerg_rch/ED-wait-times-graph-blank-home-lg.png') no-repeat;
}
@media (min-width: 992px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div {
    background-size: 444px 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div {
    background-size: 544px 306px;
    width: 544px;
    height: 306px;
  }
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div h2 {
  font-family: 'museo-sans', Verdana, sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 20px;
  margin-top: 0;
  padding: 20px 20px 10px 20px;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div h2 {
    font-size: 32px;
  }
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div {
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div {
    width: 180px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div {
    width: 200px;
    font-size: 17px;
    line-height: 20px;
  }
}
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div a,
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div a:link,
#rch-featured-ani .row .col-sm-6.rch-home-emerg a > div > div a:visited {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
#rch-featured-ani .row h2 {
  color: white;
}
/* Featured boxes styling start*/
#rch-featured-ani-sm,
#rch-featured-ani-sm2 {
  margin-left: 49px;
  margin-right: 49px;
  padding: 24px 0px 0 0px;
  position: relative;
  color: white;
}
@media (max-width: 768px) {
  #rch-featured-ani-sm,
  #rch-featured-ani-sm2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #rch-featured-ani-sm,
  #rch-featured-ani-sm2 {
    margin-left: 49px;
    margin-right: 49px;
  }
}
#rch-featured-ani-sm .rch-featured-ani-sm-container,
#rch-featured-ani-sm2 .rch-featured-ani-sm-container {
  padding: 30px 20px 10px 20px;
  background-color: #A5B08C;
}
#rch-featured-ani-sm h2,
#rch-featured-ani-sm2 h2 {
  color: white;
  margin-top: 0;
}
#rch-featured-ani-sm .rch-dotted-line,
#rch-featured-ani-sm2 .rch-dotted-line {
  border-top-color: #9CADB7;
  border-top-style: dotted;
  border-width: 2px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
#rch-featured-ani-sm a:link,
#rch-featured-ani-sm2 a:link,
#rch-featured-ani-sm a:visited,
#rch-featured-ani-sm2 a:visited {
  color: #FFF;
  text-decoration: underline;
}
#rch-featured-ani-sm .rch-featured-ani-sm-container {
  background-color: #425563;
}
/*  Customize JCarousel for RCH news   */
#rch-news-carousel {
  margin-left: 34px;
  margin-right: 34px;
  margin-top: 24px;
  /*  Sperator for RCH news   */
  /** Carousel Controls for RCH news  **/
}
#rch-news-carousel #rch-news-sperator {
  margin-left: 15px;
  margin-right: 15px;
}
#rch-news-carousel .rch-dotted-line {
  border-top-color: #9CADB7;
  border-top-style: dotted;
  border-width: 2px;
  padding-bottom: 24px;
  padding-top: 0px;
}
#rch-news-carousel .rch-newstext {
  margin: 0px;
}
#rch-news-carousel .rch-image-xs {
  width: 400px;
  text-align: center;
}
@media (min-width: 768px) {
  #rch-news-carousel .rch-image-xs {
    width: auto;
  }
}
#rch-news-carousel .rch-image-xs img {
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #rch-news-carousel .rch-image-xs img {
    display: block;
    width: 200px;
    height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#rch-news-carousel .jcarousel-wrapper {
  border-radius: 0px;
  box-shadow: none;
}
#rch-news-carousel .jcarousel-wrapper {
  margin-top: 24px;
  position: relative;
  border: none;
  padding-left: 0px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
#rch-news-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#rch-news-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rch-news-carousel .jcarousel li {
  float: left;
  border: none;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
#rch-news-carousel .jcarousel img {
  display: block;
  width: 200px;
  height: 140px;
}
#rch-news-carousel .jcarousel-control-prev {
  left: -20px;
}
#rch-news-carousel .jcarousel-control-next {
  right: -25px;
}
#rch-news-carousel .jcarousel .wp-post-image {
  margin: 0 10px 0 10px;
}
#rch-news-carousel .rch-summary .wp-post-image {
  display: none;
}
@media (max-width: 768px) {
  #rch-news-carousel .rch-summary {
    align-self: baseline;
  }
}
#rch-news-carousel .rch-image-xs img {
  float: left;
}
#rch-news-carousel .rch-newstitle {
  display: inline-block;
  font-weight: 700;
  color: #3D5567;
  font-size: 17px;
  line-height: 18px;
  padding-bottom: 8px;
}
#rch-news-carousel .list-inline .rch-summary-block {
  display: inline-block;
  padding-left: 15px;
  padding-right: 5px;
  width: 300px;
}
@media (min-width: 768px) {
  #rch-news-carousel .list-inline .rch-summary-block {
    width: 450px;
  }
}
@media (min-width: 992px) {
  #rch-news-carousel .list-inline .rch-summary-block {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #rch-news-carousel .list-inline .rch-summary-block {
    width: 300px;
  }
}
#rch-news-carousel .jcarousel-control-prev,
#rch-news-carousel .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: gray;
  text-decoration: none;
  text-shadow: none;
  font: 35px/27px Arial, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}
#rch-news-carousel .jcarousel-control-prev {
  left: -30px;
}
#rch-news-carousel .jcarousel-control-next {
  right: 0px;
}
/* Customize  RCH news for xs  */
#rch-news-carousel-xs {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 24px;
}
#rch-news-carousel-xs .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
#rch-news-carousel-xs .rch-dotted-line {
  border-top-color: #9CADB7;
  border-top-style: dotted;
  border-width: 2px;
  padding-bottom: 24px;
  padding-top: 0px;
}
#rch-news-carousel-xs .rch-newstext {
  margin: 0px;
  padding-left: 15px;
}
#rch-news-carousel-xs .rch-summary .wp-post-image {
  display: none;
}
#rch-news-carousel-xs .jcarousel-wrapper {
  border-radius: 0px;
  box-shadow: none;
}
#rch-news-carousel-xs .jcarousel-wrapper {
  margin-top: 24px;
  position: relative;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#rch-news-carousel-xs .jcarousel-style {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#rch-news-carousel-xs .jcarousel-style ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rch-news-carousel-xs .jcarousel-style li {
  border: none;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
#rch-news-carousel-xs .jcarousel-style img {
  display: block;
  width: 100%;
  height: auto;
}
#rch-news-carousel-xs .rch-news-item {
  margin-bottom: 20px;
}
#rch-news-carousel-xs .rch-newstitle {
  line-height: 12px;
  font-weight: 700;
  color: #3D5567;
  font-size: 17px;
}
#rch-news-carousel-xs .list-inline .rch-summary-block {
  display: inline-block;
  padding-left: 15px;
  padding-right: 5px;
  width: 300px;
}
/** Carousel Controls for foundation news  **/
#fd-news-carousel {
  margin-left: 34px;
  margin-right: 34px;
  margin-top: 24px;
  margin-bottom: 12px;
  /*  Sperator for RCH news   */
}
#fd-news-carousel #rch-news-sperator {
  margin-left: 15px;
  margin-right: 15px;
}
#fd-news-carousel .rch-dotted-line {
  border-top-color: #9CADB7;
  border-top-style: dotted;
  border-width: 2px;
  padding-bottom: 24px;
  padding-top: 0px;
}
#fd-news-carousel .rch-newstext {
  margin: 0px;
}
#fd-news-carousel .jcarousel-wrapper {
  margin-top: 24px;
  position: relative;
  border: none;
  padding-left: 0px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
#fd-news-carousel .jcarousel2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#fd-news-carousel .jcarousel2 ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fd-news-carousel .jcarousel2 li {
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fd-news-carousel .jcarousel2 img {
  display: block;
  width: 200px;
  height: auto;
}
#fd-news-carousel .jcarousel2 .wp-post-image {
  margin: 0 10px 0 10px;
}
#fd-news-carousel .jcarousel-control-prev2 {
  left: -20px;
}
#fd-news-carousel .jcarousel-control-next2 {
  right: -25px;
}
#fd-news-carousel .list-inline .rch-summary-block {
  display: inline-block;
  padding-left: 15px;
  padding-right: 5px;
  width: 300px;
}
@media (min-width: 768px) {
  #fd-news-carousel .list-inline .rch-summary-block {
    width: 450px;
  }
}
@media (min-width: 992px) {
  #fd-news-carousel .list-inline .rch-summary-block {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #fd-news-carousel .list-inline .rch-summary-block {
    width: 300px;
  }
}
#fd-news-carousel .rch-newstitle {
  display: inline-block;
  font-weight: 700;
  color: #3D5567;
  font-size: 17px;
  line-height: 18px;
  padding-bottom: 8px;
}
#fd-news-carousel .jcarousel-control-prev2,
#fd-news-carousel .jcarousel-control-next2 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: gray;
  text-decoration: none;
  text-shadow: none;
  font: 35px/27px Arial, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
}
#fd-news-carousel .jcarousel-control-prev2 {
  left: -30px;
}
#fd-news-carousel .jcarousel-control-next2 {
  right: 0px;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
}
/* News headers*/
#rch-newsheader {
  margin-top: 12px;
  padding-bottom: 23px;
  border-top-color: #9CADB7;
  border-top-style: dotted;
  border-width: 1px;
  margin-left: 19px;
  margin-right: 19px;
}
@media (max-width: 768px) {
  #rch-newsheader {
    margin-top: 24px;
  }
}
.rch-newstext {
  margin-left: 19px;
  margin-right: 19px;
  font-weight: 500;
  font-size: 19px;
}
/* End home.less */
/* Start footer.less */
/* Footer */
footer #footer-row1 {
  background-color: #87946b;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 10px;
  padding: 5px 0px 5px 0px;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
}
footer #footer-row1 a:link,
footer #footer-row1 a:visited {
  color: #FFF;
}
footer #footer-row1 a:hover {
  text-decoration: none;
}
footer #footer-row1 img {
  padding: 0 10px 0 0;
}
footer #footer-row1 img#footer-support-us {
  padding-left: 17px;
}
@media (min-width: 768px) {
  footer #footer-row1 img#footer-support-us {
    padding: 0 10px 0 0;
  }
}
footer #footer-row1 #footer-interpreter-icon {
  padding: 1px 10px 0 0;
}
footer #footer-row1 div#pig-and-interpreter {
  padding: 20px 0 10px 18px;
}
@media (min-width: 768px) {
  footer #footer-row1 div#pig-and-interpreter {
    padding: 20px 0 0 18px;
  }
}
footer #footer-row1 .social-icons {
  font-size: 40px;
  height: 28px;
  margin-bottom: 20px;
  padding-left: 18px;
}
footer #footer-row1 .social-icons a {
  padding: 0 10px 0 0;
}
@media (min-width: 768px) {
  footer #footer-row1 .social-icons {
    font-size: 28px;
    height: 28px;
    padding-left: 15px;
    margin-bottom: 0;
  }
  footer #footer-row1 .social-icons a {
    padding: 0 0 0 5px;
  }
}
footer #footer-row2 {
  padding-bottom: 0px;
  position: relative;
  background-color: #e4eced;
  padding: 30px 0px 0 0px;
}
footer #footer-row2 .rch-footer-company {
  height: 90px;
}
@media (min-width: 768px) {
  footer #footer-row2 .rch-footer-company p.footertmpright {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer #footer-row2 .rch-footer-company p.footertmpright.pppp {
    margin-top: 27px;
    margin-bottom: 0;
  }
}
footer #footer-row3 {
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  background-color: #e4eced;
  padding: 0px 0px 5px 0px;
}
footer #rch-footer-links {
  padding: 0;
  width: 200px;
}
footer .rch-footer-company {
  color: #3d5567;
  position: relative;
}
footer .rch-footer-company h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  color: #0e0048;
}
footer .rch-footer-company a:link,
footer .rch-footer-company a:visited {
  color: #3d5567;
}
footer .rch-footer-company .footer-grey,
footer .rch-footer-company .footer-grey a:link,
footer .rch-footer-company .footer-grey a:visited {
  font-size: 11px;
}
footer .rch-footer-company p {
  line-height: 20px;
}
footer .rch-footer-company .footer-bs-info {
  color: #e4eced;
  font-size: 10px;
  margin-top: 0;
}
footer #rch-footer-partners {
  position: relative;
}
footer #rch-footer-partners a {
  display: inline-block;
  position: absolute;
}
footer #rch-footer-credits {
  color: #999999;
  font-size: smaller;
  padding: 10px 0 0 0;
  text-align: center;
  width: 100%;
}
/* End footer.less */
/* Start vimeo.less */
#rch-primary .rch-videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#rch-primary .rch-videoWrapper iframe,
#rch-primary .rch-videoWrapper object,
#rch-primary .rch-videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rch-featured-ani .rch-videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#rch-featured-ani .rch-videoWrapper iframe,
#rch-featured-ani .rch-videoWrapper object,
#rch-featured-ani .rch-videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rch-featured-ani-sm .rch-videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#rch-featured-ani-sm .rch-videoWrapper iframe,
#rch-featured-ani-sm .rch-videoWrapper object,
#rch-featured-ani-sm .rch-videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End vimeo.less */
/* Start colour-schemes.less */
body.rch-section-about,
body.rch-section-departments {
  background: url("/TemplateAssets/images/global/bg-pattern-bark.png") no-repeat fixed center top #ffffff;
}
body.rch-section-about #title-row .panel,
body.rch-section-departments #title-row .panel {
  background-color: #56c7da;
}
body.rch-section-about #title-row .btn-primary,
body.rch-section-departments #title-row .btn-primary {
  color: #ffffff;
  background-color: #56c7da;
  border-color: #56c7da;
}
body.rch-section-about #title-row .btn-primary:hover,
body.rch-section-departments #title-row .btn-primary:hover,
body.rch-section-about #title-row .btn-primary:focus,
body.rch-section-departments #title-row .btn-primary:focus,
body.rch-section-about #title-row .btn-primary:active,
body.rch-section-departments #title-row .btn-primary:active,
body.rch-section-about #title-row .btn-primary.active,
body.rch-section-departments #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-about #title-row .btn-primary,
.open .dropdown-togglebody.rch-section-departments #title-row .btn-primary {
  color: #ffffff;
  background-color: #35bcd3;
  border-color: #2cb1c7;
}
body.rch-section-about #title-row .btn-primary:active,
body.rch-section-departments #title-row .btn-primary:active,
body.rch-section-about #title-row .btn-primary.active,
body.rch-section-departments #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-about #title-row .btn-primary,
.open .dropdown-togglebody.rch-section-departments #title-row .btn-primary {
  background-image: none;
}
body.rch-section-about #title-row .btn-primary.disabled,
body.rch-section-departments #title-row .btn-primary.disabled,
body.rch-section-about #title-row .btn-primary[disabled],
body.rch-section-departments #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-about #title-row .btn-primary,
fieldset[disabled] body.rch-section-departments #title-row .btn-primary,
body.rch-section-about #title-row .btn-primary.disabled:hover,
body.rch-section-departments #title-row .btn-primary.disabled:hover,
body.rch-section-about #title-row .btn-primary[disabled]:hover,
body.rch-section-departments #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-about #title-row .btn-primary:hover,
fieldset[disabled] body.rch-section-departments #title-row .btn-primary:hover,
body.rch-section-about #title-row .btn-primary.disabled:focus,
body.rch-section-departments #title-row .btn-primary.disabled:focus,
body.rch-section-about #title-row .btn-primary[disabled]:focus,
body.rch-section-departments #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-about #title-row .btn-primary:focus,
fieldset[disabled] body.rch-section-departments #title-row .btn-primary:focus,
body.rch-section-about #title-row .btn-primary.disabled:active,
body.rch-section-departments #title-row .btn-primary.disabled:active,
body.rch-section-about #title-row .btn-primary[disabled]:active,
body.rch-section-departments #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-about #title-row .btn-primary:active,
fieldset[disabled] body.rch-section-departments #title-row .btn-primary:active,
body.rch-section-about #title-row .btn-primary.disabled.active,
body.rch-section-departments #title-row .btn-primary.disabled.active,
body.rch-section-about #title-row .btn-primary[disabled].active,
body.rch-section-departments #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-about #title-row .btn-primary.active,
fieldset[disabled] body.rch-section-departments #title-row .btn-primary.active {
  background-color: #56c7da;
  border-color: #56c7da;
}
body.rch-section-about #title-row .btn-primary .badge,
body.rch-section-departments #title-row .btn-primary .badge {
  color: #56c7da;
  background-color: #ffffff;
}
body.rch-section-about #title-row .btn-default,
body.rch-section-departments #title-row .btn-default {
  color: #56c7da;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-about #title-row .btn-default:hover,
body.rch-section-departments #title-row .btn-default:hover,
body.rch-section-about #title-row .btn-default:focus,
body.rch-section-departments #title-row .btn-default:focus,
body.rch-section-about #title-row .btn-default:active,
body.rch-section-departments #title-row .btn-default:active,
body.rch-section-about #title-row .btn-default.active,
body.rch-section-departments #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-about #title-row .btn-default,
.open .dropdown-togglebody.rch-section-departments #title-row .btn-default {
  color: #56c7da;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-about #title-row .btn-default:active,
body.rch-section-departments #title-row .btn-default:active,
body.rch-section-about #title-row .btn-default.active,
body.rch-section-departments #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-about #title-row .btn-default,
.open .dropdown-togglebody.rch-section-departments #title-row .btn-default {
  background-image: none;
}
body.rch-section-about #title-row .btn-default.disabled,
body.rch-section-departments #title-row .btn-default.disabled,
body.rch-section-about #title-row .btn-default[disabled],
body.rch-section-departments #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-about #title-row .btn-default,
fieldset[disabled] body.rch-section-departments #title-row .btn-default,
body.rch-section-about #title-row .btn-default.disabled:hover,
body.rch-section-departments #title-row .btn-default.disabled:hover,
body.rch-section-about #title-row .btn-default[disabled]:hover,
body.rch-section-departments #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-about #title-row .btn-default:hover,
fieldset[disabled] body.rch-section-departments #title-row .btn-default:hover,
body.rch-section-about #title-row .btn-default.disabled:focus,
body.rch-section-departments #title-row .btn-default.disabled:focus,
body.rch-section-about #title-row .btn-default[disabled]:focus,
body.rch-section-departments #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-about #title-row .btn-default:focus,
fieldset[disabled] body.rch-section-departments #title-row .btn-default:focus,
body.rch-section-about #title-row .btn-default.disabled:active,
body.rch-section-departments #title-row .btn-default.disabled:active,
body.rch-section-about #title-row .btn-default[disabled]:active,
body.rch-section-departments #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-about #title-row .btn-default:active,
fieldset[disabled] body.rch-section-departments #title-row .btn-default:active,
body.rch-section-about #title-row .btn-default.disabled.active,
body.rch-section-departments #title-row .btn-default.disabled.active,
body.rch-section-about #title-row .btn-default[disabled].active,
body.rch-section-departments #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-about #title-row .btn-default.active,
fieldset[disabled] body.rch-section-departments #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-about #title-row .btn-default .badge,
body.rch-section-departments #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #56c7da;
}
body.rch-section-about #title-row .icon-bar,
body.rch-section-departments #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-about #title-row .icon-bar + .icon-bar,
body.rch-section-departments #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-about #rch-primary,
body.rch-section-departments #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-about #rch-primary h2,
body.rch-section-departments #rch-primary h2,
body.rch-section-about #rch-primary .h2,
body.rch-section-departments #rch-primary .h2 {
  color: #008ccc;
}
body.rch-section-about #rch-primary h3,
body.rch-section-departments #rch-primary h3,
body.rch-section-about #rch-primary .h3,
body.rch-section-departments #rch-primary .h3 {
  color: #56c7da;
}
body.rch-section-about #rch-primary div#RchAtoZ ul#tabnav-letters,
body.rch-section-departments #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #008ccc;
}
body.rch-section-about #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before,
body.rch-section-departments #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #56c7da;
}
body.rch-section-about #rch-primary .ui-state-default .ui-icon,
body.rch-section-departments #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-about #rch-primary .ui-state-hover .ui-icon,
body.rch-section-departments #rch-primary .ui-state-hover .ui-icon,
body.rch-section-about #rch-primary .ui-state-focus .ui-icon,
body.rch-section-departments #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_008CCC_256x240.png");
}
body.rch-section-about #rch-primary .ui-state-active .ui-icon,
body.rch-section-departments #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-about #rch-primary .ui-icon[class*=" fa-"],
body.rch-section-departments #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-about #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"],
body.rch-section-departments #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-about #rch-primary .ui-icon.icon-large,
body.rch-section-departments #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-about #rch-primary .ui-widget-content,
body.rch-section-departments #rch-primary .ui-widget-content {
  border: 1px dotted #56c7da;
}
body.rch-section-about #rch-primary .ui-widget-header,
body.rch-section-departments #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-about #rch-primary .ui-state-default,
body.rch-section-departments #rch-primary .ui-state-default,
body.rch-section-about #rch-primary .ui-state-default,
body.rch-section-departments #rch-primary .ui-state-default,
body.rch-section-about #rch-primary .ui-widget-header .ui-state-default,
body.rch-section-departments #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #008ccc;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .ui-widget-content,
body.rch-section-departments #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-about #rch-primary .ui-state-default a,
body.rch-section-departments #rch-primary .ui-state-default a,
body.rch-section-about #rch-primary .ui-state-default a:link,
body.rch-section-departments #rch-primary .ui-state-default a:link,
body.rch-section-about #rch-primary .ui-state-default a:visited,
body.rch-section-departments #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-about #rch-primary .ui-state-hover,
body.rch-section-departments #rch-primary .ui-state-hover,
body.rch-section-about #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-departments #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-about #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-departments #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-about #rch-primary .ui-state-focus,
body.rch-section-departments #rch-primary .ui-state-focus,
body.rch-section-about #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-departments #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-about #rch-primary .ui-widget-header .ui-state-focus,
body.rch-section-departments #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #56c7da;
}
body.rch-section-about #rch-primary .ui-state-hover a,
body.rch-section-departments #rch-primary .ui-state-hover a,
body.rch-section-about #rch-primary .ui-state-hover a:hover,
body.rch-section-departments #rch-primary .ui-state-hover a:hover,
body.rch-section-about #rch-primary .ui-state-hover a:link,
body.rch-section-departments #rch-primary .ui-state-hover a:link,
body.rch-section-about #rch-primary .ui-state-hover a:visited,
body.rch-section-departments #rch-primary .ui-state-hover a:visited,
body.rch-section-about #rch-primary .ui-state-focus a,
body.rch-section-departments #rch-primary .ui-state-focus a,
body.rch-section-about #rch-primary .ui-state-focus a:hover,
body.rch-section-departments #rch-primary .ui-state-focus a:hover,
body.rch-section-about #rch-primary .ui-state-focus a:link,
body.rch-section-departments #rch-primary .ui-state-focus a:link,
body.rch-section-about #rch-primary .ui-state-focus a:visited,
body.rch-section-departments #rch-primary .ui-state-focus a:visited {
  color: #008ccc;
  text-decoration: none;
}
body.rch-section-about #rch-primary .ui-state-active,
body.rch-section-departments #rch-primary .ui-state-active,
body.rch-section-about #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-departments #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-about #rch-primary .ui-widget-header .ui-state-active,
body.rch-section-departments #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #56c7da;
  background: #56c7da;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-about #rch-primary .ui-state-active a,
body.rch-section-departments #rch-primary .ui-state-active a,
body.rch-section-about #rch-primary .ui-state-active a:link,
body.rch-section-departments #rch-primary .ui-state-active a:link,
body.rch-section-about #rch-primary .ui-state-active a:visited,
body.rch-section-departments #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-about #rch-primary .ui-tabs,
body.rch-section-departments #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-about #rch-primary .ui-tabs .ui-tabs-panel,
body.rch-section-departments #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-about #rch-primary .ui-tabs .ui-tabs-nav li,
body.rch-section-departments #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-about #rch-primary .ui-tabs a:focus,
body.rch-section-departments #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-about #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active,
body.rch-section-departments #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-about #rch-primary .ui-accordion .ui-accordion-header,
body.rch-section-departments #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-about #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-departments #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-about #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-departments #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-about #rch-primary .ui-accordion .ui-widget-header .ui-state-focus,
body.rch-section-departments #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-departments #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-about #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-departments #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-about #rch-primary .ui-accordion .ui-widget-header .ui-state-hover,
body.rch-section-departments #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #008ccc;
}
body.rch-section-about #rch-primary .ui-accordion .ui-accordion-content,
body.rch-section-departments #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-about #rch-primary .well,
body.rch-section-departments #rch-primary .well {
  color: #FFF;
  background-color: #008ccc;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .well a,
body.rch-section-departments #rch-primary .well a {
  color: #FFF;
}
body.rch-section-about #rch-primary .well a:link,
body.rch-section-departments #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-about #rch-primary .well a:hover,
body.rch-section-departments #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-about #rch-primary .well a:visited,
body.rch-section-departments #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-about #rch-primary .btn-primary,
body.rch-section-departments #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-about #rch-primary .btn-primary:hover,
body.rch-section-departments #rch-primary .btn-primary:hover,
body.rch-section-about #rch-primary .btn-primary:focus,
body.rch-section-departments #rch-primary .btn-primary:focus,
body.rch-section-about #rch-primary .btn-primary:active,
body.rch-section-departments #rch-primary .btn-primary:active,
body.rch-section-about #rch-primary .btn-primary.active,
body.rch-section-departments #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-about #rch-primary .btn-primary,
.open .dropdown-togglebody.rch-section-departments #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #0070a3;
  border-color: #00628f;
}
body.rch-section-about #rch-primary .btn-primary:active,
body.rch-section-departments #rch-primary .btn-primary:active,
body.rch-section-about #rch-primary .btn-primary.active,
body.rch-section-departments #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-about #rch-primary .btn-primary,
.open .dropdown-togglebody.rch-section-departments #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-about #rch-primary .btn-primary.disabled,
body.rch-section-departments #rch-primary .btn-primary.disabled,
body.rch-section-about #rch-primary .btn-primary[disabled],
body.rch-section-departments #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-about #rch-primary .btn-primary,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-primary,
body.rch-section-about #rch-primary .btn-primary.disabled:hover,
body.rch-section-departments #rch-primary .btn-primary.disabled:hover,
body.rch-section-about #rch-primary .btn-primary[disabled]:hover,
body.rch-section-departments #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-about #rch-primary .btn-primary:hover,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-primary:hover,
body.rch-section-about #rch-primary .btn-primary.disabled:focus,
body.rch-section-departments #rch-primary .btn-primary.disabled:focus,
body.rch-section-about #rch-primary .btn-primary[disabled]:focus,
body.rch-section-departments #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-about #rch-primary .btn-primary:focus,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-primary:focus,
body.rch-section-about #rch-primary .btn-primary.disabled:active,
body.rch-section-departments #rch-primary .btn-primary.disabled:active,
body.rch-section-about #rch-primary .btn-primary[disabled]:active,
body.rch-section-departments #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-about #rch-primary .btn-primary:active,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-primary:active,
body.rch-section-about #rch-primary .btn-primary.disabled.active,
body.rch-section-departments #rch-primary .btn-primary.disabled.active,
body.rch-section-about #rch-primary .btn-primary[disabled].active,
body.rch-section-departments #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-about #rch-primary .btn-primary.active,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-primary.active {
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-about #rch-primary .btn-primary .badge,
body.rch-section-departments #rch-primary .btn-primary .badge {
  color: #008ccc;
  background-color: #ffffff;
}
body.rch-section-about #rch-primary .btn-default,
body.rch-section-departments #rch-primary .btn-default {
  color: #008ccc;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-about #rch-primary .btn-default:hover,
body.rch-section-departments #rch-primary .btn-default:hover,
body.rch-section-about #rch-primary .btn-default:focus,
body.rch-section-departments #rch-primary .btn-default:focus,
body.rch-section-about #rch-primary .btn-default:active,
body.rch-section-departments #rch-primary .btn-default:active,
body.rch-section-about #rch-primary .btn-default.active,
body.rch-section-departments #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-about #rch-primary .btn-default,
.open .dropdown-togglebody.rch-section-departments #rch-primary .btn-default {
  color: #008ccc;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-about #rch-primary .btn-default:active,
body.rch-section-departments #rch-primary .btn-default:active,
body.rch-section-about #rch-primary .btn-default.active,
body.rch-section-departments #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-about #rch-primary .btn-default,
.open .dropdown-togglebody.rch-section-departments #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-about #rch-primary .btn-default.disabled,
body.rch-section-departments #rch-primary .btn-default.disabled,
body.rch-section-about #rch-primary .btn-default[disabled],
body.rch-section-departments #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-about #rch-primary .btn-default,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-default,
body.rch-section-about #rch-primary .btn-default.disabled:hover,
body.rch-section-departments #rch-primary .btn-default.disabled:hover,
body.rch-section-about #rch-primary .btn-default[disabled]:hover,
body.rch-section-departments #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-about #rch-primary .btn-default:hover,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-default:hover,
body.rch-section-about #rch-primary .btn-default.disabled:focus,
body.rch-section-departments #rch-primary .btn-default.disabled:focus,
body.rch-section-about #rch-primary .btn-default[disabled]:focus,
body.rch-section-departments #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-about #rch-primary .btn-default:focus,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-default:focus,
body.rch-section-about #rch-primary .btn-default.disabled:active,
body.rch-section-departments #rch-primary .btn-default.disabled:active,
body.rch-section-about #rch-primary .btn-default[disabled]:active,
body.rch-section-departments #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-about #rch-primary .btn-default:active,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-default:active,
body.rch-section-about #rch-primary .btn-default.disabled.active,
body.rch-section-departments #rch-primary .btn-default.disabled.active,
body.rch-section-about #rch-primary .btn-default[disabled].active,
body.rch-section-departments #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-about #rch-primary .btn-default.active,
fieldset[disabled] body.rch-section-departments #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-about #rch-primary .btn-default .badge,
body.rch-section-departments #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #008ccc;
}
body.rch-section-about #rch-primary .btn-default,
body.rch-section-departments #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-about #rch-primary .nav-pills > li > a,
body.rch-section-departments #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #008ccc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .nav-pills > li > a:hover,
body.rch-section-departments #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #008ccc;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .nav-pills > li + li,
body.rch-section-departments #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-about #rch-primary .nav-pills > li.active > a,
body.rch-section-departments #rch-primary .nav-pills > li.active > a,
body.rch-section-about #rch-primary .nav-pills > li.active > a:focus,
body.rch-section-departments #rch-primary .nav-pills > li.active > a:focus {
  background-color: #56c7da;
  border: 1px solid #56c7da;
}
body.rch-section-about #rch-primary .nav-pills > li.active > a:hover,
body.rch-section-departments #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .nav-stacked > li + li,
body.rch-section-departments #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-about #rch-primary .nav-justified > li + li,
body.rch-section-departments #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-about #rch-primary .nav-justified > li > a,
body.rch-section-departments #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-about #rch-primary .nav-tabs > li > a,
body.rch-section-departments #rch-primary .nav-tabs > li > a {
  background-color: #008ccc;
}
body.rch-section-about #rch-primary .nav-tabs,
body.rch-section-departments #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-about #rch-primary .nav-tabs > li > a,
body.rch-section-departments #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #008ccc;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-about #rch-primary .nav-tabs > li > a:hover,
body.rch-section-departments #rch-primary .nav-tabs > li > a:hover {
  color: #008ccc;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .nav-tabs > li.active > a,
body.rch-section-departments #rch-primary .nav-tabs > li.active > a,
body.rch-section-about #rch-primary .nav-tabs > li.active > a:focus,
body.rch-section-departments #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #56c7da;
}
body.rch-section-about #rch-primary .nav-tabs > li.active > a:hover,
body.rch-section-departments #rch-primary .nav-tabs > li.active > a:hover {
  color: #008ccc;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .panel,
body.rch-section-departments #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .panel-heading,
body.rch-section-departments #rch-primary .panel-heading {
  background-color: #008ccc;
  color: #FFF;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .panel-heading > .dropdown .dropdown-toggle,
body.rch-section-departments #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-about #rch-primary .panel-title,
body.rch-section-departments #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-about #rch-primary .panel-title > a,
body.rch-section-departments #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #008ccc;
  color: #FFF;
  border: 1px solid #008ccc;
}
body.rch-section-about #rch-primary .panel-title > a:hover,
body.rch-section-departments #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #008ccc;
  text-decoration: none;
}
body.rch-section-about #rch-primary .panel-body > ul,
body.rch-section-departments #rch-primary .panel-body > ul,
body.rch-section-about #rch-primary .panel-body > ol,
body.rch-section-departments #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-about #rch-primary .panel-footer,
body.rch-section-departments #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-about #rch-primary .panel-group .panel,
body.rch-section-departments #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-about #rch-primary .panel-group .panel + .panel,
body.rch-section-departments #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-about #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-about #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child,
body.rch-section-departments #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-about #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child,
body.rch-section-departments #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-about #rch-primary .panel-primary,
body.rch-section-departments #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-about #rch-primary .panel-primary > .panel-heading,
body.rch-section-departments #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-about #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-about #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-about #rch-primary .panel-primary .panel-title,
body.rch-section-departments #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-about #rch-primary .panel-success,
body.rch-section-departments #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-about #rch-primary .panel-success > .panel-heading,
body.rch-section-departments #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-about #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-about #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-about #rch-primary .panel-success .panel-title,
body.rch-section-departments #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-about #rch-primary .panel-info,
body.rch-section-departments #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-about #rch-primary .panel-info > .panel-heading,
body.rch-section-departments #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-about #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-about #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-about #rch-primary .panel-info .panel-title,
body.rch-section-departments #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-about #rch-primary .panel-warning,
body.rch-section-departments #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-about #rch-primary .panel-warning > .panel-heading,
body.rch-section-departments #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-about #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-about #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-about #rch-primary .panel-warning .panel-title,
body.rch-section-departments #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-about #rch-primary .panel-danger,
body.rch-section-departments #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-about #rch-primary .panel-danger > .panel-heading,
body.rch-section-departments #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-about #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-about #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body,
body.rch-section-departments #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-about #rch-primary .panel-danger .panel-title,
body.rch-section-departments #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-about #rch-primary .list-group-item,
body.rch-section-departments #rch-primary .list-group-item {
  background-color: #008ccc;
  border: 1px dotted #008ccc;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-about #rch-primary .list-group-item .list-group-item-heading,
body.rch-section-departments #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-about #rch-primary a.list-group-item,
body.rch-section-departments #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-about #rch-primary a.list-group-item:hover,
body.rch-section-departments #rch-primary a.list-group-item:hover,
body.rch-section-about #rch-primary a.list-group-item:focus,
body.rch-section-departments #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #008ccc;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-departments #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-about #rch-primary a.list-group-item:focus .list-group-item-heading,
body.rch-section-departments #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #008ccc;
}
body.rch-section-about #rch-primary a.list-group-item.active,
body.rch-section-departments #rch-primary a.list-group-item.active,
body.rch-section-about #rch-primary a.list-group-item.active:focus,
body.rch-section-departments #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #56c7da;
  border: 1px dotted #56c7da;
}
body.rch-section-about #rch-primary a.list-group-item.active:hover,
body.rch-section-departments #rch-primary a.list-group-item.active:hover {
  color: #008ccc;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .pagination > li > a,
body.rch-section-departments #rch-primary .pagination > li > a,
body.rch-section-about #rch-primary .pagination > li > span,
body.rch-section-departments #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #008ccc;
  border: 1px solid #008ccc;
  margin-left: 1px;
}
body.rch-section-about #rch-primary .pagination > li > a:hover,
body.rch-section-departments #rch-primary .pagination > li > a:hover,
body.rch-section-about #rch-primary .pagination > li > span:hover,
body.rch-section-departments #rch-primary .pagination > li > span:hover,
body.rch-section-about #rch-primary .pagination > li > a:focus,
body.rch-section-departments #rch-primary .pagination > li > a:focus,
body.rch-section-about #rch-primary .pagination > li > span:focus,
body.rch-section-departments #rch-primary .pagination > li > span:focus {
  color: #008ccc;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .pagination > .active > a,
body.rch-section-departments #rch-primary .pagination > .active > a,
body.rch-section-about #rch-primary .pagination > .active > span,
body.rch-section-departments #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #56c7da;
  border-color: #56c7da;
  cursor: default;
}
body.rch-section-about #rch-primary .pagination > .active > a:hover,
body.rch-section-departments #rch-primary .pagination > .active > a:hover,
body.rch-section-about #rch-primary .pagination > .active > span:hover,
body.rch-section-departments #rch-primary .pagination > .active > span:hover,
body.rch-section-about #rch-primary .pagination > .active > a:focus,
body.rch-section-departments #rch-primary .pagination > .active > a:focus,
body.rch-section-about #rch-primary .pagination > .active > span:focus,
body.rch-section-departments #rch-primary .pagination > .active > span:focus {
  color: #008ccc;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-about #rch-primary .pagination > .disabled > span,
body.rch-section-departments #rch-primary .pagination > .disabled > span,
body.rch-section-about #rch-primary .pagination > .disabled > span:hover,
body.rch-section-departments #rch-primary .pagination > .disabled > span:hover,
body.rch-section-about #rch-primary .pagination > .disabled > span:focus,
body.rch-section-departments #rch-primary .pagination > .disabled > span:focus,
body.rch-section-about #rch-primary .pagination > .disabled > a,
body.rch-section-departments #rch-primary .pagination > .disabled > a,
body.rch-section-about #rch-primary .pagination > .disabled > a:hover,
body.rch-section-departments #rch-primary .pagination > .disabled > a:hover,
body.rch-section-about #rch-primary .pagination > .disabled > a:focus,
body.rch-section-departments #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-patients {
  background: url("/TemplateAssets/images/global/bg-pattern-gumnuts.png") no-repeat fixed center top #ffffff;
}
body.rch-section-patients #title-row .panel {
  background-color: #f68d39;
}
body.rch-section-patients #title-row .btn-primary {
  color: #ffffff;
  background-color: #f68d39;
  border-color: #f68d39;
}
body.rch-section-patients #title-row .btn-primary:hover,
body.rch-section-patients #title-row .btn-primary:focus,
body.rch-section-patients #title-row .btn-primary:active,
body.rch-section-patients #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-patients #title-row .btn-primary {
  color: #ffffff;
  background-color: #f47712;
  border-color: #e76d0b;
}
body.rch-section-patients #title-row .btn-primary:active,
body.rch-section-patients #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-patients #title-row .btn-primary {
  background-image: none;
}
body.rch-section-patients #title-row .btn-primary.disabled,
body.rch-section-patients #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-patients #title-row .btn-primary,
body.rch-section-patients #title-row .btn-primary.disabled:hover,
body.rch-section-patients #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-patients #title-row .btn-primary:hover,
body.rch-section-patients #title-row .btn-primary.disabled:focus,
body.rch-section-patients #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-patients #title-row .btn-primary:focus,
body.rch-section-patients #title-row .btn-primary.disabled:active,
body.rch-section-patients #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-patients #title-row .btn-primary:active,
body.rch-section-patients #title-row .btn-primary.disabled.active,
body.rch-section-patients #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-patients #title-row .btn-primary.active {
  background-color: #f68d39;
  border-color: #f68d39;
}
body.rch-section-patients #title-row .btn-primary .badge {
  color: #f68d39;
  background-color: #ffffff;
}
body.rch-section-patients #title-row .btn-default {
  color: #f68d39;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-patients #title-row .btn-default:hover,
body.rch-section-patients #title-row .btn-default:focus,
body.rch-section-patients #title-row .btn-default:active,
body.rch-section-patients #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-patients #title-row .btn-default {
  color: #f68d39;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-patients #title-row .btn-default:active,
body.rch-section-patients #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-patients #title-row .btn-default {
  background-image: none;
}
body.rch-section-patients #title-row .btn-default.disabled,
body.rch-section-patients #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-patients #title-row .btn-default,
body.rch-section-patients #title-row .btn-default.disabled:hover,
body.rch-section-patients #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-patients #title-row .btn-default:hover,
body.rch-section-patients #title-row .btn-default.disabled:focus,
body.rch-section-patients #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-patients #title-row .btn-default:focus,
body.rch-section-patients #title-row .btn-default.disabled:active,
body.rch-section-patients #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-patients #title-row .btn-default:active,
body.rch-section-patients #title-row .btn-default.disabled.active,
body.rch-section-patients #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-patients #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-patients #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #f68d39;
}
body.rch-section-patients #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-patients #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-patients #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-patients #rch-primary h2,
body.rch-section-patients #rch-primary .h2 {
  color: #f26c52;
}
body.rch-section-patients #rch-primary h3,
body.rch-section-patients #rch-primary .h3 {
  color: #f68d39;
}
body.rch-section-patients #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #f26c52;
}
body.rch-section-patients #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #f68d39;
}
body.rch-section-patients #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-patients #rch-primary .ui-state-hover .ui-icon,
body.rch-section-patients #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_F26C52_256x240.png");
}
body.rch-section-patients #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-patients #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-patients #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-patients #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-patients #rch-primary .ui-widget-content {
  border: 1px dotted #f68d39;
}
body.rch-section-patients #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-patients #rch-primary .ui-state-default,
body.rch-section-patients #rch-primary .ui-state-default,
body.rch-section-patients #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #f26c52;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-patients #rch-primary .ui-state-default a,
body.rch-section-patients #rch-primary .ui-state-default a:link,
body.rch-section-patients #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-patients #rch-primary .ui-state-hover,
body.rch-section-patients #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-patients #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-patients #rch-primary .ui-state-focus,
body.rch-section-patients #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-patients #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #f68d39;
}
body.rch-section-patients #rch-primary .ui-state-hover a,
body.rch-section-patients #rch-primary .ui-state-hover a:hover,
body.rch-section-patients #rch-primary .ui-state-hover a:link,
body.rch-section-patients #rch-primary .ui-state-hover a:visited,
body.rch-section-patients #rch-primary .ui-state-focus a,
body.rch-section-patients #rch-primary .ui-state-focus a:hover,
body.rch-section-patients #rch-primary .ui-state-focus a:link,
body.rch-section-patients #rch-primary .ui-state-focus a:visited {
  color: #f26c52;
  text-decoration: none;
}
body.rch-section-patients #rch-primary .ui-state-active,
body.rch-section-patients #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-patients #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #f68d39;
  background: #f68d39;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-patients #rch-primary .ui-state-active a,
body.rch-section-patients #rch-primary .ui-state-active a:link,
body.rch-section-patients #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-patients #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-patients #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-patients #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-patients #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-patients #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-patients #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-patients #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-patients #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-patients #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-patients #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-patients #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #f26c52;
}
body.rch-section-patients #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-patients #rch-primary .well {
  color: #FFF;
  background-color: #f26c52;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .well a {
  color: #FFF;
}
body.rch-section-patients #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-patients #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-patients #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-patients #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #f26c52;
  border-color: #f26c52;
}
body.rch-section-patients #rch-primary .btn-primary:hover,
body.rch-section-patients #rch-primary .btn-primary:focus,
body.rch-section-patients #rch-primary .btn-primary:active,
body.rch-section-patients #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-patients #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #ef4c2c;
  border-color: #ee3c19;
}
body.rch-section-patients #rch-primary .btn-primary:active,
body.rch-section-patients #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-patients #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-patients #rch-primary .btn-primary.disabled,
body.rch-section-patients #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-patients #rch-primary .btn-primary,
body.rch-section-patients #rch-primary .btn-primary.disabled:hover,
body.rch-section-patients #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-primary:hover,
body.rch-section-patients #rch-primary .btn-primary.disabled:focus,
body.rch-section-patients #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-primary:focus,
body.rch-section-patients #rch-primary .btn-primary.disabled:active,
body.rch-section-patients #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-primary:active,
body.rch-section-patients #rch-primary .btn-primary.disabled.active,
body.rch-section-patients #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-primary.active {
  background-color: #f26c52;
  border-color: #f26c52;
}
body.rch-section-patients #rch-primary .btn-primary .badge {
  color: #f26c52;
  background-color: #ffffff;
}
body.rch-section-patients #rch-primary .btn-default {
  color: #f26c52;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-patients #rch-primary .btn-default:hover,
body.rch-section-patients #rch-primary .btn-default:focus,
body.rch-section-patients #rch-primary .btn-default:active,
body.rch-section-patients #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-patients #rch-primary .btn-default {
  color: #f26c52;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-patients #rch-primary .btn-default:active,
body.rch-section-patients #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-patients #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-patients #rch-primary .btn-default.disabled,
body.rch-section-patients #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-patients #rch-primary .btn-default,
body.rch-section-patients #rch-primary .btn-default.disabled:hover,
body.rch-section-patients #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-default:hover,
body.rch-section-patients #rch-primary .btn-default.disabled:focus,
body.rch-section-patients #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-default:focus,
body.rch-section-patients #rch-primary .btn-default.disabled:active,
body.rch-section-patients #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-default:active,
body.rch-section-patients #rch-primary .btn-default.disabled.active,
body.rch-section-patients #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-patients #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-patients #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #f26c52;
}
body.rch-section-patients #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-patients #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #f26c52;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #f26c52;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-patients #rch-primary .nav-pills > li.active > a,
body.rch-section-patients #rch-primary .nav-pills > li.active > a:focus {
  background-color: #f68d39;
  border: 1px solid #f68d39;
}
body.rch-section-patients #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-patients #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-patients #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-patients #rch-primary .nav-tabs > li > a {
  background-color: #f26c52;
}
body.rch-section-patients #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-patients #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #f26c52;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-patients #rch-primary .nav-tabs > li > a:hover {
  color: #f26c52;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .nav-tabs > li.active > a,
body.rch-section-patients #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #f68d39;
}
body.rch-section-patients #rch-primary .nav-tabs > li.active > a:hover {
  color: #f26c52;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .panel-heading {
  background-color: #f26c52;
  color: #FFF;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-patients #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-patients #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #f26c52;
  color: #FFF;
  border: 1px solid #f26c52;
}
body.rch-section-patients #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #f26c52;
  text-decoration: none;
}
body.rch-section-patients #rch-primary .panel-body > ul,
body.rch-section-patients #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-patients #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-patients #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-patients #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-patients #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-patients #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-patients #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-patients #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-patients #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-patients #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-patients #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-patients #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-patients #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-patients #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-patients #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-patients #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-patients #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-patients #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-patients #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-patients #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-patients #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-patients #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-patients #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-patients #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-patients #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-patients #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-patients #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-patients #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-patients #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-patients #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-patients #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-patients #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-patients #rch-primary .list-group-item {
  background-color: #f26c52;
  border: 1px dotted #f26c52;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-patients #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-patients #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-patients #rch-primary a.list-group-item:hover,
body.rch-section-patients #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #f26c52;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-patients #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #f26c52;
}
body.rch-section-patients #rch-primary a.list-group-item.active,
body.rch-section-patients #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #f68d39;
  border: 1px dotted #f68d39;
}
body.rch-section-patients #rch-primary a.list-group-item.active:hover {
  color: #f26c52;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .pagination > li > a,
body.rch-section-patients #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #f26c52;
  border: 1px solid #f26c52;
  margin-left: 1px;
}
body.rch-section-patients #rch-primary .pagination > li > a:hover,
body.rch-section-patients #rch-primary .pagination > li > span:hover,
body.rch-section-patients #rch-primary .pagination > li > a:focus,
body.rch-section-patients #rch-primary .pagination > li > span:focus {
  color: #f26c52;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .pagination > .active > a,
body.rch-section-patients #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #f68d39;
  border-color: #f68d39;
  cursor: default;
}
body.rch-section-patients #rch-primary .pagination > .active > a:hover,
body.rch-section-patients #rch-primary .pagination > .active > span:hover,
body.rch-section-patients #rch-primary .pagination > .active > a:focus,
body.rch-section-patients #rch-primary .pagination > .active > span:focus {
  color: #f26c52;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-patients #rch-primary .pagination > .disabled > span,
body.rch-section-patients #rch-primary .pagination > .disabled > span:hover,
body.rch-section-patients #rch-primary .pagination > .disabled > span:focus,
body.rch-section-patients #rch-primary .pagination > .disabled > a,
body.rch-section-patients #rch-primary .pagination > .disabled > a:hover,
body.rch-section-patients #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-health-info {
  background: url("/TemplateAssets/images/global/bg-pattern-sticks.png") no-repeat fixed center top #ffffff;
}
body.rch-section-health-info #title-row .panel {
  background-color: #82c341;
}
body.rch-section-health-info #title-row .btn-primary {
  color: #ffffff;
  background-color: #82c341;
  border-color: #82c341;
}
body.rch-section-health-info #title-row .btn-primary:hover,
body.rch-section-health-info #title-row .btn-primary:focus,
body.rch-section-health-info #title-row .btn-primary:active,
body.rch-section-health-info #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-info #title-row .btn-primary {
  color: #ffffff;
  background-color: #6ea735;
  border-color: #639730;
}
body.rch-section-health-info #title-row .btn-primary:active,
body.rch-section-health-info #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-info #title-row .btn-primary {
  background-image: none;
}
body.rch-section-health-info #title-row .btn-primary.disabled,
body.rch-section-health-info #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-health-info #title-row .btn-primary,
body.rch-section-health-info #title-row .btn-primary.disabled:hover,
body.rch-section-health-info #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-health-info #title-row .btn-primary:hover,
body.rch-section-health-info #title-row .btn-primary.disabled:focus,
body.rch-section-health-info #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-health-info #title-row .btn-primary:focus,
body.rch-section-health-info #title-row .btn-primary.disabled:active,
body.rch-section-health-info #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-health-info #title-row .btn-primary:active,
body.rch-section-health-info #title-row .btn-primary.disabled.active,
body.rch-section-health-info #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-health-info #title-row .btn-primary.active {
  background-color: #82c341;
  border-color: #82c341;
}
body.rch-section-health-info #title-row .btn-primary .badge {
  color: #82c341;
  background-color: #ffffff;
}
body.rch-section-health-info #title-row .btn-default {
  color: #82c341;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-info #title-row .btn-default:hover,
body.rch-section-health-info #title-row .btn-default:focus,
body.rch-section-health-info #title-row .btn-default:active,
body.rch-section-health-info #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-health-info #title-row .btn-default {
  color: #82c341;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-health-info #title-row .btn-default:active,
body.rch-section-health-info #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-health-info #title-row .btn-default {
  background-image: none;
}
body.rch-section-health-info #title-row .btn-default.disabled,
body.rch-section-health-info #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-health-info #title-row .btn-default,
body.rch-section-health-info #title-row .btn-default.disabled:hover,
body.rch-section-health-info #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-health-info #title-row .btn-default:hover,
body.rch-section-health-info #title-row .btn-default.disabled:focus,
body.rch-section-health-info #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-health-info #title-row .btn-default:focus,
body.rch-section-health-info #title-row .btn-default.disabled:active,
body.rch-section-health-info #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-health-info #title-row .btn-default:active,
body.rch-section-health-info #title-row .btn-default.disabled.active,
body.rch-section-health-info #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-health-info #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-info #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #82c341;
}
body.rch-section-health-info #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-health-info #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-health-info #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-health-info #rch-primary h2,
body.rch-section-health-info #rch-primary .h2 {
  color: #00a87e;
}
body.rch-section-health-info #rch-primary h3,
body.rch-section-health-info #rch-primary .h3 {
  color: #82c341;
}
body.rch-section-health-info #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #00a87e;
}
body.rch-section-health-info #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #82c341;
}
body.rch-section-health-info #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-health-info #rch-primary .ui-state-hover .ui-icon,
body.rch-section-health-info #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_00A87E_256x240.png");
}
body.rch-section-health-info #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-health-info #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-health-info #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-health-info #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-health-info #rch-primary .ui-widget-content {
  border: 1px dotted #82c341;
}
body.rch-section-health-info #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-health-info #rch-primary .ui-state-default,
body.rch-section-health-info #rch-primary .ui-state-default,
body.rch-section-health-info #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #00a87e;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-health-info #rch-primary .ui-state-default a,
body.rch-section-health-info #rch-primary .ui-state-default a:link,
body.rch-section-health-info #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-health-info #rch-primary .ui-state-hover,
body.rch-section-health-info #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-health-info #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-health-info #rch-primary .ui-state-focus,
body.rch-section-health-info #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-health-info #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #82c341;
}
body.rch-section-health-info #rch-primary .ui-state-hover a,
body.rch-section-health-info #rch-primary .ui-state-hover a:hover,
body.rch-section-health-info #rch-primary .ui-state-hover a:link,
body.rch-section-health-info #rch-primary .ui-state-hover a:visited,
body.rch-section-health-info #rch-primary .ui-state-focus a,
body.rch-section-health-info #rch-primary .ui-state-focus a:hover,
body.rch-section-health-info #rch-primary .ui-state-focus a:link,
body.rch-section-health-info #rch-primary .ui-state-focus a:visited {
  color: #00a87e;
  text-decoration: none;
}
body.rch-section-health-info #rch-primary .ui-state-active,
body.rch-section-health-info #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-health-info #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #82c341;
  background: #82c341;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-health-info #rch-primary .ui-state-active a,
body.rch-section-health-info #rch-primary .ui-state-active a:link,
body.rch-section-health-info #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-health-info #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-health-info #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-health-info #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-health-info #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-health-info #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-health-info #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-health-info #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-health-info #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-health-info #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-health-info #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-health-info #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #00a87e;
}
body.rch-section-health-info #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-health-info #rch-primary .well {
  color: #FFF;
  background-color: #00a87e;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .well a {
  color: #FFF;
}
body.rch-section-health-info #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-health-info #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-health-info #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-health-info #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #00a87e;
  border-color: #00a87e;
}
body.rch-section-health-info #rch-primary .btn-primary:hover,
body.rch-section-health-info #rch-primary .btn-primary:focus,
body.rch-section-health-info #rch-primary .btn-primary:active,
body.rch-section-health-info #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-info #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #007f5f;
  border-color: #006b50;
}
body.rch-section-health-info #rch-primary .btn-primary:active,
body.rch-section-health-info #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-info #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-health-info #rch-primary .btn-primary.disabled,
body.rch-section-health-info #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-primary,
body.rch-section-health-info #rch-primary .btn-primary.disabled:hover,
body.rch-section-health-info #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-primary:hover,
body.rch-section-health-info #rch-primary .btn-primary.disabled:focus,
body.rch-section-health-info #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-primary:focus,
body.rch-section-health-info #rch-primary .btn-primary.disabled:active,
body.rch-section-health-info #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-primary:active,
body.rch-section-health-info #rch-primary .btn-primary.disabled.active,
body.rch-section-health-info #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-primary.active {
  background-color: #00a87e;
  border-color: #00a87e;
}
body.rch-section-health-info #rch-primary .btn-primary .badge {
  color: #00a87e;
  background-color: #ffffff;
}
body.rch-section-health-info #rch-primary .btn-default {
  color: #00a87e;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-info #rch-primary .btn-default:hover,
body.rch-section-health-info #rch-primary .btn-default:focus,
body.rch-section-health-info #rch-primary .btn-default:active,
body.rch-section-health-info #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-health-info #rch-primary .btn-default {
  color: #00a87e;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-health-info #rch-primary .btn-default:active,
body.rch-section-health-info #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-health-info #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-health-info #rch-primary .btn-default.disabled,
body.rch-section-health-info #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-default,
body.rch-section-health-info #rch-primary .btn-default.disabled:hover,
body.rch-section-health-info #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-default:hover,
body.rch-section-health-info #rch-primary .btn-default.disabled:focus,
body.rch-section-health-info #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-default:focus,
body.rch-section-health-info #rch-primary .btn-default.disabled:active,
body.rch-section-health-info #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-default:active,
body.rch-section-health-info #rch-primary .btn-default.disabled.active,
body.rch-section-health-info #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-health-info #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-info #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #00a87e;
}
body.rch-section-health-info #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-health-info #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #00a87e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #00a87e;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-health-info #rch-primary .nav-pills > li.active > a,
body.rch-section-health-info #rch-primary .nav-pills > li.active > a:focus {
  background-color: #82c341;
  border: 1px solid #82c341;
}
body.rch-section-health-info #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-health-info #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-health-info #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-health-info #rch-primary .nav-tabs > li > a {
  background-color: #00a87e;
}
body.rch-section-health-info #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-health-info #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #00a87e;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-health-info #rch-primary .nav-tabs > li > a:hover {
  color: #00a87e;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .nav-tabs > li.active > a,
body.rch-section-health-info #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #82c341;
}
body.rch-section-health-info #rch-primary .nav-tabs > li.active > a:hover {
  color: #00a87e;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .panel-heading {
  background-color: #00a87e;
  color: #FFF;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-health-info #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-health-info #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #00a87e;
  color: #FFF;
  border: 1px solid #00a87e;
}
body.rch-section-health-info #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #00a87e;
  text-decoration: none;
}
body.rch-section-health-info #rch-primary .panel-body > ul,
body.rch-section-health-info #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-health-info #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-health-info #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-health-info #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-health-info #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-health-info #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-health-info #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-health-info #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-health-info #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-health-info #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-health-info #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-health-info #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-info #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-health-info #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-health-info #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-health-info #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-health-info #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-info #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-health-info #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-health-info #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-health-info #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-health-info #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-info #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-health-info #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-health-info #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-health-info #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-health-info #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-info #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-health-info #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-health-info #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-health-info #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-health-info #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-info #rch-primary .list-group-item {
  background-color: #00a87e;
  border: 1px dotted #00a87e;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-health-info #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-health-info #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-health-info #rch-primary a.list-group-item:hover,
body.rch-section-health-info #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #00a87e;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-health-info #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #00a87e;
}
body.rch-section-health-info #rch-primary a.list-group-item.active,
body.rch-section-health-info #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #82c341;
  border: 1px dotted #82c341;
}
body.rch-section-health-info #rch-primary a.list-group-item.active:hover {
  color: #00a87e;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .pagination > li > a,
body.rch-section-health-info #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #00a87e;
  border: 1px solid #00a87e;
  margin-left: 1px;
}
body.rch-section-health-info #rch-primary .pagination > li > a:hover,
body.rch-section-health-info #rch-primary .pagination > li > span:hover,
body.rch-section-health-info #rch-primary .pagination > li > a:focus,
body.rch-section-health-info #rch-primary .pagination > li > span:focus {
  color: #00a87e;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .pagination > .active > a,
body.rch-section-health-info #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #82c341;
  border-color: #82c341;
  cursor: default;
}
body.rch-section-health-info #rch-primary .pagination > .active > a:hover,
body.rch-section-health-info #rch-primary .pagination > .active > span:hover,
body.rch-section-health-info #rch-primary .pagination > .active > a:focus,
body.rch-section-health-info #rch-primary .pagination > .active > span:focus {
  color: #00a87e;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-info #rch-primary .pagination > .disabled > span,
body.rch-section-health-info #rch-primary .pagination > .disabled > span:hover,
body.rch-section-health-info #rch-primary .pagination > .disabled > span:focus,
body.rch-section-health-info #rch-primary .pagination > .disabled > a,
body.rch-section-health-info #rch-primary .pagination > .disabled > a:hover,
body.rch-section-health-info #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-health-info #rch-primary .well {
  color: #000;
  background-color: #d1d3d4;
  border: 1px solid #d1d3d4;
}
body.rch-section-health-info #rch-primary .well a,
body.rch-section-health-info #rch-primary .well a:link,
body.rch-section-health-info #rch-primary .well a:visited {
  color: #000;
}
body.rch-section-health-pro {
  background: url("/TemplateAssets/images/global/bg-pattern-tree.png") no-repeat fixed center top #ffffff;
}
body.rch-section-health-pro #title-row .panel {
  background-color: #da1a32;
}
body.rch-section-health-pro #title-row .btn-primary {
  color: #ffffff;
  background-color: #da1a32;
  border-color: #da1a32;
}
body.rch-section-health-pro #title-row .btn-primary:hover,
body.rch-section-health-pro #title-row .btn-primary:focus,
body.rch-section-health-pro #title-row .btn-primary:active,
body.rch-section-health-pro #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-pro #title-row .btn-primary {
  color: #ffffff;
  background-color: #b6162a;
  border-color: #a31325;
}
body.rch-section-health-pro #title-row .btn-primary:active,
body.rch-section-health-pro #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-pro #title-row .btn-primary {
  background-image: none;
}
body.rch-section-health-pro #title-row .btn-primary.disabled,
body.rch-section-health-pro #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-health-pro #title-row .btn-primary,
body.rch-section-health-pro #title-row .btn-primary.disabled:hover,
body.rch-section-health-pro #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-primary:hover,
body.rch-section-health-pro #title-row .btn-primary.disabled:focus,
body.rch-section-health-pro #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-primary:focus,
body.rch-section-health-pro #title-row .btn-primary.disabled:active,
body.rch-section-health-pro #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-primary:active,
body.rch-section-health-pro #title-row .btn-primary.disabled.active,
body.rch-section-health-pro #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-primary.active {
  background-color: #da1a32;
  border-color: #da1a32;
}
body.rch-section-health-pro #title-row .btn-primary .badge {
  color: #da1a32;
  background-color: #ffffff;
}
body.rch-section-health-pro #title-row .btn-default {
  color: #da1a32;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-pro #title-row .btn-default:hover,
body.rch-section-health-pro #title-row .btn-default:focus,
body.rch-section-health-pro #title-row .btn-default:active,
body.rch-section-health-pro #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-health-pro #title-row .btn-default {
  color: #da1a32;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-health-pro #title-row .btn-default:active,
body.rch-section-health-pro #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-health-pro #title-row .btn-default {
  background-image: none;
}
body.rch-section-health-pro #title-row .btn-default.disabled,
body.rch-section-health-pro #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-health-pro #title-row .btn-default,
body.rch-section-health-pro #title-row .btn-default.disabled:hover,
body.rch-section-health-pro #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-default:hover,
body.rch-section-health-pro #title-row .btn-default.disabled:focus,
body.rch-section-health-pro #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-default:focus,
body.rch-section-health-pro #title-row .btn-default.disabled:active,
body.rch-section-health-pro #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-default:active,
body.rch-section-health-pro #title-row .btn-default.disabled.active,
body.rch-section-health-pro #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-health-pro #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-pro #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #da1a32;
}
body.rch-section-health-pro #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-health-pro #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-health-pro #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-health-pro #rch-primary h2,
body.rch-section-health-pro #rch-primary .h2 {
  color: #a30c33;
}
body.rch-section-health-pro #rch-primary h3,
body.rch-section-health-pro #rch-primary .h3 {
  color: #da1a32;
}
body.rch-section-health-pro #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #a30c33;
}
body.rch-section-health-pro #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #da1a32;
}
body.rch-section-health-pro #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-health-pro #rch-primary .ui-state-hover .ui-icon,
body.rch-section-health-pro #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_A30C33_256x240.png");
}
body.rch-section-health-pro #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-health-pro #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-health-pro #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-health-pro #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-health-pro #rch-primary .ui-widget-content {
  border: 1px dotted #da1a32;
}
body.rch-section-health-pro #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-health-pro #rch-primary .ui-state-default,
body.rch-section-health-pro #rch-primary .ui-state-default,
body.rch-section-health-pro #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #a30c33;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-health-pro #rch-primary .ui-state-default a,
body.rch-section-health-pro #rch-primary .ui-state-default a:link,
body.rch-section-health-pro #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-health-pro #rch-primary .ui-state-hover,
body.rch-section-health-pro #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-health-pro #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-health-pro #rch-primary .ui-state-focus,
body.rch-section-health-pro #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-health-pro #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #da1a32;
}
body.rch-section-health-pro #rch-primary .ui-state-hover a,
body.rch-section-health-pro #rch-primary .ui-state-hover a:hover,
body.rch-section-health-pro #rch-primary .ui-state-hover a:link,
body.rch-section-health-pro #rch-primary .ui-state-hover a:visited,
body.rch-section-health-pro #rch-primary .ui-state-focus a,
body.rch-section-health-pro #rch-primary .ui-state-focus a:hover,
body.rch-section-health-pro #rch-primary .ui-state-focus a:link,
body.rch-section-health-pro #rch-primary .ui-state-focus a:visited {
  color: #a30c33;
  text-decoration: none;
}
body.rch-section-health-pro #rch-primary .ui-state-active,
body.rch-section-health-pro #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-health-pro #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #da1a32;
  background: #da1a32;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-health-pro #rch-primary .ui-state-active a,
body.rch-section-health-pro #rch-primary .ui-state-active a:link,
body.rch-section-health-pro #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-health-pro #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-health-pro #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-health-pro #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-health-pro #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-health-pro #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-health-pro #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-health-pro #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-health-pro #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-health-pro #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-health-pro #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-health-pro #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #a30c33;
}
body.rch-section-health-pro #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-health-pro #rch-primary .well {
  color: #FFF;
  background-color: #a30c33;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .well a {
  color: #FFF;
}
body.rch-section-health-pro #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-health-pro #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-health-pro #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-health-pro #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #a30c33;
  border-color: #a30c33;
}
body.rch-section-health-pro #rch-primary .btn-primary:hover,
body.rch-section-health-pro #rch-primary .btn-primary:focus,
body.rch-section-health-pro #rch-primary .btn-primary:active,
body.rch-section-health-pro #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-pro #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #7d0927;
  border-color: #6a0821;
}
body.rch-section-health-pro #rch-primary .btn-primary:active,
body.rch-section-health-pro #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-health-pro #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-health-pro #rch-primary .btn-primary.disabled,
body.rch-section-health-pro #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-primary,
body.rch-section-health-pro #rch-primary .btn-primary.disabled:hover,
body.rch-section-health-pro #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-primary:hover,
body.rch-section-health-pro #rch-primary .btn-primary.disabled:focus,
body.rch-section-health-pro #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-primary:focus,
body.rch-section-health-pro #rch-primary .btn-primary.disabled:active,
body.rch-section-health-pro #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-primary:active,
body.rch-section-health-pro #rch-primary .btn-primary.disabled.active,
body.rch-section-health-pro #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-primary.active {
  background-color: #a30c33;
  border-color: #a30c33;
}
body.rch-section-health-pro #rch-primary .btn-primary .badge {
  color: #a30c33;
  background-color: #ffffff;
}
body.rch-section-health-pro #rch-primary .btn-default {
  color: #a30c33;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-pro #rch-primary .btn-default:hover,
body.rch-section-health-pro #rch-primary .btn-default:focus,
body.rch-section-health-pro #rch-primary .btn-default:active,
body.rch-section-health-pro #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-health-pro #rch-primary .btn-default {
  color: #a30c33;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-health-pro #rch-primary .btn-default:active,
body.rch-section-health-pro #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-health-pro #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-health-pro #rch-primary .btn-default.disabled,
body.rch-section-health-pro #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-default,
body.rch-section-health-pro #rch-primary .btn-default.disabled:hover,
body.rch-section-health-pro #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-default:hover,
body.rch-section-health-pro #rch-primary .btn-default.disabled:focus,
body.rch-section-health-pro #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-default:focus,
body.rch-section-health-pro #rch-primary .btn-default.disabled:active,
body.rch-section-health-pro #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-default:active,
body.rch-section-health-pro #rch-primary .btn-default.disabled.active,
body.rch-section-health-pro #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-health-pro #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-health-pro #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #a30c33;
}
body.rch-section-health-pro #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-health-pro #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #a30c33;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #a30c33;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-health-pro #rch-primary .nav-pills > li.active > a,
body.rch-section-health-pro #rch-primary .nav-pills > li.active > a:focus {
  background-color: #da1a32;
  border: 1px solid #da1a32;
}
body.rch-section-health-pro #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-health-pro #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-health-pro #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-health-pro #rch-primary .nav-tabs > li > a {
  background-color: #a30c33;
}
body.rch-section-health-pro #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-health-pro #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #a30c33;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-health-pro #rch-primary .nav-tabs > li > a:hover {
  color: #a30c33;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .nav-tabs > li.active > a,
body.rch-section-health-pro #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #da1a32;
}
body.rch-section-health-pro #rch-primary .nav-tabs > li.active > a:hover {
  color: #a30c33;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .panel-heading {
  background-color: #a30c33;
  color: #FFF;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-health-pro #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-health-pro #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #a30c33;
  color: #FFF;
  border: 1px solid #a30c33;
}
body.rch-section-health-pro #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #a30c33;
  text-decoration: none;
}
body.rch-section-health-pro #rch-primary .panel-body > ul,
body.rch-section-health-pro #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-health-pro #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-health-pro #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-health-pro #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-health-pro #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-health-pro #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-health-pro #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-health-pro #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-health-pro #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-health-pro #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-health-pro #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-health-pro #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-pro #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-health-pro #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-health-pro #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-health-pro #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-health-pro #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-pro #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-health-pro #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-health-pro #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-health-pro #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-health-pro #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-pro #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-health-pro #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-health-pro #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-health-pro #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-health-pro #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-pro #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-health-pro #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-health-pro #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-health-pro #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-health-pro #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-health-pro #rch-primary .list-group-item {
  background-color: #a30c33;
  border: 1px dotted #a30c33;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-health-pro #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-health-pro #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-health-pro #rch-primary a.list-group-item:hover,
body.rch-section-health-pro #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #a30c33;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-health-pro #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #a30c33;
}
body.rch-section-health-pro #rch-primary a.list-group-item.active,
body.rch-section-health-pro #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #da1a32;
  border: 1px dotted #da1a32;
}
body.rch-section-health-pro #rch-primary a.list-group-item.active:hover {
  color: #a30c33;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .pagination > li > a,
body.rch-section-health-pro #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #a30c33;
  border: 1px solid #a30c33;
  margin-left: 1px;
}
body.rch-section-health-pro #rch-primary .pagination > li > a:hover,
body.rch-section-health-pro #rch-primary .pagination > li > span:hover,
body.rch-section-health-pro #rch-primary .pagination > li > a:focus,
body.rch-section-health-pro #rch-primary .pagination > li > span:focus {
  color: #a30c33;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .pagination > .active > a,
body.rch-section-health-pro #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #da1a32;
  border-color: #da1a32;
  cursor: default;
}
body.rch-section-health-pro #rch-primary .pagination > .active > a:hover,
body.rch-section-health-pro #rch-primary .pagination > .active > span:hover,
body.rch-section-health-pro #rch-primary .pagination > .active > a:focus,
body.rch-section-health-pro #rch-primary .pagination > .active > span:focus {
  color: #a30c33;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-health-pro #rch-primary .pagination > .disabled > span,
body.rch-section-health-pro #rch-primary .pagination > .disabled > span:hover,
body.rch-section-health-pro #rch-primary .pagination > .disabled > span:focus,
body.rch-section-health-pro #rch-primary .pagination > .disabled > a,
body.rch-section-health-pro #rch-primary .pagination > .disabled > a:hover,
body.rch-section-health-pro #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-research {
  background: url("/TemplateAssets/images/global/bg-pattern-pollen.png") no-repeat fixed center top #ffffff;
}
body.rch-section-research #title-row .panel {
  background-color: #fdb913;
}
body.rch-section-research #title-row .btn-primary {
  color: #ffffff;
  background-color: #fdb913;
  border-color: #fdb913;
}
body.rch-section-research #title-row .btn-primary:hover,
body.rch-section-research #title-row .btn-primary:focus,
body.rch-section-research #title-row .btn-primary:active,
body.rch-section-research #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-research #title-row .btn-primary {
  color: #ffffff;
  background-color: #e5a302;
  border-color: #d19502;
}
body.rch-section-research #title-row .btn-primary:active,
body.rch-section-research #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-research #title-row .btn-primary {
  background-image: none;
}
body.rch-section-research #title-row .btn-primary.disabled,
body.rch-section-research #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-research #title-row .btn-primary,
body.rch-section-research #title-row .btn-primary.disabled:hover,
body.rch-section-research #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-research #title-row .btn-primary:hover,
body.rch-section-research #title-row .btn-primary.disabled:focus,
body.rch-section-research #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-research #title-row .btn-primary:focus,
body.rch-section-research #title-row .btn-primary.disabled:active,
body.rch-section-research #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-research #title-row .btn-primary:active,
body.rch-section-research #title-row .btn-primary.disabled.active,
body.rch-section-research #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-research #title-row .btn-primary.active {
  background-color: #fdb913;
  border-color: #fdb913;
}
body.rch-section-research #title-row .btn-primary .badge {
  color: #fdb913;
  background-color: #ffffff;
}
body.rch-section-research #title-row .btn-default {
  color: #fdb913;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-research #title-row .btn-default:hover,
body.rch-section-research #title-row .btn-default:focus,
body.rch-section-research #title-row .btn-default:active,
body.rch-section-research #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-research #title-row .btn-default {
  color: #fdb913;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-research #title-row .btn-default:active,
body.rch-section-research #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-research #title-row .btn-default {
  background-image: none;
}
body.rch-section-research #title-row .btn-default.disabled,
body.rch-section-research #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-research #title-row .btn-default,
body.rch-section-research #title-row .btn-default.disabled:hover,
body.rch-section-research #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-research #title-row .btn-default:hover,
body.rch-section-research #title-row .btn-default.disabled:focus,
body.rch-section-research #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-research #title-row .btn-default:focus,
body.rch-section-research #title-row .btn-default.disabled:active,
body.rch-section-research #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-research #title-row .btn-default:active,
body.rch-section-research #title-row .btn-default.disabled.active,
body.rch-section-research #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-research #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-research #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #fdb913;
}
body.rch-section-research #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-research #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-research #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-research #rch-primary h2,
body.rch-section-research #rch-primary .h2 {
  color: #dd971a;
}
body.rch-section-research #rch-primary h3,
body.rch-section-research #rch-primary .h3 {
  color: #fdb913;
}
body.rch-section-research #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #dd971a;
}
body.rch-section-research #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #fdb913;
}
body.rch-section-research #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-research #rch-primary .ui-state-hover .ui-icon,
body.rch-section-research #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_B79257_256x240.png");
}
body.rch-section-research #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-research #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-research #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-research #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-research #rch-primary .ui-widget-content {
  border: 1px dotted #fdb913;
}
body.rch-section-research #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-research #rch-primary .ui-state-default,
body.rch-section-research #rch-primary .ui-state-default,
body.rch-section-research #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #dd971a;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-research #rch-primary .ui-state-default a,
body.rch-section-research #rch-primary .ui-state-default a:link,
body.rch-section-research #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-research #rch-primary .ui-state-hover,
body.rch-section-research #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-research #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-research #rch-primary .ui-state-focus,
body.rch-section-research #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-research #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #fdb913;
}
body.rch-section-research #rch-primary .ui-state-hover a,
body.rch-section-research #rch-primary .ui-state-hover a:hover,
body.rch-section-research #rch-primary .ui-state-hover a:link,
body.rch-section-research #rch-primary .ui-state-hover a:visited,
body.rch-section-research #rch-primary .ui-state-focus a,
body.rch-section-research #rch-primary .ui-state-focus a:hover,
body.rch-section-research #rch-primary .ui-state-focus a:link,
body.rch-section-research #rch-primary .ui-state-focus a:visited {
  color: #dd971a;
  text-decoration: none;
}
body.rch-section-research #rch-primary .ui-state-active,
body.rch-section-research #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-research #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #fdb913;
  background: #fdb913;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-research #rch-primary .ui-state-active a,
body.rch-section-research #rch-primary .ui-state-active a:link,
body.rch-section-research #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-research #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-research #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-research #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-research #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-research #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-research #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-research #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-research #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-research #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-research #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-research #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #dd971a;
}
body.rch-section-research #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-research #rch-primary .well {
  color: #FFF;
  background-color: #dd971a;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .well a {
  color: #FFF;
}
body.rch-section-research #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-research #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-research #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-research #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #dd971a;
  border-color: #dd971a;
}
body.rch-section-research #rch-primary .btn-primary:hover,
body.rch-section-research #rch-primary .btn-primary:focus,
body.rch-section-research #rch-primary .btn-primary:active,
body.rch-section-research #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-research #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #b87e16;
  border-color: #a67214;
}
body.rch-section-research #rch-primary .btn-primary:active,
body.rch-section-research #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-research #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-research #rch-primary .btn-primary.disabled,
body.rch-section-research #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-research #rch-primary .btn-primary,
body.rch-section-research #rch-primary .btn-primary.disabled:hover,
body.rch-section-research #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-research #rch-primary .btn-primary:hover,
body.rch-section-research #rch-primary .btn-primary.disabled:focus,
body.rch-section-research #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-research #rch-primary .btn-primary:focus,
body.rch-section-research #rch-primary .btn-primary.disabled:active,
body.rch-section-research #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-research #rch-primary .btn-primary:active,
body.rch-section-research #rch-primary .btn-primary.disabled.active,
body.rch-section-research #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-research #rch-primary .btn-primary.active {
  background-color: #dd971a;
  border-color: #dd971a;
}
body.rch-section-research #rch-primary .btn-primary .badge {
  color: #dd971a;
  background-color: #ffffff;
}
body.rch-section-research #rch-primary .btn-default {
  color: #dd971a;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-research #rch-primary .btn-default:hover,
body.rch-section-research #rch-primary .btn-default:focus,
body.rch-section-research #rch-primary .btn-default:active,
body.rch-section-research #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-research #rch-primary .btn-default {
  color: #dd971a;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-research #rch-primary .btn-default:active,
body.rch-section-research #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-research #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-research #rch-primary .btn-default.disabled,
body.rch-section-research #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-research #rch-primary .btn-default,
body.rch-section-research #rch-primary .btn-default.disabled:hover,
body.rch-section-research #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-research #rch-primary .btn-default:hover,
body.rch-section-research #rch-primary .btn-default.disabled:focus,
body.rch-section-research #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-research #rch-primary .btn-default:focus,
body.rch-section-research #rch-primary .btn-default.disabled:active,
body.rch-section-research #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-research #rch-primary .btn-default:active,
body.rch-section-research #rch-primary .btn-default.disabled.active,
body.rch-section-research #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-research #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-research #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #dd971a;
}
body.rch-section-research #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-research #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #dd971a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #dd971a;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-research #rch-primary .nav-pills > li.active > a,
body.rch-section-research #rch-primary .nav-pills > li.active > a:focus {
  background-color: #fdb913;
  border: 1px solid #fdb913;
}
body.rch-section-research #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-research #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-research #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-research #rch-primary .nav-tabs > li > a {
  background-color: #dd971a;
}
body.rch-section-research #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-research #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #dd971a;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-research #rch-primary .nav-tabs > li > a:hover {
  color: #dd971a;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .nav-tabs > li.active > a,
body.rch-section-research #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #fdb913;
}
body.rch-section-research #rch-primary .nav-tabs > li.active > a:hover {
  color: #dd971a;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .panel-heading {
  background-color: #dd971a;
  color: #FFF;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-research #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-research #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #dd971a;
  color: #FFF;
  border: 1px solid #dd971a;
}
body.rch-section-research #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #dd971a;
  text-decoration: none;
}
body.rch-section-research #rch-primary .panel-body > ul,
body.rch-section-research #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-research #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-research #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-research #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-research #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-research #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-research #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-research #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-research #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-research #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-research #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-research #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-research #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-research #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-research #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-research #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-research #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-research #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-research #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-research #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-research #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-research #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-research #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-research #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-research #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-research #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-research #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-research #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-research #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-research #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-research #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-research #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-research #rch-primary .list-group-item {
  background-color: #dd971a;
  border: 1px dotted #dd971a;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-research #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-research #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-research #rch-primary a.list-group-item:hover,
body.rch-section-research #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #dd971a;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-research #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #dd971a;
}
body.rch-section-research #rch-primary a.list-group-item.active,
body.rch-section-research #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #fdb913;
  border: 1px dotted #fdb913;
}
body.rch-section-research #rch-primary a.list-group-item.active:hover {
  color: #dd971a;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .pagination > li > a,
body.rch-section-research #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #dd971a;
  border: 1px solid #dd971a;
  margin-left: 1px;
}
body.rch-section-research #rch-primary .pagination > li > a:hover,
body.rch-section-research #rch-primary .pagination > li > span:hover,
body.rch-section-research #rch-primary .pagination > li > a:focus,
body.rch-section-research #rch-primary .pagination > li > span:focus {
  color: #dd971a;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .pagination > .active > a,
body.rch-section-research #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #fdb913;
  border-color: #fdb913;
  cursor: default;
}
body.rch-section-research #rch-primary .pagination > .active > a:hover,
body.rch-section-research #rch-primary .pagination > .active > span:hover,
body.rch-section-research #rch-primary .pagination > .active > a:focus,
body.rch-section-research #rch-primary .pagination > .active > span:focus {
  color: #dd971a;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-research #rch-primary .pagination > .disabled > span,
body.rch-section-research #rch-primary .pagination > .disabled > span:hover,
body.rch-section-research #rch-primary .pagination > .disabled > span:focus,
body.rch-section-research #rch-primary .pagination > .disabled > a,
body.rch-section-research #rch-primary .pagination > .disabled > a:hover,
body.rch-section-research #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-careers {
  background: url("/TemplateAssets/images/global/bg-pattern-blades.png") no-repeat fixed center top #ffffff;
}
body.rch-section-careers #title-row .panel {
  background-color: #a5b08c;
}
body.rch-section-careers #title-row .btn-primary {
  color: #ffffff;
  background-color: #a5b08c;
  border-color: #a5b08c;
}
body.rch-section-careers #title-row .btn-primary:hover,
body.rch-section-careers #title-row .btn-primary:focus,
body.rch-section-careers #title-row .btn-primary:active,
body.rch-section-careers #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-careers #title-row .btn-primary {
  color: #ffffff;
  background-color: #929f74;
  border-color: #899768;
}
body.rch-section-careers #title-row .btn-primary:active,
body.rch-section-careers #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-careers #title-row .btn-primary {
  background-image: none;
}
body.rch-section-careers #title-row .btn-primary.disabled,
body.rch-section-careers #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-careers #title-row .btn-primary,
body.rch-section-careers #title-row .btn-primary.disabled:hover,
body.rch-section-careers #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-careers #title-row .btn-primary:hover,
body.rch-section-careers #title-row .btn-primary.disabled:focus,
body.rch-section-careers #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-careers #title-row .btn-primary:focus,
body.rch-section-careers #title-row .btn-primary.disabled:active,
body.rch-section-careers #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-careers #title-row .btn-primary:active,
body.rch-section-careers #title-row .btn-primary.disabled.active,
body.rch-section-careers #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-careers #title-row .btn-primary.active {
  background-color: #a5b08c;
  border-color: #a5b08c;
}
body.rch-section-careers #title-row .btn-primary .badge {
  color: #a5b08c;
  background-color: #ffffff;
}
body.rch-section-careers #title-row .btn-default {
  color: #a5b08c;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-careers #title-row .btn-default:hover,
body.rch-section-careers #title-row .btn-default:focus,
body.rch-section-careers #title-row .btn-default:active,
body.rch-section-careers #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-careers #title-row .btn-default {
  color: #a5b08c;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-careers #title-row .btn-default:active,
body.rch-section-careers #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-careers #title-row .btn-default {
  background-image: none;
}
body.rch-section-careers #title-row .btn-default.disabled,
body.rch-section-careers #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-careers #title-row .btn-default,
body.rch-section-careers #title-row .btn-default.disabled:hover,
body.rch-section-careers #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-careers #title-row .btn-default:hover,
body.rch-section-careers #title-row .btn-default.disabled:focus,
body.rch-section-careers #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-careers #title-row .btn-default:focus,
body.rch-section-careers #title-row .btn-default.disabled:active,
body.rch-section-careers #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-careers #title-row .btn-default:active,
body.rch-section-careers #title-row .btn-default.disabled.active,
body.rch-section-careers #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-careers #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-careers #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #a5b08c;
}
body.rch-section-careers #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-careers #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-careers #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-careers #rch-primary h2,
body.rch-section-careers #rch-primary .h2 {
  color: #87946b;
}
body.rch-section-careers #rch-primary h3,
body.rch-section-careers #rch-primary .h3 {
  color: #a5b08c;
}
body.rch-section-careers #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #87946b;
}
body.rch-section-careers #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #a5b08c;
}
body.rch-section-careers #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-careers #rch-primary .ui-state-hover .ui-icon,
body.rch-section-careers #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_87946B_256x240.png");
}
body.rch-section-careers #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-careers #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-careers #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-careers #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-careers #rch-primary .ui-widget-content {
  border: 1px dotted #a5b08c;
}
body.rch-section-careers #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-careers #rch-primary .ui-state-default,
body.rch-section-careers #rch-primary .ui-state-default,
body.rch-section-careers #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #87946b;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-careers #rch-primary .ui-state-default a,
body.rch-section-careers #rch-primary .ui-state-default a:link,
body.rch-section-careers #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-careers #rch-primary .ui-state-hover,
body.rch-section-careers #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-careers #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-careers #rch-primary .ui-state-focus,
body.rch-section-careers #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-careers #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #a5b08c;
}
body.rch-section-careers #rch-primary .ui-state-hover a,
body.rch-section-careers #rch-primary .ui-state-hover a:hover,
body.rch-section-careers #rch-primary .ui-state-hover a:link,
body.rch-section-careers #rch-primary .ui-state-hover a:visited,
body.rch-section-careers #rch-primary .ui-state-focus a,
body.rch-section-careers #rch-primary .ui-state-focus a:hover,
body.rch-section-careers #rch-primary .ui-state-focus a:link,
body.rch-section-careers #rch-primary .ui-state-focus a:visited {
  color: #87946b;
  text-decoration: none;
}
body.rch-section-careers #rch-primary .ui-state-active,
body.rch-section-careers #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-careers #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #a5b08c;
  background: #a5b08c;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-careers #rch-primary .ui-state-active a,
body.rch-section-careers #rch-primary .ui-state-active a:link,
body.rch-section-careers #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-careers #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-careers #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-careers #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-careers #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-careers #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-careers #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-careers #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-careers #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-careers #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-careers #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-careers #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #87946b;
}
body.rch-section-careers #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-careers #rch-primary .well {
  color: #FFF;
  background-color: #87946b;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .well a {
  color: #FFF;
}
body.rch-section-careers #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-careers #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-careers #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-careers #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #87946b;
  border-color: #87946b;
}
body.rch-section-careers #rch-primary .btn-primary:hover,
body.rch-section-careers #rch-primary .btn-primary:focus,
body.rch-section-careers #rch-primary .btn-primary:active,
body.rch-section-careers #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-careers #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #717c5a;
  border-color: #677051;
}
body.rch-section-careers #rch-primary .btn-primary:active,
body.rch-section-careers #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-careers #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-careers #rch-primary .btn-primary.disabled,
body.rch-section-careers #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-careers #rch-primary .btn-primary,
body.rch-section-careers #rch-primary .btn-primary.disabled:hover,
body.rch-section-careers #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-primary:hover,
body.rch-section-careers #rch-primary .btn-primary.disabled:focus,
body.rch-section-careers #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-primary:focus,
body.rch-section-careers #rch-primary .btn-primary.disabled:active,
body.rch-section-careers #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-primary:active,
body.rch-section-careers #rch-primary .btn-primary.disabled.active,
body.rch-section-careers #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-primary.active {
  background-color: #87946b;
  border-color: #87946b;
}
body.rch-section-careers #rch-primary .btn-primary .badge {
  color: #87946b;
  background-color: #ffffff;
}
body.rch-section-careers #rch-primary .btn-default {
  color: #87946b;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-careers #rch-primary .btn-default:hover,
body.rch-section-careers #rch-primary .btn-default:focus,
body.rch-section-careers #rch-primary .btn-default:active,
body.rch-section-careers #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-careers #rch-primary .btn-default {
  color: #87946b;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-careers #rch-primary .btn-default:active,
body.rch-section-careers #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-careers #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-careers #rch-primary .btn-default.disabled,
body.rch-section-careers #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-careers #rch-primary .btn-default,
body.rch-section-careers #rch-primary .btn-default.disabled:hover,
body.rch-section-careers #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-default:hover,
body.rch-section-careers #rch-primary .btn-default.disabled:focus,
body.rch-section-careers #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-default:focus,
body.rch-section-careers #rch-primary .btn-default.disabled:active,
body.rch-section-careers #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-default:active,
body.rch-section-careers #rch-primary .btn-default.disabled.active,
body.rch-section-careers #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-careers #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-careers #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #87946b;
}
body.rch-section-careers #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-careers #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #87946b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #87946b;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-careers #rch-primary .nav-pills > li.active > a,
body.rch-section-careers #rch-primary .nav-pills > li.active > a:focus {
  background-color: #a5b08c;
  border: 1px solid #a5b08c;
}
body.rch-section-careers #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-careers #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-careers #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-careers #rch-primary .nav-tabs > li > a {
  background-color: #87946b;
}
body.rch-section-careers #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-careers #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #87946b;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-careers #rch-primary .nav-tabs > li > a:hover {
  color: #87946b;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .nav-tabs > li.active > a,
body.rch-section-careers #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #a5b08c;
}
body.rch-section-careers #rch-primary .nav-tabs > li.active > a:hover {
  color: #87946b;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .panel-heading {
  background-color: #87946b;
  color: #FFF;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-careers #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-careers #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #87946b;
  color: #FFF;
  border: 1px solid #87946b;
}
body.rch-section-careers #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #87946b;
  text-decoration: none;
}
body.rch-section-careers #rch-primary .panel-body > ul,
body.rch-section-careers #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-careers #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-careers #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-careers #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-careers #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-careers #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-careers #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-careers #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-careers #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-careers #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-careers #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-careers #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-careers #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-careers #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-careers #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-careers #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-careers #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-careers #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-careers #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-careers #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-careers #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-careers #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-careers #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-careers #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-careers #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-careers #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-careers #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-careers #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-careers #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-careers #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-careers #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-careers #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-careers #rch-primary .list-group-item {
  background-color: #87946b;
  border: 1px dotted #87946b;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-careers #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-careers #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-careers #rch-primary a.list-group-item:hover,
body.rch-section-careers #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #87946b;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-careers #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #87946b;
}
body.rch-section-careers #rch-primary a.list-group-item.active,
body.rch-section-careers #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #a5b08c;
  border: 1px dotted #a5b08c;
}
body.rch-section-careers #rch-primary a.list-group-item.active:hover {
  color: #87946b;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .pagination > li > a,
body.rch-section-careers #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #87946b;
  border: 1px solid #87946b;
  margin-left: 1px;
}
body.rch-section-careers #rch-primary .pagination > li > a:hover,
body.rch-section-careers #rch-primary .pagination > li > span:hover,
body.rch-section-careers #rch-primary .pagination > li > a:focus,
body.rch-section-careers #rch-primary .pagination > li > span:focus {
  color: #87946b;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .pagination > .active > a,
body.rch-section-careers #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #a5b08c;
  border-color: #a5b08c;
  cursor: default;
}
body.rch-section-careers #rch-primary .pagination > .active > a:hover,
body.rch-section-careers #rch-primary .pagination > .active > span:hover,
body.rch-section-careers #rch-primary .pagination > .active > a:focus,
body.rch-section-careers #rch-primary .pagination > .active > span:focus {
  color: #87946b;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-careers #rch-primary .pagination > .disabled > span,
body.rch-section-careers #rch-primary .pagination > .disabled > span:hover,
body.rch-section-careers #rch-primary .pagination > .disabled > span:focus,
body.rch-section-careers #rch-primary .pagination > .disabled > a,
body.rch-section-careers #rch-primary .pagination > .disabled > a:hover,
body.rch-section-careers #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-support-us {
  background: url("/TemplateAssets/images/global/bg-pattern-gumleaf.png") no-repeat fixed center top #ffffff;
}
body.rch-section-support-us #title-row .panel {
  background-color: #f38aa5;
}
body.rch-section-support-us #title-row .btn-primary {
  color: #ffffff;
  background-color: #f38aa5;
  border-color: #f38aa5;
}
body.rch-section-support-us #title-row .btn-primary:hover,
body.rch-section-support-us #title-row .btn-primary:focus,
body.rch-section-support-us #title-row .btn-primary:active,
body.rch-section-support-us #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-support-us #title-row .btn-primary {
  color: #ffffff;
  background-color: #ef6589;
  border-color: #ed527a;
}
body.rch-section-support-us #title-row .btn-primary:active,
body.rch-section-support-us #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-support-us #title-row .btn-primary {
  background-image: none;
}
body.rch-section-support-us #title-row .btn-primary.disabled,
body.rch-section-support-us #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-support-us #title-row .btn-primary,
body.rch-section-support-us #title-row .btn-primary.disabled:hover,
body.rch-section-support-us #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-support-us #title-row .btn-primary:hover,
body.rch-section-support-us #title-row .btn-primary.disabled:focus,
body.rch-section-support-us #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-support-us #title-row .btn-primary:focus,
body.rch-section-support-us #title-row .btn-primary.disabled:active,
body.rch-section-support-us #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-support-us #title-row .btn-primary:active,
body.rch-section-support-us #title-row .btn-primary.disabled.active,
body.rch-section-support-us #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-support-us #title-row .btn-primary.active {
  background-color: #f38aa5;
  border-color: #f38aa5;
}
body.rch-section-support-us #title-row .btn-primary .badge {
  color: #f38aa5;
  background-color: #ffffff;
}
body.rch-section-support-us #title-row .btn-default {
  color: #f38aa5;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-support-us #title-row .btn-default:hover,
body.rch-section-support-us #title-row .btn-default:focus,
body.rch-section-support-us #title-row .btn-default:active,
body.rch-section-support-us #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-support-us #title-row .btn-default {
  color: #f38aa5;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-support-us #title-row .btn-default:active,
body.rch-section-support-us #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-support-us #title-row .btn-default {
  background-image: none;
}
body.rch-section-support-us #title-row .btn-default.disabled,
body.rch-section-support-us #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-support-us #title-row .btn-default,
body.rch-section-support-us #title-row .btn-default.disabled:hover,
body.rch-section-support-us #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-support-us #title-row .btn-default:hover,
body.rch-section-support-us #title-row .btn-default.disabled:focus,
body.rch-section-support-us #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-support-us #title-row .btn-default:focus,
body.rch-section-support-us #title-row .btn-default.disabled:active,
body.rch-section-support-us #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-support-us #title-row .btn-default:active,
body.rch-section-support-us #title-row .btn-default.disabled.active,
body.rch-section-support-us #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-support-us #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-support-us #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #f38aa5;
}
body.rch-section-support-us #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-support-us #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-support-us #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-support-us #rch-primary h2,
body.rch-section-support-us #rch-primary .h2 {
  color: #ee3780;
}
body.rch-section-support-us #rch-primary h3,
body.rch-section-support-us #rch-primary .h3 {
  color: #f38aa5;
}
body.rch-section-support-us #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #ee3780;
}
body.rch-section-support-us #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #f38aa5;
}
body.rch-section-support-us #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-support-us #rch-primary .ui-state-hover .ui-icon,
body.rch-section-support-us #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_EE3780_256x240.png");
}
body.rch-section-support-us #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-support-us #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-support-us #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-support-us #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-support-us #rch-primary .ui-widget-content {
  border: 1px dotted #f38aa5;
}
body.rch-section-support-us #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-support-us #rch-primary .ui-state-default,
body.rch-section-support-us #rch-primary .ui-state-default,
body.rch-section-support-us #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #ee3780;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-support-us #rch-primary .ui-state-default a,
body.rch-section-support-us #rch-primary .ui-state-default a:link,
body.rch-section-support-us #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-support-us #rch-primary .ui-state-hover,
body.rch-section-support-us #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-support-us #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-support-us #rch-primary .ui-state-focus,
body.rch-section-support-us #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-support-us #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #f38aa5;
}
body.rch-section-support-us #rch-primary .ui-state-hover a,
body.rch-section-support-us #rch-primary .ui-state-hover a:hover,
body.rch-section-support-us #rch-primary .ui-state-hover a:link,
body.rch-section-support-us #rch-primary .ui-state-hover a:visited,
body.rch-section-support-us #rch-primary .ui-state-focus a,
body.rch-section-support-us #rch-primary .ui-state-focus a:hover,
body.rch-section-support-us #rch-primary .ui-state-focus a:link,
body.rch-section-support-us #rch-primary .ui-state-focus a:visited {
  color: #ee3780;
  text-decoration: none;
}
body.rch-section-support-us #rch-primary .ui-state-active,
body.rch-section-support-us #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-support-us #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #f38aa5;
  background: #f38aa5;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-support-us #rch-primary .ui-state-active a,
body.rch-section-support-us #rch-primary .ui-state-active a:link,
body.rch-section-support-us #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-support-us #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-support-us #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-support-us #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-support-us #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-support-us #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-support-us #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-support-us #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-support-us #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-support-us #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-support-us #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-support-us #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #ee3780;
}
body.rch-section-support-us #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-support-us #rch-primary .well {
  color: #FFF;
  background-color: #ee3780;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .well a {
  color: #FFF;
}
body.rch-section-support-us #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-support-us #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-support-us #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-support-us #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #ee3780;
  border-color: #ee3780;
}
body.rch-section-support-us #rch-primary .btn-primary:hover,
body.rch-section-support-us #rch-primary .btn-primary:focus,
body.rch-section-support-us #rch-primary .btn-primary:active,
body.rch-section-support-us #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-support-us #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #e81469;
  border-color: #d61260;
}
body.rch-section-support-us #rch-primary .btn-primary:active,
body.rch-section-support-us #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-support-us #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-support-us #rch-primary .btn-primary.disabled,
body.rch-section-support-us #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-primary,
body.rch-section-support-us #rch-primary .btn-primary.disabled:hover,
body.rch-section-support-us #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-primary:hover,
body.rch-section-support-us #rch-primary .btn-primary.disabled:focus,
body.rch-section-support-us #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-primary:focus,
body.rch-section-support-us #rch-primary .btn-primary.disabled:active,
body.rch-section-support-us #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-primary:active,
body.rch-section-support-us #rch-primary .btn-primary.disabled.active,
body.rch-section-support-us #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-primary.active {
  background-color: #ee3780;
  border-color: #ee3780;
}
body.rch-section-support-us #rch-primary .btn-primary .badge {
  color: #ee3780;
  background-color: #ffffff;
}
body.rch-section-support-us #rch-primary .btn-default {
  color: #ee3780;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-support-us #rch-primary .btn-default:hover,
body.rch-section-support-us #rch-primary .btn-default:focus,
body.rch-section-support-us #rch-primary .btn-default:active,
body.rch-section-support-us #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-support-us #rch-primary .btn-default {
  color: #ee3780;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-support-us #rch-primary .btn-default:active,
body.rch-section-support-us #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-support-us #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-support-us #rch-primary .btn-default.disabled,
body.rch-section-support-us #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-default,
body.rch-section-support-us #rch-primary .btn-default.disabled:hover,
body.rch-section-support-us #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-default:hover,
body.rch-section-support-us #rch-primary .btn-default.disabled:focus,
body.rch-section-support-us #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-default:focus,
body.rch-section-support-us #rch-primary .btn-default.disabled:active,
body.rch-section-support-us #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-default:active,
body.rch-section-support-us #rch-primary .btn-default.disabled.active,
body.rch-section-support-us #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-support-us #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-support-us #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #ee3780;
}
body.rch-section-support-us #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-support-us #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #ee3780;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #ee3780;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-support-us #rch-primary .nav-pills > li.active > a,
body.rch-section-support-us #rch-primary .nav-pills > li.active > a:focus {
  background-color: #f38aa5;
  border: 1px solid #f38aa5;
}
body.rch-section-support-us #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-support-us #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-support-us #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-support-us #rch-primary .nav-tabs > li > a {
  background-color: #ee3780;
}
body.rch-section-support-us #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-support-us #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #ee3780;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-support-us #rch-primary .nav-tabs > li > a:hover {
  color: #ee3780;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .nav-tabs > li.active > a,
body.rch-section-support-us #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #f38aa5;
}
body.rch-section-support-us #rch-primary .nav-tabs > li.active > a:hover {
  color: #ee3780;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .panel-heading {
  background-color: #ee3780;
  color: #FFF;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-support-us #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-support-us #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #ee3780;
  color: #FFF;
  border: 1px solid #ee3780;
}
body.rch-section-support-us #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #ee3780;
  text-decoration: none;
}
body.rch-section-support-us #rch-primary .panel-body > ul,
body.rch-section-support-us #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-support-us #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-support-us #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-support-us #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-support-us #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-support-us #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-support-us #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-support-us #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-support-us #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-support-us #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-support-us #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-support-us #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-support-us #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-support-us #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-support-us #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-support-us #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-support-us #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-support-us #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-support-us #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-support-us #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-support-us #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-support-us #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-support-us #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-support-us #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-support-us #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-support-us #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-support-us #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-support-us #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-support-us #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-support-us #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-support-us #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-support-us #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-support-us #rch-primary .list-group-item {
  background-color: #ee3780;
  border: 1px dotted #ee3780;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-support-us #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-support-us #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-support-us #rch-primary a.list-group-item:hover,
body.rch-section-support-us #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #ee3780;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-support-us #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #ee3780;
}
body.rch-section-support-us #rch-primary a.list-group-item.active,
body.rch-section-support-us #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #f38aa5;
  border: 1px dotted #f38aa5;
}
body.rch-section-support-us #rch-primary a.list-group-item.active:hover {
  color: #ee3780;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .pagination > li > a,
body.rch-section-support-us #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #ee3780;
  border: 1px solid #ee3780;
  margin-left: 1px;
}
body.rch-section-support-us #rch-primary .pagination > li > a:hover,
body.rch-section-support-us #rch-primary .pagination > li > span:hover,
body.rch-section-support-us #rch-primary .pagination > li > a:focus,
body.rch-section-support-us #rch-primary .pagination > li > span:focus {
  color: #ee3780;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .pagination > .active > a,
body.rch-section-support-us #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #f38aa5;
  border-color: #f38aa5;
  cursor: default;
}
body.rch-section-support-us #rch-primary .pagination > .active > a:hover,
body.rch-section-support-us #rch-primary .pagination > .active > span:hover,
body.rch-section-support-us #rch-primary .pagination > .active > a:focus,
body.rch-section-support-us #rch-primary .pagination > .active > span:focus {
  color: #ee3780;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-support-us #rch-primary .pagination > .disabled > span,
body.rch-section-support-us #rch-primary .pagination > .disabled > span:hover,
body.rch-section-support-us #rch-primary .pagination > .disabled > span:focus,
body.rch-section-support-us #rch-primary .pagination > .disabled > a,
body.rch-section-support-us #rch-primary .pagination > .disabled > a:hover,
body.rch-section-support-us #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-staff-portal {
  background: url("/TemplateAssets/images/global/bg-pattern-blades-2.jpg") no-repeat fixed center top #ffffff;
}
body.rch-section-staff-portal #title-row .panel {
  background-color: #008ccc;
}
body.rch-section-staff-portal #title-row .btn-primary {
  color: #ffffff;
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-staff-portal #title-row .btn-primary:hover,
body.rch-section-staff-portal #title-row .btn-primary:focus,
body.rch-section-staff-portal #title-row .btn-primary:active,
body.rch-section-staff-portal #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-staff-portal #title-row .btn-primary {
  color: #ffffff;
  background-color: #0070a3;
  border-color: #00628f;
}
body.rch-section-staff-portal #title-row .btn-primary:active,
body.rch-section-staff-portal #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-staff-portal #title-row .btn-primary {
  background-image: none;
}
body.rch-section-staff-portal #title-row .btn-primary.disabled,
body.rch-section-staff-portal #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-primary,
body.rch-section-staff-portal #title-row .btn-primary.disabled:hover,
body.rch-section-staff-portal #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-primary:hover,
body.rch-section-staff-portal #title-row .btn-primary.disabled:focus,
body.rch-section-staff-portal #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-primary:focus,
body.rch-section-staff-portal #title-row .btn-primary.disabled:active,
body.rch-section-staff-portal #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-primary:active,
body.rch-section-staff-portal #title-row .btn-primary.disabled.active,
body.rch-section-staff-portal #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-primary.active {
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-staff-portal #title-row .btn-primary .badge {
  color: #008ccc;
  background-color: #ffffff;
}
body.rch-section-staff-portal #title-row .btn-default {
  color: #008ccc;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-staff-portal #title-row .btn-default:hover,
body.rch-section-staff-portal #title-row .btn-default:focus,
body.rch-section-staff-portal #title-row .btn-default:active,
body.rch-section-staff-portal #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-staff-portal #title-row .btn-default {
  color: #008ccc;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-staff-portal #title-row .btn-default:active,
body.rch-section-staff-portal #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-staff-portal #title-row .btn-default {
  background-image: none;
}
body.rch-section-staff-portal #title-row .btn-default.disabled,
body.rch-section-staff-portal #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-default,
body.rch-section-staff-portal #title-row .btn-default.disabled:hover,
body.rch-section-staff-portal #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-default:hover,
body.rch-section-staff-portal #title-row .btn-default.disabled:focus,
body.rch-section-staff-portal #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-default:focus,
body.rch-section-staff-portal #title-row .btn-default.disabled:active,
body.rch-section-staff-portal #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-default:active,
body.rch-section-staff-portal #title-row .btn-default.disabled.active,
body.rch-section-staff-portal #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-staff-portal #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-staff-portal #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #008ccc;
}
body.rch-section-staff-portal #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-staff-portal #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-staff-portal #rch-primary {
  /* Allow use of icon-large to be properly aligned */
}
body.rch-section-staff-portal #rch-primary h2,
body.rch-section-staff-portal #rch-primary .h2 {
  color: #003660;
}
body.rch-section-staff-portal #rch-primary h3,
body.rch-section-staff-portal #rch-primary .h3 {
  color: #008ccc;
}
body.rch-section-staff-portal #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #003660;
}
body.rch-section-staff-portal #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #008ccc;
}
body.rch-section-staff-portal #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-staff-portal #rch-primary .ui-state-hover .ui-icon,
body.rch-section-staff-portal #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_003E69_256x240.png");
}
body.rch-section-staff-portal #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-staff-portal #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-staff-portal #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-staff-portal #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-staff-portal #rch-primary .ui-widget-content {
  border: 1px dotted #008ccc;
}
body.rch-section-staff-portal #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-staff-portal #rch-primary .ui-state-default,
body.rch-section-staff-portal #rch-primary .ui-state-default,
body.rch-section-staff-portal #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #003660;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-staff-portal #rch-primary .ui-state-default a,
body.rch-section-staff-portal #rch-primary .ui-state-default a:link,
body.rch-section-staff-portal #rch-primary .ui-state-default a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
body.rch-section-staff-portal #rch-primary .ui-state-hover,
body.rch-section-staff-portal #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-staff-portal #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-staff-portal #rch-primary .ui-state-focus,
body.rch-section-staff-portal #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-staff-portal #rch-primary .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
  background: #FFF;
  font-weight: normal;
  color: #008ccc;
}
body.rch-section-staff-portal #rch-primary .ui-state-hover a,
body.rch-section-staff-portal #rch-primary .ui-state-hover a:hover,
body.rch-section-staff-portal #rch-primary .ui-state-hover a:link,
body.rch-section-staff-portal #rch-primary .ui-state-hover a:visited,
body.rch-section-staff-portal #rch-primary .ui-state-focus a,
body.rch-section-staff-portal #rch-primary .ui-state-focus a:hover,
body.rch-section-staff-portal #rch-primary .ui-state-focus a:link,
body.rch-section-staff-portal #rch-primary .ui-state-focus a:visited {
  color: #003660;
  text-decoration: none;
}
body.rch-section-staff-portal #rch-primary .ui-state-active,
body.rch-section-staff-portal #rch-primary .ui-widget-content .ui-state-active,
body.rch-section-staff-portal #rch-primary .ui-widget-header .ui-state-active {
  border: 1px solid #008ccc;
  background: #008ccc;
  font-weight: normal;
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary .ui-state-active a,
body.rch-section-staff-portal #rch-primary .ui-state-active a:link,
body.rch-section-staff-portal #rch-primary .ui-state-active a:visited {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-staff-portal #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-staff-portal #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-staff-portal #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-staff-portal #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-staff-portal #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-state-focus,
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-widget-content .ui-state-focus,
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-widget-header .ui-state-focus {
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-state-hover,
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-widget-content .ui-state-hover,
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-widget-header .ui-state-hover {
  border: 1px dotted #9cadb7;
  color: #003660;
}
body.rch-section-staff-portal #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-staff-portal #rch-primary .well {
  color: #FFF;
  background-color: #003660;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .well a {
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-staff-portal #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-staff-portal #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #003660;
  border-color: #003660;
}
body.rch-section-staff-portal #rch-primary .btn-primary:hover,
body.rch-section-staff-portal #rch-primary .btn-primary:focus,
body.rch-section-staff-portal #rch-primary .btn-primary:active,
body.rch-section-staff-portal #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-staff-portal #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #001f37;
  border-color: #001423;
}
body.rch-section-staff-portal #rch-primary .btn-primary:active,
body.rch-section-staff-portal #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-staff-portal #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-staff-portal #rch-primary .btn-primary.disabled,
body.rch-section-staff-portal #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-primary,
body.rch-section-staff-portal #rch-primary .btn-primary.disabled:hover,
body.rch-section-staff-portal #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-primary:hover,
body.rch-section-staff-portal #rch-primary .btn-primary.disabled:focus,
body.rch-section-staff-portal #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-primary:focus,
body.rch-section-staff-portal #rch-primary .btn-primary.disabled:active,
body.rch-section-staff-portal #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-primary:active,
body.rch-section-staff-portal #rch-primary .btn-primary.disabled.active,
body.rch-section-staff-portal #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-primary.active {
  background-color: #003660;
  border-color: #003660;
}
body.rch-section-staff-portal #rch-primary .btn-primary .badge {
  color: #003660;
  background-color: #ffffff;
}
body.rch-section-staff-portal #rch-primary .btn-default {
  color: #003660;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-staff-portal #rch-primary .btn-default:hover,
body.rch-section-staff-portal #rch-primary .btn-default:focus,
body.rch-section-staff-portal #rch-primary .btn-default:active,
body.rch-section-staff-portal #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-staff-portal #rch-primary .btn-default {
  color: #003660;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-staff-portal #rch-primary .btn-default:active,
body.rch-section-staff-portal #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-staff-portal #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-staff-portal #rch-primary .btn-default.disabled,
body.rch-section-staff-portal #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-default,
body.rch-section-staff-portal #rch-primary .btn-default.disabled:hover,
body.rch-section-staff-portal #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-default:hover,
body.rch-section-staff-portal #rch-primary .btn-default.disabled:focus,
body.rch-section-staff-portal #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-default:focus,
body.rch-section-staff-portal #rch-primary .btn-default.disabled:active,
body.rch-section-staff-portal #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-default:active,
body.rch-section-staff-portal #rch-primary .btn-default.disabled.active,
body.rch-section-staff-portal #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-staff-portal #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-staff-portal #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #003660;
}
body.rch-section-staff-portal #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-staff-portal #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #003660;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #003660;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-staff-portal #rch-primary .nav-pills > li.active > a,
body.rch-section-staff-portal #rch-primary .nav-pills > li.active > a:focus {
  background-color: #008ccc;
  border: 1px solid #008ccc;
}
body.rch-section-staff-portal #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-staff-portal #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-staff-portal #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-staff-portal #rch-primary .nav-tabs > li > a {
  background-color: #003660;
}
body.rch-section-staff-portal #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-staff-portal #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #003660;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-staff-portal #rch-primary .nav-tabs > li > a:hover {
  color: #003660;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .nav-tabs > li.active > a,
body.rch-section-staff-portal #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #008ccc;
}
body.rch-section-staff-portal #rch-primary .nav-tabs > li.active > a:hover {
  color: #003660;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .panel-heading {
  background-color: #003660;
  color: #FFF;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-staff-portal #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #003660;
  color: #FFF;
  border: 1px solid #003660;
}
body.rch-section-staff-portal #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #003660;
  text-decoration: none;
}
body.rch-section-staff-portal #rch-primary .panel-body > ul,
body.rch-section-staff-portal #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-staff-portal #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-staff-portal #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-staff-portal #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-staff-portal #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-staff-portal #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-staff-portal #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-staff-portal #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-staff-portal #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-staff-portal #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-staff-portal #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-staff-portal #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-staff-portal #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-staff-portal #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-staff-portal #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-staff-portal #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-staff-portal #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-staff-portal #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-staff-portal #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-staff-portal #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-staff-portal #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-staff-portal #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-staff-portal #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-staff-portal #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-staff-portal #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-staff-portal #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-staff-portal #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-staff-portal #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-staff-portal #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-staff-portal #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-staff-portal #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-staff-portal #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-staff-portal #rch-primary .list-group-item {
  background-color: #003660;
  border: 1px dotted #003660;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-staff-portal #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-staff-portal #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-staff-portal #rch-primary a.list-group-item:hover,
body.rch-section-staff-portal #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #003660;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-staff-portal #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #003660;
}
body.rch-section-staff-portal #rch-primary a.list-group-item.active,
body.rch-section-staff-portal #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #008ccc;
  border: 1px dotted #008ccc;
}
body.rch-section-staff-portal #rch-primary a.list-group-item.active:hover {
  color: #003660;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .pagination > li > a,
body.rch-section-staff-portal #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #003660;
  border: 1px solid #003660;
  margin-left: 1px;
}
body.rch-section-staff-portal #rch-primary .pagination > li > a:hover,
body.rch-section-staff-portal #rch-primary .pagination > li > span:hover,
body.rch-section-staff-portal #rch-primary .pagination > li > a:focus,
body.rch-section-staff-portal #rch-primary .pagination > li > span:focus {
  color: #003660;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .pagination > .active > a,
body.rch-section-staff-portal #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #008ccc;
  border-color: #008ccc;
  cursor: default;
}
body.rch-section-staff-portal #rch-primary .pagination > .active > a:hover,
body.rch-section-staff-portal #rch-primary .pagination > .active > span:hover,
body.rch-section-staff-portal #rch-primary .pagination > .active > a:focus,
body.rch-section-staff-portal #rch-primary .pagination > .active > span:focus {
  color: #003660;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-staff-portal #rch-primary .pagination > .disabled > span,
body.rch-section-staff-portal #rch-primary .pagination > .disabled > span:hover,
body.rch-section-staff-portal #rch-primary .pagination > .disabled > span:focus,
body.rch-section-staff-portal #rch-primary .pagination > .disabled > a,
body.rch-section-staff-portal #rch-primary .pagination > .disabled > a:hover,
body.rch-section-staff-portal #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-edinst {
  background: url("/TemplateAssets/images/global/bg-pattern-bark.png") no-repeat fixed center top #ffffff;
}
body.rch-section-edinst #title-row .panel {
  background-color: #f26c52;
}
body.rch-section-edinst #title-row .btn-primary {
  color: #ffffff;
  background-color: #f26c52;
  border-color: #f26c52;
}
body.rch-section-edinst #title-row .btn-primary:hover,
body.rch-section-edinst #title-row .btn-primary:focus,
body.rch-section-edinst #title-row .btn-primary:active,
body.rch-section-edinst #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-edinst #title-row .btn-primary {
  color: #ffffff;
  background-color: #ef4c2c;
  border-color: #ee3c19;
}
body.rch-section-edinst #title-row .btn-primary:active,
body.rch-section-edinst #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-edinst #title-row .btn-primary {
  background-image: none;
}
body.rch-section-edinst #title-row .btn-primary.disabled,
body.rch-section-edinst #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-edinst #title-row .btn-primary,
body.rch-section-edinst #title-row .btn-primary.disabled:hover,
body.rch-section-edinst #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-edinst #title-row .btn-primary:hover,
body.rch-section-edinst #title-row .btn-primary.disabled:focus,
body.rch-section-edinst #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-edinst #title-row .btn-primary:focus,
body.rch-section-edinst #title-row .btn-primary.disabled:active,
body.rch-section-edinst #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-edinst #title-row .btn-primary:active,
body.rch-section-edinst #title-row .btn-primary.disabled.active,
body.rch-section-edinst #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-edinst #title-row .btn-primary.active {
  background-color: #f26c52;
  border-color: #f26c52;
}
body.rch-section-edinst #title-row .btn-primary .badge {
  color: #f26c52;
  background-color: #ffffff;
}
body.rch-section-edinst #title-row .btn-default {
  color: #f26c52;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-edinst #title-row .btn-default:hover,
body.rch-section-edinst #title-row .btn-default:focus,
body.rch-section-edinst #title-row .btn-default:active,
body.rch-section-edinst #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-edinst #title-row .btn-default {
  color: #f26c52;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-edinst #title-row .btn-default:active,
body.rch-section-edinst #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-edinst #title-row .btn-default {
  background-image: none;
}
body.rch-section-edinst #title-row .btn-default.disabled,
body.rch-section-edinst #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-edinst #title-row .btn-default,
body.rch-section-edinst #title-row .btn-default.disabled:hover,
body.rch-section-edinst #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-edinst #title-row .btn-default:hover,
body.rch-section-edinst #title-row .btn-default.disabled:focus,
body.rch-section-edinst #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-edinst #title-row .btn-default:focus,
body.rch-section-edinst #title-row .btn-default.disabled:active,
body.rch-section-edinst #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-edinst #title-row .btn-default:active,
body.rch-section-edinst #title-row .btn-default.disabled.active,
body.rch-section-edinst #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-edinst #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-edinst #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #f26c52;
}
body.rch-section-edinst #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-edinst #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-edinst #rch-primary {
  /* Allow use of icon-large to be properly aligned */
  /*
    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }*/
  /*
        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: @secondary-colour;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: @line-solid @primary-colour;
        background: @primary-colour;
        font-weight: normal;
        color: #FFF;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #FFF;
            text-decoration: none;
        }*/
  /*.rch-accordion h2.ui-accordion-header:nth-child(4n+1) 
            {
                background: none repeat scroll 0 0 #F26322;
                border: 1px solid #F68D39;
            }*/
}
body.rch-section-edinst #rch-primary h2,
body.rch-section-edinst #rch-primary .h2 {
  color: #f68d39;
}
body.rch-section-edinst #rch-primary h3,
body.rch-section-edinst #rch-primary .h3 {
  color: #f26c52;
}
body.rch-section-edinst #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #f68d39;
}
body.rch-section-edinst #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #f26c52;
}
body.rch-section-edinst #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-edinst #rch-primary .ui-state-hover .ui-icon,
body.rch-section-edinst #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_F26C52_256x240.png");
}
body.rch-section-edinst #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-edinst #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-edinst #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-edinst #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-edinst #rch-primary .ui-widget-content {
  border: 1px dotted #f26c52;
}
body.rch-section-edinst #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-edinst #rch-primary .ui-state-default,
body.rch-section-edinst #rch-primary .ui-state-default,
body.rch-section-edinst #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #f68d39;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-edinst #rch-primary .ui-state-hover,
body.rch-section-edinst #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-edinst #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-edinst #rch-primary .ui-state-focus,
body.rch-section-edinst #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-edinst #rch-primary .ui-widget-header .ui-state-focus {
  color: #FFF;
}
body.rch-section-edinst #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-edinst #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-edinst #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-edinst #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-edinst #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-edinst #rch-primary .ui-accordion {
  /*
        .ui-state-focus,
        .ui-widget-content .ui-state-focus,
        .ui-widget-header .ui-state-focus {
            border: @line-dotted @rch-lightgrey;
        }
        
        .ui-state-hover,
        .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover, {
            border: @line-dotted @rch-lightgrey;
            color: @secondary-colour;
        }*/
}
body.rch-section-edinst #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-edinst #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-edinst #rch-primary .well {
  color: #FFF;
  background-color: #f68d39;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .well a {
  color: #FFF;
}
body.rch-section-edinst #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-edinst #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-edinst #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-edinst #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #f68d39;
  border-color: #f68d39;
}
body.rch-section-edinst #rch-primary .btn-primary:hover,
body.rch-section-edinst #rch-primary .btn-primary:focus,
body.rch-section-edinst #rch-primary .btn-primary:active,
body.rch-section-edinst #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-edinst #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #f47712;
  border-color: #e76d0b;
}
body.rch-section-edinst #rch-primary .btn-primary:active,
body.rch-section-edinst #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-edinst #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-edinst #rch-primary .btn-primary.disabled,
body.rch-section-edinst #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-primary,
body.rch-section-edinst #rch-primary .btn-primary.disabled:hover,
body.rch-section-edinst #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-primary:hover,
body.rch-section-edinst #rch-primary .btn-primary.disabled:focus,
body.rch-section-edinst #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-primary:focus,
body.rch-section-edinst #rch-primary .btn-primary.disabled:active,
body.rch-section-edinst #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-primary:active,
body.rch-section-edinst #rch-primary .btn-primary.disabled.active,
body.rch-section-edinst #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-primary.active {
  background-color: #f68d39;
  border-color: #f68d39;
}
body.rch-section-edinst #rch-primary .btn-primary .badge {
  color: #f68d39;
  background-color: #ffffff;
}
body.rch-section-edinst #rch-primary .btn-default {
  color: #f68d39;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-edinst #rch-primary .btn-default:hover,
body.rch-section-edinst #rch-primary .btn-default:focus,
body.rch-section-edinst #rch-primary .btn-default:active,
body.rch-section-edinst #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-edinst #rch-primary .btn-default {
  color: #f68d39;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-edinst #rch-primary .btn-default:active,
body.rch-section-edinst #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-edinst #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-edinst #rch-primary .btn-default.disabled,
body.rch-section-edinst #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-default,
body.rch-section-edinst #rch-primary .btn-default.disabled:hover,
body.rch-section-edinst #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-default:hover,
body.rch-section-edinst #rch-primary .btn-default.disabled:focus,
body.rch-section-edinst #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-default:focus,
body.rch-section-edinst #rch-primary .btn-default.disabled:active,
body.rch-section-edinst #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-default:active,
body.rch-section-edinst #rch-primary .btn-default.disabled.active,
body.rch-section-edinst #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-edinst #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-edinst #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #f68d39;
}
body.rch-section-edinst #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-edinst #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #f68d39;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #f68d39;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-edinst #rch-primary .nav-pills > li.active > a,
body.rch-section-edinst #rch-primary .nav-pills > li.active > a:focus {
  background-color: #f26c52;
  border: 1px solid #f26c52;
}
body.rch-section-edinst #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-edinst #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-edinst #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-edinst #rch-primary .nav-tabs > li > a {
  background-color: #f68d39;
}
body.rch-section-edinst #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-edinst #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #f68d39;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-edinst #rch-primary .nav-tabs > li > a:hover {
  color: #f68d39;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .nav-tabs > li.active > a,
body.rch-section-edinst #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #f26c52;
}
body.rch-section-edinst #rch-primary .nav-tabs > li.active > a:hover {
  color: #f68d39;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .panel-heading {
  background-color: #f68d39;
  color: #FFF;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-edinst #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-edinst #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #f68d39;
  color: #FFF;
  border: 1px solid #f68d39;
}
body.rch-section-edinst #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #f68d39;
  text-decoration: none;
}
body.rch-section-edinst #rch-primary .panel-body > ul,
body.rch-section-edinst #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-edinst #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-edinst #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-edinst #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-edinst #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-edinst #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-edinst #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-edinst #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-edinst #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-edinst #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-edinst #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-edinst #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-edinst #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-edinst #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-edinst #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-edinst #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-edinst #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-edinst #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-edinst #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-edinst #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-edinst #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-edinst #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-edinst #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-edinst #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-edinst #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-edinst #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-edinst #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-edinst #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-edinst #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-edinst #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-edinst #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-edinst #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-edinst #rch-primary .list-group-item {
  background-color: #f68d39;
  border: 1px dotted #f68d39;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-edinst #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-edinst #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-edinst #rch-primary a.list-group-item:hover,
body.rch-section-edinst #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #f68d39;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-edinst #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #f68d39;
}
body.rch-section-edinst #rch-primary a.list-group-item.active,
body.rch-section-edinst #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #f26c52;
  border: 1px dotted #f26c52;
}
body.rch-section-edinst #rch-primary a.list-group-item.active:hover {
  color: #f68d39;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .pagination > li > a,
body.rch-section-edinst #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #f68d39;
  border: 1px solid #f68d39;
  margin-left: 1px;
}
body.rch-section-edinst #rch-primary .pagination > li > a:hover,
body.rch-section-edinst #rch-primary .pagination > li > span:hover,
body.rch-section-edinst #rch-primary .pagination > li > a:focus,
body.rch-section-edinst #rch-primary .pagination > li > span:focus {
  color: #f68d39;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .pagination > .active > a,
body.rch-section-edinst #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #f26c52;
  border-color: #f26c52;
  cursor: default;
}
body.rch-section-edinst #rch-primary .pagination > .active > a:hover,
body.rch-section-edinst #rch-primary .pagination > .active > span:hover,
body.rch-section-edinst #rch-primary .pagination > .active > a:focus,
body.rch-section-edinst #rch-primary .pagination > .active > span:focus {
  color: #f68d39;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-edinst #rch-primary .pagination > .disabled > span,
body.rch-section-edinst #rch-primary .pagination > .disabled > span:hover,
body.rch-section-edinst #rch-primary .pagination > .disabled > span:focus,
body.rch-section-edinst #rch-primary .pagination > .disabled > a,
body.rch-section-edinst #rch-primary .pagination > .disabled > a:hover,
body.rch-section-edinst #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-edinst #rch-primary .ui-accordion .ui-accordion-header {
  margin-top: 5px;
}
body.rch-section-ccch {
  background: url("/TemplateAssets/images/global/bg-pattern-ccch.gif") no-repeat fixed center top #ffffff;
}
body.rch-section-ccch #title-row .panel {
  background-color: #008ccc;
}
body.rch-section-ccch #title-row .btn-primary {
  color: #ffffff;
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-ccch #title-row .btn-primary:hover,
body.rch-section-ccch #title-row .btn-primary:focus,
body.rch-section-ccch #title-row .btn-primary:active,
body.rch-section-ccch #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-ccch #title-row .btn-primary {
  color: #ffffff;
  background-color: #0070a3;
  border-color: #00628f;
}
body.rch-section-ccch #title-row .btn-primary:active,
body.rch-section-ccch #title-row .btn-primary.active,
.open .dropdown-togglebody.rch-section-ccch #title-row .btn-primary {
  background-image: none;
}
body.rch-section-ccch #title-row .btn-primary.disabled,
body.rch-section-ccch #title-row .btn-primary[disabled],
fieldset[disabled] body.rch-section-ccch #title-row .btn-primary,
body.rch-section-ccch #title-row .btn-primary.disabled:hover,
body.rch-section-ccch #title-row .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-ccch #title-row .btn-primary:hover,
body.rch-section-ccch #title-row .btn-primary.disabled:focus,
body.rch-section-ccch #title-row .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-ccch #title-row .btn-primary:focus,
body.rch-section-ccch #title-row .btn-primary.disabled:active,
body.rch-section-ccch #title-row .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-ccch #title-row .btn-primary:active,
body.rch-section-ccch #title-row .btn-primary.disabled.active,
body.rch-section-ccch #title-row .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-ccch #title-row .btn-primary.active {
  background-color: #008ccc;
  border-color: #008ccc;
}
body.rch-section-ccch #title-row .btn-primary .badge {
  color: #008ccc;
  background-color: #ffffff;
}
body.rch-section-ccch #title-row .btn-default {
  color: #008ccc;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-ccch #title-row .btn-default:hover,
body.rch-section-ccch #title-row .btn-default:focus,
body.rch-section-ccch #title-row .btn-default:active,
body.rch-section-ccch #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-ccch #title-row .btn-default {
  color: #008ccc;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-ccch #title-row .btn-default:active,
body.rch-section-ccch #title-row .btn-default.active,
.open .dropdown-togglebody.rch-section-ccch #title-row .btn-default {
  background-image: none;
}
body.rch-section-ccch #title-row .btn-default.disabled,
body.rch-section-ccch #title-row .btn-default[disabled],
fieldset[disabled] body.rch-section-ccch #title-row .btn-default,
body.rch-section-ccch #title-row .btn-default.disabled:hover,
body.rch-section-ccch #title-row .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-ccch #title-row .btn-default:hover,
body.rch-section-ccch #title-row .btn-default.disabled:focus,
body.rch-section-ccch #title-row .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-ccch #title-row .btn-default:focus,
body.rch-section-ccch #title-row .btn-default.disabled:active,
body.rch-section-ccch #title-row .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-ccch #title-row .btn-default:active,
body.rch-section-ccch #title-row .btn-default.disabled.active,
body.rch-section-ccch #title-row .btn-default[disabled].active,
fieldset[disabled] body.rch-section-ccch #title-row .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-ccch #title-row .btn-default .badge {
  color: #ffffff;
  background-color: #008ccc;
}
body.rch-section-ccch #title-row .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
body.rch-section-ccch #title-row .icon-bar + .icon-bar {
  margin-top: 4px;
}
body.rch-section-ccch #rch-primary {
  /* Allow use of icon-large to be properly aligned */
  /*
    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }*/
  /*
        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: @secondary-colour;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: @line-solid @primary-colour;
        background: @primary-colour;
        font-weight: normal;
        color: #FFF;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #FFF;
            text-decoration: none;
        }*/
  /*.rch-accordion h2.ui-accordion-header:nth-child(4n+1) 
            {
                background: none repeat scroll 0 0 #F26322;
                border: 1px solid #F68D39;
            }*/
}
body.rch-section-ccch #rch-primary h2,
body.rch-section-ccch #rch-primary .h2 {
  color: #82c341;
}
body.rch-section-ccch #rch-primary h3,
body.rch-section-ccch #rch-primary .h3 {
  color: #008ccc;
}
body.rch-section-ccch #rch-primary div#RchAtoZ ul#tabnav-letters {
  background-color: #82c341;
}
body.rch-section-ccch #rch-primary #rch-2nd-level-landing div.col-sm-4 ul li:before {
  color: #008ccc;
}
body.rch-section-ccch #rch-primary .ui-state-default .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-ccch #rch-primary .ui-state-hover .ui-icon,
body.rch-section-ccch #rch-primary .ui-state-focus .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_000000_256x240.png");
}
body.rch-section-ccch #rch-primary .ui-state-active .ui-icon {
  background-image: url("/TemplateAssets/jquery/jquery-ui-1.10.4.custom/css/rch/images/ui-icons_FFF_256x240.png");
}
body.rch-section-ccch #rch-primary .ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
body.rch-section-ccch #rch-primary .ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
body.rch-section-ccch #rch-primary .ui-icon.icon-large {
  margin-top: -0.75em;
}
body.rch-section-ccch #rch-primary .ui-widget-content {
  border: 1px dotted #008ccc;
}
body.rch-section-ccch #rch-primary .ui-widget-header {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-ccch #rch-primary .ui-state-default,
body.rch-section-ccch #rch-primary .ui-state-default,
body.rch-section-ccch #rch-primary .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #82c341;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .ui-widget-content {
  border: 1px dotted #d7dee2;
}
body.rch-section-ccch #rch-primary .ui-state-hover,
body.rch-section-ccch #rch-primary .ui-widget-content .ui-state-hover,
body.rch-section-ccch #rch-primary .ui-widget-header .ui-state-hover,
body.rch-section-ccch #rch-primary .ui-state-focus,
body.rch-section-ccch #rch-primary .ui-widget-content .ui-state-focus,
body.rch-section-ccch #rch-primary .ui-widget-header .ui-state-focus {
  color: #FFF;
}
body.rch-section-ccch #rch-primary .ui-tabs {
  border: none;
}
body.rch-section-ccch #rch-primary .ui-tabs .ui-tabs-panel {
  border: none;
}
body.rch-section-ccch #rch-primary .ui-tabs .ui-tabs-nav li {
  border-bottom: none;
}
body.rch-section-ccch #rch-primary .ui-tabs a:focus {
  outline-style: none;
}
body.rch-section-ccch #rch-primary .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.rch-section-ccch #rch-primary .ui-accordion {
  /*
        .ui-state-focus,
        .ui-widget-content .ui-state-focus,
        .ui-widget-header .ui-state-focus {
            border: @line-dotted @rch-lightgrey;
        }
        
        .ui-state-hover,
        .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover, {
            border: @line-dotted @rch-lightgrey;
            color: @secondary-colour;
        }*/
}
body.rch-section-ccch #rch-primary .ui-accordion .ui-accordion-header {
  color: #FFF;
}
body.rch-section-ccch #rch-primary .ui-accordion .ui-accordion-content {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}
body.rch-section-ccch #rch-primary .well {
  color: #FFF;
  background-color: #82c341;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .well a {
  color: #FFF;
}
body.rch-section-ccch #rch-primary .well a:link {
  color: #FFF;
}
body.rch-section-ccch #rch-primary .well a:hover {
  color: #CCC;
}
body.rch-section-ccch #rch-primary .well a:visited {
  color: #cccccc;
}
body.rch-section-ccch #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #82c341;
  border-color: #82c341;
}
body.rch-section-ccch #rch-primary .btn-primary:hover,
body.rch-section-ccch #rch-primary .btn-primary:focus,
body.rch-section-ccch #rch-primary .btn-primary:active,
body.rch-section-ccch #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-ccch #rch-primary .btn-primary {
  color: #ffffff;
  background-color: #6ea735;
  border-color: #639730;
}
body.rch-section-ccch #rch-primary .btn-primary:active,
body.rch-section-ccch #rch-primary .btn-primary.active,
.open .dropdown-togglebody.rch-section-ccch #rch-primary .btn-primary {
  background-image: none;
}
body.rch-section-ccch #rch-primary .btn-primary.disabled,
body.rch-section-ccch #rch-primary .btn-primary[disabled],
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-primary,
body.rch-section-ccch #rch-primary .btn-primary.disabled:hover,
body.rch-section-ccch #rch-primary .btn-primary[disabled]:hover,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-primary:hover,
body.rch-section-ccch #rch-primary .btn-primary.disabled:focus,
body.rch-section-ccch #rch-primary .btn-primary[disabled]:focus,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-primary:focus,
body.rch-section-ccch #rch-primary .btn-primary.disabled:active,
body.rch-section-ccch #rch-primary .btn-primary[disabled]:active,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-primary:active,
body.rch-section-ccch #rch-primary .btn-primary.disabled.active,
body.rch-section-ccch #rch-primary .btn-primary[disabled].active,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-primary.active {
  background-color: #82c341;
  border-color: #82c341;
}
body.rch-section-ccch #rch-primary .btn-primary .badge {
  color: #82c341;
  background-color: #ffffff;
}
body.rch-section-ccch #rch-primary .btn-default {
  color: #82c341;
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-ccch #rch-primary .btn-default:hover,
body.rch-section-ccch #rch-primary .btn-default:focus,
body.rch-section-ccch #rch-primary .btn-default:active,
body.rch-section-ccch #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-ccch #rch-primary .btn-default {
  color: #82c341;
  background-color: #ebebeb;
  border-color: #79909d;
}
body.rch-section-ccch #rch-primary .btn-default:active,
body.rch-section-ccch #rch-primary .btn-default.active,
.open .dropdown-togglebody.rch-section-ccch #rch-primary .btn-default {
  background-image: none;
}
body.rch-section-ccch #rch-primary .btn-default.disabled,
body.rch-section-ccch #rch-primary .btn-default[disabled],
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-default,
body.rch-section-ccch #rch-primary .btn-default.disabled:hover,
body.rch-section-ccch #rch-primary .btn-default[disabled]:hover,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-default:hover,
body.rch-section-ccch #rch-primary .btn-default.disabled:focus,
body.rch-section-ccch #rch-primary .btn-default[disabled]:focus,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-default:focus,
body.rch-section-ccch #rch-primary .btn-default.disabled:active,
body.rch-section-ccch #rch-primary .btn-default[disabled]:active,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-default:active,
body.rch-section-ccch #rch-primary .btn-default.disabled.active,
body.rch-section-ccch #rch-primary .btn-default[disabled].active,
fieldset[disabled] body.rch-section-ccch #rch-primary .btn-default.active {
  background-color: #ffffff;
  border-color: #9cadb7;
}
body.rch-section-ccch #rch-primary .btn-default .badge {
  color: #ffffff;
  background-color: #82c341;
}
body.rch-section-ccch #rch-primary .btn-default {
  border-style: dotted;
}
body.rch-section-ccch #rch-primary .nav-pills > li > a {
  color: #FFF;
  background-color: #82c341;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .nav-pills > li > a:hover {
  background-color: #FFF;
  color: #82c341;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .nav-pills > li + li {
  margin-left: 2px;
}
body.rch-section-ccch #rch-primary .nav-pills > li.active > a,
body.rch-section-ccch #rch-primary .nav-pills > li.active > a:focus {
  background-color: #008ccc;
  border: 1px solid #008ccc;
}
body.rch-section-ccch #rch-primary .nav-pills > li.active > a:hover {
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.rch-section-ccch #rch-primary .nav-justified > li + li {
  margin-left: 0;
}
body.rch-section-ccch #rch-primary .nav-justified > li > a {
  margin-bottom: 2px;
}
body.rch-section-ccch #rch-primary .nav-tabs > li > a {
  background-color: #82c341;
}
body.rch-section-ccch #rch-primary .nav-tabs {
  border-bottom: 1px solid #d7dee2;
}
body.rch-section-ccch #rch-primary .nav-tabs > li > a {
  border: 1px solid transparent;
  background-color: #82c341;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px;
}
body.rch-section-ccch #rch-primary .nav-tabs > li > a:hover {
  color: #82c341;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .nav-tabs > li.active > a,
body.rch-section-ccch #rch-primary .nav-tabs > li.active > a:focus {
  color: #FFF;
  background-color: #008ccc;
}
body.rch-section-ccch #rch-primary .nav-tabs > li.active > a:hover {
  color: #82c341;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .panel {
  background-color: #ffffff;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .panel-heading {
  background-color: #82c341;
  color: #FFF;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.rch-section-ccch #rch-primary .panel-title {
  color: #FFF;
}
body.rch-section-ccch #rch-primary .panel-title > a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  background-color: #82c341;
  color: #FFF;
  border: 1px solid #82c341;
}
body.rch-section-ccch #rch-primary .panel-title > a:hover {
  border: 1px dotted #9cadb7;
  background-color: #FFF;
  color: #82c341;
  text-decoration: none;
}
body.rch-section-ccch #rch-primary .panel-body > ul,
body.rch-section-ccch #rch-primary .panel-body > ol {
  padding-left: 15px;
}
body.rch-section-ccch #rch-primary .panel-footer {
  background-color: #f5f5f5;
}
body.rch-section-ccch #rch-primary .panel-group .panel {
  margin-bottom: 2px;
  border: none;
}
body.rch-section-ccch #rch-primary .panel-group .panel + .panel {
  margin-top: 0;
}
body.rch-section-ccch #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 15px 0;
}
body.rch-section-ccch #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h2:first-child {
  margin-top: 0;
}
body.rch-section-ccch #rch-primary .panel-group .panel-heading + .panel-collapse .panel-body h3:first-child {
  margin-top: 0;
}
body.rch-section-ccch #rch-primary .panel-primary {
  border-color: #428bca;
}
body.rch-section-ccch #rch-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
body.rch-section-ccch #rch-primary .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
body.rch-section-ccch #rch-primary .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
body.rch-section-ccch #rch-primary .panel-primary .panel-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-ccch #rch-primary .panel-success {
  border-color: #d6e9c6;
}
body.rch-section-ccch #rch-primary .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.rch-section-ccch #rch-primary .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
body.rch-section-ccch #rch-primary .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
body.rch-section-ccch #rch-primary .panel-success .panel-title {
  color: #3c763d;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-ccch #rch-primary .panel-info {
  border-color: #bce8f1;
}
body.rch-section-ccch #rch-primary .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.rch-section-ccch #rch-primary .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
body.rch-section-ccch #rch-primary .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
body.rch-section-ccch #rch-primary .panel-info .panel-title {
  color: #31708f;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-ccch #rch-primary .panel-warning {
  border-color: #faebcc;
}
body.rch-section-ccch #rch-primary .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.rch-section-ccch #rch-primary .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
body.rch-section-ccch #rch-primary .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
body.rch-section-ccch #rch-primary .panel-warning .panel-title {
  color: #8a6d3b;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-ccch #rch-primary .panel-danger {
  border-color: #ebccd1;
}
body.rch-section-ccch #rch-primary .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.rch-section-ccch #rch-primary .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
body.rch-section-ccch #rch-primary .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
body.rch-section-ccch #rch-primary .panel-danger .panel-title {
  color: #a94442;
  font-size: 13px;
  font-weight: 300;
}
body.rch-section-ccch #rch-primary .list-group-item {
  background-color: #82c341;
  border: 1px dotted #82c341;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
body.rch-section-ccch #rch-primary .list-group-item .list-group-item-heading {
  color: #FFF;
}
body.rch-section-ccch #rch-primary a.list-group-item {
  color: #FFF;
  text-decoration: none;
}
body.rch-section-ccch #rch-primary a.list-group-item:hover,
body.rch-section-ccch #rch-primary a.list-group-item:focus {
  text-decoration: none;
  background-color: #FFF;
  color: #82c341;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary a.list-group-item:hover .list-group-item-heading,
body.rch-section-ccch #rch-primary a.list-group-item:focus .list-group-item-heading {
  color: #82c341;
}
body.rch-section-ccch #rch-primary a.list-group-item.active,
body.rch-section-ccch #rch-primary a.list-group-item.active:focus {
  color: #FFF;
  background-color: #008ccc;
  border: 1px dotted #008ccc;
}
body.rch-section-ccch #rch-primary a.list-group-item.active:hover {
  color: #82c341;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .pagination > li > a,
body.rch-section-ccch #rch-primary .pagination > li > span {
  text-decoration: none;
  color: #FFF;
  background-color: #82c341;
  border: 1px solid #82c341;
  margin-left: 1px;
}
body.rch-section-ccch #rch-primary .pagination > li > a:hover,
body.rch-section-ccch #rch-primary .pagination > li > span:hover,
body.rch-section-ccch #rch-primary .pagination > li > a:focus,
body.rch-section-ccch #rch-primary .pagination > li > span:focus {
  color: #82c341;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .pagination > .active > a,
body.rch-section-ccch #rch-primary .pagination > .active > span {
  z-index: 2;
  color: #FFF;
  background-color: #008ccc;
  border-color: #008ccc;
  cursor: default;
}
body.rch-section-ccch #rch-primary .pagination > .active > a:hover,
body.rch-section-ccch #rch-primary .pagination > .active > span:hover,
body.rch-section-ccch #rch-primary .pagination > .active > a:focus,
body.rch-section-ccch #rch-primary .pagination > .active > span:focus {
  color: #82c341;
  background-color: #FFF;
  border: 1px dotted #9cadb7;
}
body.rch-section-ccch #rch-primary .pagination > .disabled > span,
body.rch-section-ccch #rch-primary .pagination > .disabled > span:hover,
body.rch-section-ccch #rch-primary .pagination > .disabled > span:focus,
body.rch-section-ccch #rch-primary .pagination > .disabled > a,
body.rch-section-ccch #rch-primary .pagination > .disabled > a:hover,
body.rch-section-ccch #rch-primary .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.rch-section-ccch #rch-primary .ui-accordion .ui-accordion-header {
  margin-top: 5px;
}
body.rch-section-ccch #rch-primary h3,
body.rch-section-ccch #rch-primary .h3 {
  color: #008ccc;
}
body.rch-section-ccch #rch-primary h4,
body.rch-section-ccch #rch-primary .h4 {
  color: #00b3db;
}
body.rch-section-ccch #rch-primary img.ccch-contentHeaderImg {
  padding-bottom: 15px;
}
body.rch-section-ccch #rch-primary div.dotted-box a,
body.rch-section-ccch #rch-primary div.dotted-box a:link,
body.rch-section-ccch #rch-primary div.dotted-box a:visited {
  color: #6756a5;
}
body.rch-section-ccch #rch-primary .ccch-acorn {
  position: fixed;
  top: 430px;
  left: 50%;
  width: 715px;
  pointer-events: none;
}
body.rch-section-ccch #rch-primary .ccch-acorn img {
  float: right;
  z-index: 900000;
  opacity: 0.3;
}
body.rch-section-ccch #rch-primary .dotted-box h3,
body.rch-section-ccch #rch-primary .dotted-box .h3 {
  color: #6756a5;
}
body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-3 {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-3 {
    margin-bottom: 0;
    padding: 0;
    padding-left: 15px;
  }
}
body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-3 img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-3 img {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-3 img {
    max-width: 210px;
  }
}
@media (min-width: 768px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-9 p {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-9 p {
    padding-top: 8px;
  }
}
@media (min-width: 1200px) {
  body.rch-section-ccch #rch-primary .ccch-mcri-subfooter .col-sm-9 p {
    padding-top: 11px;
  }
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li a {
  padding: 25px;
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite.png');
  background-repeat: repeat-x;
  border: none;
  font-weight: bold;
  font-size: larger;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li a:hover {
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite-hover.png');
  color: #FFF;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li:nth-of-type(1) a {
  background-color: transparent;
  background-position: 0px 0px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li:nth-of-type(2) a {
  background-color: transparent;
  background-position: 0px -200px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li:nth-of-type(3) a {
  background-color: transparent;
  background-position: 0px -400px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(1) ul.nav-pills li:nth-of-type(4) a {
  background-color: transparent;
  background-position: 0px -1200px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li a {
  padding: 25px;
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite.png');
  background-repeat: repeat-x;
  border: none;
  font-weight: bold;
  font-size: larger;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li a:hover {
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite-hover.png');
  color: #FFF;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li:nth-of-type(1) a {
  background-color: transparent;
  background-position: 0px -1400px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li:nth-of-type(2) a {
  background-color: transparent;
  background-position: 0px -1600px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li:nth-of-type(3) a {
  background-color: transparent;
  background-position: 0px -1000px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-6:nth-of-type(2) ul.nav-pills li:nth-of-type(4) a {
  background-color: transparent;
  background-position: 0px -800px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li a {
  padding: 25px;
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite.png');
  background-repeat: repeat-x;
  border: none;
  font-weight: bold;
  font-size: larger;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li a:hover {
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite-hover.png');
  color: #FFF;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li:nth-of-type(1) a {
  background-color: transparent;
  background-position: 0px 0px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li:nth-of-type(2) a {
  background-color: transparent;
  background-position: 0px -200px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li:nth-of-type(3) a {
  background-color: transparent;
  background-position: 0px -1600px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:first-of-type ul.nav-pills li:nth-of-type(4) a {
  background-color: transparent;
  background-position: 0px -800px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li a {
  padding: 25px;
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite.png');
  background-repeat: repeat-x;
  border: none;
  font-weight: bold;
  font-size: larger;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li a:hover {
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite-hover.png');
  color: #FFF;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li:nth-of-type(1) a {
  background-color: transparent;
  background-position: 0px -400px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li:nth-of-type(2) a {
  background-color: transparent;
  background-position: 0px -600px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li:nth-of-type(3) a {
  background-color: transparent;
  background-position: 0px -1400px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:nth-of-type(2) ul.nav-pills li:nth-of-type(4) a {
  background-color: transparent;
  background-position: 0px 0px;
  /*&:hover {
                                        color: @rch-navyblue;
                                    }*/
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li a {
  padding: 25px;
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite.png');
  background-repeat: repeat-x;
  border: none;
  font-weight: bold;
  font-size: larger;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li a:hover {
  background-image: url('/TemplateAssets/images/ccch/ccch-pills-sprite-hover.png');
  color: #FFF;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li:nth-of-type(1) a {
  background-color: transparent;
  background-position: 0px -800px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li:nth-of-type(2) a {
  background-color: transparent;
  background-position: 0px -1000px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li:nth-of-type(3) a {
  background-color: transparent;
  background-position: 0px -800px;
}
body.rch-section-ccch #rch-primary .rch-pills-grid div.col-sm-4:last-of-type ul.nav-pills li:nth-of-type(4) a {
  background-color: transparent;
  background-position: 0px -1200px;
}
/* End colour-schemes.less */
/* Start media-query-switch.less */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 768px) {
  #title-row .panel-body {
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
  }
  #title-row .panel {
    margin-bottom: 0;
  }
  #title-row .btn-group,
  #title-row .btn-group-vertical {
    top: -5px;
  }
  #title-row .col-xs-12 {
    padding-right: 0;
  }
  #primary-nav .col-sm-11 {
    width: 100%;
  }
  #rch-primary.col-md-10 {
    padding-left: 15px;
  }
  #rch-primary.col-md-12 {
    margin-left: 15px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide {
    width: 100%;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 {
    height: auto;
    width: 100%;
    padding-left: 0;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 img.img-responsive {
    width: 100%;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 {
    padding: 20px 15px;
    min-height: 130px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager {
    display: none;
  }
  #primary-nav .navbar {
    margin-bottom: 5px;
  }
  footer #rch-footer-partners {
    padding: 5px 0 10px 0;
  }
}
@media (min-width: 768px) {
  #title-row {
    margin-bottom: 25px;
  }
  #title-row .panel-body {
    padding: 10px 15px 10px 15px;
  }
  #title-row .breadcrumb {
    margin-left: -10px;
  }
  #rch-mini-nav li.drop-20 {
    margin-top: 20px;
  }
  .rch-button.rch-arrow-2 {
    width: 150px;
  }
  #primary-nav .col-sm-11 {
    width: 95%;
  }
  #rch-primary.col-md-10 {
    padding-left: 15px;
  }
  #rch-primary.col-md-12 {
    margin-left: 15px;
  }
  #rch-primary .nav-justified > li > a {
    margin-left: 2px;
  }
  #rch-primary .nav-justified > li:first-child a {
    margin-left: 0;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle {
    height: 281px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 {
    padding-left: 0;
    width: 500px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 img.img-responsive {
    width: 500px;
    height: 281px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 {
    padding: 20px 20px;
    height: 281px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager {
    display: block;
    width: 250px;
    top: -50px;
    left: 500px;
    overflow: visible;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5 {
    border-right: 8px solid #FFF;
    height: 150px;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5:last-child {
    border-right: none;
  }
  #rch-primary #intranetHomePage #secondRow .srCenter {
    text-align: center;
  }
  #rch-primary #intranetHomePage #secondRow .col-xs-12 {
    margin-bottom: 0;
  }
  footer #footer-row1 div#pig-and-interpreter,
  footer #footer-row1 div:last-child {
    width: 50%;
    text-align: right;
    padding: 0 20px 0 0;
  }
  footer #rch-footer-partners {
    right: 0;
  }
  footer #rch-footer-partners a {
    top: 2px;
    height: 80px;
    width: 80px;
  }
  footer #rch-footer-partners #rch-partner-melbournechildrens {
    left: 2px;
  }
  footer #rch-footer-partners #rch-partner-rch {
    left: 82px;
  }
  footer #rch-footer-partners #rch-partner-mcri {
    left: 163px;
  }
  footer #rch-footer-partners #rch-partner-uom {
    left: 244px;
  }
  footer #rch-bottom-promo {
    padding: 5px 19px 5px 19px;
  }
  footer #footer-row2 {
    padding: 30px 19px 0 19px;
  }
  footer #footer-row2 .rch-footer-company p.gottobottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer #footer-row3 {
    padding: 0px 19px 5px 19px;
  }
}
@media (min-width: 992px) {
  #title-row {
    margin-bottom: 35px;
  }
  #title-row .panel-body {
    padding: 14px 42px 14px 42px;
  }
  #title-row .breadcrumb {
    margin-left: 15px;
  }
  #rch-mini-nav li {
    margin-left: 15px;
  }
  #rch-mini-nav li.drop-20 {
    margin-top: 0px;
  }
  #content-row {
    margin-left: 13px;
    margin-right: 13px;
  }
  #content-row #rch-primary.col-md-8 {
    width: 492px;
  }
  #content-row #rch-primary.col-md-10 {
    width: 710px;
  }
  #content-row #rch-primary.col-md-12 {
    width: 910px;
  }
  #content-row aside.col-md-2 {
    width: 220px;
  }
  #rch-primary {
    border-left: 2px dotted #d7dee2;
  }
  #rch-primary.col-md-10,
  #rch-primary.col-md-8 {
    padding-left: 30px;
  }
  #rch-primary.col-md-12 {
    margin-left: 15px;
  }
  #rch-primary aside.col-md-2 {
    width: 220px;
  }
  #rch-primary div#RchAtoZ ul li a {
    padding: 0.6em 0.23em;
  }
  #rch-primary #intranetHomePage {
    margin-right: 0;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle {
    height: 245px;
    margin-right: 0;
    margin-left: 0;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 {
    width: 437px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 img.img-responsive {
    width: 437px;
    height: 245px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 {
    padding: 20px 20px;
    height: 245px;
    width: 225px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager {
    width: 225px;
    top: -50px;
    left: 437px;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5 {
    height: 140px;
  }
  #rch-secondary {
    width: 200px;
  }
  footer #footer-row1 div:first-child {
    padding-left: 42px;
  }
  footer #footer-row1 div#pig-and-interpreter {
    text-align: right;
    padding-right: 42px;
  }
  footer #footer-row2 > div:first-child {
    padding-left: 42px;
  }
  footer #footer-row2 > div:last-child {
    padding-right: 42px;
  }
  footer #footer-row3 .rch-footer-company {
    padding-left: 42px;
    padding-right: 42px;
  }
  footer #rch-footer-partners {
    float: right;
    left: 0;
    height: 112px;
    width: 430px;
  }
  footer #rch-footer-partners a {
    top: 2px;
    height: 105px;
    width: 105px;
  }
  footer #rch-footer-partners #rch-partner-rch {
    left: 108px;
  }
  footer #rch-footer-partners #rch-partner-mcri {
    left: 214px;
  }
  footer #rch-footer-partners #rch-partner-uom {
    left: 322px;
  }
}
@media (min-width: 1200px) {
  #rch-primary div#RchAtoZ ul li a {
    padding: 0.6em 0.45em;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle {
    height: 320px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 {
    width: 570px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-8 img.img-responsive {
    width: 570px;
    height: 320px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedSlide .col-sm-4 {
    padding: 30px;
    height: 320px;
    width: 290px;
  }
  #rch-primary #intranetHomePage #mainFeatureCycle .newsFeedPager {
    width: 290px;
    top: -50px;
    left: 570px;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5 {
    height: 170px;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5 .srContent img {
    padding: 0;
    width: 101px;
    height: 101px;
    margin: 18px 20px;
  }
  #rch-primary #intranetHomePage #secondRow .col-sm-custom5 .srContent img.pp {
    padding: 0;
    width: 121px;
    height: 121px;
    margin: 5px 15px;
  }
  #content-row #rch-primary.col-md-8 {
    width: 692px;
  }
  #content-row #rch-primary.col-md-10 {
    width: 910px;
  }
  #content-row #rch-primary.col-md-12 {
    width: 1110px;
  }
  #rch-ccch-bottom-body .thinline {
    position: relative;
    top: 5px;
    display: block;
    height: auto;
    border-left: dotted;
    border-width: 1px;
  }
  #rch-cah-bottom-body .thinline {
    position: relative;
    top: 5px;
    display: block;
    height: auto;
    border-left: dotted;
    border-width: 1px;
  }
  #rch-palcare-bottom-body .thinline {
    position: relative;
    height: 90%;
    border-left: dotted;
    border-width: 1px;
  }
}
/* End media-query-switch.less */
/* Start tabnav.less */
#rch-primary div.tabnav-buttons {
  padding: 0 0 1em 0;
}
#rch-primary div#tabnav div#tabnav-letter-blocks div.tabnav-letter-block ul li {
  list-style: none;
  margin-left: -3em;
}
#rch-primary div#tabnav ul li a:link {
  text-decoration: none;
}
#rch-primary div#tabnav ul li a:hover {
  text-decoration: underline;
}
#rch-primary div.cat-panel ul li a:link {
  text-decoration: none;
}
#rch-primary div.cat-panel ul li a:hover {
  text-decoration: underline;
}
/*
This code should be usable by ANY A-Z index, even if it's not technically part of a tabnav.
The following markup should work anywhere...

<div id="RchAtoZ">
    <ul class="tabnav-letter-list" id="tabnav-letters">
    	<li><a href="#tab-A" title="A">A</a></li>
    	..
    	<li><a href="#tab-Z" title="Z">Z</a></li>
    	<li><a href="#tab-All" title="All">All</a></li>
    </ul>
</div>
        
The actual behaviour of the letters needs to be controlled seperatly by js.
*/
div#RchAtoZ {
  /*background-color: @rch-blue; // do we need to make this colour specific to each department theme?*/
  text-align: center;
}
div#RchAtoZ ul#tabnav-letters {
  padding: 0px;
}
div#RchAtoZ ul#tabnav-letters li {
  list-style: none;
  display: inline-block;
  padding: 0.6em 0px;
}
div#RchAtoZ ul#tabnav-letters li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  padding: 0.6em 0.33em;
  margin-left: 5px;
}
/* End tabnav.less */
/* Start quicklinks.less */
#rch-primary #dialog-clara,
#rch-primary #dialog-iba,
#rch-primary #dialog-generic {
  display: none;
}
#rch-primary #primary-quicklinks .btn-group-justified > a {
  border-style: solid;
  color: white;
  font-family: 'museo-sans', Arial, elvetica, sans-serif;
  text-decoration: none;
  font-size: 1.1em;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A1,
#rch-primary #primary-quicklinks .btn-group-justified > a#A2,
#rch-primary #primary-quicklinks .btn-group-justified > a#A3 {
  background-color: #007bb3;
  border-color: #007bb3;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A1:hover,
#rch-primary #primary-quicklinks .btn-group-justified > a#A2:hover,
#rch-primary #primary-quicklinks .btn-group-justified > a#A3:hover {
  background-color: #006999;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A1:focus,
#rch-primary #primary-quicklinks .btn-group-justified > a#A2:focus,
#rch-primary #primary-quicklinks .btn-group-justified > a#A3:focus {
  background-color: #006999;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A4,
#rch-primary #primary-quicklinks .btn-group-justified > a.dropdown-toggle,
#rch-primary #primary-quicklinks .btn-group-justified > a#A5 {
  background-color: #6756a5;
  border-color: #6756a5;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A4:hover,
#rch-primary #primary-quicklinks .btn-group-justified > a.dropdown-toggle:hover,
#rch-primary #primary-quicklinks .btn-group-justified > a#A5:hover {
  background-color: #5d4d94;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A4:focus,
#rch-primary #primary-quicklinks .btn-group-justified > a.dropdown-toggle:focus,
#rch-primary #primary-quicklinks .btn-group-justified > a#A5:focus {
  background-color: #5d4d94;
}
#rch-primary #primary-quicklinks .btn-group-justified > a#A5 {
  width: 100%;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
}
#rch-primary #primary-quicklinks .btn-group-justified > a.dropdown-toggle {
  width: 25px;
  border-left: 1px solid #524583;
}
#rch-primary #primary-quicklinks .col-sm-custom5 {
  padding: 1px;
}
#rch-primary #rch-2nd-level-landing.quicklinkCols .col-sm-4 ul li {
  padding: 1px 0px;
}
/* End quicklinks.less */
/* Start policy.less */
#rch-primary div.policy-meta-block {
  float: right;
  background-color: #f5f6f7;
  border: 1px solid #3d5567;
  padding: 5px;
  margin-left: 5px;
  max-width: 320px;
}
#rch-primary div.policy-meta-block h1 {
  font-size: 1.4em;
  margin: 5px;
  padding: 0;
}
#rch-primary div.policy-meta-block div.meta-item-row {
  padding: 5px 5px;
  border-bottom: 1px dotted #3d5567;
}
#rch-primary div.policy-meta-block div.meta-item-row span.meta-item-title {
  display: inline-block;
  width: 10em;
  vertical-align: top;
}
#rch-primary div.policy-meta-block div.meta-item-row span.meta-item-data {
  display: inline-block;
  max-width: 160px;
}
/* Start search.less  */
/* Google and Ektron search specific classes  */
.var-rch-fix-google-search .gsc-search-button {
  background-color: #428BCA;
  border-radius: 0px;
}
.var-rch-fix-google-search input.gsc-search-button,
.var-rch-fix-google-search input.gsc-search-button:hover,
.var-rch-fix-google-search input.gsc-search-button:focus {
  background-color: #428BCA !important;
  background-image: url("/uploadedImages/Main/Content/rch/search_box_icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 16px !important;
  border-color: #428BCA !important;
  filter: none;
}
.var-rch-fix-google-search .gsc-table-result,
.var-rch-fix-google-search .gsc-thumbnail-inside,
.var-rch-fix-google-search .gsc-url-top {
  padding-left: 0px;
  padding-right: 8px;
}
.var-rch-fix-google-search input.gsc-input {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  padding: 4px 9px;
  width: 99%;
}
.var-rch-fix-google-search input,
.var-rch-fix-google-search button,
.var-rch-fix-google-search select,
.var-rch-fix-google-search textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
.var-rch-fix-google-search .gsc-input {
  background: none !important;
}
#rch-primary #rch-google-search .gsc-search-button {
  background-color: #428BCA;
  border-radius: 0px;
}
#rch-primary #rch-google-search input.gsc-search-button,
#rch-primary #rch-google-search input.gsc-search-button:hover,
#rch-primary #rch-google-search input.gsc-search-button:focus {
  background-color: #428BCA !important;
  background-image: url("/uploadedImages/Main/Content/rch/search_box_icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 16px !important;
  border-color: #428BCA !important;
  filter: none;
}
#rch-primary #rch-google-search .gsc-table-result,
#rch-primary #rch-google-search .gsc-thumbnail-inside,
#rch-primary #rch-google-search .gsc-url-top {
  padding-left: 0px;
  padding-right: 8px;
}
#rch-primary #rch-google-search input.gsc-input {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  padding: 4px 9px;
  width: 99%;
}
#rch-primary #rch-google-search input,
#rch-primary #rch-google-search button,
#rch-primary #rch-google-search select,
#rch-primary #rch-google-search textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#rch-primary #rch-google-search .gsc-input {
  background: none !important;
}
#rch-primary #rch-google-search .gsib_a {
  width: 100%;
}
#search-field .gsc-search-button {
  background-color: #428BCA;
  border-radius: 0px;
}
#search-field input.gsc-search-button,
#search-field input.gsc-search-button:hover,
#search-field input.gsc-search-button:focus {
  background-color: #428BCA !important;
  background-image: url("/uploadedImages/Main/Content/rch/search_box_icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 16px !important;
  border-color: #428BCA !important;
  filter: none;
}
#search-field .gsc-table-result,
#search-field .gsc-thumbnail-inside,
#search-field .gsc-url-top {
  padding-left: 0px;
  padding-right: 8px;
}
#search-field input.gsc-input {
  border: 1px solid #d9d9d9;
  font-size: inherit;
  padding: 4px 9px;
  width: 99%;
}
#search-field input,
#search-field button,
#search-field select,
#search-field textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#search-field .gsc-input {
  background: none !important;
}
#search-field .gsib_a {
  width: 350px;
}
/* End Google search styles */
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 {
  /* Start Solr Search default result styles */
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #facets > ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 0px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #facets > ul ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 1em;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results {
  padding-top: 40px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 0px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results li {
  padding-bottom: 30px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results li.result > a {
  font-size: 1.2em;
  display: block;
  padding-bottom: 7px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results li.result > a:hover {
  text-decoration: none;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results li.result .result-text {
  font-size: 1em;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 #results li.result .result-info {
  color: #cccccc;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination {
  margin: 20px 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li {
  display: inline;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li > a:hover,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li > a:focus,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .active > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .active > span {
  background-color: #f5f5f5;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .active > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .disabled > span,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .disabled > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .disabled > a:hover,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li:first-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li:last-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-centered {
  text-align: center;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-right {
  text-align: right;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li:first-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li:last-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li:first-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li:first-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li:first-child > span,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li:last-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li:last-child > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li:last-child > span,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager:before,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager:after {
  clear: both;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager li {
  display: inline;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager li > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager li > a:hover,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .next > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .next > span {
  float: right;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .previous > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .previous > span {
  float: left;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .disabled > a,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .disabled > a:hover,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .disabled > a:focus,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnails:before,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnails:after {
  clear: both;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .row-fluid .thumbnails {
  margin-left: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 a.thumbnail:hover,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .thumbnail .caption {
  padding: 9px;
  color: #555555;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert h4 {
  color: #c09853;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert h4 {
  margin: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-success h4 {
  color: #468847;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-danger,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-danger h4,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-error h4 {
  color: #b94a48;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-info h4 {
  color: #3a87ad;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-block > p,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-block > ul {
  margin-bottom: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .alert-block p + p {
  margin-top: 5px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media,
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media .media {
  margin-top: 15px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media:first-child {
  margin-top: 0;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media-object {
  display: block;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media-heading {
  margin: 0 0 5px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media > .pull-left {
  margin-right: 10px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media > .pull-right {
  margin-left: 10px;
}
#rch-primary.col-md-12 div div.row div#SolrSearch.col-md-12 .media-list {
  margin-left: 0;
  list-style: none;
}
#rch-primary #SolrSearch .rch-solr-search-button {
  background-color: #428bca;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#rch-primary #SolrSearch .rch-solr-search-button-input,
#rch-primary #SolrSearch .rch-solr-search-button-input:hover,
#rch-primary #SolrSearch .rch-solr-search-button-input:focus {
  background-color: #428bca !important;
  background-image: url("/uploadedImages/Main/Content/rch/search_box_icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom-color: #428bca !important;
  border-top-color: #428bca !important;
  filter: none;
  height: 16px !important;
}
#rch-primary #SolrSearch .rch-solr-search-button-input {
  height: 13px;
  margin-top: 2px;
  min-width: 13px;
  padding: 13px 27px;
  width: 13px;
}
.rch-solr-search-button {
  background-color: #428bca;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rch-solr-search-button-input,
#rch-primary #SolrSearch .rch-solr-search-button-input:hover,
#rch-primary #SolrSearch .rch-solr-search-button-input:focus {
  background-color: #428bca !important;
  background-image: url("/uploadedImages/Main/Content/rch/search_box_icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom-color: #428bca !important;
  border-top-color: #428bca !important;
  filter: none;
  height: 16px !important;
}
.rch-solr-search-button-input {
  height: 13px;
  margin-top: 2px;
  min-width: 13px;
  padding: 13px 27px;
  width: 13px;
}
/* End Solr Search default result styles */
/* End search.less */
/* Start 5col.less */
.col-xs-custom5,
.col-sm-custom5,
.col-md-custom5,
.col-lg-custom5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-custom5,
.col-sm-custom5,
.col-md-custom5,
.col-lg-custom5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-custom5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-custom5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-custom5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-custom5 {
    width: 20%;
    float: left;
  }
}
/* End 5col.less */
/* Start education-institute.less */
/*.container {*/
#rch-primary {
  /*}*/
}
#rch-primary #edinstHomePage {
  /*  Sperator for RCH news   */
}
#rch-primary #edinstHomePage h2 {
  color: #f3725a;
  /*&.inset {
                    padding-left: 30px;
                    padding-bottom: 10px;
                }*/
}
#rch-primary #edinstHomePage #edinstVideoRow {
  overflow: hidden;
  margin: 25px 0 0 0;
  background-color: #f68d39;
  /* pager */
}
#rch-primary #edinstHomePage #edinstVideoRow div.col-sm-8 {
  padding: 0;
}
#rch-primary #edinstHomePage #edinstVideoRow div.col-sm-8 img {
  width: 100%;
  height: auto;
}
#rch-primary #edinstHomePage #edinstVideoRow div.col-sm-4 {
  background-color: #f68d39;
  color: #FFFFFF;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #rch-primary #edinstHomePage #edinstVideoRow div.col-sm-4 {
    padding: 20px 30px;
  }
}
#rch-primary #edinstHomePage #edinstVideoRow div.col-sm-4 h2 {
  color: #FFFFFF;
}
#rch-primary #edinstHomePage #edinstVideoRow a,
#rch-primary #edinstHomePage #edinstVideoRow a:link {
  color: #FFF;
  text-decoration: underline;
}
#rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager {
  text-align: center;
  z-index: 500;
  position: relative;
  height: 50px;
}
@media (max-width: 768px) {
  #rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager {
    display: none;
  }
}
@media (min-width: 768px) {
  #rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager {
    display: block;
    width: 250px;
    top: -50px;
    left: 500px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  #rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager {
    width: 225px;
    top: -50px;
    left: 437px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager {
    width: 290px;
    top: -50px;
    left: 570px;
  }
}
#rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager span {
  padding: 0 2px;
}
#rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager span a {
  font-family: arial;
  font-size: 40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
#rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager span.cycle-pager-active a {
  color: #003660;
}
#rch-primary #edinstHomePage #edinstVideoRow .newsFeedPager > * {
  cursor: pointer;
}
#rch-primary #edinstHomePage a {
  text-decoration: none;
}
#rch-primary #edinstHomePage #edInst-news-sperator {
  width: 100%;
  margin-top: 25px;
}
#rch-primary #edinstHomePage div.dotted-box {
  border: 2px dotted #D7DEE2;
  padding: 0.5em 1em;
  margin: 1em 0px;
}
#rch-primary #edinstHomePage div.dotted-box h2 {
  padding: 0px;
  margin: 0px;
}
#rch-primary #edinstHomePage div.dotted-box h2 a:link,
#rch-primary #edinstHomePage div.dotted-box h2 a:visited {
  color: #f68d39;
}
#rch-primary #edinstHomePage div.dotted-box h2 a:hover {
  text-decoration: underline !important;
}
#rch-primary #edinstHomePage div.dotted-box.edinst-donate-pig h2 a:link,
#rch-primary #edinstHomePage div.dotted-box.edinst-donate-pig h2 a:visited {
  color: #f3725a;
}
#rch-primary #edinstHomePage div.dotted-box.edinst-donate-pig h2 a:hover {
  text-decoration: underline;
}
#rch-primary #edinstHomePage div.dotted-box.edinst-donate-pig img {
  width: 26.66px;
  height: 22.666px;
  display: inline;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 {
  width: 20px;
  height: 200px;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1.prevMargin,
#rch-primary #edinstHomePage #galleryRow .col-xs-1.prevMargin {
  margin-right: 10px;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1nextMargin,
#rch-primary #edinstHomePage #galleryRow .col-xs-1nextMargin {
  margin-left: 10px;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1 a,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 a {
  color: #9cadb7;
  height: 200px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1 a:link,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 a:link,
#rch-primary #edinstHomePage #newsRow .col-xs-1 a:visited,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 a:visited {
  color: #9cadb7;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1 a:hover,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 a:hover {
  color: #3d5567;
  background-color: #e4eced;
}
#rch-primary #edinstHomePage #newsRow .col-xs-1 a span,
#rch-primary #edinstHomePage #galleryRow .col-xs-1 a span {
  height: inherit;
  width: inherit;
  padding-top: 90px;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div {
  width: 40%;
  height: 200px;
  float: left;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed {
  width: 60%;
  white-space: normal;
  padding: 0 20px 10px 15px;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed h3 > a {
  text-decoration: none;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed h3 > a:link,
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed h3 > a:visited {
  color: #f68d39;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed p a {
  font-weight: bold;
}
#rch-primary #edinstHomePage #newsRow .edinstCarousel div.edinstFeed p a:hover {
  text-decoration: underline;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div {
  width: 50%;
  height: 225px;
  float: left;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords {
  white-space: normal;
  padding: 0 10px 10px 0;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h2 {
  margin-top: 0;
  margin-bottom: 17px;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h3 > a {
  text-decoration: none;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h3 > a:link,
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h3 > a:visited {
  color: #f68d39;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords p a {
  font-weight: bold;
}
#rch-primary #edinstHomePage #galleryRow .edinstGalCarousel div.edinstGalWords p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #rch-primary #edinstHomePage h2.inset {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #rch-primary #edinstHomePage h2.inset {
    padding-left: 38px;
    padding-bottom: 10px;
  }
  #rch-primary #edinstHomePage #newsRow .col-xs-10,
  #rch-primary #edinstHomePage #galleryRow .col-xs-10 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  #rch-primary #edinstHomePage #newsRow .col-xs-10,
  #rch-primary #edinstHomePage #galleryRow .col-xs-10 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #edinstHomePage #newsRow .col-xs-10,
  #rch-primary #edinstHomePage #galleryRow .col-xs-10 {
    width: 800px;
  }
}
/* End education-institute.less */
/* Start ccch.less */
#rch-primary #ccchHomePage {
  /*  Sperator for RCH news   */
}
#rch-primary #ccchHomePage #ccchFeatureRow {
  overflow: hidden;
  margin: 25px 0 0 0;
  /* pager */
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide {
  background-color: #6f6c7d;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(3) {
  background-color: #6f6c7d;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(4) {
  background-color: #6756a5;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(5) {
  background-color: #82c341;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(6) {
  background-color: #008ccc;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(7) {
  background-color: #6756a5;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(8) {
  background-color: #82c341;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(9) {
  background-color: #f68d39;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(10) {
  background-color: #6756a5;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide:nth-child(11) {
  background-color: #82c341;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-8 {
  padding: 0;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-8 img {
  width: 100%;
  height: auto;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 {
  color: #FFFFFF;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 {
    padding: 20px 30px;
  }
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 h2 {
  color: #FFFFFF;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 h2 a,
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:link {
  text-decoration: none;
}
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:hover,
#rch-primary #ccchHomePage #ccchFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:link:hover {
  text-decoration: underline;
}
#rch-primary #ccchHomePage #ccchFeatureRow a,
#rch-primary #ccchHomePage #ccchFeatureRow a:link {
  color: #FFF;
  text-decoration: underline;
}
#rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager {
  text-align: center;
  z-index: 500;
  position: relative;
  height: 50px;
}
@media (max-width: 768px) {
  #rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager {
    display: none;
  }
}
@media (min-width: 768px) {
  #rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager {
    display: block;
    width: 250px;
    top: -50px;
    left: 500px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  #rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager {
    width: 225px;
    top: -50px;
    left: 437px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager {
    width: 290px;
    top: -50px;
    left: 570px;
  }
}
#rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager span {
  padding: 0 2px;
}
#rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager span a {
  font-family: arial;
  font-size: 40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
#rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager span.cycle-pager-active a {
  color: #003660;
}
#rch-primary #ccchHomePage #ccchFeatureRow .newsFeedPager > * {
  cursor: pointer;
}
#rch-primary #ccchHomePage a {
  text-decoration: none;
}
#rch-primary #ccchHomePage #ccchNewsSperator {
  width: 100%;
  margin-top: 25px;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 {
  width: 20px;
  height: 200px;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1.prevMargin,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1.prevMargin {
  margin-right: 10px;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1nextMargin,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1nextMargin {
  margin-left: 10px;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1 a,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 a {
  color: #9cadb7;
  height: 200px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1 a:link,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 a:link,
#rch-primary #ccchHomePage #newsRow .col-xs-1 a:visited,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 a:visited {
  color: #9cadb7;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1 a:hover,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 a:hover {
  color: #3d5567;
  background-color: #e4eced;
}
#rch-primary #ccchHomePage #newsRow .col-xs-1 a span,
#rch-primary #ccchHomePage #spotlightRow .col-xs-1 a span {
  height: inherit;
  width: inherit;
  padding-top: 90px;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div {
  width: 40%;
  height: 200px;
  float: left;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed {
  width: 60%;
  white-space: normal;
  padding: 0 20px 10px 15px;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed h3 > a {
  text-decoration: none;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed h3 > a:link,
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed h3 > a:visited {
  color: #008ccc;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed p a {
  font-weight: bold;
}
#rch-primary #ccchHomePage #newsRow .ccchnewsCarousel div.ccchFeed p a:hover {
  text-decoration: underline;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div {
  width: 50%;
  height: 225px;
  float: left;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords {
  white-space: normal;
  padding: 0 10px 10px 0;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h2 {
  margin-top: 0;
  margin-bottom: 17px;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h3 > a {
  text-decoration: none;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h3 > a:link,
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h3 > a:visited {
  color: #008ccc;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords p a {
  font-weight: bold;
}
#rch-primary #ccchHomePage #spotlightRow .spotlightCarousel div.spotlightWords p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #rch-primary #ccchHomePage h2.inset {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #rch-primary #ccchHomePage h2.inset {
    padding-left: 38px;
    padding-bottom: 10px;
  }
  #rch-primary #ccchHomePage #newsRow .col-xs-10,
  #rch-primary #ccchHomePage #spotlightRow .col-xs-10 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  #rch-primary #ccchHomePage #newsRow .col-xs-10,
  #rch-primary #ccchHomePage #spotlightRow .col-xs-10 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #ccchHomePage #newsRow .col-xs-10,
  #rch-primary #ccchHomePage #spotlightRow .col-xs-10 {
    width: 800px;
  }
}
#rch-primary #ccchKeyInitiatives {
  display: block;
  padding-top: 0;
}
#rch-primary #ccchKeyInitiatives h2 {
  margin-top: 0;
}
#rch-primary #ccchKeyInitiatives .cycle-slideshow .cycle-slide a img {
  width: 100%;
  height: auto;
  border: 1px solid #9cadb7;
}
#rch-primary #ccchKeyInitiatives .cycle-slideshow .cycle-slide a {
  width: 100%;
  height: auto;
}
#rch-primary #ccchKeyInitiatives .cycle-slideshow .cycle-slide {
  padding: 6px;
}
#rch-primary #ccchKeyInitiatives .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  position: relative;
}
#rch-primary #ccchKeyInitiatives .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #e4eced;
  cursor: pointer;
  line-height: 20px;
  margin-right: 5px;
}
#rch-primary #ccchKeyInitiatives .cycle-pager span.cycle-pager-active {
  color: #768d99;
}
#rch-primary #ccchKeyInitiatives .cycle-pager span > * {
  cursor: pointer;
}
/* Start medical-education.less */
#rch-primary #mededHomePage #newsRow .col-xs-1 {
  width: 20px;
  height: 200px;
}
#rch-primary #mededHomePage #newsRow .col-xs-1.prevMargin {
  margin-right: 10px;
}
#rch-primary #mededHomePage #newsRow .col-xs-1nextMargin {
  margin-left: 10px;
}
#rch-primary #mededHomePage #newsRow .col-xs-1 a {
  color: #9cadb7;
  height: 200px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
#rch-primary #mededHomePage #newsRow .col-xs-1 a:link,
#rch-primary #mededHomePage #newsRow .col-xs-1 a:visited {
  color: #9cadb7;
}
#rch-primary #mededHomePage #newsRow .col-xs-1 a:hover {
  color: #3d5567;
  background-color: #e4eced;
}
#rch-primary #mededHomePage #newsRow .col-xs-1 a span {
  height: inherit;
  width: inherit;
  padding-top: 90px;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div {
  width: 40%;
  height: 200px;
  float: left;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed {
  width: 60%;
  white-space: normal;
  padding: 0 20px 10px 15px;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed h3 > a {
  text-decoration: none;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed h3 > a:link,
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed h3 > a:visited {
  color: #008ccc;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed p a {
  font-weight: bold;
}
#rch-primary #mededHomePage #newsRow .medednewsCarousel div.mededFeed p a:hover {
  text-decoration: underline;
}
#rch-primary #mededHomePage #mededFeatureRow {
  margin: 25px 0 0 0;
  /* pager */
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide {
  background-color: #6756A5;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(3) {
  background-color: #6756a5;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(4) {
  background-color: #008ccc;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(5) {
  background-color: #82c341;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(6) {
  background-color: #f68d39;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(7) {
  background-color: #6756a5;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(8) {
  background-color: #008ccc;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(9) {
  background-color: #82c341;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(10) {
  background-color: #f68d39;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide:nth-child(11) {
  background-color: #6756a5;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-8 {
  padding: 0;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-8 img {
  width: 100%;
  height: auto;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 {
  color: #FFFFFF;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 {
    padding: 20px 30px;
  }
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 h2 {
  color: #FFFFFF;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 h2 a,
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:link {
  text-decoration: none;
}
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:hover,
#rch-primary #mededHomePage #mededFeatureRow div.newsFeedSlide div.col-sm-4 h2 a:link:hover {
  text-decoration: underline;
}
#rch-primary #mededHomePage #mededFeatureRow a,
#rch-primary #mededHomePage #mededFeatureRow a:link {
  color: #FFF;
  text-decoration: underline;
}
#rch-primary #mededHomePage #mededFeatureRow .newsFeedPager {
  text-align: center;
  z-index: 500;
  position: relative;
  height: 50px;
}
@media (max-width: 768px) {
  #rch-primary #mededHomePage #mededFeatureRow .newsFeedPager {
    display: none;
  }
}
@media (min-width: 768px) {
  #rch-primary #mededHomePage #mededFeatureRow .newsFeedPager {
    display: block;
    width: 250px;
    top: -70px;
    left: 500px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  #rch-primary #mededHomePage #mededFeatureRow .newsFeedPager {
    width: 225px;
    top: -70px;
    left: 437px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #mededHomePage #mededFeatureRow .newsFeedPager {
    width: 290px;
    top: -80px;
    left: 570px;
  }
}
#rch-primary #mededHomePage #mededFeatureRow .newsFeedPager span {
  padding: 0 2px;
}
#rch-primary #mededHomePage #mededFeatureRow .newsFeedPager span a {
  font-family: arial;
  font-size: 40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
#rch-primary #mededHomePage #mededFeatureRow .newsFeedPager span.cycle-pager-active a {
  color: #003660;
}
#rch-primary #mededHomePage #mededFeatureRow .newsFeedPager > * {
  cursor: pointer;
}
#rch-primary #mededHomePage a {
  text-decoration: none;
}
@media (max-width: 768px) {
  #rch-primary #mededHomePage h2.inset {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #rch-primary #mededHomePage h2.inset {
    padding-left: 38px;
    padding-bottom: 10px;
  }
  #rch-primary #mededHomePage #newsRow .col-xs-10 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  #rch-primary #mededHomePage #newsRow .col-xs-10 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #mededHomePage #newsRow .col-xs-10 {
    width: 800px;
  }
}
/* End medical-education.less */
/*Less CSS - RCH History*/
#outsideHistory {
  position: relative;
  padding-right: 15px;
}
#outsideHistory .historyPager {
  z-index: 500;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  #outsideHistory .historyPager {
    left: 27px;
  }
}
#outsideHistory .historyPager span#prev,
#outsideHistory .historyPager span#next {
  font-size: 10px;
  cursor: pointer;
  color: #0e0048;
  background-image: none;
}
@media (min-width: 1200px) {
  #outsideHistory .historyPager span#prev,
  #outsideHistory .historyPager span#next {
    font-size: 12px;
  }
}
#outsideHistory .row.cycle-slideshow {
  margin-left: 0;
  position: relative;
}
#outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4.blue {
  background-color: #a2dceb;
}
#outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4.blue h2 {
  color: #0e0048 !important;
  margin-top: 0;
}
#outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-8 {
  border: 1px solid;
  padding-left: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4 {
    padding: 20px 15px;
    min-height: 130px;
  }
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-8 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4 {
    padding: 20px 20px;
    height: 181px;
    width: 100%;
  }
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-8 {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4 {
    padding: 20px 20px;
    height: 245px;
    width: 225px;
  }
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-8 {
    width: 437px;
    height: 245px;
  }
}
@media (min-width: 1200px) {
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-4 {
    padding: 30px;
    height: 320px;
    width: 290px;
  }
  #outsideHistory .row.cycle-slideshow .historyCarouselSlide .col-sm-8 {
    width: 570px;
    height: 320px;
  }
}
/* Start emr-project.less */
#rch-primary p.erm-project-title {
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 1.5em;
}
#rch-primary p.erm-project-title img {
  display: inline-block;
  margin-right: 0.5em;
}
#rch-primary p.erm-project-title a:link {
  text-decoration: none;
  color: #3d5567;
}
#rch-primary p.erm-project-title a:hover {
  text-decoration: underline;
}
#rch-primary p.erm-project-title a:visited {
  color: #3d5567;
}
/* Start rss-news-feed.less */
/*.container {*/
#rch-primary {
  /*}*/
}
#rch-primary #rssNewsFeedContainer a,
#rch-primary div div.widgetBody div#rssNewsFeedContainer a {
  text-decoration: none;
}
#rch-primary #rssNewsFeedContainer div.dotted-box,
#rch-primary div div.widgetBody div#rssNewsFeedContainer div.dotted-box {
  border: 2px dotted #D7DEE2;
  padding: 0.5em 1em;
  margin: 1em 0px;
}
#rch-primary #rssNewsFeedContainer #newsRow .col-xs-1,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-1 {
  width: 20px;
  height: 100px;
}
#rch-primary #rssNewsFeedContainer #newsRow .col-xs-1.prevMargin,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-1.prevMargin {
  margin-right: 10px;
}
#rch-primary #rssNewsFeedContainer #newsRow .col-xs-1.prevMargin a#prev span.glyphicon.glyphicon-chevron-left,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-1.prevMargin a#prev span.glyphicon.glyphicon-chevron-left {
  color: #0E0048;
}
#rch-primary #rssNewsFeedContainer #newsRow .col-xs-1.nextMargin,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-1.nextMargin {
  margin-left: 0;
  padding-left: 0;
}
#rch-primary #rssNewsFeedContainer #newsRow .col-xs-1.nextMargin a#next span.glyphicon.glyphicon-chevron-right,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-1.nextMargin a#next span.glyphicon.glyphicon-chevron-right {
  color: #0E0048;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div {
  width: 40%;
  height: 100px;
  float: left;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed {
  width: 100%;
  white-space: normal;
  padding: 0 20px 10px 15px;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3 {
  margin-top: 0;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3 > a,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3 > a {
  text-decoration: none;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3 > a:hover,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed p a,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed p a {
  font-weight: bold;
}
#rch-primary #rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed p a:hover,
#rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .rssFeedCarousel div.rssFeed p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #rch-primary #rssNewsFeedContainer h2.inset,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer h2.inset {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #rch-primary #rssNewsFeedContainer h2.inset,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer h2.inset {
    padding-left: 38px;
    padding-bottom: 10px;
  }
  #rch-primary #rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainer #galleryRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #galleryRow .col-xs-10 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  #rch-primary #rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainer #galleryRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #galleryRow .col-xs-10 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainer #galleryRow .col-xs-10,
  #rch-primary div div.widgetBody div#rssNewsFeedContainer #galleryRow .col-xs-10 {
    width: 800px;
  }
}
/* End rss-news-feed.less */
/* rss-news-feed-with-images.less */
/*.container {*/
#rch-primary {
  /*}*/
}
#rch-primary #rssNewsFeedContainerWithImages a {
  text-decoration: none;
}
#rch-primary #rssNewsFeedContainerWithImages div.dotted-box {
  border: 2px dotted #D7DEE2;
  padding: 0.5em 1em;
  margin: 1em 0px;
}
#rch-primary #rssNewsFeedContainerWithImages div.dotted-box h2 {
  padding: 0px;
  margin: 0px;
}
#rch-primary #rssNewsFeedContainerWithImages div.dotted-box h2 a:hover {
  text-decoration: underline !important;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1 {
  width: 20px;
  height: 200px;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1.prevMargin {
  margin-right: 10px;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1.prevMargin a#prev span.glyphicon.glyphicon-chevron-left {
  color: #0E0048;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1.nextMargin {
  margin-left: 0;
  padding-left: 0;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1.nextMargin a#next span.glyphicon.glyphicon-chevron-right {
  color: #0E0048;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1 a {
  height: 200px;
  width: 30px;
  text-align: center;
  display: inline-block;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-1 a span {
  height: inherit;
  width: inherit;
  padding-top: 90px;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div {
  width: 40%;
  height: 200px;
  float: left;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed {
  width: 60%;
  white-space: normal;
  padding: 0 20px 10px 15px;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed h3 {
  margin-top: 0;
  font-size: 15px;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed h3 > a {
  text-decoration: none;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed h3 > a:hover {
  text-decoration: underline;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed p a {
  font-weight: bold;
}
#rch-primary #rssNewsFeedContainerWithImages #newsRow .rssFeedCarouselWithImages div.rssFeed p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #rch-primary #rssNewsFeedContainerWithImages h2.inset {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #rch-primary #rssNewsFeedContainerWithImages h2.inset {
    padding-left: 38px;
    padding-bottom: 10px;
  }
  #rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainerWithImages #galleryRow .col-xs-10 {
    width: 660px;
  }
}
@media (min-width: 992px) {
  #rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainerWithImages #galleryRow .col-xs-10 {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #rch-primary #rssNewsFeedContainerWithImages #newsRow .col-xs-10,
  #rch-primary #rssNewsFeedContainerWithImages #galleryRow .col-xs-10 {
    width: 800px;
  }
}
/* End education-institute.less */
/* Start ccch.less */
@media only screen and (max-width: 800px) {
  #rch-primary {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
	Label the data
	*/
  }
  #rch-primary .no-more-tables table,
  #rch-primary .no-more-tables thead,
  #rch-primary .no-more-tables tbody,
  #rch-primary .no-more-tables th,
  #rch-primary .no-more-tables td,
  #rch-primary .no-more-tables tr {
    display: block;
  }
  #rch-primary .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #rch-primary .no-more-tables tr {
    border: 1px solid #ccc;
  }
  #rch-primary .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #rch-primary .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    /* white-space: nowrap; */
    text-align: left;
    font-weight: bold;
  }
  #rch-primary .no-more-tables td:before {
    content: attr(data-title);
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome-4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('font-awesome-4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('font-awesome-4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('font-awesome-4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('font-awesome-4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
