@import url("https://use.typekit.net/xiy3wga.css");
html {
  font-size: 16px; }

body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 1rem;
  color: #444; }
  body:before {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
    opacity: .25;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0; }
  body a {
    color: #03244D;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    body a:hover {
      text-decoration: none;
      color: #E86823; }
    body a.link-effect {
      background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%);
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 2px 2px;
      font-style: italic; }
      body a.link-effect:hover {
        background-size: 4px 50px;
        color: #03244D; }

.ml-auto {
  margin-left: auto; }

.lui-icon {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.flexrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 -15px 15px; }
  .flexrow .flexitem {
    margin: 0 1rem; }

button, a {
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s; }

.btn {
  display: block;
  padding: 5px 10px;
  border: 0;
  min-width: 170px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline-color: rgba(232, 104, 35, 0.1);
  outline: rgba(232, 104, 35, 0.1) auto 1px;
  color: inherit;
  text-decoration: none; }

.btn-default {
  background-color: white;
  color: #444;
  border: 1px solid #a8a8a8;
  box-shadow: none;
  border-radius: 5px; }
  .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default.active:focus, .btn-default.active:hover, .btn-default.active.focus {
    background-color: white;
    border: 1px solid #a8a8a8;
    color: #03244D; }

.btn-primary {
  background-color: #03244D;
  color: white;
  border: 0;
  box-shadow: none;
  border-radius: 5px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus {
    border: 0;
    background-color: #053b7e;
    color: white; }

.btn-clean {
  background-color: transparent;
  border: 0;
  box-shadow: none; }

#viewWrap {
  position: relative;
  z-index: 0;
  margin-left: 0;
  max-width: 1400px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  padding-top: 5rem; }
  #viewWrap.pushRight {
    margin-left: 15rem; }

section h2 {
  margin: 3rem 0 1rem; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

.margin-bottom {
  margin-bottom: 30px; }

.qv-object-kpi .qv-inner-object {
  overflow: inherit; }

.qv-object-kpi .measure-title.ellips-text {
  white-space: inherit;
  overflow: inherit; }

.panel {
  border-radius: 0;
  border: 1px solid #eee;
  margin: 1rem 0 3rem;
  position: relative;
  background-color: #fbfbfbbe;
  border-top: 2px solid #a8a8a8; }
  .panel#apus .panel-header {
    justify-content: normal; }
  .panel .panel-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    color: #E86823;
    height: 50px;
    border-bottom: 1px solid #eee;
    background-color: white; }
    .panel .panel-header h3 {
      margin: 0;
      font-size: 1rem;
      -webkit-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: bold; }
    .panel .panel-header .btn-group {
      margin-left: 1rem; }
      .panel .panel-header .btn-group label {
        color: #444;
        font-size: 1rem;
        border: 1px solid rgba(68, 68, 68, 0.1);
        border-radius: 5px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .panel .panel-header .btn-group label.active {
          color: #E86823;
          background-color: white; }
          .panel .panel-header .btn-group label.active:hover {
            color: #E86823;
            background-color: white; }
        .panel .panel-header .btn-group label:hover {
          background-color: rgba(68, 68, 68, 0.1); }
    .panel .panel-header .dropdown-menu {
      left: auto;
      right: 0; }

.break {
  flex-basis: 100%;
  height: 0; }

.field-small-label {
  font-size: 12px; }

.page-title .filter-dropdowns {
  margin-top: 1.2rem; }
  .page-title .filter-dropdowns filter-dropdown {
    margin-bottom: 0.5rem; }
    .page-title .filter-dropdowns filter-dropdown .field-small-label {
      margin-top: -17px; }
    .page-title .filter-dropdowns filter-dropdown .clearField {
      margin-right: -21px; }

.filter-radios {
  margin-top: 1rem; }

.custom-dropdown {
  position: relative;
  min-width: 170px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .custom-dropdown .btn-toggle {
    background-color: white;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #ddd;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .custom-dropdown .btn-toggle span.field-label {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .custom-dropdown .btn-toggle span.lui-icon--arrow-down {
      color: #a8a8a8;
      transform: rotate(0);
      -moz-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
    .custom-dropdown .btn-toggle.open span.lui-icon--arrow-down {
      transform: rotate(180deg); }
  .custom-dropdown .clearField {
    margin-left: 5px;
    cursor: pointer;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .custom-dropdown .clearField:hover {
      color: #E86823; }
  .custom-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .custom-dropdown .dropdown-menu ul {
      overflow-y: scroll;
      max-height: 300px; }
    .custom-dropdown .dropdown-menu .search-wrap {
      height: 38px;
      border-bottom: 1px solid #c5c5c5;
      background-color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .custom-dropdown .dropdown-menu .search-wrap .lui-icon {
        color: #a8a8a8; }
    .custom-dropdown .dropdown-menu .search-field {
      padding: 5px;
      border: 0;
      width: 100%; }
    .custom-dropdown .dropdown-menu.open {
      opacity: 1;
      max-height: 300px; }
    .custom-dropdown .dropdown-menu li {
      color: #444;
      font-size: 14px;
      border-bottom: 1px solid rgba(68, 68, 68, 0.1);
      cursor: pointer; }
      .custom-dropdown .dropdown-menu li span {
        display: block;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
        .custom-dropdown .dropdown-menu li span:hover {
          background-color: rgba(68, 68, 68, 0.1); }
      .custom-dropdown .dropdown-menu li.O span {
        background-color: white; }
        .custom-dropdown .dropdown-menu li.O span:hover {
          background-color: #eaeaea; }
      .custom-dropdown .dropdown-menu li.S span {
        background-color: #449d44;
        color: white; }
      .custom-dropdown .dropdown-menu li.X span {
        background-color: #ddd;
        color: #333333; }
        .custom-dropdown .dropdown-menu li.X span:hover {
          background-color: #bbb; }

.custom-radio-label {
  padding-left: .8rem; }

.custom-radio {
  margin-left: 1rem; }
  .custom-radio label {
    background: white;
    color: #444;
    border: 1px solid #eee;
    min-width: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .custom-radio label.O:hover, .custom-radio label.X:hover {
      border-color: #e6e6e6;
      color: #03244D; }
    .custom-radio label.S, .custom-radio label.active {
      background-color: #03244D;
      color: white;
      border-color: #03244D; }
    .custom-radio label.X {
      background-color: #ddd;
      color: #333333;
      border-color: #ddd; }
      .custom-radio label.X:hover {
        background-color: #bbb; }

.obj-header {
  position: relative;
  color: #03244D; }
  .obj-header h3 {
    margin: 0; }
  .obj-header p {
    font-weight: 400; }

.panel-collapse.collapsing.in-remove-active.in-add-active {
  margin-bottom: -30px; }

.objectPlaceholder {
  position: relative;
  z-index: 0;
  width: 100%;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .objectPlaceholder article.qv-object header.qv-object-header h1 {
    margin: 0;
    color: #a8a8a8 !important; }
  .objectPlaceholder.animateOut {
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0; }
  .objectPlaceholder.full-height {
    height: 600px; }

.open-qs {
  position: absolute;
  right: 1rem; }
  .open-qs img {
    display: inline-block; }

.kpi-card {
  height: 7rem;
  border: 1px solid #eee;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .kpi-card.clickable {
    cursor: pointer; }
    .kpi-card.clickable:hover {
      background-color: rgba(232, 104, 35, 0.1); }
  .kpi-card.NaN {
    background-color: #eee; }
  .kpi-card .kpi-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .kpi-card .k-value {
    font-weight: 700;
    display: block;
    font-weight: bold; }
  .kpi-card .k-label {
    font-family: 'museo-slab', Arial, serif !important;
    display: block;
    color: #03244D;
    font-size: 1rem;
    line-height: 1rem; }
  .kpi-card .main-kpi .k-value {
    font-size: 1.75rem; }
  .kpi-card .sec-kpi {
    margin-left: .5rem;
    padding-left: .5rem;
    border-left: 1px solid #eee;
    text-align: right; }
    .kpi-card .sec-kpi .k-label {
      font-size: 12px; }
    .kpi-card .sec-kpi .k-value {
      font-size: 1rem; }
  .kpi-card .lds-dual-ring:after {
    border: 5px solid rgba(232, 104, 35, 0.5);
    border-color: rgba(232, 104, 35, 0.5) transparent rgba(232, 104, 35, 0.5) transparent; }
  .kpi-card .tooltip {
    min-width: 100px; }
  .kpi-card .btn-chart {
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0; }

.row .subsection {
  margin-bottom: 2rem; }

.modal-body {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden; }
  .modal-body iframe.configured {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0; }

pre.debug {
  z-index: 10;
  position: absolute;
  left: 2rem;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white; }

.chart-card {
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 2rem;
  padding: 3rem 3rem 0 0; }
  .chart-card .qv-st-header-cell-search .lui-icon--search:before {
    display: none; }
  .chart-card.simple {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .chart-card.simple.shadow {
      border-radius: .4rem;
      -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .chart-card.simple.removeTableHeader .qv-st-header {
      display: none; }
    .chart-card.simple.removeTableHeader tr.qv-st-data-row {
      border-left: 1px solid rgba(0, 0, 0, 0.08); }
    .chart-card.simple .button-container {
      height: 2rem; }
    .chart-card.simple .chart-description {
      top: unset;
      bottom: 1.4rem;
      left: 1.2rem;
      right: 1.2rem;
      border: 1px solid rgba(0, 0, 0, 0.05); }
    .chart-card.simple .obj-header {
      position: initial;
      background-color: transparent;
      padding: 1rem 0; }
      .chart-card.simple .obj-header .obj-title {
        margin: 0 auto;
        height: 2rem;
        text-align: center; }
    .chart-card.simple .objectPlaceholder {
      margin-bottom: auto; }
  .chart-card .obj-header {
    font-family: 'museo-slab', Arial, serif !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 2rem;
    background-color: #eee;
    padding: 5px 3rem 5px 1rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center; }
    .chart-card .obj-header .obj-title {
      margin-right: 1rem; }
  .chart-card .obj-btns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #eee; }
    .chart-card .obj-btns .btn-chart {
      min-width: auto;
      color: #03244D; }
      .chart-card .obj-btns .btn-chart:hover {
        background-color: #e6e6e6; }
  .chart-card .chart-description {
    position: absolute;
    top: 3rem;
    right: 3rem;
    left: 1rem;
    padding: 0;
    background: white;
    opacity: 0;
    padding: 1rem;
    transform: translateX(-100%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .chart-card .chart-description.show {
      opacity: 1;
      transform: translateX(0); }
    .chart-card .chart-description .btn {
      padding: 0;
      min-width: auto;
      position: absolute;
      top: 0;
      right: 0; }

.nav-tabs {
  border-bottom: 0; }
  .nav-tabs li {
    margin-bottom: -2px; }
    .nav-tabs li a {
      color: #a8a8a8; }

.tab-content {
  border: 1px solid #ddd;
  border-radius: 5px; }

.legend {
  padding: 1rem 0;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
  border-radius: .4rem;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .legend .heading {
    margin: 0 0 0.5rem .8rem; }
  .legend table td {
    padding: .5rem .8rem;
    font-size: small; }
    .legend table td:first-of-type {
      padding-right: 0; }
    .legend table td i.circle-indicator {
      display: block;
      background: black;
      height: 1rem;
      width: 1rem;
      border-radius: 0.5rem; }
      .legend table td i.circle-indicator.green {
        background: #46c646; }
      .legend table td i.circle-indicator.yellow {
        background: #ffcf00; }
      .legend table td i.circle-indicator.red {
        background: #f93f17; }
      .legend table td i.circle-indicator.grey {
        background: gray; }

.page-header {
  border: 0;
  margin: 0;
  margin-top: 1rem;
  padding-bottom: 0; }
  .page-header .page-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .page-header .page-title h1 {
      margin: 0;
      font-family: 'museo-slab', Arial, serif !important; }
  .page-header .page-description {
    border: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden; }
    .page-header .page-description .legend {
      margin-top: 2rem; }
    .page-header .page-description p {
      margin: 0 1rem;
      text-align: justify; }
    .page-header .page-description.show {
      max-height: 1000px;
      opacity: 1;
      padding: 1rem 0;
      margin-top: 1rem;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
  .page-header .toggle-description {
    padding: .3rem;
    text-align: left;
    min-width: auto; }
    .page-header .toggle-description span {
      transform: rotate(0);
      -moz-transition: transition 0.3s;
      -o-transition: transition 0.3s;
      -webkit-transition: transition 0.3s;
      transition: transition 0.3s; }
    .page-header .toggle-description.show span {
      transform: rotate(180deg); }

#contacts {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  max-height: 1000px; }
  #contacts.hide_contacts {
    opacity: 0;
    max-height: 0;
    width: 0;
    overflow: hidden; }

.contact-card {
  border: 1px solid #eee;
  margin-bottom: 1rem;
  position: relative; }
  .contact-card svg, .contact-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 70px; }
  .contact-card svg {
    opacity: .5; }
  .contact-card .details {
    z-index: 1;
    position: relative;
    padding: 1rem; }
    .contact-card .details span {
      display: block; }
  .contact-card .role {
    font-size: 14px;
    padding: 0 1rem;
    background-color: #eee;
    display: block; }
    .contact-card .role .lui-icon--info {
      font-size: 13px;
      margin-left: 10px;
      position: absolute;
      right: 1rem; }
  .contact-card .name {
    color: #03244D;
    margin-top: 1rem;
    font-family: 'museo-slab', Arial, serif !important; }
  .contact-card .tel {
    font-size: 1rem; }

.modal-lg {
  width: 90%;
  margin: 2rem auto; }

.modal {
  background-color: #000000a6; }
  .modal .objectPlaceholder {
    height: 60vh;
    min-height: 400px; }
  .modal .modal-header h3 {
    font-family: 'museo-slab', Arial, serif !important;
    color: #03244D; }
  .modal .chart-card {
    margin-bottom: 0; }
  .modal .video {
    height: 60vh; }

#carousel-col {
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }

.carousel-wrapper .carousel-btn {
  color: white; }

.carousel-wrapper .slide .carousel-item {
  text-align: center; }
  .carousel-wrapper .slide .carousel-item .image img {
    max-width: 100%;
    height: auto; }

.carousel-wrapper .carousel-next .carousel-btn {
  right: 1rem; }

.carousel-wrapper .carousel-prev .carousel-btn {
  left: 1rem; }

.container-fluid.with-fixed-nav {
  margin-top: 7.4rem; }

#auburn-header {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  margin: 0;
  background-color: #03244D;
  align-items: center; }
  #auburn-header .flexitem {
    flex: 1; }
  #auburn-header .header_logo {
    max-width: 200px; }
    #auburn-header .header_logo a {
      display: block;
      padding: 1rem 0; }
  #auburn-header .header_secondary {
    text-align: right;
    margin-left: auto; }
    #auburn-header .header_secondary > span {
      display: block;
      color: #eee; }
    #auburn-header .header_secondary .smaller {
      font-size: smaller; }
    #auburn-header .header_secondary .last_update.no-title {
      position: absolute;
      top: .5rem;
      right: 1rem; }
    #auburn-header .header_secondary .unit_title {
      position: relative;
      bottom: 0.3rem; }
    #auburn-header .header_secondary .pale {
      opacity: .3; }
    #auburn-header .header_secondary .tiny {
      position: relative;
      top: .5rem;
      font-size: 8pt; }
      #auburn-header .header_secondary .tiny i {
        font-size: 8pt; }
    #auburn-header .header_secondary .field-single-value {
      color: #e6e6e6; }
    #auburn-header .header_secondary .custom-dropdown {
      margin-left: auto; }
      #auburn-header .header_secondary .custom-dropdown button.btn-toggle {
        background-color: transparent;
        color: #eee;
        border: 0;
        margin-left: auto;
        width: auto;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        border-radius: 0; }
        #auburn-header .header_secondary .custom-dropdown button.btn-toggle:focus, #auburn-header .header_secondary .custom-dropdown button.btn-toggle:hover {
          border: 0;
          outline: none;
          border-bottom: 1px solid #eee; }
        #auburn-header .header_secondary .custom-dropdown button.btn-toggle .field-label {
          margin-right: 1rem; }
  #auburn-header .field-small-label {
    display: none; }
  #auburn-header #menuToggle {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background-color: transparent;
    height: 20px;
    width: 30px;
    color: #eee;
    opacity: 1;
    margin: 1rem; }
    #auburn-header #menuToggle:hover span {
      background-color: #E86823; }

#mashup-header {
  position: fixed;
  z-index: 1;
  top: 85px;
  width: 100%; }

#filterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 250px;
  position: fixed;
  z-index: 2;
  top: 124px;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  background-color: #e6e6e6; }
  #filterRow.filtersIn {
    transform: translateX(0); }
  #filterRow .custom-dropdown {
    margin-bottom: 1rem; }
  #filterRow #last_reload {
    margin-top: auto; }
    #filterRow #last_reload ul li {
      color: #03244D;
      border-top: 1px solid rgba(238, 238, 238, 0.75);
      padding: 5px 0; }
      #filterRow #last_reload ul li span {
        display: block;
        color: #a8a8a8;
        font-size: 12px;
        font-style: italic; }
  #filterRow #filterToggle {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    color: #03244D;
    width: auto;
    padding: 0 1rem;
    border-radius: 100px 0 0 100px;
    transform: translateX(-100%);
    background-color: #e6e6e6; }
    #filterRow #filterToggle span {
      line-height: 38px; }
    #filterRow #filterToggle:hover {
      background-color: #dedede; }

#navigation {
  border-radius: 0;
  margin: 0 !important;
  background-color: #cc4e0a;
  color: #eee;
  font-size: 14px;
  line-height: 14px;
  width: 15rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  position: fixed;
  top: 85px;
  bottom: 0;
  transform: translateX(-100%);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }
  #navigation.sidebarIn {
    transform: translateX(0); }
    #navigation.sidebarIn #menuToggle {
      right: 0; }
  #navigation h4.panel-title {
    font-size: 1rem; }
  #navigation .links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #navigation .links .panel-group .panel {
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #E86823;
      background-color: transparent;
      color: #eee;
      margin: 0; }
      #navigation .links .panel-group .panel .panel-heading {
        cursor: pointer;
        background-color: transparent;
        border-bottom: 0;
        padding: 0; }
        #navigation .links .panel-group .panel .panel-heading:hover {
          background-color: rgba(255, 255, 255, 0.1);
          text-decoration: none; }
        #navigation .links .panel-group .panel .panel-heading a {
          color: #eee; }
          #navigation .links .panel-group .panel .panel-heading a:focus {
            text-decoration: none; }
          #navigation .links .panel-group .panel .panel-heading a.active {
            border-left: 3px solid #eee; }
        #navigation .links .panel-group .panel .panel-heading .panel-title a {
          padding: 1rem;
          display: block; }
      #navigation .links .panel-group .panel.panel-open {
        background-color: #E86823; }
        #navigation .links .panel-group .panel.panel-open .panel-heading {
          border-bottom: 1px solid #cc4e0a; }
        #navigation .links .panel-group .panel.panel-open .panel-collapse .panel-body {
          margin: -15px; }
      #navigation .links .panel-group .panel .panel-collapse .panel-body {
        border: 0; }
    #navigation .links .nav-item {
      border-bottom: 1px solid #cc4e0a; }
      #navigation .links .nav-item a {
        color: #eee;
        padding: 1rem 1rem 1rem 2rem;
        display: block;
        cursor: pointer; }
        #navigation .links .nav-item a:hover {
          background-color: rgba(255, 255, 255, 0.1);
          text-decoration: none; }
        #navigation .links .nav-item a:focus {
          text-decoration: none; }
        #navigation .links .nav-item a.active {
          border-left: 3px solid #eee; }
  #navigation #helpVideo {
    cursor: pointer;
    margin-right: 2rem;
    height: 39px;
    line-height: 39px; }

