.filter {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filter .form-group {
  display: inline-block;
  margin: 0 15px 10px 0;
  position: relative;
}

.filter .form-group .form-group {
  position: static;
  margin: 0;
}

@media (max-width: 575px) {
  .filter .form-group {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.filter .form-group label {
  display: block;
  font-weight: 500;
  font-size: 0.8em;
}

.filter .form-group input[type="search"],
.filter .form-group input[type="text"] {
  font-size: 14px;
  border: 1px solid #000000;
  padding: 24px;
  color: #000000;
  max-height: 50px;
  background-color: #ffffff;
}

.filter .form-group input[type="search"]::-webkit-input-placeholder,
.filter .form-group input[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type="search"]:-ms-input-placeholder,
.filter .form-group input[type="text"]:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type="search"]::-ms-input-placeholder,
.filter .form-group input[type="text"]::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type="search"]::placeholder,
.filter .form-group input[type="text"]::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type="search"]:hover,
.filter .form-group input[type="text"]:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

.filter .form-group button[type="submit"],
.filter .form-group input[type="submit"],
.filter .form-group input[type="button"] {
  position: absolute;
  background-color: #ED8B00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 1em 2em;
  height: 50px;
}

@media (max-width: 575px) {
  .filter .form-group button[type="submit"],
  .filter .form-group input[type="submit"],
  .filter .form-group input[type="button"] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .filter .form-group button[type="submit"],
  .filter .form-group input[type="submit"],
  .filter .form-group input[type="button"] {
    position: relative;
    margin-top: 10px;
  }
}

.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}

.filter .form-group .select-dropdown select {
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #000000;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}

.filter .form-group .select-dropdown select:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }
  .filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}

.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}

.filter .form-group .select-dropdown__year {
  min-width: 120px;
}

.view-filter {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 25px;
  margin-bottom: 35px;
}

.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #979797;
}

.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}

.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}

.view-filter a:hover {
  opacity: 1;
}

.view-filter a.active {
  opacity: 1;
}

.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quick-nav {
  min-width: 200px;
  max-width: 300px;
  padding: 5em 0 3em 0;
}

@media (max-width: 979px) {
  .quick-nav {
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .quick-nav {
    max-width: 100%;
    padding: 3em 0 0 0;
  }
}

.quick-nav__nav {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

@media (max-width: 979px) {
  .quick-nav__nav {
    max-width: 200px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .quick-nav__nav {
    max-width: 100%;
    margin: 0;
  }
}

.quick-nav__nav li {
  margin: 0.4em 0;
  position: relative;
  float: none;
  background-color: #ffffff;
}

.quick-nav__nav li::after {
  position: absolute;
  content: "";
  left: 1em;
  top: 50%;
  width: 13px;
  height: 13px;
  background: #919fae;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.quick-nav__nav li a {
  font-size: 0.9em;
  line-height: 1.5;
  padding: 1.2em 1em 1.2em 3.5em;
  display: block;
  color: #919fae;
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.quick-nav__nav li.active {
  background-color: #434343;
}

.quick-nav__nav li.active a {
  color: #ffffff;
}

.quick-nav__nav li.active::after {
  background: #ED8B00;
}

.data .tittle-vertical {
  color: #b2b2b2;
}

.data .chart-wrapper > p:first-child {
  margin-bottom: 0;
}

.data .chart-wrapper h3:first-child {
  margin-bottom: 0.6em;
}

.data .chart-wrapper .title-wrapper {
  margin: 0 0 1.2em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.data .chart-wrapper .title-wrapper h3 {
  display: inline;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin: 0 1em 0 0;
}

.data .chart-wrapper .title-wrapper .action-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.data .chart-wrapper .title-wrapper .action-wrapper .custom-select {
  position: absolute;
  top: -5px;
  right: 15px;
  padding: 0.5em 1.5em 0.5em 0.2em;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 80px;
  background: url("../images/icon-btn-arrow-down.svg") no-repeat 95% center;
  font-size: 1.2em;
  font-weight: 100;
}

@media (max-width: 767px) {
  .data .chart-wrapper .title-wrapper .action-wrapper .custom-select {
    top: -5px;
  }
}

.data .chart-wrapper .map {
  margin: 1em;
}

.data .chart-wrapper .map img {
  width: 100%;
}

.data .chart-wrapper .chart {
  margin: 3em;
}

.data .chart-wrapper .chart img {
  width: 100%;
}

.data .chart-wrapper .chart-gif-wrapper {
  max-width: 730px;
  margin: 2em auto;
}

.data .chart-wrapper .chart-gif-wrapper .desktop-data {
  display: block;
}

.data .chart-wrapper .chart-gif-wrapper .desktop-data img {
  width: 100%;
}

@media (max-width: 575px) {
  .data .chart-wrapper .chart-gif-wrapper .desktop-data {
    display: none;
  }
}

.data .chart-wrapper .chart-gif-wrapper .mobile-data {
  display: none;
}

.data .chart-wrapper .chart-gif-wrapper .mobile-data img {
  width: 100%;
}

@media (max-width: 575px) {
  .data .chart-wrapper .chart-gif-wrapper .mobile-data {
    display: block;
  }
}

.data .chart-wrapper .btn-center {
  margin-bottom: 0;
}

.topic-header {
  position: relative;
}

.topic-header__content {
  padding: 1.2em 0.8em 0 0.8em;
}

@media (max-width: 767px) {
  .topic-header__content {
    padding: 1.2em 3em 0 2em;
  }
}

@media (min-width: 980px) {
  .topic-header__content {
    padding: 1.2em 2em;
  }
}

.topic-header__content .btn-collapse {
  margin: 2em auto;
}

.topic-header .content-type {
  color: #ED8B00;
  text-transform: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.topic-header__figure {
  display: block;
  max-width: 1000px;
  width: 100%;
}

.topic-header__figure img {
  display: block;
  width: 100%;
}

.topic-header__figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.topic .quick-nav__nav {
  width: 100%;
  max-width: 300px;
  margin: 0 0 0 -4em;
}

@media (max-width: 979px) {
  .topic .quick-nav__nav {
    max-width: 200px;
    margin: 0 0 0 -2em;
  }
}

@media (max-width: 767px) {
  .topic .quick-nav__nav {
    max-width: 100%;
    margin: 0;
  }
}

.topic article {
  max-width: 90%;
  margin: 0 auto;
  padding: 3em 0;
}

@media (max-width: 575px) {
  .topic article {
    max-width: 100%;
  }
}

@media (min-width: 980px) {
  .topic article {
    max-width: 768px;
  }
}

.topic article figure {
  display: block;
  margin: 1.5em 0;
}

.topic article figure:first-of-type {
  margin-top: 0;
}

.topic article figure img {
  width: 100%;
  height: auto;
  margin: 0;
}

.topic article figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
}

.topic article figure.left-align,
.topic article figure[style*="float:left"] {
  max-width: 100%;
  margin: 1em 0 1.5em 0;
}

.topic article figure.left-align img,
.topic article figure[style*="float:left"] img {
  margin: 0;
}

@media (min-width: 576px) and (max-width: 979px) {
  .topic article figure.left-align,
  .topic article figure[style*="float:left"] {
    max-width: 350px;
    margin: 0.8em 2em 1em 0;
  }
}

@media (min-width: 980px) {
  .topic article figure.left-align,
  .topic article figure[style*="float:left"] {
    max-width: 350px;
    margin: 0 2em 1em 0;
  }
}

.topic article figure.right-align,
.topic article figure[style*="float:right"] {
  max-width: 100%;
  margin: 0.8em 0 1em 0;
}

.topic article figure.right-align img,
.topic article figure[style*="float:right"] img {
  margin: 0;
}

@media (min-width: 576px) and (max-width: 979px) {
  .topic article figure.right-align,
  .topic article figure[style*="float:right"] {
    max-width: 350px;
    margin: 0.8em 0 1em 2em;
  }
}

@media (min-width: 980px) {
  .topic article figure.right-align,
  .topic article figure[style*="float:right"] {
    max-width: 350px;
    margin: 0.8em 0 1em 2em;
  }
}

.topic article .key-content {
  padding: 1.5em;
  background-color: #ED8B00;
  color: #ffffff;
  font-size: 1.2em;
  margin: 1em 0;
}

@media (max-width: 575px) {
  .page-content {
    padding-top: 0;
  }
  .topic-header__content .container {
    padding-left: 0;
  }
  .article__card-body .topic .col-md-12 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .emergencies-section.shadow {
    margin-top: 0;
  }
}

.page-node-type-ct-topics .page-content.topic-content,
.page-node-type-ct-topics .page-content.topic-content article {
  padding-top: 0;
}

.topicpos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .topicpos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.quicknav-topic {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: 50px;
}

.page-node-type-ct-topics .border-bottom {
  border-bottom: 1px solid #eaeaea;
  height: 100px;
}

.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked + label,
.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:not(:checked) + label {
  padding-left: 0;
  margin: 0 10px;
  color: #919fae;
  font-size: 1.1em;
  font-weight: 700;
}

@media (max-width: 575px) {
  .page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked + label,
  .page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:not(:checked) + label {
    margin-bottom: 20px;
  }
}

.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked + label:before,
.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:not(:checked) + label:before {
  opacity: 0;
}

.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked + label:after,
.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:not(:checked) + label:after {
  border-radius: 0;
  top: 25px;
  width: 100%;
  height: 2px;
  left: 0;
}

.page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked + label {
  color: #000;
}

.topic-header__content .page-content {
  padding-bottom: 0.5em;
}

.page-node-type-ct-topics .view-empty {
  margin: 0 10px;
}

.page-node-type-ct-topics .related-content .ct-card-group.colm-3 .ct-card {
  padding-bottom: 0.5em;
}

.page-node-type-ct-topics #sowmy-map-scale-wrapper {
  float: none;
  width: 20%;
  min-width: 200px;
  height: 150px;
  margin-left: 0;
}

@media (max-width: 575px) {
  .page-node-type-ct-topics #sowmy-map-scale-wrapper {
    margin-top: 30px;
  }
}

.page-node-type-ct-topics .footnotes {
  font-size: 11px;
  margin: 0 0 25px 0;
}

.page-node-type-ct-topics .view-display-id-topic_latest {
  min-height: 300px;
}

@media (max-width: 575px) {
  .page-node-type-ct-topics .view-display-id-topic_latest {
    min-height: 100px;
  }
}

.filter .form-group .select-dropdown::after {
  background: url(../../images/icon-arrow-down.svg) no-repeat center center;
}

.btn.default.btn-mrgin-top {
  margin: -160px 0 0;
  color: #000;
  position: relative;
  z-index: 10;
}

.bottom-btn {
  text-align: center;
}

.btn.default.btn-mrgin-top {
  margin: -160px 0 0;
  color: #000;
}

@media (max-width: 1000px) {
  .bottom-btn {
    text-align: left;
  }
  .btn.default.btn-mrgin-top {
    margin: 30px 0 10px;
  }
}

.topic-ipv-dashboard .map-data-content {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.view-display-id-topic_latest .ct-card-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
