/** Custom CSS for AZLeg */


.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png) !important;
}

.clear {
  clear: both;
  margin-bottom: 20px;
}
.committee-table thead th,
.bills-table thead th {
  font-weight: 700;
}

.committee-table tbody,
.bills-table tbody {
  border-bottom: 1px solid #ddd;
}

.committee-table th,
.bills-table th {
  border-top: 1px solid #ddd;
  padding: 8px;
}

.committee-table tbody tr:nth-child(2n+2) th,
.roster-table tbody tr:nth-child(2n+2) td, 
.bills-table tbody tr:nth-child(2n+2) th {
  background-color: #f9f9f9;
}

.search-results-table thead th {
  font-weight: 700;
}
.search-results-table tbody {
  border-bottom: 1px solid #ddd;
}
.search-results-table th {
  border-top: 1px solid #ddd;
  padding: 8px;
}
.search-results-table tbody tr:nth-child(2n+2) td {
  background-color: #f9f9f9;
}

.no-side-bar #sidebar {display: none;}
.no-side-bar #content {width: 85%;}

.member-bio {
  border-top: 1px solid #ddd;
/*  border-bottom: 1px solid #ddd;  */
}

.member-bio table td {
  border-top: none;
}

.member-bio hr {
  display: none;
}

.site-container {
    border-top: 5px solid #002e83;
    background-color: #fff;
}

.fl-builder-content a {
	color: #1F4BB9;
}

.fl-builder-content a:hover {
	color: #1c1d71;
}

.footer-widgets-1 {
	float: left;
	width: 8.9487179487179488%;
}

.footer-widgets-2 {
	float: left;
	width: 22.9487179487179488%;
}