#bookmarks {
  position: fixed;
  right: 0;
  background-color: #E86823;
  color: #eee;
  transform: translateX(100%);
  z-index: 2;
  width: 350px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  #bookmarks.bookmarksIn {
    transform: translateX(0); }
  #bookmarks h5 {
    font-style: italic;
    color: #03244D; }
  #bookmarks #createBM {
    padding: 1rem;
    position: relative; }
    #bookmarks #createBM .btn {
      min-width: auto; }
    #bookmarks #createBM #abortBM {
      position: absolute;
      right: 35px;
      top: 0;
      color: #a8a8a8;
      z-index: 1;
      line-height: 35px;
      width: 35px;
      text-align: center;
      cursor: pointer; }
      #bookmarks #createBM #abortBM:hover {
        color: #444; }
    #bookmarks #createBM > i {
      font-size: 12px; }
  #bookmarks #bookmarkList {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    #bookmarks #bookmarkList h5 {
      padding: 0 1rem; }
    #bookmarks #bookmarkList ul li {
      border-top: 1px solid rgba(238, 238, 238, 0.2);
      position: relative;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      #bookmarks #bookmarkList ul li a {
        padding: 1rem;
        display: block;
        color: #eee;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis; }
        #bookmarks #bookmarkList ul li a span {
          font-size: 12px; }
      #bookmarks #bookmarkList ul li .bm-remove {
        cursor: pointer;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 1rem; }
        #bookmarks #bookmarkList ul li .bm-remove:hover {
          background-color: #03244D; }
      #bookmarks #bookmarkList ul li:hover a {
        background-color: #cc4e0a; }

