@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1350px) {
  .container {
    width: 1300px;
  }
}

#block-debttoearningsdata .block-title {
  font-weight: 600;
  color: #0e3692;
  text-transform: uppercase;
  font-size: 40px;
}

.blue {
  background-color: #0e3692;
  color: white;
}

.menu.menu--group-menu {
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .menu.menu--group-menu {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.menu.menu--group-menu li {
  padding-bottom: 10px;
}

@media screen and (min-width: 500px) {
  .menu.menu--group-menu li {
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.menu.menu--group-menu li:last-child {
  padding-right: 0;
}

.menu.menu--group-menu li a {
  color: #0e3692;
  border: 2px solid #0e3692;
  background-color: transparent;
  outline: none;
  display: in;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  font-weight: 600;
}

.menu.menu--group-menu li a:hover,
.menu.menu--group-menu li a.is-active,
.menu.menu--group-menu li a.active-trail {
  background-color: #0e3692;
  color: #ffffff;
}

.block-highered-chart.block-graph-block {
  padding-top: 30px;
}

#chart_title_rr {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #0e3692;
  line-height: 1.2;
}

#chart_title {
  font-weight: 700;
  color: #0e3692;
  font-size: 20px;
  padding-bottom: 10px;
}

.button-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 15px;
}

.button-checks .button {
  margin-right: 30px;
}

.block-highered-chart #chart {
  background-color: #fafafa;
}

.block-highered-chart #chart > div {
  display: table;
  margin: auto;
}

.block-highered-chart #chart svg defs + rect {
  fill: #fafafa;
}

.menu-type-first > ul.menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: section;
  margin-left: -1px;
  margin-right: -1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-type-first > ul.menu > li {
  counter-increment: section;
  padding: 1px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .menu-type-first > ul.menu > li {
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .menu-type-first > ul.menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 180px;
    width: auto;
  }
}

.menu-type-first > ul.menu > li > a {
  background-color: #7b8dc2;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 15px;
  height: 100%;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .menu-type-first > ul.menu > li > a {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .menu-type-first > ul.menu > li > a {
    padding: 20px 12px;
  }
}

@media screen and (min-width: 992px) {
  .menu-type-first > ul.menu > li > a {
    padding: 20px 15px;
    font-size: 18px;
  }
}

.menu-type-first > ul.menu > li > a:hover,
.menu-type-first > ul.menu > li > a.active-trail,
.menu-type-first > ul.menu > li > a.is-active {
  background-color: #0e3692;
}

.menu-type-first > ul.menu > li > a::before {
  content: counter(section);
  font-size: 30px;
  display: block;
  color: #b0bbda;
  min-width: 30px;
}

.chart-report.full {
  padding-top: 60px;
  padding-bottom: 40px;
}

.chart-report.full .view-header {
  font-weight: 700;
  color: #0e3692;
  font-size: 20px;
  padding-bottom: 10px;
  display: table;
}

.chart-report.full .view-header > span {
  display: table-cell;
  vertical-align: top;
}

.paragraph--type--chart-comments {
  font-size: 18px;
  color: #000000;
  padding-bottom: 30px;
}

.paragraph--type--chart-comments .field--name-field-title {
  font-weight: 700;
  color: #0e3692;
  font-size: 20px;
  padding-bottom: 4px;
}

.paragraph--type--chart-comments .field--name-field-li .field--item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
}

.paragraph--type--chart-comments .field--name-field-li .field--item::before {
  content: "";
  padding: 3px;
  background: #0e3692;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  margin-top: calc(0.714em - 3px);
  margin-right: 12px;
}

#block-views-block-summary-de-block-1 {
  padding-top: 30px;
}

#block-views-block-summary-de-block-1 .block-title {
  font-weight: 700;
  color: #0e3692;
  text-transform: uppercase;
  font-size: 30px;
}

.view-summary-de {
  margin-bottom: 15px;
}

.view-summary-de table,
.gr-report-view-container table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-left: -3px;
}

.view-summary-de .dataTables_wrapper,
.gr-report-view-container .dataTables_wrapper {
  padding-left: 3px;
}

.view-summary-de table *,
.gr-report-view-container table * {
  position: relative;
}