.footer-widgets-3, 
.footer-widgets-4,
.footer-widgets-5 {
    float: left;
    width: 19.9487179487179488%;
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3,
.footer-widgets-4 {
    margin-right: 2%;
}

.footer-widgets .widget {
    margin: 0 0 40px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-widgets .widget li {
	line-height: 1.4;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #66ccff;
}

.footer-widgets .widget li a {
	color: #fff;
}

.footer-widgets .widget li a:hover {
    color: #66ccff;
}

.footer-widgets {
    background: #002e83 none repeat scroll 0 0;
    color: #fff;
    padding-top: 40px;
}


.az-events:before,
.az-sidebar-events:before {
    content: "";
    display: table;
}

.az-events:after,
.az-sidebar-events:after {
    clear: both;
    content: "";
    display: table;
}

.az-events {
    position: relative;
    margin: 50px auto;
    width: 1060px;
}

.az-sidebar-events {
    position: relative;
    margin: 20px 0 50px;
    width: 262px;
}

.az-events .az-event {
    float: left;
    width: 204px;
    margin: 0 5px;
}

.az-sidebar-events .az-event {
    float: none;
    width: 262px;
    margin: 0;
}

.az-events .event-inner,
.az-sidebar-events .event-inner {
	background: #f7f7f7 none repeat scroll 0 0;
	
}

.az-event img {
  vertical-align: middle;
  width: 100%;
}

.az-events.slick-slider {
	margin-bottom: 60px;
}

.az-sidebar-events.slick-slider {
  margin-bottom: 60px;
}

.az-events .slick-prev,
.az-events .slick-prev:focus,
.az-events .slick-prev:hover {
	background: #eee url("images/left.png") no-repeat scroll center center;
	display: block;
	height: 100%;
	top: 0;
	margin: 0;
	width: 30px;
	left: -40px;
}

.az-sidebar-events .slick-prev,
.az-sidebar-events .slick-prev:focus,
.az-sidebar-events .slick-prev:hover {
  background: #eee url("images/left.png") no-repeat scroll center center;
  display: block;
  height: 30px;
  left: 0;
  margin: 0;
  top: -35px;
  width: 49%;
}

.az-events .slick-prev:before,
.az-sidebar-events .slick-prev:before {
	content: "";
}

.az-events .slick-next,
.az-events .slick-next:focus,
.az-events .slick-next:hover {
	background: #eee url("images/right.png") no-repeat scroll center center;
	display: block;
	height: 100%;
	top: 0;
	margin: 0;
	width: 30px;
	right: -40px;
}

.az-sidebar-events .slick-next,
.az-sidebar-events .slick-next:focus,
.az-sidebar-events .slick-next:hover {
  background: #eee url("images/right.png") no-repeat scroll center center;
  display: block;
  height: 30px;
  right: 0;
  margin: 0;
  top: -35px;
  width: 49%;
}

.az-events .slick-next:before,
.az-sidebar-events .slick-next:before {
	content: "";
}

.az-events .slick-disabled,
.az-sidebar-events .slick-disabled {
  background-color: #fbfbfb !important;
}

.az-events .slick-next.slick-disable,
.az-sidebar-events .slick-next.slick-disabled {
  background-image: url("images/right-disabled.png") !important;
}

.az-events .slick-prev.slick-disabled,
.az-sidebar-events .slick-prev.slick-disabled {
  background-image: url("images/left-disabled.png") !important;
}

.event-header {
  background: #002E83 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
}

.event-details {
  background: #f7f7f7 url("images/event.png") no-repeat scroll 15px 25px;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0 1px 1px;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 25px 20px 66px;
}

.home-middle .widget-title {
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  font-family: raleway;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.nav-footer {
    text-align: right;
}

.site-footer .genesis-nav-menu a {
		color: #fff;
    margin: 0 5px;
    padding: 0;
}

.site-footer .genesis-nav-menu a:hover {
    color: #66ccff;
}

.site-footer .genesis-nav-menu a:after {
    content: "|";
    padding: 0 0 0 10px;
}

.site-footer .genesis-nav-menu li:last-child a:after {
	  content: "";
}

.top-bar {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-image: linear-gradient(to top, #ffffff, #e9e9e9);
}

.top-bar li {
    border-right: 1px solid #e5e5e5;
    float: left;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.top-bar li:last-child {
    border: medium none;
}


.az-search-box .search-form {
  display: inline-block;
  float: right;
  height: 32px;
  margin: 4px 0;
  position: relative;
  width: 200px;
}

.az-search-box .search-form ul li {
    float: left;
    margin: 6px 35px 6px 10px;
}
.az-search-box .search-form input[type="search"] {
	background: #F2F2F2;
	border-color: #D3D3D3;
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: top;
  width: 200px;
  padding: 0 10px;
}

.az-search-box .search-form input[type="submit"] {
  background: #ddd url("images/zoom.png") no-repeat scroll center center;
  border-radius: 0;
  padding: 0;
  text-indent: -9999em;
  color: #fff;
  height: 100%;
  margin-right: 0;
  position: absolute;
  right: 0;
  width: 36px;
}

.doc-search-box .search-form {
  display: inline-block;
  float: left;
  height: 32px;
  margin: 4px 0;
  position: relative;
  width: 200px;
}

.doc-search-box .search-form input[type="search"] {
	background: #F2F2F2;
	border-color: #D3D3D3;
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: top;
  width: 200px;
  padding: 0 10px;
}

.doc-search-box .search-form input[type="submit"] {
  background: #ddd url("images/zoom.png") no-repeat scroll center center;
  border-radius: 0;
  padding: 0;
  text-indent: -9999em;
  color: #fff;
  height: 100%;
  margin-right: 0;
  position: absolute;
  right: 0;
  width: 36px;
}
div.doc-search-box  {
  padding-top: 20px;
}
/*  for pagenation     */
div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    /*width: 1.8em;*/
    /*height: 1.8em;*/
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #F1BF00;
    color: #fff;
    margin-right: 1em;
    padding:10px 15px;
}

div.pager span.active {
    background: #AA151B;
}

div.top-of-page {
	padding-top: 20px;
}

/* accordion Menu */

.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	padding: 18px 18px 18px 64px;
	background: #4d5158;
	box-shadow: inset 0 -1px #555960;
	color: #ffffff;
	font-size: 1.6rem;
}
.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display: none;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
}

.event-box {
    background: #f7f7f7 none repeat scroll 0 0;
}

.event-item {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 15px;
}

.event-item:first-child {
    border-top: 1px solid #e7e7e7;
}

.event-item-date {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: 20%;
}

.event-item-details {
    padding-left: 30%;
}

.event-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
}

.event-item-location {
    background: rgba(0, 0, 0, 0) url("images/map.png") no-repeat scroll left 0 center;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0 0 0 18px;
}

.event-item-time {
    background: rgba(0, 0, 0, 0) url("images/clock.png") no-repeat scroll left 0 center;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 0 0 0 18px;
}

.event-box-1 {
    border-left: 3px solid #db5400;
}

.event-box-2 {
    border-left: 3px solid #002e83;
}

.event-box-3 {
    border-left: 3px solid #ffc600;
}

.event-box-4 {
    border-left: 3px solid #d11a20;
}

.fl-accordion-button-icon {
    display: none !important;
}

.fl-accordion-item {
    border: 1px solid #e2e2e2;
}

.fl-accordion-button {
	  background: #f8f8f8 none repeat scroll 0 0;
	  color: #002e83;
    font-weight: 600;
    display: block !important;
}

.fl-accordion-small .fl-accordion-content {
		border-top: 1px solid #e2e2e2;
		padding: 15px !important;
}

.fl-module-heading.faq-title .fl-heading {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px !important;
}

.toggle-content {
    display: none;
}

.toggle-content-link {
		padding-right: 25px;
		background: rgba(0, 0, 0, 0) url("images/more.png") no-repeat scroll right 0 center;
		float: right;
		margin: 5px 0 15px 0;
}

.toggle-content-link.active{
		background: rgba(0, 0, 0, 0) url("images/more-view.png") no-repeat scroll right 0 center;
}


.btnSubmit {
	background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 4px 18px;
    text-transform: uppercase;
    width: auto;
    float: left;
    margin: 8px;
    border-radius: 6px;
}

.tablepress tfoot th, 
.tablepress thead th {
	background-color: transparent !important;
}

.tablepress .sorting:hover, 
.tablepress .sorting_asc, 
.tablepress .sorting_desc {
    background-color: transparent !important;
}

.tablepress.tablepress-id-5 {
    line-height: 1.2;
}

.tablepress.tablepress-id-5 tbody td, 
.tablepress.tablepress-id-5 tfoot th {
    border-top: none;
}

.tablepress-id-5 tbody {
		border-bottom: none;
}

.tablepress.tablepress-id-5 td, 
.tablepress.tablepress-id-5 th {
	padding: 8px 0;
}

.tablepress.tablepress-id-5 thead th {
		border-bottom: none;
}

.tablepress .sorting:after, 
.tablepress .sorting_asc:after, 
.tablepress .sorting_desc:after {
	margin: auto 8px !important;
	right: auto !important;
}

.fl-module-heading.heading-with-border .fl-heading {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px !important;
    font-size: 22px;
    font-weight: bold;
}

.az-page-header{
/*  mc setup 	
	background: rgba(0, 0, 0, 0) url("images/header.png") no-repeat scroll top center / cover ;
	height: 90px    
*/
   	background: rgba(0, 0, 0, 0) url("rotator/rotator.php") no-repeat scroll top 30% center / cover ;  
    height: 120px;
}

.az-page-title {
    display: inline-block;
    /*padding: 74px 0;*/
/*  mc setup     padding: 28px 0;  */
    padding: 43px 0;
    /*min-height:187;*/ 
}

.az-page-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.az-page-breadcrumbs {
    float: right;
    padding: 30px 0;
}

.az-page-breadcrumbs .breadcrumb {
    margin: 0;
}

.breadcrumb-link-wrap::after {
    content: "|";
    padding: 0 6px;
}

.az-page-nav {
    background: #002e83 none repeat scroll 0 0;
    color: #fff;
}

.az-page-nav-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
}