.lui-popover-container, .lui-dialog-container {
  position: fixed !important;
  z-index: 9999; }

.qs_cs_bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  z-index: 1;
  transform: translateY(-100%); }
  .qs_cs_bar .buttons div[tid="toggleGlobalSearchButton"] {
    display: none; }
  .qs_cs_bar #clearselections {
    display: none; }
  .qs_cs_bar .buttons-end {
    display: none; }
  .qs_cs_bar.showSelections {
    transform: translateY(0); }

#menuToggle {
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#menuToggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #eee;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menuToggle span:nth-child(1) {
  top: 0px; }

#menuToggle span:nth-child(2), #menuToggle span:nth-child(3) {
  top: 8px; }

#menuToggle span:nth-child(4) {
  top: 16px; }

#menuToggle.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%; }

#menuToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menuToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menuToggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

div.container.with-fixed-nav {
  position: relative;
  top: 7.6rem; }
  div.container.with-fixed-nav .page-title h1 {
    font-size: 3.2vh; }

#horizontal-nav {
  margin-top: 85px;
  border-radius: 0; }
  #horizontal-nav .separator {
    border-top: 1px solid #e6e6e6;
    padding-left: 0.5rem; }
  #horizontal-nav.centered .navbar-nav {
    text-align: center;
    float: none; }
    #horizontal-nav.centered .navbar-nav > li {
      float: none;
      display: inline-block; }
  #horizontal-nav #last_reload {
    text-align: end;
    font-size: smaller; }
  #horizontal-nav .navbar-nav {
    width: 100%; }
  #horizontal-nav.navbar {
    min-height: 25px; }
  #horizontal-nav .navbar-toggle {
    margin: 3px 1.1rem; }
  #horizontal-nav .navbar-nav > li > a, #horizontal-nav #helpLink {
    padding: .6rem 1.2rem; }
  #horizontal-nav .dropdown-submenu {
    position: relative; }
  #horizontal-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px; }
  #horizontal-nav.auburn-orange-bg {
    background-color: #cc4e0a;
    border-color: #E86823; }
    #horizontal-nav.auburn-orange-bg span.caret {
      position: relative;
      bottom: .1rem;
      transition: transform .2s;
      transform: rotate(-90deg); }
    #horizontal-nav.auburn-orange-bg .navbar-collapse {
      max-height: 80vh; }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-toggle {
      float: left;
      margin-left: .5rem;
      border-color: #E86823; }
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-toggle:hover {
        background-color: #E86823; }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > a, #horizontal-nav.auburn-orange-bg.navbar-inverse #helpLink {
      color: #eee; }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > a:hover {
      background-color: rgba(170, 65, 8, 0.5); }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > ul {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem; }
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > ul li:last-child {
        padding-bottom: .5rem; }
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > ul li a {
        padding: .5rem 1.5rem; }
        #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > li > ul li a:hover {
          background-color: rgba(170, 65, 8, 0.5); }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-collapse,
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-form {
      border-color: rgba(170, 65, 8, 0.5); }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a,
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a:hover,
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a:focus {
      color: #eee;
      background-color: rgba(170, 65, 8, 0.5); }
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a span.caret,
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a:hover span.caret,
      #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-nav > .open > a:focus span.caret {
        transform: rotate(0deg); }
    #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-toggle:hover, #horizontal-nav.auburn-orange-bg.navbar-inverse .navbar-toggle:focus {
      background-color: rgba(170, 65, 8, 0.5); }

