body {
font-family: 'Roboto', sans-serif;	
background-color:#fff;
}


/* TYPOGRAPHY */

p {
	font-weight:300;
}

h1 {
	font-weight:900;
}
h2 {
	font-weight:900;
}
a {
	color:#0078c9;
	transition: .3s ease-in-out;
}
a:hover {
	color:#f89828;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.darkLink a {
	color:#f89828;
	transition:.3s ease-in-out;
}
.darkLink a:hover {
	color:#0078c9;
	transition:.3s ease-in-out;
	cursor: pointer;
}

.largefont
p {
font-size: large;

}


/* BRANDING AND TOP BAR */
.globalTopBar {
	background-color:#f89828;
}
.globalTopBar .social {
	font-size:1.25rem;
	text-align:left;
}
.social a{
	color:#f4f4f4;
	margin-right:10px;
}
.social a:hover {
	color:#333;
}
.search a{
	color:#f4f4f4;
	margin-right:10px;
}
.search a:hover {
	color:#333;
}
.globalTopBar .search {
font-size:1.25rem;
text-align:right;
}
.globalTop {
	background-color:#f4f4f4;
	padding:10px;
}
.brandingBar {
	text-align:center;
	background-color:#f4f4f4;
	padding:20px;
}
.nabLogoMain {
	padding:10px;
}

/* GLOBAL NAV BAR */
.globalNavBar {
	background-color:#333;
}

/* MEGA MENU */




/* FOOTER STYLE */
.footerBar {
	background-color:#333;
	color:#fff;
	padding:50px;
	text-align:center;
}

.SLCfooterBar {
  background-color:blueviolet;
  color:#fff;
  padding:50px;
  text-align:center;
}

/* HOMEPAGE STYLE */
.homepageNews p {
	font-size:.8rem;
	font-weight:500;
}
.homepageNews h3 {
	font-size:1.5rem;
	font-weight:900;
	margin-bottom:-20px;
}
.homepageNews .allNews {
	font-size:1rem;
}
.homepageNews hr {
	border-color:#f89828;
}

/* TRENDING BAR */
.trendingBar {
	background-color:#f89828;
	padding:15px;
}
.trendingBar a {
	color:#fff;
	margin-right:30px;
}
.trendingBar a:hover {
	color:#0078c9;
}



/* WE ARE BROADCASTERS HOMEPAGE STYLE */
.wab {
	background-color:#fff;
	padding:30px 0 30px 0;
}
.wab h4 {
	font-size:1.25rem;
	color:#333;
	font-weight:900;
}
.wab .box {
	background-color:#dae8f4;
	text-align:center;
	padding:20px;
	border-radius:5px;
}



/* EVENTS/RESOURCES HOMEPAGE STYLE */
.eventsResources {
	background-color:#f4f4f4;
	padding:30px 0 30px 0;
}
.eventsResources h4 {
	font-size:1.25rem;
	color:#333;
	font-weight:900;
}
.eventsResources .box {
	background-color:#fff;
	text-align:center;
	padding:20px;
	border-radius:5px;
}











/* BASIC ARTICLE STYLE */

.articleStyle {
background-color:#fff;
padding-top:30px;
}
.articleStyle p {
font-weight:300;
}

.articleStyle h1 {
font-weight:900;
font-size:2.25rem;
color:#333;
}

.articleStyle h2 {
font-size:1.5rem;
color:#333;
}

.articleStyle ul li {
	font-weight:300;
}

.articleSidebar {
margin-top:30px;
}

.articleSidebar .callout {
background-color:#f4f4f4;
border:0;
-webkit-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
-moz-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
}

.articleSidebar .callout h3 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.articleSidebar .callout hr {
	border:solid 1px #f89828;
}
.articleSidebar .callout a {
	color:#0078c9;
	font-weight:400;
}
.articleSidebar .callout a:hover {
	color:#f89828;
}

/* MEMBER TOOLS CALLOUTS */
.memberTools  {
background-color:#f4f4f4;
text-align:center;
border:0;
border-radius:5px;
-webkit-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
-moz-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
}

.memberTools h3 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.memberTools  hr {
	border:solid 1px #f89828;
}
.memberTools  a {
	color:#0078c9;
	color:#fff;
	font-weight:500;
}
.memberTools  a:hover {
	color:#f89828;
	color:#fff;
}





/* PRESS RELEASE STYLES */
.pressPic {
	float:right;
	padding:3px;
	border:solid 1px #dfdfdf;
	margin:0 0 5px 10px;
	text-align:center;
}

.newsReleases h2 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.newsReleases hr {
	border:solid 1px #f89828;
}
.newsReleases p {
	font-weight:500;
}


