/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/


.main-nav-side-search,
body.logged-in a#loginlink,
body:not(.logged-in) a#kq-credit,
a#logoutlink  {
  display: none!important;
}

body.logged-in a#logoutlink {
  display: inline!important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0!important;
}

.header-logo img {
  max-height: 82px!important;
}

.main-navigation-ul > li.menu-item.no-highlight > a.menu-item-link {
  color: #0c375f!important;
}

.our-people h6 > a {
  color: inherit;
  display: inline-block;
  line-height: 110px;
}

.highlights .wpb_column {
  position: relative;
  min-height: 400px;
}

.highlights a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(3, 3, 3, 0.48);
  transition: background .5s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  font-size: 24px;
  line-height: 400px;
}

.highlights a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: white;
}

.highlights a span {
  font-family: inherit;
  color: #fff;
  background: #810004;
  background-color: #810004;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px;
  padding: 0;
  position: absolute;
  height: 50px;
  width: 44px;
  line-height: 50px;
  left: calc(50% - 26px);
  top: 55%;
  padding-left: 6px;
}

.election-content sup {
  top: 0;
}

table.state-info thead,
table.election-info thead {
  background: #eee;
}

table.state-info td,
table.state-info th {
  border: 2px solid black;
}

table.election-info td,
table.election-info th {
  border: 1px solid #222;
  vertical-align: middle;
  text-align: left;
}

table.election-info td {
  padding: 5px;
}

table.election-info tr td:nth-child(7) {
  color: red;
}

table.state-info td p,
table.state-info td {
  font-size: 12px;
  line-height: 16px;
  max-height: 200px;
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

table.state-info th {
  vertical-align: middle;
  padding: 10px 5px;
}

table.report,
table.state-info {
  border: 2px solid black;
}

table.overview-chart tbody td {
  font-weight: bold;
  overflow: hidden;
}

table.overview-chart tbody tr {
  background-color: #ccc;
}

table.overview-chart tbody tr.overview {
  background-color: white;
}

table.report thead th,
table.report td.header {
  background: #eee;
  color: #0c375f;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

table.report td {
  border: 1px solid black;
  vertical-align: middle;
  padding: 5px;
}

table.report td.align-left,
table.align-left td {
  text-align: left;
}

.page-template-page-report h4 {
  text-align: center;
  border-top: 1px solid #003760;
  padding-top: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.page-template-page-report section li {
  font-size: 16px;
  margin-bottom: 15px;
}

.page-template-page-report table li {
  margin-bottom: 0;
  font-size: 14px;
}

.page-template-page-report ol ol {
  margin-top: 15px;
}

.page-template-page-report ol li > ol {
  list-style-type: lower-alpha;
}

.page-template-page-report ol li > ol > li > ol {
  list-style-type: lower-roman;
}

.page-template-page-report ol li > ol > li > ol > li > ol {
  list-style-type: decimal;
}

#overview h4,
.skip-to h4 {
  margin-top: 0;
  border-top: 0;
}

.skip-to h4 {
  margin-bottom: 0;
}

.skip-to {
  background: #eee;
}

.skip-to > strong {
  text-align: center;
  line-height: 1.4;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-list.stick {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 999999;
  background: white;
}

.section-list {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
}

a#state-map {
  margin-bottom: 20px!important;
  text-align: center;
}

.section-list li {
  margin-left: 0;
  display: block;
  background: white;
  font-size: 14px;
  margin-bottom: 0;
}

.section-list li a,
a#state-map {
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #0c375f;
  color: #0c375f;
  background: white;
  transition: all .2s;
  display: block;
  margin: 5px auto 0;
}

.section-list li:hover a,
.section-list li.active a,
a#state-map:hover {
  background: #0c375f;
  color: white;
}

ol[type=a] {
  list-style-type: lower-alpha!important;
}

ol[type=i] {
  list-style-type: lower-roman!important;
}

.page-template-page-state-chart #theme-page .theme-page-wrapper,
.page-template-page-state-coverage #theme-page .theme-page-wrapper {
  max-width: 95%!important;
}

ol li,
ul li {
  font-size: 16px;
  margin-bottom: 20px;
}

.mk-blog-modern-item .the-title a {
  color: #003760;
}

.wpum-login-form form label {
  width: 100%!important;
}

#wpum_loginformwp-submit {
  background-color: black;
}

@media only screen and (max-width: 767px) {
  .no-margin-mobile > div{
    margin-right: 0!important;
    margin-left: 0!important;
  }
}

@media print {
  .watermark {
    display: block!important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: .1;
    text-align: center;
  }
  .watermark img {
    max-width: 100%;
    width: 900px;
    height: auto;
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    margin: 0 auto;
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
  }
}