@media (min-width: 900px) {
  #horizontal-nav.auburn-orange-bg .navbar-nav > li > ul > li > a:hover {
    background-color: rgba(3, 36, 77, 0.1) !important; } }

@media (max-width: 900px) {
  #horizontal-nav .separator {
    border: none;
    padding-left: 0.5rem; }
    #horizontal-nav .separator span {
      color: rgba(255, 255, 255, 0.6); }
    #horizontal-nav .separator:before {
      content: '';
      border-bottom: 1px solid #e6e6e6;
      position: relative;
      bottom: 0.2rem;
      margin-left: 0.6rem;
      display: inline-block;
      width: 100%; }
  #horizontal-nav .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #horizontal-nav .navbar-nav > li > a, #horizontal-nav .navbar-nav .open .dropdown-menu > li > a {
    color: white !important; }
  #horizontal-nav .navbar-header {
    float: none; }
  #horizontal-nav .navbar-left, #horizontal-nav .navbar-right {
    float: none !important; }
  #horizontal-nav .navbar-toggle {
    display: block; }
  #horizontal-nav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  #horizontal-nav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  #horizontal-nav .navbar-collapse.collapse {
    display: none !important; }
  #horizontal-nav .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  #horizontal-nav .navbar-nav > li {
    float: none; }
  #horizontal-nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  #horizontal-nav .collapse.in {
    display: block !important; } }

