/*
Theme Name: NCCRC

Author: PulseForward
*/

/***************** GENERIC *****************/

.hide {
	display: none;
}

.show {
	display: block;
}

.minus-icon {
	display: none;
	cursor: pointer;
	border: none;
}

.plus-icon {
	display: inline-block;
	cursor: pointer;
	border: none;
}

.no-margin {
	margin: 0;
}

.no-decore {
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.nav-l2-item.active {
	border-bottom: 2px solid white;
}


.content-main-column .wrapper-2 {
	font-size: 16px;
}

.content-main-column .wrapper-2.map {
	padding-top: 5px;
}

.content-main-column .wrapper-2 li {
	font-size: 16px;
}

.content-main-column .wrapper-2 li span {
	font-size: 16px !important;
}

.content-main-column .wrapper-2 h1 {
	margin-bottom: 20px;
	font-family: Varela, sans-serif;
	font-size: 50px;
	line-height: 50px;
}

.content-main-column .wrapper-2 h1.shrunk {
	margin: 0;
	font-size: 30px;
	text-align: center;
}

.content-main-column .wrapper-2 .under-title {
	margin-bottom: 20px;
	font-style: italic;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #898989;;	
}

.content-main-column .wrapper-2 .under-content {
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #898989;;	
}

.content-main-column .wrapper-2 div.under-content > div {
	margin-right: 2%;
	float: left;
}

.content-main-column .wrapper-2 .under-content span {
	font-weight: normal;
}

.content-main-column .wrapper-2 h3 {
	color: #61a000;	
}

.content-main-column .wrapper-2 .question-container h3 {
	color: #252525;
}


.content-main-column .wrapper-2 .wp-block-separator {
	width: 30%;
	height: 6px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #2571be;
}

.content-main-column .wrapper-2 .wp-block-image img {
	height: auto;
}

.content-main-column .wrapper-2 .wp-block-image figcaption {
	margin-top: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bdbdbd;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.content-main-column .wrapper-2 blockquote.wp-block-quote {
	max-width: 300px;
	margin: 16px 0px 16px 40px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	float: right;
	border-left-color: #61a000;
	
}

.content-main-column .wrapper-2 blockquote.wp-block-quote p {
	font-family: Varela, sans-serif;
	font-size: 28px;
	line-height: 1.3em;
}

.content-main-column .wrapper-2 .wp-block-pullquote blockquote {
	margin: 16px 0px 16px 40px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	float: right;
	border-left-color: #61a000;
	
}

.content-main-column .wrapper-2 .wp-block-pullquote blockquote p {
	font-family: Varela, sans-serif;
	font-size: 28px;
	line-height: 1.3em;
}

.content-main-column .wrapper-2 .wp-block-media-text__media img {
	width: auto;
}

.page-numbers {
	margin-right: 6px;
	padding: 7px 10px 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #2571be;
	border-radius: 30px;
	background-color: hsla(0, 0%, 100%, 0);
	box-shadow: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Roboto, sans-serif;
	color: #2571be;
	font-size: 15px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 100%;
	display: inline-block;
}

.page-numbers.current {
	border-color: #2571be;
	background-color: #2571be;
	font-family: Roboto, sans-serif;
	color: #fff;
	text-decoration: none;
}

.page-numbers:hover {
  border-bottom-color: #2571be;
  background-color: rgba(37, 113, 190, 0.1);
  box-shadow: none;
  color: #2571be;
}

.answer {
	display: none;
}

.logo-container {
	width: 100%;
}

.flt-right {
	float: right;
}

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

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.nav-sidebar-mobile {
	z-index: 10;
}

.w-webflow-badge {
	display: none !important;
}

/* .wrapper-2 { */
	/*line-break: anywhere;*/
/* } */

.font-size-18 {
	font-size: 18px !important;
}


/***************** HEADER *****************/
.side-bar-text a {
	color: #fff;
}

.side-bar-text a:hover {
  border-bottom: 3px solid #fff;
  color: #fff;
  text-decoration: none;
}

/***************** TOOLTIP *****************/
.tooltip {
  position: relative;
  /*display: inline-block;*/
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #e8e8e8;
  color: black;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  line-height: 1.5;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;

  bottom: 100%;
  left: 50%;
  margin-left: -250px; /* Use half of the width (120/2 = 60), to center the tooltip */

  font-size: 14px;
  font-weight: normal;

  text-transform: none;
  border: 1px solid black;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/***************** STATUS MAP *****************/

.filters-wrap.disclaimer {
	display: none;
}

.filters-wrap.map-instructions {
	display: none;
}

.close-btn {
	cursor: pointer;
}

.inst-txt {
	height: 30%;
	overflow: auto;
	display: none;
}

.status-map-wrap {
	position: relative;
}

.popup {
	display: none;
	position: absolute;
	z-index: 1111;
	left: 30px;
	top: 60px;
	background-color: #eee;
	min-height: 250px;
	width: 200px;
	border: 1px solid #3c6a8f;
	border-radius: 5px;
	padding: 8px;
}

.popup .close-cont {
	text-align: right;
}

.popup .close-cont a {
	border: none;
	cursor: pointer;
	font-size: 11px;
}

.popup h4 {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 0;
}

.popup p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
}

.popup p.less-margin {
	margin-bottom: 5px;
}

.popup ul {
	padding-left: 20px;
}

.popup #content {
	max-height: 250pt;
	overflow: auto;
}

.hp-news._2{
	padding-right: 28px;
	padding-left: 28px;
	background-color: #fff;
	min-height: 140px;
}

.filter-tabs._2{
	border-bottom-width: 10px;
}

.filter-tab._2 {
  padding: 15px 18px;
  font-size: 24px;
  cursor: pointer;
  border-bottom: none;
}

.filter-tab._2 a, .filter-tab._2:hover a, .filter-tab._2.inactive:hover a {
	color: white;
	border: none;
}

.filter-tab._2.inactive a {
	color: inherit;
}

.filter-tab._2:hover {
	background-color: #61a000;
}

.filter-tab._2:last-child {
	margin-left: 18px;
}

._2 {
  margin-top: 0px;
  padding-top: 11px;
}

.key-color._2 {
	padding: 0;
}

.key-color {
	text-align: center;
}

.key-color-words {
	height: auto;
}

.key-color-words._2 {
	padding-top: inherit;
}

.hp-news._3 {
  margin-bottom: 0px;
}

.filter-tab.inactive {
	box-shadow: none;
	margin: 0;
}

.hp-news.recent-activity-content.inactive {
	display: none;
}

.hp-news.right-to-counsel-content.inactive {
	display: none;
}

.hp-news.recent-activity-content.active {
	display: block;
}

.hp-news.right-to-counsel-content.active {
	display: block;
}

.map-filters {
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 1111;
  flex-wrap: wrap;
}

.back-button {
	padding-left: 30px;
	background-image: url('assets/images/us-icon-01.svg');
	background-position: 0px 96%;
	background-size: 28px;
	background-repeat: no-repeat;
	padding-top: 10px;
	cursor: pointer;
}

table.summary-table {
	width: 100%;
}

table.summary-table th,td {
	width: 15%;
	text-align: left;
	padding: 5px;
}

table.summary-table th:first-child,td:first-child {
	width: 15%;
}

table.summary-table th:nth-child(2),td:nth-child(2) {
	width: 55%;
}

table.summary-table tr:nth-child(odd) {
  background-color: #fff;
}

table.summary-table tr:nth-child(even) {
  background-color: #eee;
}

.key-color-map-1 {
	margin-right: 10px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.key-color-map-1.bottom-spacing {
	margin-bottom: 60px;
}

.key-label {
	font-size: 14px;
}

.subject-label {
	font-size: 16px;
	font-weight: bold;
}

.key-color-map-1 .key-label {
	width: auto;
}

.map-instr {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	border: none;
}

.map-instr-link {
	flex: 1 0 100%;
	text-align: center;
	margin-top: 20px;
}

.map-key {
	flex: 1 0 45%;
	height: 100%;
	min-height: 282px;
	margin-top: 0;
}

.map-key .key-color-map-1:first-child {
	margin-top: 0;
}

.map-filters-content {
	flex: 1 0 55%;
}

.map-filters-content .form-2 {
	flex-direction: row;
}

.state-count {
	margin-left: auto;
}

.map-page-federal {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
}

.map-dropdown-contain {
	margin-bottom: 15px;
}

#rtc-subject-area-selector {
	margin-bottom: 10pt;
}

.table-like {
	padding-left: 0;
	margin-bottom: 7%;
}

.table-like__item {
	width: 100%;
	clear: both;
	border-top: 1px solid;
	list-style: none;
	display: flex;
	align-items: center;
}

.table-like__item:first-child {
	border: none;
}

.table-like__item[style*="position: absolute"] {
	transform: translateY(39px); /* Move all absolutely positioned items down */
}
  
.table-like__item > * {
	display: inline-block;
	padding: 4px 4px;
}

.table-like__item a {
	cursor: pointer;
}
  
.table-like__item ._1 { width: 10%; }
.table-like__item ._2 { width: 25%; }
.table-like__item ._3 { width: 15%; }
.table-like__item ._4 { width: 30%; }
.table-like__item ._5 { width: 17%; }

/***************** LEGISLATION *****************/

#legiscan-map {
	margin-top: 40px !important;
}