.az-page-nav-menu {
    float: right;
}

.az-page-nav-menu li {
    float: left;

    
}

.az-page-nav-menu li a:hover,
.az-page-nav-menu li.current a {
    background: #0b0963 none repeat scroll 0 0;
}

.az-page-nav-menu li a {
    color: #fff;
    padding: 0 15px;
    display: block;
    font-weight: bold;
    line-height: 44px;
}

.centered-search .search-form {
    margin: 0 auto;
}

.centered-search .search-form input[type="search"] {
		width: 65%;
		float: left;
}

.centered-search .search-form input[type="submit"] {
		width: auto;
		background-color: #1c1d71;
		text-transform: none;
}

.centered-search .search-form input[type="submit"]:hover {
		width: auto;
		background-color: #333;
}

.ninja-forms-field.fullwidth {
    width: 100%;
}

.feat-slide {
  background: #aaabad none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  outline-color: #333;
  position: relative;
  width: 16px;
  display: none;
}

.feat-slide.active {
	background: #fff;
}

.feat-hide {
	display: block;
}

.home-notification,.home-notification a {
  /*background: #C61218 none repeat scroll 0 0;*/
  background: #AA151B;
  /*color: #ffd;*/
  color: #f8df7f;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.home-notification a {
	background:none;
}