@media (max-width: 768px) {
  #horizontal-nav {
    margin-top: 76px; } }

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer; }

.mini-chart {
  height: 10rem; }

.overview-card {
  padding: 1rem; }
  .overview-card .chart-card {
    margin-bottom: 0; }
  .overview-card.hover.shadow {
    border-radius: .4rem;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0), 3px 3px 6px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0), 3px 3px 6px 3px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0), 3px 3px 6px 3px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0); }
  .overview-card.hover:hover.shadow {
    border-radius: .4rem;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02), 3px 3px 6px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1); }

@media (max-width: 767px) {
  #auburn-header .header_logo {
    flex: none; }
    #auburn-header .header_logo a {
      width: 50px; }
  .page-header {
    text-align: center; }
    .page-header .page-title {
      display: block; }
      .page-header .page-title h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem; }
    .page-header .toggle-description {
      margin: 0 auto; }
  .kpi-card {
    display: block;
    height: 5rem !important; }
    .kpi-card .obj-header {
      font-size: 1.75rem;
      line-height: 1.75rem; }
    .kpi-card .k-label {
      font-size: 14px;
      line-height: 14px; }
    .kpi-card .main-kpi .k-value {
      font-size: 2rem;
      line-height: 2rem; }
  .objectPlaceholder {
    height: 300px; }
  #viewWrap {
    padding-top: 5rem; }
    #viewWrap.pushRight {
      margin-left: auto; }
  #mashup-header {
    top: 76px; }
  #navigation {
    top: 76px; }
  .qs_cs_bar {
    top: auto;
    bottom: 0;
    transform: translateX(0);
    position: fixed; }
  #filterRow {
    width: 200px;
    position: fixed;
    top: 76px;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    background-color: #e6e6e6; }
    #filterRow.filtersIn {
      transform: translateX(0); }
    #filterRow .custom-dropdown {
      margin-bottom: 1rem; }
    #filterRow #bookmarksToggle .btn {
      width: 100%; }
    #filterRow #clearAll {
      margin-bottom: 1rem; }
  .custom-radio {
    margin-bottom: 5px; }
    .custom-radio label {
      font-size: 13px;
      padding: 5px; }
  .chart-card {
    padding-top: 0;
    padding-right: 2rem; }
    .chart-card .obj-header {
      position: relative;
      height: auto;
      margin-bottom: 1rem; }
  #contacts {
    width: 100%; } }

@media (min-width: 768px) {
  .objectPlaceholder {
    height: 400px; }
  #viewWrap.pushRight {
    margin-left: auto; }
  #navigation .links {
    align-items: center; }
    #navigation .links #helpVideo {
      margin-left: auto; }
  #contacts {
    width: 100%; } }

@media (min-width: 992px) {
  .objectPlaceholder {
    height: 500px; }
  #contacts {
    width: 50%; }
  #viewWrap.pushRight {
    margin-left: 15rem; } }

@media (min-width: 1200px) {
  .kpi-card .main-kpi .k-value {
    font-size: 2rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .qv-object-kpi .measure-title {
    font-size: 14px !important; } }

.lds-dual-ring {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  margin: 0 auto; }
  .lds-dual-ring.small-ring {
    width: 32px;
    height: 32px; }
    .lds-dual-ring.small-ring::after {
      width: 26px;
      height: 26px;
      border-width: 3px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 78px;
  height: 78px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgba(232, 104, 35, 0.5);
  border-color: rgba(232, 104, 35, 0.5) transparent rgba(232, 104, 35, 0.5) transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