table.borderless td:first-child {
	width: 10%;
}

table.borderless td:nth-child(2) {
	width: 10%;
}

table.borderless td:nth-child(3) {
	width: 50%;
}

table.borderless td:nth-child(4) {
	width: 30%;
}

.legislative-filter-container {
	display: flex;
	/* margin-bottom: 2%; */
}

.legislative-filter-container > div:first-child {
	margin-right: 5%;
}

/***************** MAJOR DEVELOPMENTS *****************/

.state-page-result-single {
	overflow: inherit;
}

.answer {
	overflow: inherit;
}

/* .answer.indent {
	margin-left: 2%;
	padding-right: 4%;
} */

.question-container {
	overflow: inherit;
	cursor: auto;
}

/* .answer > .question-container:last-child {
	border: none;
} */

.nccrc-inv-icon {
	float: left;
	margin-right: 1em;
}

.nccrc-tags {
	float: left;
	width: 100%;
	margin-top: 2%;
}

.content-main-column .wrapper-2 p span { 
	font-size: 16px !important;
}

.question {
	cursor: pointer;
}

.question:after {
	content: "\02795"; /* Unicode character for "plus" sign (+) */
	-webkit-text-rendering: optimizeLegibility; /* Improves symbol rendering */
  	text-rendering: optimizeLegibility;         /* Fallback for other browsers */
	font-size: 16px;
	color: rgba(0,0,0,0);
	float: right;
	margin-left: 5px;
	text-shadow: 0 0 #2672bf;
  }
  
  .question.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
	-webkit-text-rendering: optimizeLegibility; /* Improves symbol rendering */
  	text-rendering: optimizeLegibility;         /* Fallback for other browsers */
  }