/* ADVOCACY PAGE-SPECIFICS */
.issue_callout {
	background-color:#2e2e2e;
	color:#fff;
	padding:20px;
	border-radius:15px;
	margin:0 0 30px 0;
}
.issue_callout p {
	font-weight:500;
}
.issue_callout h5 {
	font-weight:900;
}
.issue_left h5 {
	font-weight:900;
	margin-bottom:-10px;
}
.issue_right h5 {
	font-weight:900;
	margin-bottom:-10px;
}
.issue_left hr {
	border:solid 1px #f89828;
}
.issue_right hr {
	border:solid 1px #f89828;
}

.issue_right .callout {
background-color:#f4f4f4;
border:0;
-webkit-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
-moz-box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
box-shadow:  0px 0px 5px -2px rgba(0,0,0,0.50);
}

.issue_right .callout h3 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.issue_right .callout hr {
	border:solid 1px #f89828;
}
.issue_right .callout a {
	font-weight:500;
}
.issue_right .callout a:hover {
	color:#f89828;
}

.legalFilings h2 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.legalFilings hr {
	border:solid 1px #f89828;
}


/* SECTION FRONT STYLES */
.sectionFrontStyle {
background-color:#fff;
padding-top:30px;
}
.sectionFrontStyle p {
font-weight:300;
}

.sectionFrontStyle h1 {
font-weight:900;
font-size:1.5rem;
color:#333;
}

.sectionFrontStyle h2 {
font-size:1rem;
font-weight:900;
color:#333;
}

.sectionFrontStyle ul li {
	font-weight:300;
}



