.search-field {
	background: #a6adbd;
	padding: 15px 30px;
}
.search-field .search-main {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.search-field .search-main .select-items {
	border: 3px solid #1b4b6f;
	width: 18%;
	position: relative;
	background: #fff;
}
.search-field .search-main .search-items {
	flex: 1 1 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #1b4b6f;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: rgb(27, 75, 111);
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: rgb(27, 75, 111);
	border-left: 0;
	border-right: 0;
	position: relative;
	background-color: #fff;
}
.search-field .search-main .search-button {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #1b4b6f;
}
.search-field .search-main .search-items input {
	width: 100%;
	border: 0px;
	padding: 0px 13px;
	height: 35px;
	font-size: 15px;
}
.search-field .search-main .search-items .check-items {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #e8e8e8;
	height: 35px;
	line-height: 35px;
}
.search-field .search-main .search-items .check-items label input {
	width: auto;
	height: auto;
	margin-left: 5px;
	margin-top: 2px;
    display: block;
}
.search-field .search-main .search-items .check-items label {
	display: flex;
	width: auto;
	align-items: center;
	font-size: 15px;
	margin-bottom: 0px;
}
.search-field .search-main .search-button .search-submit {
	height: 35px;
	border: 0;
	font-size: 1.25rem;
	background-color: #1b4b6f;
	color: #fff;
	width: 35px;
}
.search-field .search-main .select-items select {
	width: 100%;
	background: none;
	border: none;
	color: #1b4b6f;
	height: 35px;
	padding: 0 1.5rem 0 10px;
}
.togg{
    padding:10px;
    border:2px solid #3498db;
    background:#F0F8FF;
    border-radius:15px;
    display:none;
  
  }
  .toggle-sec a {
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	border: 3px solid #1b4b6f;
	padding: 0 29px;
	color: #1b4b6f;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	border-top: 0px;
}
.toggle-sec {
	text-align: center;
	position: relative;
	bottom: 7px;
}
.dropdown-sec {
	display: flex;
	flex-wrap: wrap;
}
.dropdown-sec .quick-search-tabui-tabs {
	width: 18%;
}
.dropdown-sec .quick-search-tabui-tabs ul {
	padding: 0px;
	margin: 0px;
	border: 3px solid #1b4b6f;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: rgb(27, 75, 111);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dropdown-sec .quick-search-tabui-tabs ul li {
	list-style: none;
}
.dropdown-sec .quick-search-tabui-tabs ul li a {
	border: none;
	display: block;
	padding: .7rem .5rem;
	height: auto;
	line-height: 1.2rem;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: normal;
	overflow: visible;
	text-align: left;
}
.dropdown-sec .quick-search-tabui-tab-panels {
	border: 3px solid #1b4b6f;
	background-color: #f7f7f7;
	width: 82%;
	border-left: 0px;
    padding: 10px 15px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search {
	text-align: left;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search label {
	font-weight: 700;
	color: #202a42;
	font-size: 14px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search p {
	color: #202a43;
	font-size: 14px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search textarea {
	width: 100%;
	padding: 9px;
	resize: vertical;
	margin: 0;
	overflow-x: hidden;
	min-height: 50px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search p {
	color: #202a43;
	font-size: 14px;
	margin-bottom: 8px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search-group {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search-group div {
	color: #202a43;
	font-size: 15px;
	border-right: 1px solid #ccc;
	padding-right: 11px;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search-group div:last-child {
	border-right: 0px solid #ccc;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search-group div .quick-search-group-title {
	margin: 0 10px 0 0;
}
.dropdown-sec .quick-search-tabui-tab-panels .quick-search-group {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	padding-bottom: 1.125rem;
	margin-top: 10px;
}
.column-wrapper-two .left-columns {
	text-align: left;
}
.column-wrapper-two {
	display: flex;
	flex-wrap: wrap;
}
.column-wrapper-two .left-columns {
	text-align: left;
	width: 50%;
    padding-right: 15px;
}
.column-wrapper-two .left-columns .quick-search-fieldset .quick-search-legend {
	font-weight: 700;
	color: #202a42;
	font-size: 16px;
	margin: 0px;
}
.column-wrapper-two .left-columns .quick-search-fieldset .quick-search-inline-block label {
	color: #202a43;
	font-size: 15px;
	margin: 0 10px 0 0;
}
.column-wrapper-two .left-columns .quick-search-inline-block {
	padding: 6px 0;
}
.column-wrapper-two .left-columns select {
	width: 100%;
	border: 1px solid #767676 !important;
	background: #fff;
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.select-s {
	margin: 6px 0;
}
.column-wrapper-two .left-columns .quick-search-form-row .quick-search-label {
	font-weight: 700;
	color: #202a42;
	font-size: 16px;
	margin: 0px;
}
.column-wrapper-two .left-columns .quick-search-form-row p {
	color: #202a43;
	font-size: 15px;
	margin-bottom: 7px;
}
.column-wrapper-two .left-columns .simpp input {
	width: 100%;
}
.column-wrapper-two .left-columns .simpp {
	padding: 15px 0;
}
.column-wrapper-two .left-columns .quick-search-sel select {
	width: 100%;
	padding: 0 0 0 6px;
	padding-right: 0px;
	height: 2.25rem;
	padding-right: 1.5rem;
}
.column-wrapper-two .left-columns .quick-search-sel label {
	font-weight: 700;
	color: #202a42;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
}
.column-wrapper-two .left-columns .quick-search-sel {
	margin-bottom: 10px;
}
.column-wrapper-two .right-columns .quick-search-form-row {
	text-align: left;
}
.column-wrapper-two .right-columns .quick-search-form-row .quick-search-legend {
	font-weight: 700;
	color: #202a42;
	font-size: 16px;
	margin: 0px;
}
.column-wrapper-two .right-columns .quick-search-form-row label {
	color: #202a43;
	font-size: 15px;
	margin: 0 10px 0 0;
}
.column-wrapper-two .right-columns .quick-search-form-row .quick-search-inline-block {
	padding: 6px 0px;
}
.column-wrapper-two .right-columns {
	width: 50%;
    padding-left: 15px;
}
.column-wrapper-two .right-columns .quick-search-form-row .select-s select {
	width: 100%;
	height: 2.25rem;
	padding-right: 1.5rem;
	padding: 0 0 0 6px;
	border-radius: 0px;
	border: 1px solid #767676 !important;
	background: #fff;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.column-wrapper-two .right-columns .quick-search-form-row .select-s {
	margin: 6px 0 10px 0;
}
.dropdown-sec .quick-search-tabui-tab-panels .last-contents {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.dropdown-sec .quick-search-tabui-tab-panels .last-contents .last-links a {
	border: none;
	padding: 0px;
	color: #202a43;
	text-decoration: underline;
}
.dropdown-sec .quick-search-tabui-tab-panels .last-contents .last-links a:hover {
text-decoration: none;
}
.dropdown-sec .quick-search-tabui-tab-panels .last-contents .search-form-row-buttons .reset {
	color: #4382b4;
	border-color: #4382b4;
	background: none;
	border-radius: 4px;
	border: 1px solid #4382b4;
	font-size: 16px;
	padding: 5px 12px;
	height: auto;
	line-height: normal;
}
.dropdown-sec .quick-search-tabui-tab-panels .last-contents .search-form-row-buttons .submit {
	color: #fff;
	border-color: #245276;
	background: #245276;
	border-radius: 4px;
	border: 1px solid #4382b4;
	font-size: 16px;
	padding: 5px 12px;
	height: auto;
	line-height: normal;
}
.main-contents .saved-search-toolbar {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.main-contents {
	padding: 30px;
}
.main-contents .saved-search-toolbar .left-tool-btns a {
	font-size: 14px;
	font-weight: 600;
}
.main-contents .saved-search-toolbar .left-tool-btns a:hover {
	text-decoration: none;
}
.main-contents .saved-search-toolbar .right-tool-btns span {
	font-size: 13px;
}
.main-contents .saved-search-toolbar .right-tool-btns span a {
	text-decoration: none;
	padding: 0 6px 6px 0 !important;
	color: #666 !important;
}
.main-contents .saved-search-toolbar .right-tool-btns span a i {
	color: #1b4b6f;
}
.main-contents .search-re .basic-search-tune {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-nav {
	width: 27%;
	padding-right: 15px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-nav button {
	width: 48%;
	text-align: left;
	border-color: #606;
	background-color: #fff;
	color: #606;
	font-size: 12px;
	padding: 0 20px 0 5px;
	position: relative;
	height: 30px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-nav button i {
	background: none !important;
	height: 100%;
	width: 20px;
	position: absolute;
	top: 4px;
	right: 3px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number {
	width: 41%;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	overflow: visible;
	flex-wrap: wrap;
	align-items: center;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .results-number {
	font-size: 13px;
	height: auto;
	line-height: normal;
	color: #333;
	padding-right: 6px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .single-select {
	width: 35%;
	padding-right: 15px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .single-select select {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: none;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .pagination {
	align-items: center;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .pagination input {
	text-align: center;
	height: 30px;
	width: auto;
	padding: 3px;
	margin: 0px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-number .pagination {
	align-items: center;
	margin: 0px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-sortby {
	width: 18%;
	padding: 0px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-sortby .single-select select {
	width: 70%;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: none;
	height: 30px;
	font-size: 13px !important;
	font-weight: 500;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-sortby .single-select {
	display: flex;
	align-items: center;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-sortby .single-select label {
	font-size: 14px;
	padding-right: 3px;
	padding-left: 0px;
	margin: 0px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-view {
	width: 13%;
	padding: 0 13px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-view .single-select label {
	font-size: 14px;
	padding-right: 3px;
	padding-left: 0px;
	margin: 0px;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-view .single-select {
	display: flex;
	align-items: center;
}
.main-contents .search-re .basic-search-tune .basic-search-tune-view .single-select select{
    border-radius: 0px;
	border: 1px solid #ccc;
	background: none;
	height: 30px;
	font-size: 13px !important;
	font-weight: 500;
}
.main-contents .search-re {
	padding: 20px 0;
}



.faq-drawer {
    margin-bottom: 30px;
  }
  
  .faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
  }
  .faq-drawer__title {
	border-top: 2px solid #999;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 10px 10px 5px;
	position: relative;
	margin-bottom: 0;
	transition: all 0.25s ease-out;
	color: #333;
	line-height: normal;
}
.main-contents .search-items-lists .left-accordion .faq-drawer {
	margin: 0px;
}
  /* .faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
  } */
  
  /* OPTIONAL HOVER STATE */
  .faq-drawer__title:hover { 
    color: #4E4B52  ;
  }
  
  .faq-drawer__trigger:checked
    + .faq-drawer__title
    + .faq-drawer__content-wrapper {
    max-height: 100%;
  }
  
  .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
  }
  
  /* input[type="checkbox"] {
    display: none;
  } */
  .main-contents .search-items-lists .left-accordion .faq-drawer input {
	display: none !important;
}
  @media only screen and (max-width: 600px) {
    .container {
      padding: 80px;
    }
	.for-m {
		padding: 0px !important;
	}
	.search-field .search-main .search-items .check-items label {
		padding-left: 7px;
		padding-right: 7px;
	}
  }
  .main-contents .search-items-lists {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.main-contents .search-items-lists .left-accordion {
	width: 27%;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul {
	padding: 0px;
	margin: 0px;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow a {
	font-size: 14px;
	text-decoration: none;
	color: #36C !important;
	padding-left: 23px !important;
	display: block;
	position: relative;
	vertical-align: top;
	padding-right: 65px;
	padding: 5px 65px 5px 5px;
	padding-left: 5px;
	cursor: pointer;
	z-index: 1;
	font-weight: 400;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #36C;
	display: block;
	position: relative;
	vertical-align: top;
	padding-right: 65px;
	padding: 5px 65px 5px 5px;
	padding-left: 5px;
	cursor: pointer;
	z-index: 1;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul li label input {
	display: block !important;
	height: 16px;
	width: 16px;
	margin: 0px;
	top: 5px;
	position: absolute;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow label {
	display: block;
	padding: 0px;
	padding-left: 5px;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow {
	position: relative;
	height: auto;
	line-height: normal;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow .count {
	font-size: 11px;
	color: #999;
	position: absolute;
	right: 5px;
	top: 5px;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul li {
	line-height: normal;
}
.main-contents .search-items-lists .left-accordion .faq-drawer p{
    margin: 0px;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow:hover {
	background: #36C;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow:hover a {
	color: #fff !important;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul .facetbox-shownrow:hover a .count {
	color: #fff !important;
}
.main-contents .search-items-lists .left-accordion .faq-drawer ul {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.main-contents .search-items-lists .right-items-select {
	width: 73%;
}
.main-contents .search-items-lists .right-items-select ol li .visualIndicator {
	font-size: 11px !important;
	letter-spacing: 1px;
	border: 1px solid #17405e;
	color: #1a486a !important;
	padding: 3px 20px;
	margin: 0 0 5px 0;
	display: inline-block;
	background-color: #c6ced412;
}
.main-contents .search-items-lists .right-items-select ol li {
	list-style: none;
	font-size: 14px;
}
.main-contents .search-items-lists .right-items-select ol li span a {
	color: #1b4b6f !important;
}
.main-contents .search-items-lists .right-items-select ol li span a:hover {
	text-decoration: none;
}
.main-contents .search-items-lists .right-items-select ol li .result-heading {
	display: inline;
}
.main-contents .search-items-lists .right-items-select ol li span {
	display: block;
	line-height: normal;
	font-size: 14px !important;
	color: #333 !important;
	padding-bottom: 3px;
}
.main-contents .search-items-lists .right-items-select ol li .result-title {
	font-weight: bold;
}
.main-contents .search-items-lists .right-items-select ol li .result-item {

}
.main-contents .search-items-lists .left-accordion .faq-drawer label i {
	position: absolute;
	right: 6px;
	top: 7px;
	color: #36C;
	border: 2px solid #36C;
	padding: 2px;
	font-size: 10px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0px;
    }
    .search-field {
        background: #a6adbd;
        padding: 15px 4px;
    }
    .search-field .search-main .search-items .check-items label {
        font-size: 11px;
    }
    .search-field .search-main .search-items input {
        font-size: 12px;
    }
    .search-field .search-main .select-items select {
        padding: 0 5px 0 5px;
        font-size: 12px;
    }
    .search-field .search-main .select-items {
        width: 12%;
    }
    .dropdown-sec {
        display: block !important;
    }
    .dropdown-sec .quick-search-tabui-tabs {
        width: 100%;
    }
    .dropdown-sec .quick-search-tabui-tab-panels {
        width: 100%;
    }
    .column-wrapper-two {
        display: block !important;
    }
    .column-wrapper-two .left-columns {
        text-align: left;
        width: 100%;
        padding-right: 0px;
    }
    .column-wrapper-two .right-columns {
        width: 100%;
        padding-left: 0px;
    }
    .dropdown-sec .quick-search-tabui-tab-panels .last-contents {
        justify-content: center !important;
        padding: 10px 0;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .dropdown-sec .quick-search-tabui-tabs {
        width: 18%;
        display: none;
    }
    .toggle-sec .mobile-content {
        text-align: left;
    }
    .toggle-sec .mobile-content select {
        border-radius: 0px;
        background: #1b4b6f;
        border: none;
        color: #fff;
        font-size: 16px;
        height: 42px;
        padding: 0 9px;
        width: auto;
    }
    .toggle-sec .mobile-content {
        text-align: left;
        margin-top: 7px;
    }
    .main-contents .saved-search-toolbar {
        display: block !important;
        text-align: center;
    }
    .main-contents {
        padding: 15px;
    }
    .main-contents .search-re .basic-search-tune {
        display: block !important;
    }
    .main-contents .search-items-lists {
        display: block !important;
        padding-top: 20px;
    }
    .main-contents .search-items-lists .left-accordion {
        width: 100%;
    }
    .main-contents .search-items-lists .right-items-select {
        width: 100%;
    }
    .main-contents .search-items-lists .right-items-select ol {
        padding: 0px;
    }
    .main-contents .search-re .basic-search-tune .basic-search-tune-nav {
        width: 100%;
        padding-right: 0px;
    }
    .main-contents .search-re .basic-search-tune .basic-search-tune-number {
        width: 100%;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        overflow: visible;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 11px;
    }
    .main-contents .search-re .basic-search-tune .basic-search-tune-sortby {
        width: 100%;
        padding: 0px;
        padding-top: 10px;
    }
    .main-contents .search-re .basic-search-tune .basic-search-tune-view {
        width: 100%;
        padding: 10px 13px;
    }
	.main-contents .search-re .basic-search-tune .basic-search-tune-number .single-select {
		width: auto;
	}
}
@media only screen and (min-width: 768px) {
    .mobile-content {
        display: none;
    }
}
.path-congressstateapi .content.block-content {
	box-shadow: none;
	background: none;
}
.path-congressstateapi .content-main-inner {
	max-width: 100%;
}
.path-congressstateapi .content-main-inner .content.block-content {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.stat_leg>li.passed {
    color: #000;
    background: #f7f7f7;
}
ol.stat_leg{
	padding-left: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
    margin-top: 1px;
    border: 1px solid #8f8f8f;
	margin-top: -5px;
}
ol.stat_leg li {
    display: block;
    float: left;
    padding: 0 1rem 0 1.5rem;
    height: 2rem;
    background: #fff;
    color: #767676;
    line-height: 2rem;
    text-align: center;
    position: relative;
    margin: 0px;
	font-size: 12px !important;
}
.stat_leg>li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -0.9125rem;
    width: calc(2rem - 1px);
    height: calc(2rem - 1px);
    /* -webkit-transform: scale(0.707) rotate(45deg); */
    -ms-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
    border-radius: 0;
    z-index: 1;
    border-top: 1px solid;
    border-right: 1px solid;
    background: #fff;
}
.stat_leg>li.selected:after {
    background: #424242;
}
.stat_leg>li.selected{
    background: #424242;
    color: #fff;
    font-weight: bold;
}
.result-item.result-tracker{
	display: flex !important;
    gap: 20px;
    text-align: center;
    align-items: center;
    margin-top: 7px;
}

/* congress bill detail page start */
.top-bill h3 {
	color: #1e436b;
	font-weight: 500;
	font-size: 25px;
	margin: 0px;
	padding: 12px 0;
}
.details-body {
	display: flex;
	gap: 15px;
	border: 1px solid #f1f1f2;
	padding: 15px 6px;
	border-left: 0px;
	border-right: 0px;
}
.details-body .left-img {
	width: 10%;
}
.details-body .left-img.statename{
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-transform: uppercase !important;
    color: #1e436b !important;
    font-weight: bold;
}
.details-body .details-content {
	width: 90%;
}
.details-body .left-img img {
	width: 100%;
}
.details-body .details-content h2 {
	margin: 0px;
	color: #1e436b;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 7px;
}
.details-body .details-content p {
	margin: 0px;
	color: #4f657b;
	font-weight: 400;
	font-size: 15px;
}
.tracker .progressBar {
	padding: 0px;
	margin: 0px;
}
.tracker {
	margin-top: 15px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.content-block .title-s p {
	margin: 0px;
	color: #4f657b;
	font-size: 15px;
	font-weight: 400;
}
.content-block .title-s p {
	margin: 0px;
	color: #4f657b;
	font-size: 15px;
	font-weight: 400;
	padding-top: 2px;
}
.content-block {
	width: 100%;
	float: left;
}
.content-block .title-s h4 {
	margin: 0px;
	color: #1e436b;
	font-weight: 500;
	font-size: 18px;
	margin-top: 15px;
}
.content-block .title-s h4 span {
	color: #a3a4a6 !important;
	font-size: 17px;
	padding-left: 6px;
}
.tracker .progressBar li {
	display: block;
	float: left;
	padding: 0 16px 0 24px;
	background: #135fb0;
	color: #ffffff;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0px;
	font-size: 14px;
	min-width: 130px;
}
.tracker .progressBar > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: calc(32px - 1px);
	height: calc(32px - 1px);
	/* -webkit-transform: scale(0.707) rotate(45deg); */
	-ms-transform: scale(0.707) rotate(45deg);
	transform: scale(0.707) rotate(45deg);
	border-radius: 0;
	z-index: 1;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #135fb0;
}
.tracker .progressBar li.selected, .tracker .progressBar > li.selected::after{
  background: #1e436b;
}
.padding20{
  padding:20px;
}
@media screen and (max-width: 576px) {
    .details-body {
	display: block !important;
}
.details-body .left-img {
	width: 35% !important;
}
.details-body .details-content {
	width: 100% !important;
}
}
@media screen and (max-width: 420px) {
    .tracker .progressBar li {
	min-width: 100% !important;
	padding: 0px;
	margin-bottom: 3px;
}
.tracker .progressBar > li:not(:last-child)::after {
	width: 0px !important;
	height: 0px !important;
}
}
@media only screen and (min-width: 421px) and (max-width: 700px)  {
    .tracker .progressBar > li:not(:last-child)::after {
	right: -18px;
}
}
@media screen and (max-width: 767px) {
    .tabs-sec .nav-tabs .nav-item {
	margin-bottom: 24px;
}
}

.content-block .title-s div {
	color: #4f657b;
	font-size: 15px;
	font-weight: 400;
}
.tabs-sec .nav-tabs {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.tabs-sec .nav-tabs .nav-item {
	list-style: none;
}
.tabs-sec .nav-tabs .nav-item a {
	text-decoration: none;
	color: #4f657b;
	font-size: 16px;
	padding: 11px 22px;
    cursor: pointer;
}
.tabs-sec .nav-tabs .nav-item a {
	text-decoration: none;
	color: #4f657b;
	font-size: 14px;
	padding: 11px 22px;
	text-transform: uppercase;
	font-weight: 500;
}
.tabs-sec .nav-tabs .nav-item.current a {
	border-bottom: 2px solid #d12032;
}
.tabs-sec .nav-tabs .nav-item a:hover{
    border-bottom: 2px solid #d12032;
}
.tabs-sec {
	border: 1px solid #f1f1f2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(241, 241, 242);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(241, 241, 242);
	padding: 14px 0;
	border-left: 0px;
	border-right: 0px;
}
.actionss table {
	margin-top: 15px;
}
/* 
ul.nav-tabs li.current{
	background: #ededed;
	color: #222;
} */

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}
.slim-section .slim-num {
	font-size: 18px !important;
	font-weight: 700 !important;
}
.slim-section {
	margin-top: 10px;
}
.billss form label {
	color: #4f657b;
	font-size: 15px;
	font-weight: 500;
}
.billss form {
	border-bottom: 1px solid #f1f1f2;
	padding: 10px 0;
	margin-bottom: 10px;
}
.billss form select {
	border: none;
	background: transparent;
	border-bottom: 1px solid #e8e8e9;
	color: #444648;
	font-size: 15px;
}
.actionss td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.actionss table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.actionss tr th {
	color: #4f657b;
	font-size: 16px;
	font-weight: 600;
}
.actionss tr td {
	color: #4f657b;
	font-size: 15px;
	font-weight: 400;
}
.actionss tr td .text-success {
	color: #02bc77 !important;
}
@media screen and (max-width: 767px) {
    .actionss table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	display: block;
}
}

/* congress bill detail page end */

/* state bill search css start */

.path-state-bills .search-bar {
	background: #a6adbd;
	padding: 15px 15px;
	justify-content: center;
}
.path-state-bills .search-bar .statebox select {
	border: 3px solid #1b4b6f;
	border-radius: 0px;
	color: #1b4b6f;
	height: 42px;
	padding: 0 1.5rem 0 10px;
}
.path-state-bills .search-bar .statebillnumberbox input {
	border: 3px solid #1b4b6f;
	height: 42px;
	border-left: 0px;
	border-right: 0px;
	font-size: 15px;
	color: #444;
}
.path-state-bills .search-bar .keywordsearch input {
	border: 3px solid #1b4b6f;
	height: 42px;
	font-size: 15px;
	color: #444;
}
.path-state-bills .search-bar #searchButton {
	background: #1b4b6f;
	border: 3px solid #1b4b6f;
	border-left: 0px;
	color: #fff;
}
.path-state-bills .content.block-content .header h1 {
	font-size: 22px;
	color: #252c63;
}
@media only screen and (max-width: 576px) {
	.path-state-bills .search-bar {
		display: block !important;
	}
	.path-state-bills .search-bar .statebox {
		width: 100% !important;
	}
	.path-state-bills .search-bar .statebillnumberbox {
		width: 100% !important;
		margin: 5px 0;
	}
	.path-state-bills .search-bar .keywordsearch {
		width: 100%;
		margin-bottom: 5px;
	}
	.path-state-bills .search-bar #searchButton {
		width: 100%;
	}

	.path-state-bills .search-bar .statebillnumberbox input {
		border-left: 3px solid #1b4b6f;
		border-right: 3px solid #1b4b6f;
	}
	.path-congress-bill .search-main {
		display: block !important;
	}
	.path-congress-bill .search-main .select-items {
		width: 100% !important;
	}
	.path-congress-bill .search-main .search-button button {
		width: 100% !important;
	}
	.search-field .search-main .search-items {
		border-left: 3px solid #1b4b6f;
		border-right: 3px solid #1b4b6f;
		margin: 5px 0;
	}
}

/* state bill search css end */

.tracker .progressBar li.selected ~ li {
    background: #e0e0e0 !important;
    color: #333;
}
.tracker .progressBar li.selected ~ li::after {
    background: #e0e0e0;
}