.az-tabs .fl-tabs-panels {
    border: medium none;
}

.az-tabs .fl-tabs-panel-content {
    padding: 0;
    margin-left: 30px;
}

.az-tabs .fl-tabs-vertical .fl-tabs-labels {
		width: 25%;
}

.az-tabs .fl-tabs-vertical .fl-tabs-label {
	background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.az-tabs .fl-tabs-vertical .fl-tabs-label.fl-tab-active {
  background: #002e83 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
}

/* added by mc */
.accordion.ui-accordion.ui-widget.ui-helper-reset {
    margin-bottom: 8px;
}
/* added by PR */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #002e83;
    text-decoration: none;
}
.tablesorter-headerAsc  {
	background-color: #4286f4 !important;
}
.tablesorter-headerDesc  {
	background-color: #4286f4 !important;
}
/* HEADER SORT ICONS * /
.tablesorter-header .tablesorter-header-inner::before {
    content: "\f0dc";
    font-family: 'Font Awesome 5 Free';
    color: #aaa;
    margin-right: 18px;
    border-right: solid 1px #aaa; padding-right: 12px;
}
.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner::before {
    content: "\f15d";
/*    content: "\f0de"; * /
    font-family: 'Font Awesome 5 Free';
    color: #ff0; /*yellow* /
    margin-right: 18px;
    border-right: solid 1px #aaa; padding-right: 12px;
}
.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner::before {
    content: "\f15e";
/*    content: "\f0dd"; * /
    font-family: 'Font Awesome 5 Free';
    color: #ff0; /*yellow* /
    margin-right: 18px;
    border-right: solid 1px #aaa; padding-right: 12px;
}
*/
.mobilemenu {
	display: none !important;
}
#text-13 {
	display: block !important;
}
#home-notification {
	display: block;
}
.commlimit {
	margin-left: 15px;
}
.dateinput {
	margin-top: 15px;
}

.session-label  {
	padding-right: 8px;
	display: inline;
}

	.disabledbutton {
		/* pointer-events: none;   */
		opacity: 0.4;
	}
	.enabledbutton {
		opacity: 1;
	}
	.dateentry {
	    margin-left: 20px;
		height: 10px;
		width: 105px;
		border-left: 1px solid #ddd;
	}
	
.senatefrontpageimage  {
	height: 175%;
    width: 130%;
    margin-top: -25px;
    margin-left: 20px;
}
	
.prt {
	float: right;
	font-size: 1.4rem;
	font-weight: 300;
    color: white;
    padding: 6px 16px;
    border-radius: 6px;
	margin: 8px;
}

.pressButtonDiv {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block
}
.pressButton {
	padding: 9px 20px;
	margin-right: 50px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    text-transform: uppercase;
    cursor: pointer;
	background-color: #001E56;
}

.GranicusSearchButton {
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #002c77;
    color: #fff;
}

.pressButtonClicked {
	.background-color: yellow;
}

.button {
    border:1px solid #444;
    background: green;
    float:left;
    margin:3px;
    padding:3px;
}
.presshead {
	display: inline;
	padding-left: 20px;
	font-weight: bolder;
}
.myClass {
    background: #cc0000 !important;
}

.GranicusYear
{
    background: #002c77;
    border-bottom: 1px solid #ffffff;
	padding: 13px 21px;
}