/* OLD RIGHT SIDEBAR SUBNAV - JUST IN CASE */
.sub-nav {
display: block;
width: auto;
overflow: hidden;
margin: -0.25rem 0 .25rem;
padding-top: 0.50rem; }
.sub-nav ul li {
float: left;
margin-left: 0;
margin-bottom: 1rem;
font-weight: 300;
font-size: 1rem;
color: #333333; }
.sub-nav li a {
text-decoration: none;
color: #333333;
padding-bottom:2rem; }
.sub-nav li a:hover {
color: #f89828; }
.sub-nav li.subactive a {
/*      -webkit-border-radius: 5px;
border-radius: 5px; */
font-weight: bold;
/* background: #f89828;
padding: 0.25rem .50rem;*/
cursor: default;
color: #333; }
.sub-nav li.active a:hover {
background: #f89828; }



/* SENIOR LEADERSHIP PAGE */

.leadershipBlock {
	text-align:center;
}
.leadershipBlock h4 {
	font-size:1.1rem;
	font-weight:900;
	margin:10px 0 0 0;
}
.leadershipBlock p {
	font-size:.9rem;
	line-height:1.3rem;
	font-weight:400;
}
.leadershipBlock img {
	padding:3px;
	border:solid 1px #999;
 transition: all .2s ease-in-out; 
}
.leadershipBlock img:hover {
	transform: scale(1.05);
}




/* CUSTOM BREADCRUMBS */
.breadcrumbs {
margin: 0 0 1rem 0;
list-style: none; }
.breadcrumbs::before, .breadcrumbs::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.breadcrumbs::after {
clear: both; }
.breadcrumbs li {
float: left;
font-size: 0.6875rem;
color: #0a0a0a;
cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
position: relative;
margin: 0 0.75rem;
opacity: 1;
content: "/";
color: #cacaca; }
.breadcrumbs a {
color: #1779ba; }
.breadcrumbs a:hover {
text-decoration: underline; }
.breadcrumbs .disabled {
color: #cacaca;
cursor: not-allowed; }


/* RETURN TO TOP BUTTON */
#rttBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f89828;
 /* opacity:0.5;*/
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
transition-delay: 2s;
}

#rttBtn:hover {
  background-color: #555;
}

/* SHARE BUTTONS */
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

/* BUTTON STYLES */
.rounded {
	border-radius:5px;
}


/* IMAGE TREATMENTS */
.leadershipHeadshot {
	float:right;
	margin:0 0 20px 20px;
	padding:3px;
	border:solid 1px #999;
}



/* LEGAL FILINGS FILTER */
.dropdown-paneLF {
position: absolute;
z-index: 10;
display: none;
width: 300px;
padding: 1rem;
visibility: hidden;
border-radius: 0;
background-color: #fefefe;
font-size: 1rem; }
.dropdown-paneLF.is-opening {
display: block; }
.dropdown-paneLF.is-open {
display: block;
visibility: visible; }


/* BUTTON STYLES MODIFIED */

  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #0078c9;
    color: #fff;
    font-weight:500; }

  .button:hover, .button:focus {
    background-color: #f89828;
    color: #fff;
    font-weight:500; }

  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #0078c9;
    color: #fff;
    font-weight:500; }

  .button.secondary:hover, .button.secondary:focus {
    background-color: #f89828;
    color: #fff;
    font-weight:500; }

  .button.bio, .button.bio.disabled, .button.bio[disabled], .button.bio.disabled:hover, .button.bio[disabled]:hover, .button.bio.disabled:focus, .button.bio[disabled]:focus {
   	background-color: #0078c9;
    color: #fff;
    font-weight:500;
    margin-top: 10px;
    border-radius: 5px; }

  .button.bio:hover, .button.bio:focus {
	background-color: #f89828;
    color: #fff;
    font-weight:500;
    margin-top: 10px;
    border-radius: 5px; }

  .button.bio.secondary, .button.bio.secondary.disabled, .button.bio.secondary[disabled], .button.bio.secondary.disabled:hover, .button.bio.secondary[disabled]:hover, .button.bio.secondary.disabled:focus, .button.bio.secondary[disabled]:focus {
    background-color: #0078c9;
    color: #fff;
    font-weight:500;
    margin-top: 10px;
    border-radius: 5px; }

  .button.bio.secondary:hover, .button.bio.secondary:focus {
    background-color: #f89828;
    color: #fff;
    font-weight:500;
    margin-top: 10px;
    border-radius: 5px; }


/*MEMBERSHIP BUTTONS*/
.button.newmember {
	background-color: #0078c9;
    color: #fff;
    font-weight:500;
    margin-top: 10px;
    border-radius: 5px;
}

/* LINKEDIN ICON */
    

.linkedin  a:hover {
	color:#f89828;
	color:#fff;
}

/* STAFF TEXT */

.staffText {
	text-align:center;
}
.staffText {
	padding-bottom:25px;
}

.staffText h4 {
	font-size:1.1rem;
	font-weight:900;
	margin:10px 0 0 0;
}
.staffText p {
	font-size:.9rem;
	line-height:1.3rem;
	font-weight:400;
}


.staffText.L {
	float:left;

}

.staffText.L {
	padding-bottom:25px;
}

.staffText.L h4 {
	font-size:1.1rem;
	font-weight:900;
	margin:10px 0 0 0;
}
.staffText.L p {
	font-size:.9rem;
	line-height:1.3rem;
	font-weight:400;
}

.featuredHeader-PTAX {
	background-color:#f89828;
	color: white;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:1.25rem;
	margin-bottom:10px;
}

/*PTAX HERO IMAGE*/

.container-ptax {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container-ptax img {
  width: 100%;
  height: 100%;
}



/* Style the button and place/image */
.container-ptax .button {
  position: absolute;
  top: 73%;
  left: 10%;
}

/*PTAX HERO IMAGE PAGE 2*/

.container-ptax-2 {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.container-ptax-2 img {
  width: 100%;
  height: 100%;
}



/* Style the button and place/image */
.container-ptax-2 .button {
  position: absolute;
  top: 71%;
  left: 7%;
}

/* NOPTAX TABLE*/ 
table {
border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #000000; }
  tfoot {
    background: #f1f1f1;
    color: #000000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.PTAX thead tr:hover {
  background-color: #f3f3f3;
  color: #000000;
    }

table.PTAX tfoot tr:hover {
  background-color: #ececec;
  color: #f89828; }

table.PTAX tbody tr:hover {
  background-color: #f9f9f9;
  color: #000000;
  font-weight: bold; }

table.PTAX:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
  color: #000000; }

.table-scroll {
  overflow-x: auto; }
}

/*hero nav*/


.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu {
  background-color: #333;
}

.hover-underline-menu .menu a {
  color: #f4f4f4;
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fefefe;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

/* MEMBERSHIP PAGE STYLES*/

.membership-contact{
color: #FFFFFF;
}

.membership-callout{
margin-top:30px;
padding: 30px;
background-color:#F8F8F8;
border-left: solid 4px #f89828;
}

.membership-callout h3 {
font-size:1.5rem;
font-weight:900;
margin-bottom:-20px;
}
.membership-callout hr {
	border:solid 1px #f89828;
}
.membership-callout a {
	color:#0078c9;
	font-weight:400;
}
.membership-callout a:hover {
	color:#f89828;
}

.membership-nav {

  width: 250px;
  height: 120px; 
  margin: 10px 10px 30px 10px;
}

.membership-nav a {
  color: #000000;
}

.membership-nav a:hover {
  text-decoration: underline;

}


.member-accordion {
  margin-left: 0;
  background: #f89828;
  list-style-type: none; }
  .member-accordion[disabled] .member-accordion-title {
    cursor: not-allowed; }

.member-accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.member-accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.member-accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF; }
  :last-child:not(.is-active) > .member-accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .member-accordion-title:hover, .member-accordion-title:focus {
    background-color: #f88928;
    color: #FFFFFF; }
  .member-accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .member-accordion-title::before {
    content: "–"; }

.member-accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .member-accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.member-accordion-menu li {
  width: 100%; }

.member-accordion-menu a {
  padding: 0.7rem 1rem; }

.member-accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.member-accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.member-accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.member-accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .member-accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.member-accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.member-accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.member-accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }


