.dashboard-header {
  padding: 15px 0px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}
.dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.dashboard-header h1:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
}
@media (max-width: 1090px) {
  .dashboard-header h1 {
    font-size: 20px;
  }
}

.cfr-body-events {
  padding: 20px 0px;
  overflow: auto;
  padding-bottom: 0px;
}
.cfr-body-events p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}
.cfr-body-events p a {
  color: #e37705;
}
.cfr-body-events .prs-release-box {
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.cfr-body-events .prs-release-box table thead tr th {
  background-color: #1f2937;
  border: 0px;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
  font-size: 16px;
  margin-bottom: 0px;
  vertical-align: middle;
}
.cfr-body-events .prs-release-box table thead tr th.is-active a:after {
  display: none;
}
.cfr-body-events .prs-release-box table thead tr th a {
  color: #fff;
}
.cfr-body-events .prs-release-box table thead tr th a:after {
  content: "\f229";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  margin-left: 5px;
}
.cfr-body-events .prs-release-box table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 20%;
  text-align: right;
}
.cfr-body-events .prs-release-box table thead tr th .tablesort--desc {
  background: none;
}
.cfr-body-events .prs-release-box table thead tr th .tablesort--desc:before {
  content: "\f235";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  color: #fff;
}
.cfr-body-events .prs-release-box table thead tr th .tablesort--asc {
  background: none;
}
.cfr-body-events .prs-release-box table thead tr th .tablesort--asc:before {
  content: "\f229";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  color: #fff;
}
.cfr-body-events .prs-release-box table tbody tr td {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-left: 23px;
  border: 0px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  vertical-align: middle;
  padding: 10px 20px;
}
.cfr-body-events .prs-release-box table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: right;
}
.cfr-body-events .prs-release-box table tbody tr td p {
  margin: 0;
}
.cfr-body-events .prs-release-box table tbody tr td a {
  border: 0px;
  margin-bottom: 0px;
  color: #000000;
  text-indent: -26px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px;
  display: inline-block;
}
.cfr-body-events .prs-release-box table tbody tr td a:hover {
  color: #e37705;
}
.cfr-body-events .prs-release-box table tbody tr td a:before {
  content: "\f444";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  margin-right: 12px;
}
@media (max-width: 1090px) {
  .cfr-body-events .prs-release-box {
    padding: 13px;
  }
}
.cfr-body-events .prs-release-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cfr-body-events .prs-release-box .pr-card-title {
  display: flex;
  background-color: #1f2937;
  padding: 15px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}
.cfr-body-events .prs-release-box .pr-card-title .left {
  flex: 1 1 0%;
}
.cfr-body-events .prs-release-box .pr-card-title .left h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
}
.cfr-body-events .prs-release-box .pr-card-title .right .dropdown-toggle {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.cfr-body-events .prs-release-box .press-card {
  margin: 15px 0px;
  border-radius: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.cfr-body-events .prs-release-box .press-card a {
  display: block;
  padding: 15px;
  text-decoration: none;
}
.cfr-body-events .prs-release-box .press-card a p {
  margin-bottom: 0px;
  color: #000000;
  text-indent: -12px;
  margin-left: 23px;
}
.cfr-body-events .prs-release-box .press-card a p .date {
  margin-right: 5px;
}
.cfr-body-events .prs-release-box .press-card a small {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  margin-left: 23px;
}
.cfr-body-events .prs-release-box .press-card:nth-child(odd) {
  background-color: #efefef;
}
.cfr-body-events .prs-release-box .press-card:nth-child(even) {
  background-color: #ffffff;
}
.cfr-body-events .prs-release-box .press-card:hover {
  box-shadow: 0px 3px 5px 0px #e2e1e1;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cfr-body-events .prs-release-box .press-card:hover p {
  color: #008083;
}
.cfr-body-events .prs-release-box .btn-more-pressrelease {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 15px 0px;
}
.cfr-body-events .prs-release-box .btn-more-pressrelease:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.cfr-body-events .prs-release-box .btn-more-pressrelease span {
  font-size: 22px;
  vertical-align: middle;
}

.conference-right {
  background-color: #ffffff;
}
@media (max-width: 1025px) {
  .conference-right {
    order: -1;
  }
}
.conference-right .cfr-card {
  margin-bottom: 20px;
}
.conference-right .cfr-card .card {
  border: 0px;
}
.conference-right .cfr-card .card .card-header {
  background-color: #005f60;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.conference-right .cfr-card .card .card-header .card-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.conference-right .cfr-card .card .card-header .card-link {
  background-color: #fff;
  padding: 9px 13px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #005f60;
  color: #005f60;
  text-decoration: none;
  border-radius: 10px;
}
.conference-right .cfr-card .card .card-header .card-link:hover {
  background-color: #005f60;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.conference-right .cfr-card .card .card-header p {
  font-size: 16px;
}
.conference-right .cfr-card .card .card-body img {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.conference-right .cfr-upcoming-details {
  padding: 15px 0px;
}
.conference-right .cfr-upcoming-details .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box {
  border-left: 4px solid #d1d5db;
  margin: 20px 0px;
  padding-left: 10px;
  background: linear-gradient(to right, #eefbfb 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box.current-event {
  border-left: 4px solid #008083;
  background-color: #ffffff;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box:hover {
  background-position: left bottom;
  border-left: 4px solid #008083;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box:hover h5 {
  color: #008083;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box .date {
  font-size: 14px;
  color: #504f4f;
  font-weight: 400;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 3px;
  line-height: 22px;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box p {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .box a {
  text-decoration: none;
  display: block;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .btn-abi-print {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 5px 15px;
  line-height: 30px;
  margin: 10px 0px;
}
.conference-right .cfr-upcoming-details .cfr-upcomeing-details .btn-abi-print:hover {
  background-color: #005f60;
}

.legislative-table-section {
  margin: 20px 0px;
}
.legislative-table-section table thead {
  border: 1px solid #e0e0e0;
}
.legislative-table-section table thead tr th {
  background-color: #f9fafb;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #767676;
  padding: 12px 15px;
}
.legislative-table-section table thead tr th:last-child {
  width: 20%;
  text-align: right;
}
.legislative-table-section table tbody {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.legislative-table-section table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.legislative-table-section table tbody tr td:last-child {
  text-align: right;
}

.press-rel-content p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.press-rel-content p a {
  color: #e37705;
}
.press-rel-content ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.press-rel-content ul li {
  padding: 4px 0px;
}
.press-rel-content ul li a {
  color: #e37705;
}

.article_tags {
  margin-top: 10px;
}
.article_tags h4 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 8px;
}
.article_tags ul li {
  display: inline-block;
}
.article_tags ul li a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  background-color: rgb(238, 251, 251);
  padding: 5px 10px;
  border-radius: 30px;
  transition: 0.3s;
  line-height: normal;
}
.article_tags ul li a:hover {
  background-color: rgb(227, 119, 5);
  color: rgb(255, 255, 255);
  transform: translate(0px, -3px);
  transition: 0.3s;
}
/*# sourceMappingURL=press-releases.css.map */
