html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #fff;
  font-family: Arial, sans-serif;
}
/* h1,
h2,
h3,
h4 {
  font-family: Arial, sans-serif;
} */
p {
  font-size: 1.2em;
}
header {
  max-height: 5vh;
}
footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
video ::-webkit-media-controls-start-playback-button {
  display: none;
}
.navbar {
  position: relative;
  z-index: 1;
}
.search-icon {
  fill: #a1a3a6;
  height: 1.2em;
}
.search-icon:hover {
  fill: #ccc;
}
.close-icon {
  fill: #a1a3a6;
  height: 1.5em;
}
.close-icon:hover {
  fill: #ccc;
}
.breadcrumb {
  background-color: inherit;
  padding-left: 30px;
}
.lang-menu a:hover {
  text-decoration: none;
}
.navbar-brand {
  margin-right: 0;
}
.byline-nav {
  color: #a1a3a6;
  display: none;
  font-size: 1em;
  max-width: 65%;
}
@media screen and (orientation: portrait), (max-width: 1025px) {
  .byline-nav {
    display: inline-block;
  }
}
.container-fluid, .container{
  margin-bottom: 4.5rem;
}
.container-fluid:last-child {
  margin-bottom: 3rem;
}
.container-fluid:first-child {
  margin: 0;
  padding: 0;
}
.row {
  margin: auto;
}
.lead {
  margin-bottom: 2rem;
}
.byline {
  font-size: 1.2em;
  font-style: italic;
}
.byline:hover {
  font-style: normal;
}
.bottom-nav {
  height: 3rem;
}
.bottom-nav-icons {
  fill: #fff;
  height: 1.5em;
  margin: 5px;
  margin-right: 10px;
  text-decoration: none;
  width: 1.5em;
}
.bottom-nav-icons:hover {
  fill: #f0c319;
}
.sm-icons a:hover {
  text-decoration: none;
}
@media screen and (orientation: portrait), (max-width: 1025px) {
  .sm-icons {
    margin: auto;
  }
  .bottom-nav {
    height: 4rem;
    padding-bottom: 1.5rem;
  }
}
.gbar {
  background-color: #ebedef;
}
.page-title {
  font-size: 3.5rem;
  padding-top: 2.5rem;
}
.container-fluid {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.container-fluid:last-child {
  padding-bottom: 1.5rem;
}
.subnav a {
  color: #000;
}
.subnav a:hover {
  color: #428bca;
  text-decoration: none;
}
.subnav th {
  font-weight: 400;
  width: auto;
}
.subnav img {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  width: 50px;
}
.subnav-row {
  padding-bottom: 1rem;
  padding-top: 0.75rem;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.footerbar-cats {
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 10px;
}
.footerbar-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-jumbo {
  background-color: #000;
  color: #fff;
  height: 96vh;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.home-jumbo h1 {
  text-shadow: 2px 3px 3px #000;
}
.home-jumbo video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.button {
  background-color: #f0c319;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 32px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 15rem;
}
.button:hover {
  background-color: #cba312;
  color: #ebedef;
  opacity: 0.8;
  text-decoration: none;
}
.jumbo-btn {
  width: 200px;
}
.jumbo-btn:hover {
  opacity: 0.7;
}
.broken-link {
  margin-bottom: 3rem;
  max-width: 6rem;
}
.voting-banner {
  margin: auto;
}
.home-panel-jumbo {
  background-color: #fff;
  padding: 10px 10px 0;
}
.panel-img {
  max-height: 275px;
}
.panel-banner {
  max-height: 400px;
}
.panel-grid {
  max-height: 400px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.top-btn {
  bottom: 4.5rem;
  position: fixed;
  right: 0.5rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-btn img {
  height: 30px;
}
.expand-text {
  overflow: hidden;
  -webkit-transition: height 0.7s;
  transition: height 0.7s;
}
.show {
  opacity: 1;
  visibility: visible;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.g-recaptcha {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */

#pwpass-tabs {
  list-style: none;
  width: 100%;
  height: 25px;
  text-indent: 0;
  padding: 00px 0 0 0px;
  margin: 0px 0 0 0px;
  background-color: #fff;
}

  #pwpass-tabs ul {
    padding: 0;
  }

  #pwpass-tabs li {
    float: left;
    display: block;
    padding: 0;
    margin: 1px 1px 0 0;
    border-bottom: 1px solid #7f7f7f;

    background: #cccccc url('../bg-tabs.png') repeat-x 0 0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #cccccc); 
    background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc); 
    background-image: -ms-linear-gradient(top, #f0f0f0, #cccccc); 
    background-image: -o-linear-gradient(top, #f0f0f0, #cccccc);   
    
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    
  }

  #pwpass-tabs a {
    display: block;
   /* height: 19px;
    font-size: 0.9em;*/
    font-weight: normal;
    padding: 5px 10px 0;
  }

  #pwpass-tabs a:hover {
    text-decoration: none;
  }

  #pwpass-tabs .tab-show {
    border-bottom: 0px solid #bfbfbf;
margin: 0px 1px 0 0;
  }

  #pwpass-tabs .tab-show a {
    font-weight: bold;         
  }
/*
*added by justin on 12/23
*/
#candidate {
background: none;
padding: 0px 0 0 0;
}

a.popup {
display: block;


}

a.popup span {
	display: none;
	text-decoration: none;
	
	line-height: 1.2em;
	
}

a.popup:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;

z-index: 100;
}

a.popup:hover span{
	color: black;
	display: inline;
	border: 1px solid black;
	position: absolute;
	background-color: white;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	width: 100px;
z-index: 10000;
	
}

hr{
border-top: 3px dashed #000000
}