/***************** BIBLIOGRAPHIES *****************/

.bibliographies-section {
	display: block;
	margin-bottom: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #61a000;

	cursor: pointer;
}

.bibliographies-section.indent {
	margin-left: 2%;
}

.bibliographies-section.indent-4 {
	margin-left: 4%;
}

.bibliographies-section.indent > .nav-plus {
	margin-right: 2%;
}

.bibliographies-section.indent-4 > .nav-plus {
	margin-right: 4%;
}

.bibliographies {
	display: block;
	overflow: hidden;
	padding-right: 8px;
	padding-left: 0px;
}

.bibliographies.indent {
	margin-left: 2%;
	padding-right: 4%;
}

.bibliographies.indent-4 {
	margin-left: 4%;
	padding-right: 12%;
	width: 100% !important;
}

.bibliographies.indent-6 {
	margin-left: 6%;
	padding-right: 24%;
}

.bibliographies .p1, .bibliographies p {
	margin-bottom: auto;
}

.question-container.last {
	border: none;
}

.bibliography-results-wrap {
	cursor: text;
}

.bibliographies-section:after {
	content: "\02795"; /* Unicode character for "plus" sign (+) */
	-webkit-text-rendering: optimizeLegibility; /* Improves symbol rendering */
  	text-rendering: optimizeLegibility;         /* Fallback for other browsers */
	font-size: 16px;
	color: rgba(0,0,0,0);
	float: right;
	margin-left: 5px;
	text-shadow: 0 0 #2672bf;
}

.bibliographies-section.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  -webkit-text-rendering: optimizeLegibility; /* Improves symbol rendering */
  text-rendering: optimizeLegibility;         /* Fallback for other browsers */
}

/***************** LOGIN/REGISTRATION/ULTIMATE MEMBER PAGES *****************/

.um {
	opacity: 1 !important;
}


/***************** CONTACT US FORM/PAGE *****************/
.wpcf7-form p {
	margin-bottom: 10px;
}

.wpcf7-form input, textarea {
	font-weight: normal;
}

.wpcf7-submit {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	border-radius: 20px;
	background-color: #77b814;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;

	padding: 9px 15px;
  padding-top: 9px;
	color: white;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a > p {
	color: inherit;
	text-decoration: inherit;
}
/***************** SEARCH RESULTS PAGE *****************/

.search-results .search-link p {
	margin-bottom: 0;
}

.search-results p {
	margin-bottom: 15px;
}

.search-content p {
	margin-bottom: 0;
}

.nav-l1-link.active {
	border-bottom: 2px solid white;
}

/***************** FOOTER *****************/

.social-media-item {
	border: none;
	cursor: pointer;
}

/***************** RESPONSIVE SCREENS *****************/

@media only screen and (min-width: 992px) {
	.disclaimer-window {
		height: 50%;
	}
} 

@media screen and (max-width: 991px) {
  .map-filters-content {
  	flex: 1 0 100%;
  }

  .w-form {
  	margin: 0 0 0px;
  }

  .form-2 {
  	display: flex;
  	flex-direction: row;
  }

  .map-key {
  	flex: 1 0 100%;
  	flex-direction: row;
  	border-left: none;
  	border-top: none;
  	padding-left: 0;
  	margin-top: 5px;
  }

  .map-key.rtc-fields, .map-key.ra-fields {
  	flex-direction: column;
  }

  .radio-button-field {
  	margin-right: 12px;
  }

  .map-dropdown-contain > small {
  	display: none;
  }

  .map-dropdown {
		margin-bottom: 5px;
		height: 34px;
		font-size: 12px;
  }

  .map-instr-link {
  	text-align: left;
		margin-top: 0;
  }

  .map-checkbox {
  	font-size: 14px;
  }

  .map-checkbox > .checkbox {
  	height: 20px;
		width: 15px;
  }

  .map-page-federal {
  	margin-top: 5px;
		font-size: 14px;
  }

  .map-filters {
  	z-index: 1;
  	position: inherit;
  }

  .disclaimer-window {
  	padding: 0px 40px 40px 40px;
  }

  	.key-color-map-1.bottom-spacing {
		margin-bottom: 10px;
	}
}