.GranicusYearSelected
{
    background-image: linear-gradient(to top, #ffffff, #ffd700);
    color: #333;
    font-weight: 600;
}

.SeeMore {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    
    text-transform: uppercase;
    width: auto;
}
.topTitle {
	padding-top: 10px;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.rosteroptions td {
	text-align: center;
	border: inset;
	border-width: thick;
	line-height: 1;
}

.rosterFindmyLegislator {
    /*background-image: linear-gradient(to top, #AA151B, #ffffff);*/
	 float: right;
	 
}
.rosterFindmyLegislator  a{
    padding:4px 20px;
	background-image: linear-gradient(to left, #002c77, #AA151B);
}

.constTable	thead th:first-child { 
	width: 125px;
}

span.bold-red {
	color: red;
	font-weight: bold;
}
	
input.emailtext {
	height: 160px;	
	padding: 5px;
	multiple: 
}

.moreSpace {
	padding-bottom: 8px;
}

a.hidetime > div > span.fc-time {
	display: none;  
}
.noShow {
	display: none;
}

.ui-widget-header .ui-icon {
	background-image: none;
}

#scheduletable th {
	background-color: #d9edf7;
	background: #002c77;
	color: #ffffff;
	font-size: 1.5rem;
}

.ccscheduletable tbody>tr>td {
	padding-left: 20px;
}

.leadership img {
	height: 189px; 
	width: 138px;
}

div.sunrise .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-width: 1px;
    border-style: solid;
    border-bottom: none !important;
    padding: 11px 18px 12px;
    top: 1px;
}
div.sunrise .fl-tabs-horizontal .fl-tabs-label {
    float: left;
}
div.sunrise .fl-tabs-label.fl-tab-active {
    background-image: linear-gradient(to top, #ffffff, #ffd700);
    color: #333;
    font-weight: 600;    position: relative;
    z-index: 1;
}
div.sunrise .fl-tabs-label {
    padding: 12px 18px;
    color: white;
    background: #002c77;
    border-bottom: 1px solid #ffffff
}


.InvintusStartPage
{
    background: #002c77;
    border-bottom: 1px solid #ffffff;
	  margin: 2px;
    padding: 10px 15px;
}

.InvintusStartPageSelected
{
    background-image: linear-gradient(to top, #ffffff, #ffd700);
    color: #333;
    font-weight: 600;
}

#selectlistdiv {
	float: left; 
	width: 45%;
}

.invintus-player .inv-stack .stack__two-thirds:last-child, div[id*=persistent-stream-] .inv-stack .stack__two-thirds:last-child {
	padding-left: 20px;
}


.page-id-2092  .bPmShg {
	
	background: #002e83;
}
.page-id-2092  .table__Cell-z0zx9b-7  {
	font-size: 12px;
	
}

.inv-tabs--tab.inv-tabs--agenda {
    order: 1;
}
.inv-tabs--tab.inv-tabs--documents {
    order: 2;
}
.inv-tabs--tab.inv-tabs--share {
    order: 3;
}


/* End added by PR */


.footer-widgets .widget .ninja-forms-cont input,
.footer-widgets .widget .ninja-forms-cont textarea {
  background: #4d6da8 none repeat scroll 0 0;
  border: medium none;
  color: #b1bfd9;
  font-size: 13px;
  padding: 7px 10px;
}

.footer-widgets .widget .ninja-forms-cont .textarea-wrap textarea {
	height: 120px;
}

.footer-widgets .widget .ninja-forms-cont .submit-wrap input[type="submit"] {
	background: #0057CD;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	text-transform: none;
}

.prev-slide {
  background: rgba(0, 0, 0, 0.6) url("images/slider-left.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  left: 0;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.next-slide {
  background: rgba(0, 0, 0, 0.6) url("images/slider-right.png") no-repeat scroll center center;
  display: block;
  height: 50px;
  right: 0;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}


.page-id-222 .site-inner,
.page-id-208 .site-inner {
  max-width: 100%;
  padding-top: 0;
}

.page-id-222 .fl-row-fixed-width,
.page-id-208 .fl-row-fixed-width,
.page-id-218 .fl-row-fixed-width {
	max-width: 1140px;
}

.page-id-222 .az-page-header {
	display: none;
}

.unleash_slider {
	box-shadow: none !important; 
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  line-height: 1.2;
}


@media only screen and (max-width: 1200px) {
	.az-events {
		width: 880px;
	}

	.az-events .az-event {
    width: 212px;
	}

	.az-page-header {
    /*min-height: 120px;*/
    height:70px;
	}

	.az-page-title {
    /*padding: 43px 0;*/padding: 23px 0;
	}

	.az-page-breadcrumbs {
    /*padding: 48px 0;*/
    padding: 20px 0;
	}

	.site-header {
		text-align: center;
	}

	.site-header .nav-primary {
		float: none;
		display: inline-block;
	}

	.title-area {
    display: inline-block;
    float: none;
	}
}

	.mega-menu-item-220 > .mega-sub-menu > li > a {
    font-weight: bold !important;
	}

	.mega-menu-item-220 > .mega-sub-menu > li > a:hover,
	.mega-menu-item-220 > .mega-sub-menu > li > a:focus {
		color: #002e83 !important;
		background: #EDECEC !important;
		cursor: default !important;
	}
	
	.mega-menu-item-220 > .mega-sub-menu .mega-sub-menu > li > a {
		border-bottom: 1px solid #e3e2e3 !important;
		margin: 0 5px !important;
	}

@media only screen and (max-width: 960px) {
	.az-events {
		width: 720px;
	}

	.az-events .az-event {
    width: 235px;
	}

	.az-page-header {
    /*min-height: 100px;*/
    height:60px;
	}

	.az-page-title {
    padding: 13px 0;
	}

	.az-page-breadcrumbs {
    padding: 38px 0;
	}

	.az-page-nav {
		text-align: center;
		padding: 15px 0;
	}

	.az-page-nav-menu {
		float: none;
	}

	.az-page-nav-menu li {
    display: inline-block;
    float: none;
    margin: 5px 0;
	}

	.az-page-nav-menu li a {
		line-height: 34px;
	}

	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {
	    float: left;
	    width: 49%;
	}

	.footer-widgets-1, 
	.footer-widgets-3 {
		margin-right: 2%;
	}	

	.footer-widgets-2, 
	.footer-widgets-4 {
		margin-right: 0;
	}

	.az-search-box .search-form {
	  display: inline-block;
	  float: none;
	}

	.site-header .widget-area {
    text-align: center;
	margin-top:0;
	}
}

@media only screen and (max-width: 800px) {
	
	.top-bar {
/*		display: none;*/
	}
	
	.selectSession {
		width: 235px;
		padding: 0px
	}

	.site-header {
    background-color: #0f3d8d;
  }

	.header-image .site-title > a {
		background: rgba(0, 0, 0, 0) url("images/logo-responsive.png") no-repeat scroll center top;
		background-size:100%;
		min-height: 110px;
	}

	.az-events {
		width: 100%;
	}

	.az-events .slick-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.az-events .az-event {
    width: 50%;
	}

	.event-title {
    float: none;
    padding: 8px 10px 10px 75px;
    width: auto;
	}

	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {
	    float: left;
	    width: 48%;
	}

	.footer-widgets-1, 
	.footer-widgets-3 {
    margin-right: 4%;
	}
	
	.footer-widgets-2 {
		margin-right: 0;
	}

	.site-footer {
    text-align: center;
	}

	.nav-footer {
    text-align: center;
    margin-top: 20px;
	}

	.az-events.slick-slider {
		margin-bottom: 80px;
	}

	.az-events .slick-prev, 
	.az-events .slick-prev:focus, 
	.az-events .slick-prev:hover {
    bottom: -50px;
    display: block;
    height: auto;
    left: auto;
    padding: 6px 0;
    right: 60px;
    top: auto;
    width: 50px;
	}

	.az-events .slick-next, 
	.az-events .slick-next:focus, 
	.az-events .slick-next:hover {
    bottom: -50px;
    display: block;
    height: auto;
    padding: 6px 0;
    right: 0;
    top: auto;
    width: 50px;
	}

	.feat-slide {
		display: inline-block;
	}
	
	.feat-hide {
		display: none;
	}

	.az-page-header {
    height:70px;
    /*min-height: 100px;*/
    padding: 30px 0;
    text-align: center;
	}

	.az-page-title {
    padding: 0;
	}

	.az-page-breadcrumbs {
    padding: 0;
    float: none;
	}

	button.menu-toggle, 
	button.sub-menu-toggle {
    color: #fff;
	}

	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {
	    float: left;
	    width: 100%;
	}

	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3 {
    margin-right: 0;
	}

	#mega-menu-wrap-primary .mega-menu-toggle:before {
		float: none !important;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		text-align: center !important;
	}

	.az-tabs .fl-tabs-panel {
    border: medium none;
	}

	.az-tabs .fl-tabs-panel-content {
		margin-bottom: 30px;
	}

/* Added by PR */
	.accordion-slider {
		width: 95% !important;
	}

	#selectlistdiv {
		width: 100%;
	}
/* End added by pr */
}


@media only screen and (max-width: 480px) {
	.az-events .az-event {
    width: 100%;
    margin: 0;
	}

/* Added by pr */
	.mobilemenu {
		display: block !important;
	}
	.mobilemenu span {
		background-color: BLUE;
		color: yellow;
		margin-top: 5px;
		width: 100%;
		display: block;
	}
	.mobilemenu a {
		margin-left: 20px;
	}
	section#text-13 {
		display: none !important;
	}
	#home-notification.home-notification.widget-area {
		display: none !important;
	}
	
	.session-label  {
		display: none;
	}
	
	.title-area {
		height: 75px;
	}
	
	#menu {
		padding-top: 60px;
		background: none;
	}

	.innerT {
		padding-top: 50px !important;
	}
	.btn-default {
		font-size: 11px;
	}
	#billStatusSearchDiv body {
		font-size: 11px;
	}
	#footer-widget-area   {
		width: 90%;
	}

	#selectlistdiv {
		width: 100%;
	}	
