/* This file should be syncronized between kidsdata and ealerts -- please do not allow them to get out of sync */


/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.chzn-container-single .chzn-default {
  color: #999; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: -42px 1px no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px; }

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  background: no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010; }

.chzn-container-single .chzn-search input {
  background: #fff no-repeat 100% -20px;
  background: no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat 100% -20px, linear, #eeeeee 1%, white 15%;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em; }

.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background-image: linear, #eeeeee 1%, white 15%;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 34px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear, top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: -42px 1px no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item; }

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear, #3875d7 20%, #2a62bc 90%;
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #343434;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 25px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1; }

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px; }

.chzn-container .chzn-results-scroll-down {
  bottom: 0; }

.chzn-container .chzn-results-scroll-down span {
  background: no-repeat -4px -3px; }

.chzn-container .chzn-results-scroll-up span {
  background: no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
  background-image: linear, #eeeeee 20%, white 80%;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default; }

/* @group Right to Left */
.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl; }

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto; }

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto; }

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px; }

.chzn-rtl .chzn-search input {
  background: #fff no-repeat -30px -20px;
  background: no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: no-repeat -30px -20px, linear, #eeeeee 1%, white 15%;
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px; }

.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; } }
/* @end */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15000;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxqtipClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/vendor/colorbox/overlay.png) repeat 0 0; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/vendor/colorbox/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(../images/vendor/colorbox/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(../images/vendor/colorbox/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(../images/vendor/colorbox/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(../images/vendor/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(../images/vendor/colorbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxqtipClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxqtipClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/vendor/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

#cboxqtipClose {
  position: absolute;
  top: -45px;
  right: -45px;
  background: url(../images/layout/sprite.png) no-repeat -588px;
  width: 32px;
  height: 32px;
  text-indent: -9999px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left; }

.ui-multiselect span.ui-icon {
  float: right; }

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px; }

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important; }

.ui-multiselect-header ul {
  font-size: 0.9em; }

.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0; }

.ui-multiselect-header span.ui-icon {
  float: left; }

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0; }

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 20px 4px;
  display: block; }
  .ui-multiselect-header a {
    color: #727272;
    font-weight: bold; }
    .ui-multiselect-header a:hover {
      color: #474747; }
  .ui-multiselect-header span.ui-icon {
    width: 12px;
    padding-top: 12px;
    background-image: url(/images/multiselect-checkmarks.png); }
  .ui-multiselect-header span.ui-icon-check {
    background-position: 12px; }
  .ui-multiselect-header span.ui-icon-closethick {
    background-position: -12px; }
  .ui-multiselect-header .ui-helper-reset a {
    padding-left: 5px; }

.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 99999;
  text-align: left;
  background-color: white; }

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: scroll; }

.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px; }

.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px; }

.ui-multiselect-checkboxes label span {
  margin-left: 20px; }

.ui-multiselect-checkboxes li {
  clear: both;
  padding-right: 3px; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid; }

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none; }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  width: auto !important;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/images/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* Generated by grunt-webfont */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons-6cfd7909c7991082336727745ffed2ff.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-6cfd7909c7991082336727745ffed2ff.woff") format("woff"), url("../fonts/icons-6cfd7909c7991082336727745ffed2ff.ttf") format("truetype"), url("../fonts/icons-6cfd7909c7991082336727745ffed2ff.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Bootstrap Overrides */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit; }

/* Icons */
.icon-magnifying-glass:before {
  content: "\f100"; }

.icon-temp:before {
  content: "\f101"; }

/* CSS5 */
header, footer, article, section, hgroup, nav, figure {
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, input, textarea, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

.span1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 4.16667%; }
  .span1:first-child {
    padding-left: 0; }
  .span1:last-child {
    padding-right: 0; }

.span2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }
  .span2:first-child {
    padding-left: 0; }
  .span2:last-child {
    padding-right: 0; }

.span3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 12.5%; }
  .span3:first-child {
    padding-left: 0; }
  .span3:last-child {
    padding-right: 0; }

.span4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }
  .span4:first-child {
    padding-left: 0; }
  .span4:last-child {
    padding-right: 0; }

.span5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 20.83333%; }
  .span5:first-child {
    padding-left: 0; }
  .span5:last-child {
    padding-right: 0; }

.span6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }
  .span6:first-child {
    padding-left: 0; }
  .span6:last-child {
    padding-right: 0; }

.span7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 29.16667%; }
  .span7:first-child {
    padding-left: 0; }
  .span7:last-child {
    padding-right: 0; }

.span8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }
  .span8:first-child {
    padding-left: 0; }
  .span8:last-child {
    padding-right: 0; }

.span9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 37.5%; }
  .span9:first-child {
    padding-left: 0; }
  .span9:last-child {
    padding-right: 0; }

.span10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }
  .span10:first-child {
    padding-left: 0; }
  .span10:last-child {
    padding-right: 0; }

.span11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 45.83333%; }
  .span11:first-child {
    padding-left: 0; }
  .span11:last-child {
    padding-right: 0; }

.span12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
  .span12:first-child {
    padding-left: 0; }
  .span12:last-child {
    padding-right: 0; }

.span13 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 54.16667%; }
  .span13:first-child {
    padding-left: 0; }
  .span13:last-child {
    padding-right: 0; }

.span14 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }
  .span14:first-child {
    padding-left: 0; }
  .span14:last-child {
    padding-right: 0; }

.span15 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 62.5%; }
  .span15:first-child {
    padding-left: 0; }
  .span15:last-child {
    padding-right: 0; }

.span16 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }
  .span16:first-child {
    padding-left: 0; }
  .span16:last-child {
    padding-right: 0; }

.span17 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 70.83333%; }
  .span17:first-child {
    padding-left: 0; }
  .span17:last-child {
    padding-right: 0; }

.span18 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }
  .span18:first-child {
    padding-left: 0; }
  .span18:last-child {
    padding-right: 0; }

.span19 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 79.16667%; }
  .span19:first-child {
    padding-left: 0; }
  .span19:last-child {
    padding-right: 0; }

.span20 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }
  .span20:first-child {
    padding-left: 0; }
  .span20:last-child {
    padding-right: 0; }

.span21 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 87.5%; }
  .span21:first-child {
    padding-left: 0; }
  .span21:last-child {
    padding-right: 0; }

.span22 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }
  .span22:first-child {
    padding-left: 0; }
  .span22:last-child {
    padding-right: 0; }

.span23 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 95.83333%; }
  .span23:first-child {
    padding-left: 0; }
  .span23:last-child {
    padding-right: 0; }

.span24 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .span24:first-child {
    padding-left: 0; }
  .span24:last-child {
    padding-right: 0; }

.row {
  *zoom: 1;
  clear: both; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.ie8 [class*="span"].last {
  padding-right: 0; }

/* Typography
   ------------------------------------ */
h1 {
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.15;
  padding: 0 0 30px; }
  h1.padded-bottom + p {
    margin-top: -10px; }
  h1 + p {
    margin-top: -30px; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "franklin-gothic-urw-n7", "franklin-gothic-urw", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 25px;
  padding: 0 0 15px; }

h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "franklin-gothic-urw-n7", "franklin-gothic-urw", "Arial", sans-serif;
  font-weight: bold;
  padding: 0 0 15px; }

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "franklin-gothic-urw-n7", "franklin-gothic-urw", "Arial", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 0 10px; }
  h5 + .helper {
    display: block;
    margin-top: -5px;
    color: #3e88b8;
    display: none; }
  h5 + .helper * {
    display: none; }
  h5 + .helper.expandable,
  h5 + .helper.collapsible {
    display: block; }
  h5 + .helper.expandable .expand {
    display: inline; }
  h5 + .helper.collapsible .collapse {
    display: inline; }
  h5 + .helper.expandable.collapsible .divider {
    display: inline; }
  h5 + .button-export {
    display: block;
    margin-top: -10px; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "franklin-gothic-urw-n7", "franklin-gothic-urw", "Arial", sans-serif;
  font-weight: bold;
  padding: 0 0 15px; }