.view-summary-de table tbody tr td,
.view-summary-de table thead tr th,
.view-summary-de table tfoot tr td,
.gr-report-view-container table tbody tr td,
.gr-report-view-container table thead tr th,
.gr-report-view-container table tfoot tr td {
  padding-left: 8px;
  vertical-align: bottom;
  text-align: center;
}

.view-summary-de table tbody tr td.l,
.view-summary-de table tbody tr td.l,
.view-summary-de table thead tr th.l,
.view-summary-de table thead tr th.l,
.view-summary-de table tfoot tr td.l,
.view-summary-de table tfoot tr td.l,
.gr-report-view-container table tbody tr td.l,
.gr-report-view-container table tbody tr td.l,
.gr-report-view-container table thead tr th.l,
.gr-report-view-container table thead tr th.l,
.gr-report-view-container table tfoot tr td.l,
.gr-report-view-container table tfoot tr td.l {
  text-align: right;
}

.view-summary-de table tbody tr td.c,
.view-summary-de table tbody tr td.c,
.view-summary-de table thead tr th.c,
.view-summary-de table thead tr th.c,
.view-summary-de table tfoot tr td.c,
.view-summary-de table tfoot tr td.c,
.gr-report-view-container table tbody tr td.c,
.gr-report-view-container table tbody tr td.c,
.gr-report-view-container table thead tr th.c,
.gr-report-view-container table thead tr th.c,
.gr-report-view-container table tfoot tr td.c,
.gr-report-view-container table tfoot tr td.c {
  text-align: center;
}

.view-summary-de table tbody tr td.r,
.view-summary-de table tbody tr td.r,
.view-summary-de table thead tr th.r,
.view-summary-de table thead tr th.r,
.view-summary-de table tfoot tr td.r,
.view-summary-de table tfoot tr td.r,
.gr-report-view-container table tbody tr td.r,
.gr-report-view-container table tbody tr td.r,
.gr-report-view-container table thead tr th.r,
.gr-report-view-container table thead tr th.r,
.gr-report-view-container table tfoot tr td.r,
.gr-report-view-container table tfoot tr td.r {
  text-align: center;
}

.view-summary-de table tbody tr:not(.text-center) td:first-child,
.view-summary-de table thead tr th:first-child,
.view-summary-de table tfoot tr td:first-child,
.gr-report-view-container table tbody tr:not(.text-center) td:first-child,
.gr-report-view-container table thead tr th:first-child,
.gr-report-view-container table tfoot tr td:first-child {
  padding-left: 5px;
  text-align: left;
  width: 35%;
}

.view-summary-de table tbody tr.text-center td.views-align-center {
  text-align: center;
}

.view-summary-de table tbody tr.text-center td.views-align-center div {
  text-align: left;
}

.view-summary-de table tbody tr td:first-child {
  padding-left: 5px;
}

.col-md-4
.view-summary-de
table
tbody
tr.text-center
td.views-align-center
div {
  text-align: left;
}

.gr-report-view-container table tbody tr td.views-field-field-ins-sector {
  padding-left: 10px;
}