/* End Added by pr */
}


@media only screen and (max-width: 420px) {
  .as-panels p.as-layer {
    left: 0 !important;
  }
  
  .as-panels h3.as-layer {
    left: 0 !important;
  }  
}
/* TABLEPRESS BASE */

/* what */

/* Table description */

table,
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}

table th, 
table td, 
.tablepress th,
.tablepress td {
  padding: 4px 8px;
  border: none;
  background: none;
  text-align: left;
  float: none !important;
}
table tbody td, 
.tablepress tbody td {
/*  vertical-align: top; */
  vertical-align: middle;
}

/* Horizontal borders */

table tbody td, 
table tfoot th, 
.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #dddddd;
}
table tbody tr:first-child td, 
.tablepress tbody tr:first-child td {
  border-top: 0;
}
table thead th,table th, 
.tablepress thead th {
  border-bottom: 1px solid #dddddd;
}

/* Row background colors */

table thead th, 
table tfoot th, 
.tablepress thead th,
.tablepress tfoot th {
  background-color: #d9edf7;
  background: #002c77; color:#f2f2f2;
  font-weight: bold;
  vertical-align: middle;
}
table .odd td, 
.tablepress .odd td {
  background-color: #f9f9f9;
}
table .even td, 
.tablepress .even td {
  background-color: #ffffff;
}
table .row-hover tr:hover td, 
.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}