h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, p.color {
  color: #eba53e; }
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline, p.inline {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: middle; }
h1.plain, h2.plain, h3.plain, h4.plain, h5.plain, h6.plain, p.plain {
  font-family: "Arial", sans-serif;
  font-weight: normal; }
  h1.plain .helper, h2.plain .helper, h3.plain .helper, h4.plain .helper, h5.plain .helper, h6.plain .helper, p.plain .helper {
    clear: both; }
h1.condensed, h2.condensed, h3.condensed, h4.condensed, h5.condensed, h6.condensed, p.condensed {
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif; }

.helper {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: bold; }
  .helper.plain {
    font-weight: normal; }

a.helper {
  cursor: pointer; }

p {
  line-height: 1.55;
  padding: 0 0 20px; }

a {
  color: #3e88b8;
  text-decoration: none; }
  a:hover {
    color: #095095; }
  a.styled {
    border-bottom: 1px solid; }

ul.styled, ol.styled {
  line-height: 1.3;
  padding: 0 0 30px; }
  ul.styled li, ol.styled li {
    padding: 10px 0 0; }
    ul.styled li:first-child, ol.styled li:first-child {
      padding-top: 0; }

ul.styled {
  list-style: disc;
  padding-left: 20px; }
  ul.styled.color {
    list-style: none;
    padding-left: 15px; }
    ul.styled.color li {
      position: relative; }
      ul.styled.color li:before {
        background-image: url("../images/layout/sprite.png");
        background-position: 0px 0px;
        width: 5px;
        height: 5px;
        content: "";
        left: -15px;
        position: absolute;
        top: 17px; }
      ul.styled.color li:first-child:before {
        top: 7px; }

ol.styled {
  counter-reset: list-counter;
  left: 25px;
  position: relative; }
  ol.styled li:before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    margin-left: -25px;
    padding-right: 10px;
    vertical-align: top; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

em {
  font-style: italic; }

.red {
  color: #d31f47; }

.greySmallFont {
  font-size: 0.7em;
  font-style: italic;
  text-align: left; }

.accordion {
  padding: 0 0 30px; }
  .accordion .tree dt .title:before {
    top: 8px !important; }
  .accordion .tree dd ul {
    padding-left: 15px;
    padding-bottom: 15px; }
    .accordion .tree dd ul ul {
      padding-left: 0; }
  .accordion dt {
    font-size: 20px;
    font-size: 1.25rem;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, white 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, white 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, white 100%);
    background: linear, to bottom, #f0f0f0 0%, white 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF',GradientType=0 );
    border-top: 1px solid #d7d7d7;
    box-shadow: inset 0 1px 0 #fff;
    cursor: pointer;
    font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
    font-weight: bold;
    padding: 15px;
    position: relative; }
    .accordion dt:before, .accordion dt:after {
      background: #d7d7d7;
      background: -moz-linear-gradient(top, #d7d7d7 0%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, white));
      background: -webkit-linear-gradient(top, #d7d7d7 0%, white 100%);
      background: -o-linear-gradient(top, #d7d7d7 0%, white 100%);
      background: -ms-linear-gradient(top, #d7d7d7 0%, white 100%);
      background: linear, to bottom, #d7d7d7 0%, white 100%;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD7D7D7', endColorstr='#FFFFFFFF',GradientType=0 );
      content: "";
      display: block;
      height: 75%;
      position: absolute;
      top: 0;
      width: 1px; }
    .accordion dt:before {
      left: 0; }
    .accordion dt:after {
      right: 0; }
    .accordion dt .title:before {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      background-image: url("../images/layout/sprite.png");
      background-position: -177px 0px;
      width: 19px;
      height: 19px;
      content: "";
      margin-right: 8px;
      margin-top: -3px;
      vertical-align: middle; }
    .accordion dt.show .title:before {
      background-position: -196px 0px; }
    .accordion dt.show + dd {
      display: block; }
  .accordion dd {
    display: none;
    padding: 15px 15px 30px 45px;
    font-size: 14px;
    line-height: 1.55; }
    .accordion dd ol {
      list-style: decimal; }
      .accordion dd ol li {
        margin-left: 20px;
        word-wrap: word-break;
        top: 8px; }
    .accordion dd ul {
      list-style: disc; }
      .accordion dd ul.notes-sources {
        list-style: none; }
        .accordion dd ul.notes-sources li {
          margin-left: 0; }
      .accordion dd ul li {
        margin-left: 20px;
        word-wrap: word-break; }

.ie9 .accordion dt:before, .ie9 .accordion dt:after, .ie8 .accordion dt:before, .ie8 .accordion dt:after {
  background: url("../images/fallback/accordion-sides.png") repeat-x;
  filter: none; }

.ie8 .accordion .lm-level2 dt,
.ie9 .accordion .lm-level2 dt {
  background: none;
  filter: none; }

.accordion .lm-level2 {
  padding-top: 0;
  padding-left: 21px; }
  .accordion .lm-level2 dt {
    padding-bottom: 0; }
    .accordion .lm-level2 dt .title {
      color: #eba53e;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
      font-weight: normal;
      padding-bottom: 0 !important; }
  .accordion .lm-level2 dd ul li {
    padding-bottom: 0px; }
    .accordion .lm-level2 dd ul li a {
      font-weight: bold; }
    .accordion .lm-level2 dd ul li ul {
      padding-bottom: 5px; }

.accordion .tree .level2 a + ul {
  padding-bottom: 12px; }

.categorynotes-short {
  font-size: 14px !important;
  color: #737373 !important;
  font-family: "Arial", sans-serif !important;
  margin-bottom: 20px; }
  .categorynotes-short p, .categorynotes-short span, .categorynotes-short em, .categorynotes-short li {
    font-size: 14px !important;
    color: #737373 !important;
    font-family: Arial, sans-serif !important; }
  .categorynotes-short a, .categorynotes-short a em, .categorynotes-short a span, .categorynotes-short a strong {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    color: #3e88b8 !important; }

.categorynotes-long {
  font-size: 14px !important;
  color: #737373 !important;
  font-family: Arial, sans-serif !important; }
  .categorynotes-long p, .categorynotes-long span, .categorynotes-long em, .categorynotes-long li {
    font-size: 14px !important;
    color: #737373 !important;
    font-family: Arial, sans-serif !important; }
  .categorynotes-long a, .categorynotes-long a em, .categorynotes-long a span, .categorynotes-long a strong {
    font-size: 14px !important;
    font-family: Arial, sans-serif !important;
    color: #3e88b8 !important;
    word-wrap: break-word; }

.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 2px; }
  .breadcrumb > ul {
    display: block;
    padding-right: 140px;
    line-height: 1.6; }
  .breadcrumb li {
    display: inline;
    padding-bottom: 5px; }
  .breadcrumb .separator {
    padding-left: 3px;
    padding-right: 3px; }
  .breadcrumb .button-print,
  .breadcrumb .button-pdf {
    float: right;
    margin-left: 20px;
    position: relative;
    top: -20px; }

.callout {
  background: #f8f8f8;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1), 0 0 12px rgba(51, 51, 51, 0.3);
  color: #96979b;
  line-height: 1.3;
  padding: 20px; }
  .callout h6 {
    padding: 0 0 5px; }
  .callout p {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold; }
  .callout a {
    border-bottom: 1px solid #3e88b8; }
  .callout :last-child {
    padding-bottom: 0; }

.expandable {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }
  .expandable.show > .expandable-toggle:before {
    background-position: -89px 0px; }
  .expandable.show > .expandable-content {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }

.expandable-toggle {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  cursor: pointer;
  padding: 0 0 4px; }
  .expandable-toggle:before {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background-image: url("../images/layout/sprite.png");
    background-position: -73px 0px;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle; }

.expandable-content {
  display: none; }

.flexslider {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0px solid #d3e0ec;
  padding: 20px 0 110px; }


  .flexslider .slides > li {
    padding-top: 20px;
    position: relative; }
  .flexslider p {
	line-height: 1.55
    padding-bottom: 15px;
    padding-right: 0px; }
  .flexslider a {
    font-weight: bold; }
  .flexslider.small {
    border: 0;
    margin-bottom: 30px;
    padding: 0; }
    .flexslider.small:before {
      display: none; }
    .flexslider.small .controls-container {
      *zoom: 1;
      float: right;
      margin-top: -35px; }
      .flexslider.small .controls-container:before, .flexslider.small .controls-container:after {
        content: " ";
        display: table; }
      .flexslider.small .controls-container:after {
        clear: both; }
    .flexslider.small .slides > li {
      padding-top: 0; }
    .flexslider.small .flex-control-nav {
      bottom: auto;
      margin-right: 15px; }
    .flexslider.small .flex-control-paging li {
      margin-left: 5px;
      padding-left: 0; }
      .flexslider.small .flex-control-paging li a {
        color: transparent;
        display: block;
        font-size: 1px;
        line-height: 1px;
        overflow: hidden;
        text-indent: -9999px;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        height: 10px;
        width: 10px;
        background: #f5d09a;
        border-radius: 10px;
        vertical-align: middle; }
        .flexslider.small .flex-control-paging li a.flex-active {
          background: #eba53e;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 #82530e; }
    .flexslider.small .flex-pauseplay {
      bottom: auto; }
      .flexslider.small .flex-pauseplay .flex-play {
        background-image: url("../images/layout/sprite.png");
        background-position: -235px 0px;
        width: 20px;
        height: 20px; }
      .flexslider.small .flex-pauseplay .flex-pause {
        background-image: url("../images/layout/sprite.png");
        background-position: -215px 0px;
        width: 20px;
        height: 20px; }
  .flexslider .row > div {
    padding-top: 10px; }
  .flexslider .row .content-container {
    max-height: 210px;
 	line-height: 1.4;}
  .flexslider .row a.more {
    display: block;
    padding-top: 5px; }

.ie8 .flexslider.small .flex-control-paging li a {
  background-image: url("../images/layout/sprite.png");
  background-position: -5px 0px;
  width: 10px;
  height: 10px; }
  .ie8 .flexslider.small .flex-control-paging li a.flex-active {
    background-image: url("../images/layout/sprite.png");
    background-position: -15px 0px;
    width: 10px;
    height: 10px; }

.flex-control-nav {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  bottom: -15px;
  float: right;
  position: static;
  text-align: right;
  position: relative;
  vertical-align: middle;
  width: auto; }
  .flex-control-nav li {
    vertical-align: middle; }

.flex-pauseplay {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  bottom: -15px;
  float: right;
  position: relative;
  vertical-align: middle; }
  .flex-pauseplay a {
    cursor: pointer;
    display: block; }
  .flex-pauseplay .flex-play {
    background-image: url("../images/layout/sprite.png");
    background-position: -421px 0px;
    width: 22px;
    height: 22px; }
  .flex-pauseplay .flex-pause {
    background-image: url("../images/layout/sprite.png");
    background-position: -465px 0px;
    width: 22px;
    height: 22px; }

.flex-control-paging li {
  margin: 0;
  padding-left: 30px; }
  .flex-control-paging li a {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background: none;
    height: auto;
    vertical-align: middle;
    text-indent: 0;
    width: auto; }
    .flex-control-paging li a:hover {
      background: none; }
    .flex-control-paging li a.flex-active {
      background: none;
      color: #eba53e; }
  .flex-control-paging li button {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    color: #3e88b8;
    font-family: Arial, sans-serif;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    line-height: normal;
    vertical-align: baseline;
    zoom: 1;
    background: none;
    height: auto;
    text-indent: 0;
    width: auto; }
    .flex-control-paging li button.flex-active {
      background: none;
      color: #eba53e; }
  .flex-control-paging li span {
    height: 21px;
    width: 21px;
    display: block;
    cursor: pointer; }
    .flex-control-paging li span.left-arrow {
      background: url("/images/layout/carousel-arrows.png") no-repeat top left; }
    .flex-control-paging li span.right-arrow {
      background: url("/images/layout/carousel-arrows.png") no-repeat top right; }

.ie9 .flexslider:before, .ie8 .flexslider:before {
  background: url("../images/fallback/container-bottom.png") no-repeat -80px -5px; }

/* Buttons
------------------------------------ */
button, .button, a.button, input[type="button"], input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #3e88b8;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }
  button.primary, .button.primary, a.button.primary, input[type="button"].primary, input[type="submit"].primary {
    font-size: 15px;
    font-size: 0.9375rem;
    background: #eba53e;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 14px; }
  button.secondary, .button.secondary, a.button.secondary, input[type="button"].secondary, input[type="submit"].secondary {
    font-size: 12px;
    font-size: 0.75rem;
    background: #fdf1bf;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjFiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZkZjFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZhZWFhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWU3OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fdf1bf 0%, #fdf1c0 50%, #faeaa3 51%, #fae79d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf1bf), color-stop(50%, #fdf1c0), color-stop(51%, #faeaa3), color-stop(100%, #fae79d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdf1bf 0%, #fdf1c0 50%, #faeaa3 51%, #fae79d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdf1bf 0%, #fdf1c0 50%, #faeaa3 51%, #fae79d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdf1bf 0%, #fdf1c0 50%, #faeaa3 51%, #fae79d 100%);
    /* IE10+ */
    background: linear, to bottom, #fdf1bf 0%, #fdf1c0 50%, #faeaa3 51%, #fae79d 100%;
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf1bf', endColorstr='#fae79d',GradientType=0 );
    /* IE6-8 */
    border: 1px solid #fbeeb0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #343434;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    height: 30px;
    line-height: 28px; }

.ie9 button.secondary, .ie9 .button.secondary, .ie9 a.button.secondary, .ie9 input[type="button"].secondary, .ie9 input[type="submit"].secondary {
  filter: none; }

.button-clear {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-image: url("../images/layout/sprite.png");
  background-position: -122px 0px;
  width: 17px;
  height: 18px;
  margin-top: -3px;
  vertical-align: middle; }

.button-collapse {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-image: url("../images/layout/sprite.png");
  background-position: -139px 0px;
  width: 19px;
  height: 20px;
  margin-top: -3px;
  vertical-align: middle; }

.button-email,
.button-export,
.button-facebook,
.button-help,
.button-pdf,
.button-print,
.button-search,
.button-twitter,
.button-youtube {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #343434;
  font-weight: bold;
  vertical-align: middle; }
  .button-email:before,
  .button-export:before,
  .button-facebook:before,
  .button-help:before,
  .button-pdf:before,
  .button-print:before,
  .button-search:before,
  .button-twitter:before,
  .button-youtube:before {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    content: "";
    margin-right: 5px;
    vertical-align: middle; }

.button-email:before {
  background-image: url("/images/icons/new/mail.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px; }

.button-export:before {
  background-image: url("/images/icons/new/dl.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px; }
.button-export.viz-export {
  float: right;
  padding-right: 5px;
  z-index: 1000; }
  .ie8 .button-export.viz-export {
    right: 85px; }

.button-facebook:before {
  background-image: url("/images/icons/new/fb.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px; }
.button-facebook.medium:before, .button-facebook.large:before {
  background-size: initial;
  background-image: url("../images/layout/sprite.png");
  background-position: -510px 0px;
  width: 26px;
  height: 26px; }
.button-facebook.large {
  display: inline;
  color: #3e88b8;
  font-size: inherit;
  vertical-align: baseline; }
  .button-facebook.large:hover {
    color: #095095; }

.button-go,
input.button-go[type="submit"] {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-color: transparent;
  box-shadow: none;
  color: #3e88b8;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .button-go:before,
  input.button-go[type="submit"]:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7.5px;
    border-left-color: #095095;
    content: "";
    margin-right: 7px !important; }

.button-go-wrapper:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7.5px;
  border-left-color: #095095;
  content: "";
  margin-right: 7px !important;
  position: absolute;
  right: 0;
  top: 25%; }

.button-help:before {
  background-image: url("../images/layout/sprite.png");
  background-position: -25px 0px;
  width: 16px;
  height: 16px; }

.button-export:before {
  background-image: url("/images/icons/new/dl.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px; }

.button-pdf:before {
  background-image: url("../images/layout/sprite.png");
  background-position: -275px 0px;
  width: 20px;
  height: 20px;
  margin-top: -3px; }

.button-print:before {
  background-image: url("/images/icons/new/print.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -3px; }

.button-search {
  background: none;
  padding: 0; }
  .button-search:before {
    background-image: url("../images/layout/sprite.png");
    background-position: -41px 0px;
    width: 16px;
    height: 16px;
    margin-top: -2px; }
  .button-search.dark:before {
    background-image: url("../images/layout/sprite.png");
    background-position: -57px 0px;
    width: 16px;
    height: 16px; }

.button-twitter:before {
  background-image: url("/images/icons/new/twitter.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px; }
.button-twitter.medium:before, .button-twitter.large:before {
  background-image: url("../images/layout/sprite.png");
  background-position: -536px 0px;
  background-size: initial;
  width: 26px;
  height: 26px; }
.button-twitter.large {
  color: #3e88b8;
  display: inline;
  font-size: inherit;
  vertical-align: baseline; }
  .button-twitter.large:hover {
    color: #095095; }

.button-youtube {
  display: none; }
  .button-youtube:before {
    background-image: url("../images/layout/sprite.png");
    background-position: -562px 0px;
    width: 26px;
    height: 26px; }

.chart-footer .social ul li .button-facebook.addthis_button_facebook:hover,
.chart-footer .social ul li .button-twitter.addthis_button_twitter:hover,
.chart-footer .social ul li .button-email.addthis_button_email:hover {
  filter: alpha(opacity=100 !important);
  opacity: 1 !important;
  background-color: #FFFFFF; }

label.checkbox, .ui-multiselect-menu label,
label.radio {
  padding-left: 17px;
  position: relative; }
  label.checkbox.indented, .ui-multiselect-menu label.indented,
  label.radio.indented {
    padding-left: 45px; }

label.checkbox input[type="checkbox"], .ui-multiselect-menu label input[type="checkbox"] {
  left: 0;
  position: absolute;
  top: 3px; }
label.checkbox.indented input[type="checkbox"], .ui-multiselect-menu label.indented input[type="checkbox"] {
  left: 25px;
  top: 2px; }
label.checkbox.small input[type="checkbox"], .ui-multiselect-menu label.small input[type="checkbox"] {
  top: 1px; }

label.radio {
  cursor: pointer; }
  label.radio input[type="radio"] {
    filter: alpha(opacity=100);
    opacity: 1;
    height: auto;
    left: 0;
    top: 2px;
    width: auto;
    z-index: auto; }
  label.radio.small input[type="radio"] {
    top: 0; }

input[type="radio"] {
  position: absolute;
  margin-top: 2px; }
  .ie8 input[type="radio"] {
    margin-top: 3px; }
  input[type="radio"]#chart-size-standard, input[type="radio"]#chart-size-compact {
    margin-top: 10px; }
  input[type="radio"] + label.radio {
    min-height: 21px;
    padding-left: 17px;
    position: relative; }
    input[type="radio"] + label.radio:before {
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
    input[type="radio"] + label.radio .show-if-checked {
      display: none; }
  input[type="radio"]:checked + label.radio:before {
    background-position: -358px 0px; }
  input[type="radio"]:checked + label.radio .show-if-checked {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }

/*
.ie8 {
  input[type="radio"] {
    &.checked {
      + label.radio {
        &:before {
          @include sprite-position($radio-checked);
        }
        .show-if-checked {
          @include inline-block;
        }
      }
    }
  }
}
*/
.form-group {
  *zoom: 1;
  padding: 0 0 20px; }
  .form-group:before, .form-group:after {
    content: " ";
    display: table; }
  .form-group:after {
    clear: both; }
  .form-group:last-child {
    padding-bottom: 0; }
  .form-group .input-text.block,
  .form-group textarea.block,
  .form-group input[type="email"].block, .form-group input[type="number"].block, .form-group input[type="password"].block, .form-group input[type="search"].block, .form-group input[type="tel"].block, .form-group input[type="text"].block, .form-group input[type="url"].block, .form-group input[type="color"].block, .form-group input[type="date"].block, .form-group input[type="datetime"].block, .form-group input[type="datetime-local"].block, .form-group input[type="month"].block, .form-group input[type="time"].block, .form-group input[type="week"].block {
    margin-bottom: 10px; }
    .form-group .input-text.block:last-child,
    .form-group textarea.block:last-child,
    .form-group input[type="email"].block:last-child, .form-group input[type="number"].block:last-child, .form-group input[type="password"].block:last-child, .form-group input[type="search"].block:last-child, .form-group input[type="tel"].block:last-child, .form-group input[type="text"].block:last-child, .form-group input[type="url"].block:last-child, .form-group input[type="color"].block:last-child, .form-group input[type="date"].block:last-child, .form-group input[type="datetime"].block:last-child, .form-group input[type="datetime-local"].block:last-child, .form-group input[type="month"].block:last-child, .form-group input[type="time"].block:last-child, .form-group input[type="week"].block:last-child {
      margin-bottom: 0; }
  .form-group.nav {
    padding-bottom: 5px; }

label {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 5px; }
  label.plain {
    font-weight: normal; }
  label.small {
    font-size: 80%; }
  label.inline {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-bottom: 0;
    padding-right: 10px; }
    label.inline.medium {
      min-width: 100px; }
  label.checkbox, .ui-multiselect-menu label {
    font-weight: normal; }
  label.radio {
    font-weight: normal; }

.input-append {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 3px 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
  .input-append.focus {
    box-shadow: 0 0 5px #ccc !important; }
  .input-append .input-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-right: 50px;
    position: relative;
    vertical-align: middle;
    width: 100%; }
    .input-append .input-container.has-button input[type="email"], .input-append .input-container.has-button input[type="number"], .input-append .input-container.has-button input[type="password"], .input-append .input-container.has-button input[type="search"], .input-append .input-container.has-button input[type="tel"], .input-append .input-container.has-button input[type="text"], .input-append .input-container.has-button input[type="url"], .input-append .input-container.has-button input[type="color"], .input-append .input-container.has-button input[type="date"], .input-append .input-container.has-button input[type="datetime"], .input-append .input-container.has-button input[type="datetime-local"], .input-append .input-container.has-button input[type="month"], .input-append .input-container.has-button input[type="time"], .input-append .input-container.has-button input[type="week"] {
      padding-right: 35px; }
    .input-append .input-container .button-clear {
      margin-right: 10px;
      margin-top: -9px;
      position: absolute;
      right: 36px;
      top: 50%; }
  .input-append .input-text,
  .input-append input[type="email"], .input-append input[type="number"], .input-append input[type="password"], .input-append input[type="search"], .input-append input[type="tel"], .input-append input[type="text"], .input-append input[type="url"], .input-append input[type="color"], .input-append input[type="date"], .input-append input[type="datetime"], .input-append input[type="datetime-local"], .input-append input[type="month"], .input-append input[type="time"], .input-append input[type="week"] {
    border: 0;
    border-right: 1px solid #ccc;
    box-shadow: none;
    width: 100%; }
    .input-append .input-text:focus,
    .input-append input[type="email"]:focus, .input-append input[type="number"]:focus, .input-append input[type="password"]:focus, .input-append input[type="search"]:focus, .input-append input[type="tel"]:focus, .input-append input[type="text"]:focus, .input-append input[type="url"]:focus, .input-append input[type="color"]:focus, .input-append input[type="date"]:focus, .input-append input[type="datetime"]:focus, .input-append input[type="datetime-local"]:focus, .input-append input[type="month"]:focus, .input-append input[type="time"]:focus, .input-append input[type="week"]:focus {
      border-color: #ccc;
      box-shadow: none; }
  .alerts .input-append .input-text,
  .alerts .input-append input[type="email"], .alerts .input-append input[type="number"], .alerts .input-append input[type="password"], .alerts .input-append input[type="search"], .alerts .input-append input[type="tel"], .alerts .input-append input[type="text"], .alerts .input-append input[type="url"], .alerts .input-append input[type="color"], .alerts .input-append input[type="date"], .alerts .input-append input[type="datetime"], .alerts .input-append input[type="datetime-local"], .alerts .input-append input[type="month"], .alerts .input-append input[type="time"], .alerts .input-append input[type="week"] {
    padding: 3px 5px;
    height: 20px; }
  .input-append button, .input-append .button, .input-append a.button, .input-append input[type="button"], .input-append input[type="submit"] {
    border-radius: 0;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
    .input-append button:before, .input-append .button:before, .input-append a.button:before, .input-append input[type="button"]:before, .input-append input[type="submit"]:before {
      display: block;
      margin: 0 auto; }
  .input-append.fancy {
    box-shadow: 0 0 6px #b9cfdf; }
    .input-append.fancy.dark {
      border-color: #afafaf;
      box-shadow: 0 0 6px #aeaeae; }
  .input-append.medium {
    padding-left: 3px; }
    .input-append.medium .input-text,
    .input-append.medium input[type="email"], .input-append.medium input[type="number"], .input-append.medium input[type="password"], .input-append.medium input[type="search"], .input-append.medium input[type="tel"], .input-append.medium input[type="text"], .input-append.medium input[type="url"], .input-append.medium input[type="color"], .input-append.medium input[type="date"], .input-append.medium input[type="datetime"], .input-append.medium input[type="datetime-local"], .input-append.medium input[type="month"], .input-append.medium input[type="time"], .input-append.medium input[type="week"] {
      font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif; }
  .input-append.focusLight {
    box-shadow: 0 0 5px #CCCCCC !important; }
  .input-append.focus {
    border-color: #eba53e;
    box-shadow: 0 0 6px #AEAEAE; }

/* Texty Inputs
   ------------------------------------ */
.input-text,
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  border: 1px solid #ccc;
  color: #8e8e8e;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  height: 48px;
  margin: 0;
  max-width: 100%;
  min-width: 168px;
  padding: 0 18px;
  vertical-align: middle; }

  .input-text:focus,
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #439df4; }
  .input-text.xsmall,
  textarea.xsmall,
  input[type="email"].xsmall, input[type="number"].xsmall, input[type="password"].xsmall, input[type="search"].xsmall, input[type="tel"].xsmall, input[type="text"].xsmall, input[type="url"].xsmall, input[type="color"].xsmall, input[type="date"].xsmall, input[type="datetime"].xsmall, input[type="datetime-local"].xsmall, input[type="month"].xsmall, input[type="time"].xsmall, input[type="week"].xsmall {
    min-width: 0;
    width: 50px; }
  .input-text.medium, .input-append.medium .input-text,
  .input-append.medium input[type="email"], .input-append.medium input[type="number"], .input-append.medium input[type="password"], .input-append.medium input[type="search"], .input-append.medium input[type="tel"], .input-append.medium input[type="text"], .input-append.medium input[type="url"], .input-append.medium input[type="color"], .input-append.medium input[type="date"], .input-append.medium input[type="datetime"], .input-append.medium input[type="datetime-local"], .input-append.medium input[type="month"], .input-append.medium input[type="time"], .input-append.medium input[type="week"],
  textarea.medium,
  input[type="email"].medium, input[type="number"].medium, input[type="password"].medium, input[type="search"].medium, input[type="tel"].medium, input[type="text"].medium, input[type="url"].medium, input[type="color"].medium, input[type="date"].medium, input[type="datetime"].medium, input[type="datetime-local"].medium, input[type="month"].medium, input[type="time"].medium, input[type="week"].medium {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0px 7px; }
  .input-text.fancy,
  textarea.fancy,
  input[type="email"].fancy, input[type="number"].fancy, input[type="password"].fancy, input[type="search"].fancy, input[type="tel"].fancy, input[type="text"].fancy, input[type="url"].fancy, input[type="color"].fancy, input[type="date"].fancy, input[type="datetime"].fancy, input[type="datetime-local"].fancy, input[type="month"].fancy, input[type="time"].fancy, input[type="week"].fancy {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
  .input-text.block,
  textarea.block,
  input[type="email"].block, input[type="number"].block, input[type="password"].block, input[type="search"].block, input[type="tel"].block, input[type="text"].block, input[type="url"].block, input[type="color"].block, input[type="date"].block, input[type="datetime"].block, input[type="datetime-local"].block, input[type="month"].block, input[type="time"].block, input[type="week"].block {
    display: block;
    width: 100%; }
  .input-text::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
    color: #ccc;
    line-height: 1.2; }
  .input-text:-moz-placeholder,
  textarea:-moz-placeholder,
  input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
    color: #ccc;
    line-height: 1.2; }
  .input-text:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
    color: #ccc;
    line-height: 1.2; }

input[type="number"] {
  min-width: 50px;
  width: 60px;
  height: auto;
  line-height: 1;
  padding: 8px 7px;
 }

.placeholder {
  color: #ccc !important; }

textarea {
  -webkit-transition: all 0.5s, height 0, width 0;
  -moz-transition: all 0.5s, height 0, width 0;
  -ms-transition: all 0.5s, height 0, width 0;
  -o-transition: all 0.5s, height 0, width 0;
  transition: all 0.5s, height 0, width 0;
  border-top-color: #bbb;
  font-family: monospace;
  line-height: 1.3;
  max-height: 600px;
  min-height: 50px;
  padding: 0;
  width: 635px; }

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select {
  display: none; }
  select + .chzn-container {
    margin-right: 5px;
    width: 302px !important; }
  select + .chzn-container-single .chzn-drop {
    width: 300px !important; }
  select.xsmall + .chzn-container {
    margin-right: 5px;
    width: 110px !important; }
  select.xsmall + .chzn-container-single .chzn-drop {
    width: 108px !important; }
  select.small + .chzn-container {
    margin-right: 5px;
    width: 107px !important; }
  select.small + .chzn-container-single .chzn-drop {
    width: 105px !important; }
  select.medium + .chzn-container {
    margin-right: 5px;
    width: 182px !important; }
  select.medium + .chzn-container-single .chzn-drop {
    width: 180px !important; }
  select.large + .chzn-container {
    margin-right: 5px;
    width: 447px !important; }
  select.large + .chzn-container-single .chzn-drop {
    width: 445px !important; }
  select.large + .chzn-container {
    font-size: 28px;
    font-size: 1.75rem; }
    select.large + .chzn-container .chzn-results li {
      line-height: 15px; }
  select.large + .chzn-container-single .chzn-single span {
    border-radius: 3px;
    padding: 4px 35px 4px 7px; }
  select.large + .chzn-container-single .chzn-single div {
    width: 40px; }
  select.large + .chzn-container-active .chzn-single span {
    border-radius: 3px 3px 0 0; }
  select.block + .chzn-container {
    width: 100% !important; }
  select.block + .chzn-container-single .chzn-drop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important; }

.chzn-container {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: middle; }
  .chzn-container .chzn-drop {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #3e88b8; }
  .chzn-container .chzn-results {
    font-size: 13px;
    font-size: 0.8125rem;
    max-height: 220px; }
    .chzn-container .chzn-results .highlighted {
      background: #3e88b8; }
    .chzn-container .chzn-results li {
      padding: 5px 6px; }

.chzn-container-single .chzn-single {
  background: none;
  filter: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #343434;
  height: auto;
  line-height: inherit;
  overflow: visible;
  padding: 0; }
  .chzn-container-single .chzn-single:hover {
    color: #343434; }
  .chzn-container-single .chzn-single span {
    background: #fff;
    border: 1px solid #ccc;
    color: #8e8e8e;
    display: block;
    height: 34px;
    line-height: 34px;
    margin: 0;
    min-width: 0;
    padding: 1px 30px 1px 7px; }
  .chzn-container-single .chzn-single div {
    bottom: 3px;
    height: auto;
    top: 3px;
    width: 30px; }
    .chzn-container-single .chzn-single div b {
      border-left: 1px solid #ccc;
      display: block; }
      .chzn-container-single .chzn-single div b:after {
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 7px;
        border-top-color: #343434;
        content: "";
        left: 50%;
        margin-left: -8px;
        margin-top: -3px;
        position: absolute;
        top: 50%; }
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  min-width: 0;
  width: 100% !important; }

.chzn-container-active .chzn-single span {
  border-color: #3e88b8; }
.chzn-container-active .chzn-single div b {
  border-left-color: 1px solid #ccc; }

.chzn-disabled {
  opacity: 1 !important; }
  .chzn-disabled.chzn-container-single .chzn-single span {
    background: #f2f2f2; }

button.ui-multiselect {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #8e8e8e;
  display: block;
  font-family: "Arial", sans-serif;
  height: 38px;
  line-height: 34px;
  margin: 0;
  min-width: 0;
  padding: 1px 7px;
  position: relative; }
  button.ui-multiselect.ui-state-active {
    border-color: #3e88b8;
    border-bottom-color: transparent; }
    button.ui-multiselect.ui-state-active .ui-icon {
      border-left-color: #ccc; }
  button.ui-multiselect .ui-icon {
    border-left: 1px solid #ccc;
    bottom: 2px;
    display: block;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 30px; }
    button.ui-multiselect .ui-icon:after {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 7px;
      border-top-color: #343434;
      content: "";
      left: 50%;
      margin-left: -8px;
      margin-top: -3px;
      position: absolute;
      top: 50%; }

.ui-multiselect-menu {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #3e88b8;
  border-top-width: 0;
  margin-top: -1px;
  padding: 3px 4px; }
  .ui-multiselect-menu label {
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    font-weight: normal; }
    .ui-multiselect-menu label.ui-state-hover {
      background: #3e88b8;
      color: #fff; }

.message-area {
  float: left;
  color: #d31f47;
  font-size: 14px;
  line-height: 22px;
  display: inline;
  width: 475px; }

.ui-multiselect-checkboxes label span {
  margin-left: 0; }

label.checkbox input[type="checkbox"], .ui-multiselect-menu label input[type="checkbox"], .ui-multiselect-menu label input[type="checkbox"] {
  top: 4px; }

.qtip-content form.selectors button.ui-multiselect {
  width: 231px !important; }

.icon-copy {
  background-image: url("../images/layout/sprite.png");
  background-position: -443px 0px;
  width: 22px;
  height: 27px; }

.icon-download {
  background-image: url("../images/layout/sprite.png");
  background-position: -487px 0px;
  width: 23px;
  height: 22px; }

.icon-pdf {
  background-image: url("../images/layout/sprite.png");
  background-position: -105px 0px;
  width: 17px;
  height: 20px; }

.icon-embed {
  background-image: url("../images/layout/sprite.png");
  background-position: -158px 0px;
  width: 19px;
  height: 11px; }

.modals {
  display: none; }

#colorbox {
  background: #fff;
  border: 2px solid #9c9da0;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  overflow: visible; }
  #colorbox h1 {
    padding: 0 0 15px; }
    #colorbox h1 + p {
      margin-top: -15px; }

#cboxOverlay {
  background: #000; }

#cboxWrapper {
  overflow: visible; }

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  height: 0px;
  width: 0px;
  background: none; }

#cboxClose {
  background-image: url("../images/layout/sprite.png");
  background-position: -588px 0px;
  width: 32px;
  height: 32px;
  bottom: auto;
  right: -16px;
  top: -16px; }
  #cboxClose:hover {
    background-position: -588px 0px; }

#cboxContent {
  border-radius: 10px;
  overflow: visible; }

#cboxLoadedContent {
  margin-bottom: 0; }

.modal {
  padding: 30px;
  width: 600px; }

.modal.small {
  width: 300px; }
  .modal.small p {
    margin-top: 18px; }

.myDistrictModal {
  padding: 0;
  margin-top: 0; }
  .myDistrictModal li {
    margin-top: 7px; }

.modal-scrollable-content {
  height: 475px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 20px; }
  .modal-scrollable-content .tree.large {
    width: 525px; }
    .modal-scrollable-content .tree.large .level2 ul {
      width: 525px; }

#modal-custom-profile label {
  font-weight: bold; }

.module {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fbfbfb;
  border: 1px solid #e2e2e2;
  margin: 0 0 30px;
  padding: 15px; }
  .module.rounded {
    border-radius: 5px; }
  .module.rounded.customize {
   padding: 5px
  }
  .module p {
    padding-bottom: 10px; }
  .module p:last-child,
  .module .tree:last-child {
    padding-bottom: 0; }
  .ie8 .module {
    padding-bottom: 0; }

.go-top {
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: baseline;
    zoom: 1;
    font-weight: bold;
    padding-left: 10px;
}

.go-notes__wrapper {
	margin: 60px 0 35px 0;
}

.go-notes {
    padding-right: 50px;
    padding-top: 3px;
    font-size: 0.8125rem;
    color: #343434 !important;
    font-family: "Arial", sans-serif !important;
    font-weight: bold;
    cursor: pointer;
    position: relative;
		top: -3px;
  }
    .go-notes:before,
    .notes:before
     {
	   background-image: url("/images/icons/new/info-circled.png");
	   background-size: contain;
	   background-position: center center;
	   background-repeat: no-repeat;
        content: "";
        width: 23px;
        height: 23px;
        display: inline-block;
        margin-right: 5px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
    }

.notes {

    padding-bottom: 5px;
}

.notes label {
    display: inline;}

.notes-sources {
    font-size: 14px !important;
    color: #737373 !important;
    font-family: "Arial", sans-serif !important;
    line-height: 1.4;
    padding: 0 0 20px;
    list-style: none; }
  .notes-sources:before, .notes-sources:after {
    content: " ";
    display: table; }
  .notes-sources:after {
    clear: both; }
  .notes-sources li {
    padding: 0 0 10px; }

  .social li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-left: 5px; }
    .social li:first-child {
      padding-left: 0; }
  .social.addthis_toolbox li span {
    display: none !important; }

.tab-container {
  padding: 0 0 20px; }

.tab-content > li {
  display: none; }
  .tab-content > li.active {
    display: block; }

.tabs li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding-right: 10px; }

.DTFC_ScrollWrapper table {
  margin: 0; }

.dataTables_scrollHead table thead .sorting_asc:after,
.dataTables_scrollHead table thead .sorting_desc:after,
.dataTables_scrollHead table thead .sorting:after,
.DTFC_LeftHeadWrapper table thead .sorting_asc:after,
.DTFC_LeftHeadWrapper table thead .sorting_desc:after,
.DTFC_LeftHeadWrapper table thead .sorting:after {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  content: "";
  margin-left: 10px;
  vertical-align: middle; }
.dataTables_scrollHead table thead .sorting_desc:after,
.DTFC_LeftHeadWrapper table thead .sorting_desc:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #3e88b8;
  margin-top: -7px; }
.dataTables_scrollHead table thead .sorting_asc:after,
.DTFC_LeftHeadWrapper table thead .sorting_asc:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-top-color: #3e88b8;
  margin-bottom: -4px; }
.dataTables_scrollHead table thead .sorting:after,
.DTFC_LeftHeadWrapper table thead .sorting:after {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-top-color: #666666;
  margin-bottom: -4px; }

.location-table {
  margin-bottom: 30px;
  clear: right; }
  .location-table td, .location-table th {
    padding-left: 8px;
    padding-right: 8px; }
  .location-table th {
    text-align: center; }
  .location-table tr th:first-child {
    text-align: left; }
  .location-table .sorting_asc:hover,
  .location-table .sorting_desc:hover,
  .location-table .sorting:hover {
    color: #3e88b8;
    font-weight: bold;
    cursor: pointer; }
  .location-table .sorting:after:hover {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-top-color: #3e88b8;
    margin-bottom: -4px; }

.featured-visualizations .chart.viz-summary .location-table .dataTables_scroll {
  max-width: 611px !important; }

.location-table table {
  margin: 0px 0px 30px 0px; }

table {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  border-right: 1px solid #b7c8d0;
  line-height: 1.3;
  margin: 0 0 30px;
  width: 100%; }
  table:last-child {
    margin-bottom: 0; }
  table thead {
    border-bottom: 3px solid #b7c8d0; }
    table thead tr:first-child th {
      border-top: 1px solid #b7c8d0; }
    table thead th {
      background: #d6e8f3;
      font-weight: bold;
      padding: 8px 12px; }
      table thead th:first-child {
        text-align: left; }
    table thead .table-title {
      font-size: 20px;
      font-size: 1.25rem;
      width: 245px;
      vertical-align: middle; }
    table thead .half {
      width: 50%; }
  table tbody th {
    background: #fdf7e1;
    text-align: left; }
    table tbody th.bold {
      font-weight: bold; }
  table th,
  table td {
    border-bottom: 1px solid #b7c8d0;
    border-left: 1px solid #b7c8d0;
    padding: 6px 12px;
    vertical-align: top; }
  table td {
    background: #fefcf4;
    text-align: center; }
  table a {
    color: #095095; }
    table a:hover {
      color: #3e88b8; }

table.norowhead thead .table-title th:first-child {
  text-align: left; }
table.norowhead thead th:first-child {
  text-align: center; }
table.data-table thead .table-title th:first-child {
        color: #095095;
        }
.dataTables_scrollHeadInner {
  min-width: 100%; }

table.data-table.dataTable {
  min-width: 100%; }

.ie8 .dataTables_scrollHead .data-table.dataTable {
  margin-bottom: 0;
  border-top: 1px solid #b7c8d0; }

.dataTables_scrollBody .data-table.dataTable {
  margin-top: -1px; }

.managed-page table {
  border-top: 1px solid #B7C8D0; }

table.firstcol-rowspan-2 thead tr:first-child + tr th:first-child {
  text-align: center; }

.custom-profile table.firstcol-rowspan-2 thead tr:first-child + tr th:first-child {
  text-align: left; }
.custom-profile table.firstcol-rowspan-2 thead tr:first-child + tr + tr th:first-child {
  text-align: center; }

.tooltip-container {
  display: block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: normal;
  position: relative; }
  .tooltip-container.show .tooltip {
    display: block; }
  .tooltip-container.tooltip-right .tooltip {
    left: auto;
    right: 0; }
    .tooltip-container.tooltip-right .tooltip:before, .tooltip-container.tooltip-right .tooltip:after {
      left: 80%; }

.tooltip {
  background: #fff;
  border: 3px solid #d9d9d9;
  border-radius: 10px;
  display: none;
  left: 50%;
  margin-left: -270px;
  margin-top: 10px;
  padding: 30px;
  position: absolute;
  top: 100%;
  width: 480px;
  z-index: 1500; }
  .tooltip.medium.qtip {
    left: inherit;
    top: inherit;
    margin-left: 0px; }
  .tooltip:before, .tooltip:after {
    content: "";
    display: block;
    left: 50%;
    position: absolute; }
  .tooltip:after {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-bottom-color: white;
    margin-left: -7px;
    top: -14px;
    z-index: 1; }
  .tooltip:before {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 9px;
    border-bottom-color: #d9d9d9;
    margin-left: -9px;
    top: -20px;
    z-index: 0; }
  .tooltip .chzn-container {
    padding-bottom: 0 !important; }
  .tooltip.medium {
    margin-left: -230px;
    width: 400px; }
  .tooltip label {
    font-size: 15px;
    font-size: 0.9375rem; }

.tree {
  *zoom: 1; }
  .tree:before, .tree:after {
    content: " ";
    display: table; }
  .tree:after {
    clear: both; }
  .tree.checklist input[type="checkbox"] {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 5px;
    margin-top: 4px;
    vertical-align: middle;
    margin-bottom: 7px; }
  .tree.checklist dt .title:before {
    top: 1px; }
  .tree.checklist dt.titleNoBefore {
    display: inline-block;
    vertical-align: baseline;
    padding-bottom: 5px;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    cursor: pointer;
    vertical-align: middle;
    position: relative; }
  .tree.checklist dt span {
    display: inline;
    overflow: hidden;
    padding-left: 21px;
    padding-top: 0px; }
    .tree.checklist dt span.emptySpanTitle {
      display: inline;
      padding-top: 2px;
      height: 16px; }
    .tree.checklist dt span.wrappingSpan {
      word-break: normal;
      display: inline;
      padding-bottom: 0; }
  .tree.checklist label.checkbox input[type="checkbox"], .tree.checklist .ui-multiselect-menu label input[type="checkbox"], .ui-multiselect-menu .tree.checklist label input[type="checkbox"] {
    margin: 0; }
  .tree.checklist > dd {
    padding-left: 38px; }
  .tree.checklist.std dt span.title {
    display: inline;
    word-break: normal;
    padding-bottom: 0; }
  .tree.checklist.std dt span.wrappingSpan {
    display: inline-block; }
  .tree.large {
    padding-bottom: 30px;
    width: 650px; }
    .tree.large > dt,
    .tree.large > dd {
      padding-top: 10px; }
    .tree.large dt {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
      clear: both; }
      .tree.large dt .title:before {
        top: 5px; }
    .tree.large dd {
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 21px; }
      .tree.large dd li {
        display: block; }
        .tree.large dd li:first-child {
          padding-top: 0; }
        .tree.large dd li a {
          font-weight: bold; }
      .tree.large dd .district li a {
        font-weight: normal; }
    .tree.large .level2 > dt > .title {
      color: #eba53e; }
      .tree.large .level2 > dt > .title:before {
        top: 3px; }
    .tree.large .level2 ul {
      float: left;
      width: 575px; }
      .tree.large .level2 ul .district {
        width: 270px; }
    .tree.large .level2 dt {
      font-size: 18px;
      font-size: 1.125rem;
      clear: both; }
    .tree.large .level2 dd dt {
      clear: both; }
    .tree.large .level2 li {
      padding-left: 20px; }
    .tree.large .level2 a + ul {
      padding-bottom: 12px; }
    .tree.large .level2 > dd > ul > li {
      padding-bottom: 10px; }
    .tree.large .level3 > dt .title:before {
      top: 3px; }
    .tree.large .level4 dt {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Arial", sans-serif; }
      .tree.large .level4 dt .title:before {
        top: 1px; }
    .tree.large .level4 .counties .level5 li a {
      font-weight: normal; }
    .tree.large .level5 {
      margin-left: -20px; }
  .tree dt,
  .tree dd,
  .tree li {
    line-height: 1.3; }
    .tree dt:first-child,
    .tree dd:first-child,
    .tree li:first-child {
      padding-top: 3px; }
    .tree dt.indented,
    .tree dd.indented,
    .tree li.indented {
      padding-left: 18px; }
  .tree dd a.helper {
    padding-bottom: 5px; }
  .tree dt :last-child,
  .tree li :last-child {
    padding-bottom: 5px; }

  .tree dt a:last-child,
  .tree li a:last-child {
	  padding-bottom: 0;
  }


  .tree dt {
    display: block;
    padding-top: 2px;
    background: none;
    border: none; }
    .tree dt:before, .tree dt:after {
      width: 0; }
    .tree dt .title {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      cursor: pointer;
      vertical-align: middle;
      padding-left: 20px;
      position: relative; }

	.tree dt .emptySpanTitle {
		height: 16px;
	}
	.chart-container.show-sidebar .location-selector .tree.checklist dt span.wrappingSpan {
		word-break: normal;
	}
	.chart-container.show-sidebar .location-selector .tree.checklist dt span.wrappingSpan {

		padding-bottom: 0;
	}
	.notTrend dt span.title {
		display: inline;
		word-break: normal;
		padding-bottom: 0;
	}
    .tree dt.titleNoBefore {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
	  padding-bottom: 5px;
      *display: inline;
      *vertical-align: auto;
      cursor: pointer;
      vertical-align: middle;
      position: relative; }
      .tree dt .title:before {
        background-image: url("../images/layout/sprite.png");
        background-position: -73px 0px;
        width: 16px;
        height: 16px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 1px; }
      .tree dt .title.color {
        color: #3e88b8; }
    .tree dt h5.title:before {
      top: 5px; }
    .tree dt.show .title:before {
      background-position: -89px 0px; }
    .tree dt.show + dd {
      display: block;
  margin-bottom: 16px;}
  .tree dd {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px; }
  .tree .subcounty dt.show ~ dd {
    display: block; }
  .tree .subcounty dt.indented {
    display: none; }
  .tree .subcounty dt.show ~ dt.indented {
    display: block; }
  .tree ul.styled, .tree ol.styled {
    font-size: 15px;
    font-size: 0.9375rem; }
    .tree ul.styled li, .tree ol.styled li {
      padding-top: 5px; }
      .tree ul.styled li:first-child, .tree ol.styled li:first-child {
        padding-top: 0; }

#modal-custom-profile .tree.large .level2 > dd > ul > li {
  clear: left; }

.chart-options {
  background: #f6f6f6; }
  .chart-options .clickable:hover {
    background: #ebe7e7;
    cursor: pointer; }
  .chart-options > .row > [class^="span"],
  .chart-options > .row > [class*=" span"] {
    padding-left: 10px; }
  .chart-options .toggle-chart-sidebar,
  .chart-options .tooltip-toggle {
    padding-bottom: 10px;
    padding-top: 25px; }
  .chart-options .label {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    padding: 0; }
  .chart-options p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0; }
  .chart-options .data-summary {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 0 8px 5px; }

.span6.toggle-chart-sidebar.location-summary.clickable {
  padding-bottom: 15px; }

.chart-sidebar {
  font-size: 14px;
  font-size: 0.875rem;
  background: #f6f6f6;
  overflow: auto;
  padding: 20px 10px !important; }
  .chart-sidebar .chzn-container {
    margin: 0 0 10px; }
  .chart-sidebar .tree a {
    display: block; }
    .chart-sidebar .tree a.highlight-location {
      color: #000; }
      .chart-sidebar .tree a.highlight-location:hover {
        color: #000; }

.chart-container {
  *zoom: 1;
  padding-bottom: 35px; }
  .chart-container:before, .chart-container:after {
    content: " ";
    display: table; }
  .chart-container:after {
    clear: both; }
  .chart-container button {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .chart-container .map-url button.get-url {
    top: 78px;
    right: 111px;
    height: 38px;
    width: 38px;
    position: absolute;
    border: 1px #CCC solid;
    border-radius: 0;
    padding: 0;
    background-position: -1px;
    background-color: #fff;
    background-image: url(/images/link.png);
    z-index: 70000; }
    .chart-container .map-url button.get-url:hover {
      background-position: -38px; }
    .chart-container .map-url button.get-url:active {
      background-position: 36px; }
  .chart-container .map-url div.get-url {
    top: 121px;
    right: 10px;
    height: 70px;
    width: 272px;
    position: absolute;
    background: #FFF;
    padding: 15px;
    border: #ccc 1px solid;
    z-index: 70000;
    font-size: 16px; }
    .chart-container .map-url div.get-url input {
      border: 1px solid #c1c1c2;
      width: 260px;
      height: 32px;
      font-size: 100%;
      padding: 0 5px 0 5px; }
      .ie8 .chart-container .map-url div.get-url input {
        font-size: 16px;
        padding-top: 7px;
        color: red; }
      .chart-container .map-url div.get-url input:focus {
        outline: none;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed; }
    .chart-container .map-url div.get-url button {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: inherit;
      height: 25px;
      width: 25px;
      color: inherit;
      background: #fff;
      padding: 0;
      position: absolute;
      top: 0px;
      right: 10px;
      font-weight: bold; }
      .chart-container .map-url div.get-url button:hover {
        color: #000; }
  .chart-container select.layer-switcher + .chzn-container {
    width: 90px !important;
    position: absolute;
    right: 19px;
    top: 78px;
    z-index: 70000; }
  .chart-container.show-sidebar {
    position: relative; }
    .chart-container.show-sidebar .chart-row > button.get-url {
      right: 122px; }
    .chart-container.show-sidebar .chart-row > div.get-url {
      right: 23px; }
    .chart-container.show-sidebar .chart-row > div.loading {
      right: 15px; }
    .chart-container.show-sidebar .chart-main.table div.loading, .chart-container.show-sidebar .chart-main.bar div.loading {
      right: 0 !important; }
    .chart-container.show-sidebar .chart-sidebar {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      bottom: 35px;
      display: block;
      left: 0;
      position: absolute;
      top: 0; }
      .chart-container.show-sidebar .chart-sidebar:first-child {
        padding-left: 0; }
      .chart-container.show-sidebar .chart-sidebar:last-child {
        padding-right: 0; }
      .chart-container.show-sidebar .chart-sidebar.tall {
        bottom: 0; }
      .chart-container.show-sidebar .chart-sidebar .tree dt .title {
        width: 77%; }
    .chart-container.show-sidebar .location-selector .tree.checklist dt {
      line-height: 1.3em; }
      .chart-container.show-sidebar .location-selector .tree.checklist dt input {
        margin: 0;
        clear: left;
        float: left;
        margin-right: 5px;
        margin-top: 2px; }
      .chart-container.show-sidebar .location-selector .tree.checklist dt.nationTree label, .chart-container.show-sidebar .location-selector .tree.checklist dt.stateTree label {
        padding-top: 1px; }
      .chart-container.show-sidebar .location-selector .tree.checklist dt.nationTree input, .chart-container.show-sidebar .location-selector .tree.checklist dt.stateTree input {
        margin-top: 0; }
    .chart-container.show-sidebar .chart-main {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      width: 75%;
      float: right;
      padding-left: 30px;
      min-height: 600px; }
      .chart-container.show-sidebar .chart-main:first-child {
        padding-left: 0; }
      .chart-container.show-sidebar .chart-main:last-child {
        padding-right: 0; }
      .chart-container.show-sidebar .chart-main .legend.centered ul {
        width: 55%; }
      .chart-container.show-sidebar .chart-main .legend.floating li {
        width: auto; }
      .chart-container.show-sidebar .chart-main .legend li {
        width: 50%; }
  .chart-container .chart-sidebar {
    display: none; }
  .chart-container .button-export {
    float: right; }
  .chart-container .olControlHome {
    background: url(/images/home.png) #9a9b9d no-repeat center center; }
    .chart-container .olControlHome:hover {
      background: url(/images/home.png) #6c6c6e no-repeat center center; }
  .chart-container .pie .pie-parent {
    position: absolute;
    right: 10px;
    top: 0; }
    .chart-container .pie .pie-parent label {
      display: block;
      width: 90%;
      text-align: center;
      padding: 2px 5px 5px 13px; }
    .chart-container .pie .pie-parent .pie-sub {
      padding: 0; }
      .chart-container .pie .pie-parent .pie-sub + div {
        position: absolute;
        right: 15px; }
        .chart-container .pie .pie-parent .pie-sub + div select {
          position: absolute;
          right: 15px; }
  .chart-container .pie .title.plain {
    clear: none; }

.togglePieParent {
  float: right;
  padding-right: 10px;
  font-size: .85em; }

.chart-row {
  *zoom: 1;
  position: relative; }
  .chart-row:before, .chart-row:after {
    content: " ";
    display: table; }
  .chart-row:after {
    clear: both; }

.chart-main {
  border-top: 1px solid #efefef;
  padding-top: 35px; }
  .chart-main.tight {
    border-top: 0;
    padding-top: 20px; }
  .chart-main.tight-image {
    border-top: 0;
    padding-top: 0px !important; }
  .chart-main.plain {
    border-top: 0;
    padding-top: 0; }
  .chart-main .content-header {
    margin-bottom: 10px; }
  .chart-main .title {
    font-size: 16px;
    font-size: 1rem;
    clear: both;
    padding: 0 0 20px; }
    .chart-main .title + .button-export {
      margin-top: -37px; }
  .chart-main.pie .row.padded-bottom > .plain:first-child + .chart + .pie-parent {
    top: 25px; }
  .chart-main.pie .title + .button-export {
    margin: -25px 0 0; }
  .chart-main .subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: -15px; }

.chart {
  clear: both;
  padding: 0 0 30px;
  position: relative; }
  .chart img {
    display: block;
    margin: 0 auto; }
  .chart:last-child {
    padding-bottom: 0; }
  .chart.pie-main > div {
    font-size: 14px;
    font-size: 0.875rem; }
  .chart.map .loading {
    top: 0; }
    .chart.map .loading img {
      display: initial; }
  .chart.map select.layer-switcher + .chzn-container {
    right: 3px;
    top: 8px; }
  .chart.map button.get-url {
    top: 8px;
    right: 106px; }
  .chart.map div.get-url {
    top: 51px;
    right: 8px; }
  .chart.map .legend.floating {
    left: auto;
    right: 8px;
    top: 54px; }
  .chart.map.viz-summary .legend.floating {
    top: 7px; }
  .chart.map.embed-standard .legend.floating {
    left: 581px; }

.content-header.sumCharts {
  margin-bottom: 0;
  padding-bottom: 15px; }

.chart-container.sumCharts .chart.viz-summary, .chart-container.sumCharts .chart.pie-main {
  padding-bottom: 0; }
  .chart-container.sumCharts .chart.viz-summary .row.padded-bottom.pie, .chart-container.sumCharts .chart.pie-main .row.padded-bottom.pie {
    padding-bottom: 10px; }
.chart-container.sumCharts .chart.map.viz-summary + .sumChartsButton {
  margin-top: 30px; }
.ie8 .chart-container.sumCharts .chart .chart-main.table .location-table {
  padding-bottom: 0; }
.chart-container.sumCharts div.sumChartsButton {
  padding: 6px 6px 0 0; }
  .ie8 .chart-container.sumCharts div.sumChartsButton {
    float: right;
    padding-left: 15px;
    padding-right: 6px;
    width: auto; }

.button.primary.sumCharts {
  margin-top: 0; }

.pie .title.plain + .plain,
.pie .plain.sub-header {
  font-size: 14px;
  font-size: 0.875rem; }
.pie .data-not-available {
  padding-bottom: 25px; }
.pie .title {
  padding: 0 0 5px; }
.ie-map-message-wrapper {
  display: none;
  position: absolute;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);}

a.ie-map-message-close, a.ie-map-message-close:visited {
  position:absolute;
  right:10px;
  top:10px;
  color: #fff;
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  background: #888;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px; }

.ie-map-message {
  display: none; }

.ie-map-message h3 {}

.ie-map-message p {}

.ie-map-message a, .ie-map-message a:visited {font-weight: bold;}

.ie-map .ie-map-message {
  display: block;
  background: #eee;
  width: 80%;
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 100000;
  box-sizing: border-box;
  padding: 30px; }

.embedded-dashboards .ie-map .ie-map-message {
  width: 90%;
  top: 10px;
  left: 5%;
  padding: 15px;
}

.ie-map .ie-map-message-wrapper {
  display: block;
}

.ie-map-message-dialog {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #eba53e;
  padding: 30px 35px;
  width: calc(100% - 170px);
  display: inline-block;
  position: relative;
}

.ie-map-message-dialog::after {
	content: "";
	width: 22px;
	height: 42px;
	background-image: url('/images/arrow.png');
	display: block;
	position: absolute;
	right: -22px;
	bottom: 30px;
	background-size: cover;
}

.flexslider .slides img.ie-map-message-data-guy,
img.ie-map-message-data-guy {
  display: inline-block;
  width: 90px;
  padding-left: 25px;
  vertical-align: bottom;
  box-sizing: border-box;  }

#gmap-container img {
  max-width: none; }

.custom-tooltip {
  position: absolute;
  display: block;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  z-index: 70001;
  width: auto;
  opacity: 0.95; }
  .custom-tooltip .content {
    padding: 8px 12px;
    background: #fff;
    color: #666;
    border: 1px solid #666; }
    .custom-tooltip .content h6 {
      padding: 0; }
      .custom-tooltip .content h6.legislative-district, .custom-tooltip .content h6.time-frame {
        font-size: 14px;
        font-size: 0.875rem;
        padding-top: 3px; }
      .custom-tooltip .content h6.time-frame {
        font-weight: normal; }
  .custom-tooltip .data-content {
    padding: 10px 0 6px;
    font-size: 16px;
    font-size: 1rem; }
    .custom-tooltip .data-content .swatch {
      display: inline-block !important;
      width: 10px !important;
      height: 10px !important;
      margin-right: 5px;
      border: 1px solid #C1C1C2; }

.legend {
  *zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 30px; }
  .legend:before, .legend:after {
    content: " ";
    display: table; }
  .legend:after {
    clear: both; }
  .legend.centered ul {
    margin: 0 auto;
    width: 55%; }
  .legend.floating {
    background: #fff;
    border: 3px solid #dadada;
    position: absolute;
    left: 737px;
    top: 121px;
    width: 175px;
    margin: 0;
    z-index: 69999; }
    .legend.floating > img {
      display: none; }
    .legend.floating .legend-section {
      padding: 15px; }
      .legend.floating .legend-section .state-wide > div:first-child {
        float: left;
        width: 45px; }
      .legend.floating .legend-section .state-wide > div + div {
        float: right;
        width: 100px;
        text-align: center; }
        .legend.floating .legend-section .state-wide > div + div :first-child {
          padding: 10px 0 10px;
          font-weight: bold; }
        .legend.floating .legend-section .state-wide > div + div div + div {
          padding: 0 0 20px; }
    .legend.floating .legend-header {
      background: #9a9b9d;
      color: #fff;
      padding: 5px 10px;
      position: relative;
      text-transform: uppercase; }
      .legend.floating .legend-header h5 {
        font-size: 15px;
        font-size: 0.9375rem;
        font-family: "Arial", sans-serif;
        padding: 0; }
      .legend.floating .legend-header .button-collapse {
        position: absolute;
        right: 10px;
        top: 7px;
        background-color: #9a9b9d;
        padding: 0;
        background-image: url("/images/layout/legend-expansion.png");
        background-position: 0 0; }
    .legend.floating h6 {
      font: inherit;
        font-weight: bold;
      padding: 0 0 10px; }
    .legend.floating li {
      float: none;
      display: block;
      width: auto; }
    .legend.floating .swatch {
      height: 12px !important; }
  .legend.col2 li {
    width: 50%; }
  .legend li {
    float: left;
    padding: 0 0 4px;
    width: 33.33333%; }
  .legend .hr {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px; }
  .legend .swatch {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px 5px 0;
    vertical-align: middle; }
  .legend .color-1 {
    background: #fbb040; }
  .legend .color-2 {
    background: #6394b8; }
  .legend .color-3 {
    background: #a5c655; }
  .legend .color-4 {
    background: #003d79; }
  .legend .color-5 {
    background: #d11740; }
  .legend .color-6 {
    background: #da8137; }

.ui-draggable {
  cursor: url("/images/openhand.cur"), move; }

.ui-draggable-dragging {
  cursor: url("/images/closedhand.cur"), move; }

.chart-footer {
  display: table;
  margin: 0 0 30px;
  width: 100%; }
  .chart-footer .notes,
  .chart-footer .alerts,
  .chart-footer .social {
    display: table-cell;
    vertical-align: middle; }
  .chart-footer .notes {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 0; }
  .chart-footer .alerts .input-append {
    margin: 0; }
  .chart-footer .social {
    text-align: right; }
    .chart-footer .social a {
      padding-left: 10px; }

div.loading {
  background: #fbfbfb;
  right: 0px;
  top: 72px;
  position: absolute;
  padding: 10px;
  border: 1px solid #646464;
  z-index: 70000;
  font-size: 16px;
  display: none; }
  div.loading span {
    padding-left: 10px; }

.featured-visualizations.custom-profile hr {
  margin: 0 0 20px; }
.featured-visualizations.custom-profile .chart-main {
  border-top: 0;
  padding-top: 10px; }
  .featured-visualizations.custom-profile .chart-main .location-table {
    padding-bottom: 5px; }
.featured-visualizations.custom-profile .chart-container .notes-sources {
  padding-top: 10px; }
.featured-visualizations + div.loading {
  top: 197px;
  right: 30px;
  width: 120px;
  height: 32px; }
  .ie8 .featured-visualizations + div.loading {
    right: 84px; }

.content-nav {
  border-bottom: 1px solid #eba53e;
  z-index: 1; }
  .content-nav.plain > ul > li.active > a {
    background: #fff;
    border-bottom: 0;
    margin-top: -2px; }
  .content-nav > ul {
    *zoom: 1; }
    .content-nav > ul:before, .content-nav > ul:after {
      content: " ";
      display: table; }
    .content-nav > ul:after {
      clear: both; }
  .content-nav > ul > li {
    float: left; }
    .content-nav > ul > li:first-child > a {
      border-left: 0; }
      .content-nav > ul > li:first-child > a:before {
        display: none; }
    .content-nav > ul > li.active > a, .content-nav > ul > li.ui-tabs-active > a {
      background: #fbfbfb;
      border: 1px solid #eba53e;
      border-bottom: 2px solid #fbfbfb;
      color: #eba53e;
      display: block;
      height: 22px;
      margin: -3px 0 -3px 2px;
      padding-top: 10px;
      position: relative; }
      .content-nav > ul > li.active > a:after, .content-nav > ul > li.ui-tabs-active > a:after {
        height: 0;
        width: 0;
        border-bottom: 8px solid #eba53e;
        border-right: 8px solid transparent;
        background: #fff;
        content: "";
        position: absolute;
        right: -1px;
        top: -1px; }
      .content-nav > ul > li.active > a:hover, .content-nav > ul > li.ui-tabs-active > a:hover {
        color: #eba53e; }
    .content-nav > ul > li.active + li > a, .content-nav > ul > li.ui-tabs-active + li > a {
      border-left-width: 2px; }
    .content-nav > ul > li.active:first-child > a, .content-nav > ul > li.ui-tabs-active:first-child > a {
      margin-left: 0; }
    .content-nav > ul > li > a {
      font-size: 20px;
      font-size: 1.25rem;
      background: #eba53e;
      color: #fff;
      border-bottom: 2px solid #fff;
      border-left: 1px solid #fff;
      display: block;
      font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
      height: 20px;
      padding: 8px 15px;
      text-align: center; }
      .content-nav > ul > li > a:hover {
        color: #343434; }
  .content-nav > ul > li.disabled a {
    display: none; }
    .content-nav > ul > li.disabled a:hover {
      color: white; }
  .content-nav > ul > li.disabled:hover {
    cursor: default; }
  .content-nav .pull-right {
    margin-top: -25px; }

.content-header {
  display: table;
  margin: 0 0 35px;
  width: 100%; }
  .content-header .header-icon,
  .content-header .header-content {
    display: table-cell;
    vertical-align: middle; }
  .content-header .header-content h1 strong.noBold {
    font-weight: normal; }

    .content-header .header-content.summary h1.summaryText {
      float: left;
      margin-right: 8px; }
  .content-header .header-content.summary ul.details {
    clear: both; }

  .content-header .header-icon {
    padding-right: 15px;
    width: 6%; }
    .content-header .header-icon img {
      max-width: none; }
  .content-header h1, .content-header h2, .content-header h3, .content-header h4, .content-header h5, .content-header h6 {
    padding-bottom: 5px; }
  .content-header h1 + p {
    margin-top: 0; }
  .content-header .chzn-container {
    padding-bottom: 5px; }
  .content-header .details {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3; }


    .content-header .details li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-right: 1px solid #cfcfcf;
      margin-bottom: 5px;
      margin-right: 5px;
      padding-right: 10px; }
      .content-header .details li:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
      .content-header .details li.last {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
    .content-header .details a {
      font-weight: bold; }
    .content-header .details button {
      color: #3e88b8;
      background: none;
      font-family: inherit;
      font-size: 100%;
      font-weight: bold;
      padding: 0;
      height: inherit;
      line-height: inherit;
      vertical-align: inherit; }
      .content-header .details button:hover {
        color: #095095; }
    .content-header .details.plain li {
      border-right: 0; }
  .content-header h3 {
    padding: 0 0 5px; }
  .content-header h6 {
    padding: 0; }
    .content-header h6.inline {
      padding-right: 10px; }
  .content-header p {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 0; }
    .content-header p.plain {
      font-weight: normal; }

.content-sidebar .module {
  border: 0;
  margin: 0 0 30px; }
.content-sidebar .tree {
  font-size: 15px;
  font-size: 0.9375rem; }
  .content-sidebar .tree dt .title {
    font-weight: bold; }
.content-sidebar h6 {
  line-height: 1.3; }
.content-sidebar p {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 0 30px; }

.content-scrollable {
  border: 1px solid #eba53e;
  border-top: 0;
  height: 340px;
  padding: 15px; }
  .content-scrollable .scrollable {
    height: 340px;
    overflow: auto; }

.content-image {
  margin-bottom: 5px; }
  .content-image.pull-left {
    margin-right: 10px; }
  .content-image.pull-right {
    margin-left: 10px; }

.managed-page ul {
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 30px;
  line-height: 1.3; }
  .managed-page ul li {
    padding-bottom: 13px; }
    .managed-page ul li ul {
      margin-bottom: 0; }
.managed-page h2 + ul {
  margin-top: -15px;
  margin-bottom: 15px; }
.managed-page h1 {
  font-size: 28px;
  font-size: 1.75rem; }
  .managed-page h1 + p {
    margin-top: 0; }
.managed-page h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #eaa237; }
.managed-page h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold; }
.managed-page h4 {
  font-size: 18px;
  font-size: 1.125rem; }
.managed-page h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic; }

.image .olControlZoom,
.image div.map-url,
.image select.layer-switcher + .chzn-container,
.image .legend.floating .button-collapse {
  display: none !important; }
.image .legend.floating {
  top: 8px !important; }
.image .loading {
  display: none !important; }

.factsheet-tabs {
  display: none; }

.page-footer {
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif; }
  .page-footer .image {
    float: left;
    margin-right: 20px; }
  .page-footer .links {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 5px; }
    .page-footer .links li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-left: 1px solid #3e88b8;
      margin-left: 10px;
      padding-left: 10px; }
      .page-footer .links li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
  .page-footer .copyright {
    color: #343434;
    text-align: inherit;
    font-size: 100%; }

.push {
  height: 60px; }

.page-footer-gradient {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #c4d6e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c4d6e4));
  background: -webkit-linear-gradient(top, white 0%, #c4d6e4 100%);
  background: -o-linear-gradient(top, white 0%, #c4d6e4 100%);
  background: -ms-linear-gradient(top, white 0%, #c4d6e4 100%);
  background: linear, to bottom, white 0%, #c4d6e4 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFC4D6E4',GradientType=0 );
  height: 60px;
  min-width: 1000px; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  background: #fff;
  color: #343434;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased; }

.page-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; }

.container {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 940px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.widget-container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 770px;
  padding: 10px 0 0; }
  .widget-container:before, .widget-container:after {
    content: " ";
    display: table; }
  .widget-container:after {
    clear: both; }

.page-content {
  border-bottom: 2px solid #cad9e8;
  box-shadow: 0 0 55px 10px #d4e1eb;
  margin-bottom: 25px;
  padding-bottom: 35px;
  padding-top: 35px; }

.ie8 .page-content {
  background: url("../images/fallback/container-bottom.png") no-repeat 50% 100%;
  border-bottom: 0;
  box-shadow: none;
  padding: 35px 84px 92px;
  position: relative;
  width: 942px; }
  .ie8 .page-content:before, .ie8 .page-content:after {
    background: url("../images/fallback/container-sides.png") repeat-y;
    bottom: 54px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 54px; }
  .ie8 .page-content:before {
    left: 0; }
  .ie8 .page-content:after {
    background-position: 100% 0;
    right: 0; }

hr {
  border-bottom: 1px solid #dbdbdb;
  display: block;
  margin: 0 0 30px; }
  hr.color {
    border-bottom-color: #eba53e; }
  hr.no-margin {
    margin: 0; }

img {
  height: auto;
  max-width: 100%; }

.page-header {
  background: #f0f2f7 url("../images/layout/texture.jpg") repeat-x 50% 0;
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
  min-width: 1000px;
  padding: 22px 0 0;
  position: relative; }
  .page-header:after {
    background: #fff;
    border-bottom: 1px solid #d1deeb;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0; }
    @media all and (max-width: 1200px) {
      .page-header:after {
        border-bottom-color: #095095; } }
  .page-header .container {
    padding: 0 12px;
    position: relative;
    width: 976px; }
  .page-header .header-content {
    *zoom: 1;
    height: 112px;
    padding: 0 20px 22px; }
    .page-header .header-content:before, .page-header .header-content:after {
      content: " ";
      display: table; }
    .page-header .header-content:after {
      clear: both; }
  .page-header .secondary-nav {
    padding: 0 0 35px; }
  .page-header .logo {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    float: left;
    padding-top: 15px; }
  .page-header .logo-small {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-top: -10px; }
  .page-header .site-search {
    text-align: right; }
    .page-header .site-search .input-append {
      box-shadow: 0 0 10px #b9cfdf;
      border-radius: 0;
      margin: 0;
      width: auto; }
    .page-header .site-search .input-text,
    .page-header .site-search input[type="email"], .page-header .site-search input[type="number"], .page-header .site-search input[type="password"], .page-header .site-search input[type="search"], .page-header .site-search input[type="tel"], .page-header .site-search input[type="text"], .page-header .site-search input[type="url"], .page-header .site-search input[type="color"], .page-header .site-search input[type="date"], .page-header .site-search input[type="datetime"], .page-header .site-search input[type="datetime-local"], .page-header .site-search input[type="month"], .page-header .site-search input[type="time"], .page-header .site-search input[type="week"] {
      min-width: 345px; }
    .page-header .site-search .button,
    .page-header .site-search button, .page-header .site-search .button, .page-header .site-search a.button, .page-header .site-search input[type="button"], .page-header .site-search input[type="submit"] {
      color: #095095; }
  .page-header.home {
    text-align: center; }
    .page-header.home .logo {
      float: none; }
  .page-header.e-alerts {
    background-position: 50% 50%; }
    .page-header.e-alerts .header-content {
      border-bottom: 1px solid #095095;
      box-shadow: inset 0 -2px 0 #fff;
      height: 100px;
      position: relative;
      z-index: 1; }
      .page-header.e-alerts .header-content:before, .page-header.e-alerts .header-content:after {
        border-top: 2px solid #fff;
        bottom: -1px;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        width: 100px; }
        @media all and (max-width: 1200px) {
          .page-header.e-alerts .header-content:before, .page-header.e-alerts .header-content:after {
            display: none; } }
      .page-header.e-alerts .header-content:before {
        background-image: -moz-linear-gradient(left, #d1deeb 0%, #095095 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1deeb), color-stop(100%, #095095));
        background-image: -webkit-linear-gradient(left, #d1deeb 0%, #095095 100%);
        background-image: -o-linear-gradient(left, #d1deeb 0%, #095095 100%);
        background-image: -ms-linear-gradient(left, #d1deeb 0%, #095095 100%);
        background-image: linear, to right, #d1deeb 0%, #095095 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1deeb', endColorstr='#095095',GradientType=1 );
        left: -100px; }
      .page-header.e-alerts .header-content:after {
        background-image: -moz-linear-gradient(left, #095095 0%, #d1deeb 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #095095), color-stop(100%, #d1deeb));
        background-image: -webkit-linear-gradient(left, #095095 0%, #d1deeb 100%);
        background-image: -o-linear-gradient(left, #095095 0%, #d1deeb 100%);
        background-image: -ms-linear-gradient(left, #095095 0%, #d1deeb 100%);
        background-image: linear, to right, #095095 0%, #d1deeb 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095095', endColorstr='#d1deeb',GradientType=1 );
        right: -100px; }
    .page-header.e-alerts .logo-small {
      margin-top: 20px; }

.ie9 .page-header.e-alerts .header-content:before, .ie9 .page-header.e-alerts .header-content:after, .ie8 .page-header.e-alerts .header-content:before, .ie8 .page-header.e-alerts .header-content:after {
  background: url("../images/fallback/fadeout-gradient.png") repeat-y;
  filter: none; }
.ie9 .page-header.e-alerts .header-content:after, .ie8 .page-header.e-alerts .header-content:after {
  background-position: 100% 0; }

.ie8 .page-header .site-search .input-append {
  min-width: 384px; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.margin-bottom {
  margin-bottom: 30px; }

.padded-bottom {
  padding-bottom: 30px; }

.padded-top {
  padding-top: 30px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.links-sidebar {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold; }
  .links-sidebar.fancy {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
    font-weight: normal; }
    .links-sidebar.fancy li {
      border-bottom: 1px solid #cfcfcf;
      border-top: 0;
      margin-bottom: 10px;
      margin-top: 0;
      padding-bottom: 10px;
      padding-top: 0; }
    .links-sidebar.fancy a {
      color: #3e88b8; }
      .links-sidebar.fancy a:hover {
        color: #095095; }
  .links-sidebar li {
    border-top: 1px solid #b4c6cd;
    display: block;
    margin-top: 10px;
    padding-top: 10px; }
    .links-sidebar li:first-child {
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
  .links-sidebar button {
    color: #3e88b8;
    background: #fff;
    font-size: 100%;
    font-family: inherit;
    padding: 0;
    font-weight: bold;
    height: inherit;
    line-height: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: inherit; }
    .links-sidebar button:hover {
      color: #095095; }
  .links-sidebar h5 {
    padding: 0; }

.page-nav {
  font-size: 23px;
  font-size: 1.4375rem;
  border-bottom: 1px solid #095095;
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
  position: relative;
  z-index: 1; }
  .page-nav:before, .page-nav:after {
    border-top: 2px solid #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100px; }
  .page-nav:before {
    background-image: -moz-linear-gradient(left, #d1deeb 0%, #095095 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1deeb), color-stop(100%, #095095));
    background-image: -webkit-linear-gradient(left, #d1deeb 0%, #095095 100%);
    background-image: -o-linear-gradient(left, #d1deeb 0%, #095095 100%);
    background-image: -ms-linear-gradient(left, #d1deeb 0%, #095095 100%);
    background-image: linear, to right, #d1deeb 0%, #095095 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1deeb', endColorstr='#095095',GradientType=1 );
    left: -100px; }
  .page-nav:after {
    background-image: -moz-linear-gradient(left, #095095 0%, #d1deeb 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #095095), color-stop(100%, #d1deeb));
    background-image: -webkit-linear-gradient(left, #095095 0%, #d1deeb 100%);
    background-image: -o-linear-gradient(left, #095095 0%, #d1deeb 100%);
    background-image: -ms-linear-gradient(left, #095095 0%, #d1deeb 100%);
    background-image: linear, to right, #095095 0%, #d1deeb 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095095', endColorstr='#d1deeb',GradientType=1 );
    right: -100px; }
  @media all and (max-width: 1200px) {
    .page-nav:before, .page-nav:after {
      display: none; } }
  .page-nav ul {
    display: table;
    width: 100%; }
  .page-nav li {
    display: table-cell;
    vertical-align: bottom; }
    .page-nav li:first-child a {
      border-left: 0; }
      .page-nav li:first-child a:before {
        display: none; }
    .page-nav li.active a {
      background: #fff;
      filter: none;
      border: 1px solid #095095;
      border-bottom: 2px solid #fff;
      color: #095095;
      display: block;
      height: 26px;
      margin: 0 0 -2px 2px;
      padding-top: 12px;
      position: relative; }
      .page-nav li.active a:before {
        background: #fff;
        bottom: 0;
        content: "";
        left: -3px;
        position: absolute;
        top: 3px;
        width: 2px; }
      .page-nav li.active a:after {
        height: 0;
        width: 0;
        border-bottom: 8px solid #095095;
        border-right: 8px solid transparent;
        background: #dbe3eb;
        content: "";
        position: absolute;
        right: -1px;
        top: -1px; }
    .page-nav li.active + li a {
      border-left-width: 2px; }
  .page-nav a {
    background: #096197;
    background: -moz-linear-gradient(top, #096197 0%, #003e7b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #096197), color-stop(100%, #003e7b));
    background: -webkit-linear-gradient(top, #096197 0%, #003e7b 100%);
    background: -o-linear-gradient(top, #096197 0%, #003e7b 100%);
    background: -ms-linear-gradient(top, #096197 0%, #003e7b 100%);
    background: linear, to bottom, #096197 0%, #003e7b 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF096197', endColorstr='#FF003E7B',GradientType=0 );
    color: #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    height: 23px;
    padding: 10px;
    text-align: center; }
    .page-nav a:hover {
      color: #c4d3e2; }

.ie9 .page-nav:before, .ie9 .page-nav:after, .ie8 .page-nav:before, .ie8 .page-nav:after {
  background: url("../images/fallback/fadeout-gradient.png") repeat-y;
  filter: none; }
.ie9 .page-nav:after, .ie8 .page-nav:after {
  background-position: 100% 0; }

@page {
  margin: 0.5in; }

.print {
  color: #333;
  padding: 30px 0; }
  .print h1 {
    padding: 0 0 15px; }
  .print .chart-options {
    padding-bottom: 15px;
    padding-top: 25px; }
    .print .chart-options > .row > [class^="span"],
    .print .chart-options > .row > [class*=" span"] {
      cursor: default; }
      .print .chart-options > .row > [class^="span"]:hover,
      .print .chart-options > .row > [class*=" span"]:hover {
        background: #fbfbfb; }
  .print .notes-sources {
    font-size: 11px;
    font-size: 0.6875rem; }
  .print .module {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #dee6ee;
    border: 0; }

.print-header {
  border-bottom: 2px solid #eba53e;
  margin: 0 0 15px;
  padding: 0 0 15px; }
  .print-header.no-border {
    border-bottom: 0;
    padding-bottom: 0; }
  .print-header .secondary-logo {
    float: right;
    margin-top: 25px; }

.print-main {
  border-right: 1px solid #eba53e;
  padding-right: 30px; }
  .print-main > :last-child {
    padding-bottom: 0; }

.print-sidebar {
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #eba53e;
  margin-left: -1px;
  padding-left: 30px; }
  .print-sidebar > :last-child {
    padding-bottom: 0; }

.print-table {
  margin-bottom: 5px; }
  .print-table thead {
    font-size: 18px;
    font-size: 1.125rem; }
    .print-table thead th {
      background: #285196;
      color: #fff; }
      .print-table thead th:first-child {
        text-align: left; }
      .print-table thead th.featured {
        background: #eaa237;
        border-left-color: #eaa237; }
        .print-table thead th.featured + th {
          border-left-color: #eaa237; }
  .print-table tbody tr:last-child td.featured {
    border-bottom-color: #eba743;
    border-bottom-width: 2px; }
  .print-table tbody tr.last td.featured {
    border-bottom-color: #eba743;
    border-bottom-width: 2px; }
  .print-table tbody th {
    font-size: 16px;
    font-size: 1rem;
    width: 28%; }
  .print-table tbody td {
    min-width: 75px; }
    .print-table tbody td.featured {
      border-left-color: #eba743;
      border-left-width: 2px; }
      .print-table tbody td.featured + td {
        border-left-color: #eba743;
        border-left-width: 2px; }
    .print-table tbody td.data-source {
      font-size: 11px;
      font-size: 0.6875rem;
      text-align: left; }
  .print-table th, .print-table td {
    background: #fbfbfb;
    color: #333;
    vertical-align: middle; }
  .print-table th {
    font-weight: bold; }

.print-footer {
  font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif; }

.results-group {
  padding: 0 0 30px; }
  .results-group:last-child {
    padding-bottom: 0; }
  .results-group .content-header {
    margin-bottom: 15px; }
    .results-group .content-header .button-container {
      padding-top: 20px;
      text-align: right; }
    .results-group .content-header .button.primary {
      font-size: 17px;
      font-size: 1.0625rem;
      text-transform: none; }
    .results-group .content-header p a {
      text-decoration: underline; }

.results-count {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding-left: 20px; }

.results-list {
  *zoom: 1;
  font-size: 12px;
  font-size: 0.75rem; }
  .results-list:before, .results-list:after {
    content: " ";
    display: table; }
  .results-list:after {
    clear: both; }
  .results-list.full-width li {
    float: none;
    width: auto; }
    .results-list.full-width li:first-child + li {
      border-top: 0; }
  .results-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dbdbdb;
    float: left;
    width: 50%; }
    .results-list li:first-child {
      border-top: 1px solid #dbdbdb; }
      .results-list li:first-child + li {
        border-top: 1px solid #dbdbdb; }

.results-list {
  clear: left;
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.4em; }

.result-row {
  display: table-row; }

.result {
  display: table-cell;
  border: 1px solid #cecece;
  vertical-align: middle;
  padding: 1em; }

.result-row a {
  text-decoration: none;
  line-height: 1.3; }
  .result-row a:hover {
    background: #fbfbfb; }
  .result-row a span {
    display: block;
    padding-bottom: 5px;
    text-decoration: underline; }
  .result-row a .description {
    color: #343434;
    display: block;
    padding-bottom: 0;
    text-decoration: none; }

.offsite {
  padding-right: 14px;
  background-image: url("/images/icons/offsite-link-icon.png");
  background-repeat: no-repeat;
  background-position: right 4px; }

/* styles for the .searchbox() kidsdata jquery plugin */
.search-box-icons {
  position: relative;
  display: inline-block; }
  .search-box-icons span {
    position: absolute;
    display: block;
    background-repeat: no-repeat; }

.search-box-icons-24 span {
  top: 6px;
  width: 24px;
  height: 24px; }
  .search-box-icons-24 span.search-box-x-24 {
    right: 7px;
    background: url(/images/icons/x-gray-24.png);
    cursor: pointer; }
.search-box-icons-24 .search-box-spinner-24 {
  right: 7px;
  background: url(/images/loading-spinner-24-gray.gif); }

.search-box-icons-16 span {
  top: 8px;
  width: 16px;
  height: 16px; }
.search-box-icons-16 .search-box-x-16 {
  display: none;
  right: 7px;
  background: url(/images/icons/x-gray-16.png);
  cursor: pointer; }
.search-box-icons-16 .search-box-spinner-16 {
  right: 7px;
  background: url(/images/loading-spinner-16-gray.gif); }

.search-box-icons-default span {
  top: 6px;
  width: 24px;
  height: 24px; }
.search-box-icons-default .search-box-x-default {
  right: 7px;
  background: url(/images/icons/x-gray-24.png);
  cursor: pointer; }
.search-box-icons-default .search-box-spinner-default {
  right: 7px;
  background: url(/images/loading-spinner-24-gray.gif); }

/* main search results page */
#search-box-area {
  display: table;
  width: auto;
  border-collapse: collapse; }

#search-button {
  vertical-align: middle; }

#button-container {
  display: table-cell; }

#search-box-container {
  display: table-cell;
  width: 100%; }
  #search-box-container input {
    vertical-align: middle;
    width: 98%;
    font-size: 1.8em;
    padding: 2px; }

#search-page {
  color: #444;
  min-height: 300px; }
  #search-page h1 {
    color: #C23A11;
    background: none;
    margin-bottom: 0; }
  #search-page h4 {
    margin-top: 0.5em;
    margin-bottom: 1.2em; }

.quick-result-group span.quick-description {
  color: #666; }

.message {
  text-align: center;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em; }
  .message img {
    vertical-align: middle; }

.more-results {
  float: right;
  margin-top: 5px; }

.less-results {
  margin-top: 0.5em;
  float: right;
  width: auto;
  padding-right: 0; }

.more-results-button, .less-results-button {
  padding: .5em 1em .5em;
  font-weight: normal;
  background: #145B90;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  font-family: 'AllerRegular'; }

/* quick search */
#quick-search-button {
  margin-right: 20px;
  margin-left: 4px; }

#quick-search {
  float: right;
  margin: 8px 8px 0 0;
  padding-right: 70px;
  width: 320px; }

#quick-search-box {
  font-size: 1.2em; }

#quick-search ul {
  display: inline;
  margin: 0;
  padding-top: 10px; }
#quick-search li {
  padding: 0;
  margin: 0;
  display: inline; }

.quick-search-results {
  position: absolute;
  z-index: 5;
  font-size: 0.8em;
  border-collapse: collapse;
  top: 20px;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
  .quick-search-results .message {
    margin: 0;
    padding: 1em;
    border: 1px solid #cecece; }
  .quick-search-results .all-results {
    display: block;
    border-bottom: 0; }

.ie8 .quick-search-results {
  border-top: 0; }

.ie8 .result.all-results.more,
.ie9 .result.all-results.more {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.quick-search-results-table {
  display: table;
  width: 100%; }

.quick-result-group {
  display: table-row;
  border: solid #e8e8e8;
  border-width: 1px 1px 1px 1px; }
  .quick-result-group .result-group-header {
    width: 30%;
    padding: 4px;
    display: table-cell;
    font-size: 0.9em; }
    .quick-result-group .result-group-header .title {
      color: #888;
      text-transform: none;
      margin-right: 0;
      padding: 0 4px 0 30px;
      background-repeat: no-repeat;
      background-position: left 3px;
      background-size: 20px 20px;
      min-height: 23px;
      display: block;
      overflow: visible; }
  .quick-result-group .result-items {
    width: 70%;
    display: table-cell;
    padding: 4px; }
    .quick-result-group .result-items a {
      display: block;
      color: #444;
      border: none;
      font-size: 1.2em;
      text-decoration: none;
      padding: 8px 8px;
      line-height: normal; }
      .quick-result-group .result-items a.selected {
        background-color: #f0f0f0; }

.ie8 .quick-result-group {
  border-right: 1px solid #e8e8e8; }

.quick-search-results .all-results.more.selected {
  background-color: #f0f0f0; }

.quick-result-group .result-items .more {
  color: #276492;
  text-decoration: none; }

.quick-search-results .all-results.more {
  color: #276492;
  text-decoration: none;
  text-align: center;
  font-size: 1.3em;
  border-left: 1px solid #E8E8E8; }

.result-items em {
  font-weight: bold;
  font-style: normal; }

#quick-search input::-webkit-input-placeholder, #quick-search input:-moz-placeholder, #quick-search input.placeholder {
  font-size: 12px;
  line-height: 18px; }

/* homepage quick search */
#homepage-search #quick-search {
  width: auto;
  float: none;
  margin: 0;
  padding: 0; }
#homepage-search input[type="text"] {
  width: 480px;
  font-size: 22px;
  padding: 4px 0;
  height: 26px; }
#homepage-search #quick-search-button {
  font-size: 20px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: 5px 5px 9px 5px;
  vertical-align: middle; }
#homepage-search .search-box-icons span {
  top: 6px; }
#homepage-search input::-webkit-input-placeholder, #homepage-search input:-moz-placeholder, #homepage-search input.placeholder {
  font-size: 15px;
  line-height: 26px; }

#search-box::-ms-clear {
  width: 0;
  height: 0;
  display: none; }

.ie8 .header-content #quick-search-box {
  width: 345px; }

.ie8 #search-box {
  width: 745px; }

.ie8 .search-box-icons {
  width: 100%; }

.jump-list dt {
  font-weight: bold;
  padding-bottom: 5px; }
.jump-list li {
  padding-bottom: 5px; }
.jump-list ul {
  list-style-type: disc;
  padding: 0 0 10px 15px; }
  .jump-list ul ul {
    list-style-type: circle; }

.secondary-nav {
  text-align: right; }
  .secondary-nav ul {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding-left: 25px;
    vertical-align: middle; }
    .secondary-nav ul:first-child {
      padding-left: 0; }
  .secondary-nav li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .secondary-nav .links {
    font-size: 20px;
    font-size: 1.25rem; }
    .secondary-nav .links li {
      border-left: 1px solid #ccc;
      margin-left: 10px;
      padding-left: 10px; }
      .secondary-nav .links li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
    .secondary-nav .links a {
      color: #095095; }
      .secondary-nav .links a:hover {
        color: #3e88b8; }

.wested .header-icon {
  display: none; }
.wested ul.details {
  padding-bottom: 5px; }
.wested .content-nav {
  border-bottom: 1px solid #E9F1E1; }
  .wested .content-nav ul li a {
    background: #E9F1E1;
    color: #007279; }
    .wested .content-nav ul li a:hover {
      color: #343434; }
  .wested .content-nav ul li.active a {
    color: #005B61;
    border: 1px solid #E9F1E1;
    border-bottom: 0; }
    .wested .content-nav ul li.active a:after {
      border-bottom: 8px solid #E9F1E1; }

.widget-container .chzn-container {
  width: 182px !important; }
.widget-container select + .chzn-container-single .chzn-drop {
  width: 180px !important; }
.widget-container.compact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eba53e;
  padding: 10px;
  width: 100%;
  max-width: 348px; }
  .widget-container.compact .content-nav {
    display: none; }
  .widget-container.compact .chart-row {
    overflow-x: auto; }
    .widget-container.compact .chart-row .chart-main {
      border-top: none; }
      .widget-container.compact .chart-row .chart-main.pie .togglePieParent {
        display: none; }
    .widget-container.compact .chart-row table {
      font-size: 11px; }
      .widget-container.compact .chart-row table thead .table-title {
        font-size: 13px;
        width: inherit;
        padding: 8px 5px; }
      .widget-container.compact .chart-row table tbody tr th {
        padding: 6px 5px; }
  .widget-container.compact .module.rounded {
    display: none; }
  .widget-container.compact .module.map-selectors ~ .chart-row {
    overflow: visible; }
    .widget-container.compact .module.map-selectors ~ .chart-row .map-url,
    .widget-container.compact .module.map-selectors ~ .chart-row select.layer-switcher + div.chzn-container {
      display: none; }
    .widget-container.compact .module.map-selectors ~ .chart-row button.get-url {
      right: 8px; }
    .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating {
      position: static !important;
      width: auto;
      margin-top: 5px;
      border: 1px solid #dadada;
      cursor: auto; }
      .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating li {
        width: 50%; }
        .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating li.hr {
          width: 100%; }
        .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating li.last-child {
          margin: 0 auto;
          float: none; }
        .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating li .swatch {
          margin-top: 1px; }
      .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating .state-wide > div:first-child {
        display: none; }
      .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating .state-wide > div + div {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none; }
        .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating .state-wide > div + div > div:first-child {
          float: left; }
        .widget-container.compact .module.map-selectors ~ .chart-row .legend.floating .state-wide > div + div > div + div {
          float: right;
          padding: 10px 15px 20px; }
  .widget-container.compact .notes-sources {
    border-top: 1px solid #eba53e;
    height: 85px;
    overflow: auto;
    margin: 0 -10px;
    padding: 10px; }
  .widget-container.compact .widget-footer {
    border-bottom: 0;
    margin: 0 -10px -10px;
    padding: 10px; }
    .widget-container.compact .widget-footer .link-more {
      margin-right: 0;
      margin-top: 13px; }
.widget-container.image {
  margin: 0 0;
  padding: 0 0; }
.widget-container .module .tree > dd > div:first-child {
  display: inline-block;
  width: 210px;
  max-height: 350px;
  overflow-y: auto; }
.widget-container .module .tree > dd > div.chart-options {
  display: inline-block;
  height: 350px;
  padding: 0 0 0 15px;
  width: 480px; }
  .widget-container .module .tree > dd > div.chart-options .row, .widget-container .module .tree > dd > div.chart-options .tooltip-container, .widget-container .module .tree > dd > div.chart-options .modals, .widget-container .module .tree > dd > div.chart-options .selectors {
    height: 100%; }
  .widget-container .module .tree > dd > div.chart-options .form-submit {
    position: absolute;
    bottom: 0;
    right: 0; }
.widget-container .content-header {
  margin: 0; }
  .widget-container .content-header .header-content {
    display: block; }
    .widget-container .content-header .header-content h1 {
      font-size: 24px;
      font-size: 1.5rem; }
.widget-container .chart-container.show-sidebar .chart-sidebar {
  bottom: 0;
  padding: 0 !important; }
.widget-container .map-selectors .chart-sidebar {
  position: absolute;
  top: 130px;
  padding: 20px 10px 20px 0 !important; }
.widget-container .map-selectors .chart-options {
  padding: 0 !important; }
.widget-container .chart-main {
  padding-top: 10px; }
.widget-container .notes-sources {
  font-size: 9.5px;
  font-size: 0.59375rem; }
.widget-container .loading {
  top: 0px; }

.widget-footer {
  border-bottom: 1px solid #eba53e;
  border-top: 1px solid #eba53e;
  padding: 10px 0 5px; }
  .widget-footer a {
    color: #095095; }
  .widget-footer img {
    height: 27px;
    max-width: 254px; }
  .widget-footer .link-more {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
    margin-right: 20px;
    margin-top: 12px; }
    .widget-footer .link-more:hover {
      color: #3e88b8; }

.atoz ul {
  margin-bottom: 8px; }
.atoz li {
  margin-bottom: 3px; }

.post, .commentlist {
  padding: 0 0 30px;
  font-size: 15px;
  font-size: 0.9375rem; }
  .post ul, .commentlist ul {
    list-style: disc;
    line-height: 1.3;
    padding: 0 0 30px 20px; }
  .post li, .commentlist li {
    padding: 0 10px 0 0; }

.blog-header {
  padding: 0 0 30px; }
  .blog-header h1 {
    padding: 0; }
  .blog-header .blog-date {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold; }

.module input[type="submit"] {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #eba53e;
  border: 3px solid #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-transform: uppercase; }
.module.widget_search input[type="text"] {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  margin-bottom: 20px; }
.module li {
  padding-bottom: 10px;
  line-height: 1.3; }
.module select {
  display: block; }

.blog-search-results .post {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  line-height: 18px;
  font-size: 15px;
  font-size: 0.9375rem; }
.blog-search-results .blog-header {
  padding-bottom: 10px; }
  .blog-search-results .blog-header .post-title a {
    line-height: 26px;
    font-size: 18px; }

ol.commentlist {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 30px;
  line-height: 1.55; }
  ol.commentlist li {
    border-bottom: 1px black dotted;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  ol.commentlist ul li {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  ol.commentlist p {
    padding: 15px 0; }

.navigation {
  padding: 10px 0;
  font-size: 80%; }

#recaptcha_response_field {
  min-width: 0;
  height: auto; }

.embedded-dashboards .row {
  position: relative; }
  .embedded-dashboards .row .featured-visualizations + div.loading {
    top: 0;
    right: 0; }
  .embedded-dashboards .row .featured-visualizations div.olMap {
    width: 495px !important;
    height: 343px !important; }

.export-options > li {
  border-top: 1px solid #dbdbdb;
  display: table;
  margin: 10px 0 0;
  width: 100%; }
  .export-options > li:first-child {
    border-top: 0;
    margin-top: 0; }
    .export-options > li:first-child .options-container,
    .export-options > li:first-child .actions {
      padding-top: 0; }
.export-options img.export-inprogress {
  display: none;
  margin: 0 auto; }
.export-options form {
  width: 100%;
  display: table; }
.export-options .options-container {
  display: table-cell;
  padding-top: 10px; }
.export-options .options {
  padding-left: 30px;
  position: relative; }
  .export-options .options .icon {
    display: block;
    left: 0;
    position: absolute;
    top: 0; }
.export-options h5 {
  font-weight: 400;
  padding: 0 0 3px; }
.export-options label {
  font-size: 16px;
  font-size: 1rem; }
.export-options p {
  padding: 0 0 10px; }
.export-options .actions {
  display: table-cell;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: right;
  width: 120px;
  vertical-align: bottom; }
  .export-options .actions .button {
    display: block; }

.home-header {
  margin: 0 auto;
  max-width: 785px;
  padding: 10px 0 30px; }
  .home-header h1 {
    font-family: "franklin-gothic-urw-n7", "franklin-gothic-urw", "Arial", sans-serif;
    padding-left: 36px;
    text-align: center; }
  .home-header img {
    float: right;
    float: right;
    padding: 15px 32px 0 0; }
  .home-header .links {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", "Arial", sans-serif;
    text-align: right; }
    .home-header .links li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      border-left: 1px solid #737373;
      margin-left: 8px;
      padding-left: 8px; }
      .home-header .links li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }

.homeSearch-container {
  margin: 0 auto;
  width: 90%; }

.homeSearch-container .input-append {
  border: 1px solid #eba53e; }

.ie8 .home-header h1, .ie7 .home-header h1 {
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", "Arial", sans-serif; }

.offsite {
  padding-right: 14px;
  background-image: url("/images/icons/offsite-link-icon.png");
  background-repeat: no-repeat;
  background-position: right 4px; }


/* New flexslider overrides */
.flexslider a .content-container {
	color: #343434;
	font-weight: normal;
}

#home-slider.flexslider .controls-container {		
	position: absolute;		
    left: 50%;		
    bottom: 25px;		
	transform: translate(-50%);		
}

.flexslider .flex-control-nav,
.flexslider .flex-pauseplay {
	position: static;
}


/* Content Callout */
.content-callout {
	background-color: #f6f8fa;
	box-sizing: border-box;
	margin: 10px 0 35px -30px;
	padding: 10px 30px;
	width: calc(100% + 60px);
}

.content-callout:after {
	clear: both;
	content: "";
	display: block;
}

.content-callout a.button.primary {
	display: inline-block;
	margin: 0;
}

.content-callout p {
	padding: 12px 0;
}


.sign-up-callout {
	background-color: #f6f8fa;
	box-sizing: border-box;
	margin: 10px 0 0 -30px;
	padding: 30px 30px 10px;
	width: calc(100% + 60px);
    border-top: 1px solid #ccc;
}

.sign-up-callout:last-child {
	margin-bottom: -35px;
}

.sign-up-callout__body {
	font-size: 14px;
	margin: auto;
	max-width: 400px;
	margin-bottom: 20px;
}

.sign-up-callout__body,
.sign-up-callout__form,
.sign-up-callout__title {
	text-align: center;
}

.sign-up-callout__form {
	margin-bottom: 20px;
}

.sign-up-callout__form input[type="email"] {
	border-right-width: 0;
}

.sign-up-callout__title {
	color: #000;
	font-size: 20px;
	padding-bottom: 20px;
}

.button--joined.button.primary {
	border-radius: 0;
	margin: 0;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}


/* Detail page header improvements */
.content-header .tooltip-container {
	padding: 10px 0 30px 0;
}

.social__wrapper {
	margin-bottom: 12px;
}

.social__wrapper .addthis_toolbox a {
	margin: 0;
	padding: 0;
}

.social__wrapper .social {
	display: inline-block;
}

.social__wrapper .social li {
	margin: 0 5px 0 0;
	padding: 0;
}

.social__wrapper .atclear {
	display: none;
}

.social__wrapper .button-print,
.social__wrapper .social li a {
	position: relative;
		top: 0;
	margin: 0;
	vertical-align: top;
}

.social__wrapper .button-print {
	line-height: 21px;
	top: -1px;
}

.social__wrapper .button-print::before {
	height: 21px;
	margin: 0;
	width: 21px;
}

/* Email signup sidebar */
.email-signup-sidebar {
	background-color: #f6f8fa;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 15px;
	text-align: center;
	width: 100%;
}


.email-signup-sidebar__form input[type="email"] {
	border-bottom-width: 0;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.email-signup-sidebar__form input::-webkit-input-placeholder,
.email-signup-sidebar__form input::-moz-placeholder,
.email-signup-sidebar__form input:-ms-input-placeholder {
   text-align: center;
}

.email-signup-sidebar__title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

.button--vertical-joined.button.primary {
	border-radius: 0;
	margin: 0;
	width: 100%;
}

/* general email fields next to a joined button */
input[type="email"].joined,
input[type="text"].joined {
	border-right-width: 0;
	font-size: 14px;
	min-width: 45%;
}

.ealerts-tabs {
	margin-top: 35px;
}

.ealerts-tabs__select-all {
	float: right;
	width: auto;
}

.ealerts-tabs__select-all p {
	padding-bottom: 0;
}

.label--normal-weight {
	font-weight: normal;
}


a.small-with-icon {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
}

a.small-with-icon img {
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	vertical-align: text-top;
	width: auto;
}


.email-thanks {
	background-color: #f6f8fa;
	box-sizing: border-box;
	margin: 10px 0 35px -30px;
	padding: 30px 30px 10px;
	width: calc(100% + 60px);
}

.subscriptions-manage {
	border-bottom: 1px solid #ddd;
	margin-bottom: 55px;
	padding-bottom: 35px;
}


.subscriptions-manage:last-child {
	border-bottom-width: 0;
}


input[disabled] {
	background-color: #eee;
}

input[type="email"].disabled-input-target,
input[type="text"].disabled-input-target {
	display: inline-block;
	margin-right: 10px;
	min-width: 300px;
}


.button--unstyled {
	line-height: 32px;
	display: inline-block;
	padding: 0 10px;
	margin-top: 10px;
	vertical-align: middle;
}

.button--joined + .button--unstyled {
	padding-left: 30px;
	margin-top: 0;
}

.confirm-modal {
	background-color: rgba(255,255,255,0.5);
	display: none;
	height: 100%;
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 1000;
}

.confirm-modal__inner {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 30px;
	position: fixed;
		top: 50%;
		left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
}


a.primary.button--cancel {
	background-color: #b0b0b0;
}


.lighter {
	opacity: 0.6;
}


.social__label {
	position: relative;
	top: 2px;
}

.social__label strong {
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #343434;
	font-weight: bold;
	vertical-align: middle;
}


.title--tree {
	font-size: 16px;
}

input.button.primary,
a.button.primary {
	min-width: 200px;
}


.home-carousel-wrapper {
	margin: auto;
	max-width: 710px;
}