.gr-report-view-container table tbody tr td.views-field-field-ins-sector div {
  text-align: left;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(1)
div {
    width: 55px;
  }
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(2)
div {
    width: 50px;
  }
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(3)
div {
    width: 80px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(1)
div {
    width: 55px;
  }
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(2)
div {
    width: 67px;
  }
  .view-summary-de
table
tbody
tr.text-center
td.views-align-center:nth-of-type(3)
div {
    width: 110px;
  }
}

.view-summary-de table thead tr,
.gr-report-view-container table thead tr {
  height: 48px;
  background: #0e3692;
}

.view-summary-de table thead tr th,
.gr-report-view-container table thead tr th {
  color: #ffffff;
  line-height: 1.1;
  /*text-transform: capitalize;*/
}

.view-summary-de table thead tr th a,
.gr-report-view-container table thead tr th a {
  text-decoration: none;
  color: inherit;
}

.view-summary-de table thead tr th a:hover,
.gr-report-view-container table thead tr th a:hover {
  color: #ffffff;
}

.view-summary-de table tbody tr,
.gr-report-view-container table tbody tr {
  font-size: 14px;
  color: #323232;
  line-height: 1.2;
  font-weight: unset;
  background-color: transparent !important;
}

.view-summary-de table tbody tr td,
.gr-report-view-container table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.view-summary-de table tbody tr td.views-field-field-ins-sector,
.gr-report-view-container table tbody tr td.views-field-field-ins-sector {
  text-align: left;
}

.view-summary-de table tbody tr td,
.gr-report-view-container table tbody tr td div {
  /*text-align: right;*/
}

.view-summary-de table tbody tr td,
.gr-report-view-container table tbody tr td:first-child {
  text-align: left;
}

.view-summary-de table tbody tr:hover,
.gr-report-view-container table tbody tr:hover {
  background-color: transparent !important;
  color: #323232;
}

.view-summary-de table tbody tr:nth-child(even),
.gr-report-view-container table tbody tr:nth-child(even) {
  background-color: transparent;
}

.view-summary-de table tbody tr td,
.gr-report-view-container table tbody tr td {
  border-bottom: 1px solid #607ab7;
  border-top: none;
  border-left: 0;
  border-right: 0;
}

.view-summary-de table tbody tr td a,
.gr-report-view-container table tbody tr td a {
  color: #0e3692;
  font-weight: 600;
}

.view-summary-de table tbody tr:last-child,
.gr-report-view-container table tbody tr:last-child {
  border: 0;
}

.view-summary-de table tbody tr:last-child td,
.gr-report-view-container table tbody tr:last-child td {
  border-bottom: 1px solid #333333;
}

.note-td {
  border-left: 1px solid #607ab7;
}

.view-summary-de table tfoot,
.gr-report-view-container table tfoot {
  background: #7b8dc2;
  color: #fff;
}

.view-summary-de table tfoot tr,
.gr-report-view-container table tfoot tr {
  height: 50px;
}

.institute-view.gr-report-view-container table thead tr th {
  vertical-align: bottom;
  text-align: center;
}

.institute-view.gr-report-view-container table thead tr th.views-field-field-ins-sector {
  text-align-last: left;
}

.institute-view.gr-report-view-container table thead tr th:first-child {
  width: 100%;
  text-align: left;
}

.gr-report-view-container table tr th {
  vertical-align: bottom;
}

.gr-report-view-container table tr th.views-field-field-gr-150-1,
.gr-report-view-container table tr th.views-field-field-stat-upgrntp,
.gr-report-view-container table tr th.views-field-field-stat-md-earn-wne,
.gr-report-view-container table tr th.views-field-field-stat-grad-debt-mdn,
.gr-report-view-container table tr th.views-field-field-stat-upgrntp-1,
.gr-report-view-container table tr th.views-field-field-gr-100,
.gr-report-view-container table tr th.views-field-field-gr-150,
.gr-report-view-container table tr td.views-field-field-gr-150-1,
.gr-report-view-container table tr td.views-field-field-stat-upgrntp,
.gr-report-view-container table tr td.views-field-field-stat-md-earn-wne,
.gr-report-view-container table tr td.views-field-field-stat-grad-debt-mdn,
.gr-report-view-container table tr td.views-field-field-stat-upgrntp-1,
.gr-report-view-container table tr td.views-field-field-gr-100,
.gr-report-view-container table tr td.views-field-field-gr-150 {
  text-align: center;
}

.view-summary-de table tbody tr td:last-child,
.view-summary-de table tbody tr td:nth-last-child(2),
.view-summary-de table tbody tr th:last-child,
.view-summary-de table tbody tr th:nth-last-child(2),
.view-summary-de table thead tr td:last-child,
.view-summary-de table thead tr td:nth-last-child(2),
.view-summary-de table thead tr th:last-child,
.view-summary-de table thead tr th:nth-last-child(2) {
  text-align: center;
}

/*
.gr-report-view-container {
  padding-bottom: 30px;
}
*/
.gr-report-view-container .form--inline.form-inline {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gr-report-view-container .form--inline.form-inline::after, .gr-report-view-container .form--inline.form-inline::before {
  display: none;
}

.gr-report-view-container .view-filters .form-item label {
  font-size: 16px;
}

.view-filters .form-item {
  padding-right: 15px;
}

.chart-report.full .view-filters .form-item {
  padding-right: 0px;
}

.view-filters .form-item .form-control {
  border-radius: 4px;
  border: 1px solid #555555;
  height: 37.6px;
}

.view-filters .button.btn-info {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  line-height: 1;
  background-color: #0e3692;
  color: #ffffff;
  border-color: #0e3692;
  margin-right: 0;
}

.view-filters .button.btn-info:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.view-filters .button.btn-info:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.view-filters .button.btn-danger {
  background-color: transparent;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  border: 1px solid #0e3692;
  color: #0e3692;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  line-height: 1;
  padding: 8px 20px 8px 20px;
  border-width: 2px;
}

.view-filters .button.btn-danger:hover {
  color: #ffffff;
  background-color: #0e3692;
  border-color: #0e3692;
}

.gr-report-view-container .view-content .views-form form .form-control {
  height: 37.6px;
  border-radius: 0;
}

.gr-report-view-container
.view-content
.views-form
form
.form-actions.form-wrapper {
  text-align: right;
  padding-top: 15px;
}

.gr-report-view-container
.view-content
.views-form
form
.form-actions.form-wrapper
.button.btn {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  line-height: 1;
  background-color: #0e3692;
  color: #ffffff;
  border-color: #0e3692;
  margin-right: 0;
}

.gr-report-view-container
.view-content
.views-form
form
.form-actions.form-wrapper
.button.btn:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.gr-report-view-container
.view-content
.views-form
form
.form-actions.form-wrapper
.button.btn:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.gr-report-view-container
.view-content
.views-form
form
.views-field-graduate-ratio
span {
  display: block;
  width: 100%;
  background-color: #7b8dc2;
}

.gr-report-view-container
.view-content
.views-form
form
.views-field-graduate-ratio
span
div {
  background: #0e3692 !important;
  text-align: left !important;
}

.gr-report-view-container .view-content .views-form form .panel {
  border-radius: 0;
  border-color: #0e3692;
}

.gr-report-view-container .view-content .views-form form .panel .panel-heading {
  background-color: #0e3692;
  color: #ffffff;
  border-radius: 0;
  border-color: #0e3692;
}

.gr-report-view-container
.view-content
.views-form
form
.panel
.panel-heading
a {
  color: #ffffff;
}

.gr-report-view-container
.view-content
.views-form
form
.panel
.panel-heading
.panel-title {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-2x'%3E%3Cpath fill='%23ffffff' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 12px;
}

.gr-report-view-container .view-content .views-form form .panel .button.btn {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  line-height: 1;
  background-color: #0e3692;
  color: #ffffff;
  border-color: #0e3692;
  font-size: 13px;
  text-transform: unset;
  padding: 8px 15px;
}

.gr-report-view-container
.view-content
.views-form
form
.panel
.button.btn:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.gr-report-view-container
.view-content
.views-form
form
.panel
.button.btn:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.pagination.js-pager__items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination.js-pager__items > li {
  padding: 1px;
}

.pagination.js-pager__items > li > a,
.pagination.js-pager__items > li > span {
  border-radius: 0;
  border: none;
  background-color: #cad5f4;
  color: #0e3692;
  display: block;
  float: none;
}

.pagination.js-pager__items > li.is-active > a,
.pagination.js-pager__items > li.is-active > span,
.pagination.js-pager__items > li.active > a,
.pagination.js-pager__items > li.active > span,
.pagination.js-pager__items > li:hover > a,
.pagination.js-pager__items > li:hover > span {
  background-color: #0e3692;
  color: #ffffff;
}

.menu-type-first h2 {
  font-weight: 600;
  color: #0e3692;
  text-transform: uppercase;
  font-size: 32px;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 768px) {
  font-size: 36px;
}

@media screen and (min-width: 992px) {
  .chart-report.full .row .col-md-8 {
    width: 65%;
  }
  .menu-type-first h2 {
    font-size: 40px;
  }
  .chart-report.full .row .col-md-4 {
    width: 35%;
  }
  .chart-report.full .row .col-md-8:first-child {
    padding-right: 30px;
  }
}

.chart-report.full .col-md-4 .scroll-content,
.chart-report.full .col-md-4 .gr-note,
.chart-report.full .col-md-8 .scroll-content,
.chart-report.full .col-md-8 .gr-note {
  font-size: 18px;
}

.chart-report.full .col-md-4 .scroll-content ul li::marker,
.chart-report.full .col-md-4 .gr-note ul li::marker,
.chart-report.full .col-md-8 .scroll-content ul li::marker,
.chart-report.full .col-md-8 .gr-note ul li::marker {
  color: #0e3692;
  font-weight: 700;
}

.chart-report.full .col-md-4 .scroll-content ul li,
.chart-report.full .col-md-4 .gr-note ul li {
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .chart-report.full .row .col-md-8:not(:first-child) {
    padding-left: 40px;
  }
  .chart-report.full .row .col-md-8:first-child {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1350px) {
  .chart-report.full .row .col-md-8:not(:first-child) {
    padding-left: 60px;
  }
  .chart-report.full .row .col-md-8:first-child {
    padding-right: 60px;
  }
}

.view-summary-de .view-title {
  font-weight: 700;
  color: #0e3692;
  font-size: 20px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.main-header.bg-blue {
  background: #0e3692;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
}

.main-header.bg-blue.small {
  background: #0e3692;
  color: #fff;
  padding: 0px;
}

.main-header.bg-blue .container .header-flex {
  color: #0e3692;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .main-header.bg-blue .container {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

.main-header.bg-blue .logo {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .main-header.bg-blue .logo {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

.main-header.bg-blue .navbar-brand {
  float: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  display: block;
  height: auto;
  line-height: 1;
}

.menu.menu--top-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.menu.menu--top-menu li:not(:last-child) {
  padding-right: 15px;
}

/* .menu.menu--top-menu li a {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  outline: none;
  display: block;
  font-size: 14px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.menu.menu--top-menu li a:hover,
.menu.menu--top-menu li a.is-active {
  background-color: #fff;
  color: #0e3692;
} */
.menu.menu--top-menu li a {
  color: #ffffff;
  background-color: transparent;
  outline: none;
  display: block;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.4px;
}

.menu.menu--top-menu li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.menu--top-menu li:not(:last-child)::after {
  content: "|";
  font-weight: 700;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 15px;
  opacity: 0.5;
}

.menu.menu--top-menu li a:hover,
.menu.menu--top-menu li a.is-active {
  text-decoration: underline;
}

.path-frontpage .main-header.bg-blue .navbar-brand {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .main-header.bg-blue {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .main-header.bg-blue .navbar-brand {
    font-size: 30px;
  }
  .path-frontpage .main-header.bg-blue .navbar-brand {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .path-frontpage .main-header.bg-blue .navbar-brand {
    font-size: 36px;
  }
  .main-header.bg-blue .navbar-brand {
    font-size: 30px;
  }
}

.notes-table table.table {
  min-width: 768px;
}

.notes-table .table-responsive table.table > tbody > tr > td,
.notes-table .table-responsive table.table > tbody > tr > th {
  white-space: normal;
}

.main-header.bg-blue .menu.menu--group-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-header.bg-blue .menu.menu--group-menu li a {
  color: #fff;
  border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .main-header.bg-blue .menu.menu--group-menu li a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.main-header.bg-blue .menu.menu--group-menu li a:hover,
.main-header.bg-blue .menu.menu--group-menu li a.is-active,
.main-header.bg-blue .menu.menu--group-menu li a.active-trail {
  color: #0e3692;
  background-color: #ffffff;
}

.main-container.home-content {
  padding-top: 35px;
  padding-bottom: 50px;
}

.main-container.home-content .field--name-body h3 {
  font-weight: 700;
  margin-top: 50px;
  /*text-transform: uppercase; */
  color: #0e3692;
  font-size: 25px;
  letter-spacing: 1px;
}

@media screen and (min-width: 992px) {
  .main-container.home-content .field--name-body h3 {
    font-size: 25px;
  }
}

.main-container.home-content .field--name-body h3:first-child {
  margin-top: 0px;
}

.main-container.home-content .field--name-body hr {
  border: 1px solid #999999;
}

.main-container.home-content .field--name-body p a {
  font-weight: 600;
  color: #0e3692;
  text-decoration: underline;
}

.gr-note {
  font-size: 18px;
  margin-top: 15px;
}

.close {
  opacity: 1;
  font-weight: normal;
  font-size: 30px;
  line-height: 18px;
  color: #0e3692;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.close:hover {
  color: #000;
}

.field--name-body {
  color: #000000;
  font-size: 18px;
}

.paragraph--type--pdf-and-name {
  font-size: 18px;
  padding-top: 10px;
}

.paragraph--type--pdf-and-name a {
  color: #0e3692;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph--type--pdf-and-name a .field--name-field-pdf-label {
  padding-left: 5px;
}

.block-highered-chart.block-graph-block .btn.btn-primary {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  font-weight: 500;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  line-height: 1;
  background-color: #0e3692;
  color: #ffffff;
  border-color: #0e3692;
  text-transform: unset;
  font-size: 14px;
  padding: 6px 15px;
}

.block-highered-chart.block-graph-block .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.block-highered-chart.block-graph-block .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #7b8dc2;
  border-color: #7b8dc2;
}

.page-node-type-page h1 {
  font-weight: 600;
  color: #0e3692;
  text-transform: uppercase;
  font-size: 40px;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.page-node-type-page .field--name-body h3 {
  font-weight: 700;
  color: #0e3692;
  font-size: 25px;
  padding-bottom: 4px;
}

.page-node-type-page .field--name-body li::marker {
  color: #0e3692;
}

.scroll-content {
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .scroll-content {
    max-height: calc(100vh - 160px);
    overflow: auto;
  }
}

.scroll-content .field--name-body h3 {
  font-weight: 700;
  color: #0e3692;
  font-size: 20px;
  padding-bottom: 4px;
}

.scroll-content .field--name-body li::marker {
  color: #0e3692;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active,
.download-btn.active {
  color: #fff;
}

input#edit-title {
  width: 200px;
}

.col-md-4 .view-summary-de tr td,
.col-md-4 .view-summary-de tr th {
  width: 33.3333%;
}

.mobile-menu {
  display: none;
}

.menu-toggle {
  width: 30px;
  height: 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  height: 3px;
  width: 32px;
  position: relative;
  display: block;
  background: #ffffff;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border-radius: 2px;
}

.menu-toggle span::after, .menu-toggle span:before {
  content: "";
  background: #ffffff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 2px;
}

.menu-toggle span::after {
  bottom: -8px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-toggle span:before {
  top: -8px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-open .menu-toggle span {
  background: transparent;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu-open .menu-toggle span::after {
  bottom: 0;
  background-color: #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-open .menu-toggle span:before {
  background-color: #ffffff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-header .top-menu,
  .main-header .menu {
    display: none;
  }
  .main-header.bg-blue .logo {
    max-width: calc(100% - 45px);
  }
}

.mobile-menu-wrapper.mean-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.mobile-menu-wrapper.mean-container *,
.mobile-menu-wrapper.mean-container *::after,
.mobile-menu-wrapper.mean-container *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mobile-menu-wrapper.mean-container .mean-bar {
  padding: 0;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0e3692;
  float: none;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav {
  width: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0;
  float: none;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu {
  width: 100%;
  padding: 10px 0 30px;
  border-top: 2px solid #ffffff;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu ul {
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand) {
  float: none;
  text-align: left;
  width: auto;
  line-height: 1;
  background-color: transparent;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  text-transform: unset;
  font-size: 20px;
  width: auto;
  padding: 14px 34px;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand) i {
  display: none;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand).is-active {
  color: #ffffff;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding: 10px 6px !important;
  line-height: 1;
  font-size: 24px !important;
  height: auto;
  background: transparent;
  border: none !important;
  font-weight: normal;
  width: 32px;
  color: #ffffff;
  margin-left: -32px;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul {
  width: 100%;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: none;
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.08);
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul ul {
  background-color: rgba(0, 0, 0, 0.12);
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul li {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul li a:not(.mean-expand) {
  float: none;
  text-align: left;
  width: auto;
  line-height: 1;
  background-color: transparent;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  text-transform: unset;
  font-size: 16px;
  width: auto;
  padding: 8px 34px;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul li a:not(.mean-expand) i {
  display: none;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul li a:not(.mean-expand).is-active {
  color: #ffffff;
}

.mobile-menu-wrapper.mean-container .mean-bar .mean-nav > ul.menu > li ul li a.mean-expand {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding: 6px 6px !important;
  line-height: 1;
  font-size: 24px !important;
  height: auto;
  background: transparent;
  border: none !important;
  font-weight: normal;
  width: 32px;
  color: #ffffff;
  margin-left: -32px;
}

@media screen and (max-width: 767px) {
  .group-menu.mobile-hide {
    display: none;
  }
}

body table.dataTable thead th,
body table.dataTable thead td {
  padding-left: 10px;
  padding-right: 10px;
}

.homepage.full .tab-content {
  padding: 25px 0px;
  /*box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);*/
  margin-top: 12px;
}

.homepage.full .field--name-body,
.homepage.full .tab-content {
  font-size: 18px;
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .homepage.full .field--name-body,
  .homepage.full .tab-content {
    font-size: 20px;
  }
}

.homepage.full .field--name-body p,
.homepage.full .tab-content p {
  /*margin-bottom: 30px;*/
}

.homepage.full .field--name-body .h2,
.homepage.full .field--name-body h2,
.homepage.full .tab-content .h2,
.homepage.full .tab-content h2 {
  font-weight: 700;
  color: #0e3692;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .homepage.full .field--name-body .h2,
  .homepage.full .field--name-body h2,
  .homepage.full .tab-content .h2,
  .homepage.full .tab-content h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage.full .field--name-body .h2,
  .homepage.full .field--name-body h2,
  .homepage.full .tab-content .h2,
  .homepage.full .tab-content h2 {
    font-size: 40px;
  }
}

.homepage.full .field--name-body h4,
.homepage.full .tab-content h4 {
  font-weight: 700;
  color: #0e3692;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .homepage.full .field--name-body h4,
  .homepage.full .tab-content h4 {
    font-size: 25px;
  }
}

.homepage.full .field--name-body ol,
.homepage.full .tab-content ol {
  padding-left: 1em;
}

.homepage.full .field--name-body ol li,
.homepage.full .tab-content ol li {
  padding-bottom: 5px;
}

.homepage.full .field--name-body ol li h4,
.homepage.full .tab-content ol li h4 {
  margin-top: 0;
}

.homepage.full .field--name-body ol li::marker,
.homepage.full .tab-content ol li::marker {
  color: #0e3692;
  font-weight: 700;
}

.homepage.full .nav.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage.full .nav.nav-pills li.nav-item {
  margin-right: 12px;
}

@media screen and (min-width: 992px) {
  .homepage.full .nav.nav-pills li.nav-item {
    margin-right: 20px;
  }
}

.homepage.full .nav.nav-pills li.nav-item a {
  padding: 4px 0;
  padding-right: 20px;
  border-radius: 0;
  border: none;
  font-size: 20px;
  color: #0e3692;
  background-color: transparent;
  font-weight: bold;
  position: relative;
}

.homepage.full .nav.nav-pills li.nav-item a::after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 2px solid #0e3692;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .homepage.full .nav.nav-pills li.nav-item a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage.full .nav.nav-pills li.nav-item a {
    font-size: 18px;
    padding-right: 20px;
  }
}

.homepage.full .nav.nav-pills li.nav-item.active a::after, .homepage.full .nav.nav-pills li.nav-item:hover a::after {
  width: 100%;
  left: 0;
  right: auto;
}

@media screen and (min-width: 992px) {
  .view-header.top {
    min-height: 120px;
  }
}

@media screen and (min-width: 992px) {
  .view-header.top-91 {
    min-height: 91px;
  }
}

.view-header h2,
#chart_title {
  font-weight: 700;
  font-size: 32px;
}

.chart-report.full .view-header-pb-0 .view-header {
  padding-bottom: 0;
}

.mh-67 {
  min-height: 67px;
}

@media screen and (min-width: 992px) {
  .chart-report.full .head-trh-82 table thead tr {
    height: 82px;
  }
}

@media screen and (min-width: 992px) {
  .chart-report.full .head-trh-98 table thead tr {
    height: 98px;
  }
}

@media screen and (min-width: 992px) {
  .chart-report.full .head-trh-113 table thead tr {
    height: 113px;
  }
}

@media screen and (min-width: 992px) {
  .chart-report.full .head-trh-144 table thead tr {
    height: 144px;
  }
}

@media screen and (min-width: 992px) {
  .chart-report.full .head-trh-160 table thead tr {
    height: 160px;
  }
}

.field--name-field-top-header > :is(h1, h2, h3, h4, h5, h6),
.field--name-field-top-header > p,
.field--name-field-section3-header > :is(h1, h2, h3, h4, h5, h6),
.field--name-field-section3-header > p,
.field--name-field-bottom-header > :is(h1, h2, h3, h4, h5, h6),
.field--name-field-bottom-header > p {
  color: #0e3692;
}

.field--name-field-top-header,
.field--name-field-bottom-header,
.field--name-field-section3-header,
.center-title-type-big {
  /*padding-bottom: 15px;*/
}

.field--name-field-top-header h2,
.field--name-field-bottom-header h2,
.field--name-field-section3-header h2,
.center-title-type-big h2 {
  font-weight: 700;
  /*margin-bottom: 15px;*/
  color: #0e3692;
}

@media screen and (min-width: 992px) {
  .field--name-field-top-header h2,
  .field--name-field-bottom-header h2,
  .field--name-field-section3-header h2,
  .center-title-type-big h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field-top-header h2,
  .field--name-field-bottom-header h2,
  .field--name-field-section3-header h2,
  .center-title-type-big h2 {
    font-size: 32px;
    text-align: left;
  }
}

.body-type-home .field--name-body {
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .body-type-home .field--name-body {
    font-size: 20px;
  }
}

.body-type-home .field--name-body p {
  /*margin-bottom: 15px;*/
}

.body-type-home .field--name-body .h2,
.body-type-home .field--name-body h2 {
  font-weight: 700;
  /*margin-bottom: 15px;*/
  color: #0e3692;
}

@media screen and (min-width: 992px) {
  .body-type-home .field--name-body .h2,
  .body-type-home .field--name-body h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .body-type-home .field--name-body .h2,
  .body-type-home .field--name-body h2 {
    font-size: 40px;
  }
}

.body-type-home .field--name-body h3 {
  font-weight: 700;
  text-transform: capitalize;
  color: #0e3692;
  font-size: 19px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.body-type-home .field--name-body h3:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .body-type-home .field--name-body h3 {
    font-size: 24px;
  }
}

.body-type-home .field--name-body h4 {
  font-weight: 700;
  color: #0e3692;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .body-type-home .field--name-body h4 {
    font-size: 20px;
  }
}

.body-type-home .field--name-body ol {
  padding-left: 1em;
}

.body-type-home .field--name-body ol li {
  padding-bottom: 5px;
}

.body-type-home .field--name-body ol li h4 {
  margin-top: 0;
}

.body-type-home .field--name-body ol li::marker {
  color: #0e3692;
  font-weight: 700;
}

.body-type-home .field--name-field-top-header {
  padding-bottom: 0;
}

.view-summary-de table tbody tr.text-center:last-child td {
  font-weight: bold;
}

.view-display-id-block_7 > .view-content > .table-responsive > .gr-note,
.view-display-id-block_8 > .view-content > .table-responsive > .gr-note,
.view-display-id-block_11 > .view-content > .table-responsive > .gr-note {
  display: none;
}

.chart-report.full .pb-30 {
  padding-bottom: 32px;
}

.gr-report-view-container.overall-view-container {
  padding-top: 40px;
}

.gr-report-view-container.overall-view-container .views-exposed-form.bef-exposed-form {
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .gr-report-view-container.overall-view-container th.views-field-field-ins-state,
  .gr-report-view-container.overall-view-container td.views-field-field-ins-state {
    padding-left: 40px;
  }
}

.views-field-field-ins-state {
  width: 10%;
  text-align: center;
}

.views-field-field-stat-institution {
  width: 35%;
}

.view-display-id-block_4
> div
> div
> div.views-field-field-stat-de-ann-earn-highint
div {
  text-align: center;
}

th#view-field-ins-state-table-column {
  text-align: center;
}

th#view-title-table-column--2:nth-child(2) {
  text-align: center;
}

th#view-field-stat-institution-1-table-column:nth-child(1) {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .views-field-field-ins-state {
    padding-left: 40px;
  }
}

.overall-text p {
  font-size: 20px;
}

.overall-text .field--name-body h3 {
  text-align: center;
}

body .pt-40 {
  padding-top: 40px;
}

body .pt-15 {
  padding-top: 15px;
}

body .pt-30 {
  padding-top: 30px;
}

body .pt-50 {
  padding-top: 50px;
}

body .pt-80 {
  padding-top: 80px;
}

/*
.bottom-section {
  padding-left: 70px;
}
*/
#homepage-content p {
  padding-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