/* Reset image layout in tables */

table img, 
.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}

/* Table wrapper */
.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em;
}
.dataTables_wrapper .tablepress, .dataTables_wrapper table {
  clear: both;
  margin: 0 !important;
}

/* Length Change menu */
.dataTables_length {
  float: left;
  white-space: nowrap;
}

/* Filter/Search */
.dataTables_filter {
  float: right;
  white-space: nowrap;
}

/* Table information */
.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0;
}

/* Pagination */
.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
}
.dataTables_paginate a {
  color: #111111 !important;
  display: inline-block;
  outline: none;
  position: relative;
  text-decoration: underline;
  text-decoration: none\0/IE; /* Hack for IE8, IE9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
  margin: 0 5px;
}
.dataTables_paginate a:first-child {
  margin-left: 0;
}
.dataTables_paginate a:last-child {
  margin-right: 0;
}
.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}
.paginate_button.disabled {
  color: #999999 !important;
  text-decoration: none;
  cursor: default;
}
.paginate_button.current {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

/* Sorting */
table .sorting,
table .sorting_asc,
table .sorting_desc,
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-right: 20px; /* more right padding for sort arrows */
  cursor: pointer;
  outline: none;
}
table .sorting:after,
table .sorting_asc:after,
table .sorting_desc:after,
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}
table .sorting:after,
.tablepress .sorting:after {
  content: "\f0dc";
}
table .sorting_asc:after,
.tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px;
}
table .sorting_desc:after,
.tablepress .sorting_desc:after {
  content: "\f0d7";
}
table .sorting:hover,
table .sorting_asc,
table .sorting_desc,
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #049cdb;
}
/* Hide the sorting arrows in the extra table that is added for scrolling */
.dataTables_scrollBody table thead th:after,
.dataTables_scrollBody .tablepress thead th:after {
  content: "";
}

/* Self clearing */
.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto;
}

.tablesorter-header-inner {cursor:pointer;}


.BulletLI li {
    list-style-position: inside;
    list-style-type: disc;
}

.BulletLI ul {
	padding: 10px;
}

.BulletLI2 {
    list-style-position: inside;
    list-style-type: circle !important;
}

.GranicusSearchLegend
{
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    border: 1px solid grey;
}

.gas_links a {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #999;
}