
html,
body {
  height: 100%;
  margin: 0;
}

body::after {
  background: #ffffff url("/assets/images/backgrounds/spring_park_walkway.jpg") no-repeat;
  content: "";
  background-size: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

body#home-page::after {
  background: #ffffff url("../../assets/images/backgrounds/spring_park_walkway.jpg") no-repeat;
  background-size: 100%;
}

object,
embed {
  outline: 0;
}

* focus {
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}


h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

strong {
  font-weight: bold;
}

a,
.link {
  color: #942c06;
  text-decoration: none;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #005580;
  text-decoration: underline;
}

a:active,
.link:active {
  outline: none;
}

.highlight {
  padding: 5px;
  color: white;
  font-weight: 300;
  margin: 3px 0px 0px 0px;
}

.highlight a {
  color: #c8c8c8;
  text-decoration: none;
  font-weight: 400;
}

.highlight a:hover,
.highlight a:focus {
  color: white;
  text-decoration: underline;
}

a:hover.linkHighlight,
a:focus.linkHighlight {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.btn {
  color: #fff;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}


.hm_question_box,
.question_box {
  border-radius: 4px;
}

#page_services .hm_question_box {
  height: 90px;
}

.question_box h3 {
  font-size: 17px;
  font-weight: normal;
  line-height: 25px;
  font-weight: 400;
}

.question_box {
  padding: 10px;
  height: 125px;
  margin: 0px 0px 20px 0px;
  position: relative;
  color: white;
  border-radius: 4px;
  margin: 0 0 14px;
  text-align: center;
  line-height: auto;
}

.question_box h3 {
  line-height: 22px;
}

.question_box.short {
  height: 45px;
}

.question_box.medium {
  height: 70px;
}

.question_box a {
  position: absolute;
  bottom: 10px;
  width: 70%;
  margin: 0px auto;
  text-align: left;
  font-size: 12px;
}

a:hover.questionBox {
  text-decoration: none;
  font-weight: 500;
}

.question_box a i {
  margin-right: 5px;
}

.accordion {
  margin-bottom: 5px;
}

.accordion-group {
  border: 0 none;
}

.accordion-heading .accordion-toggle {
  padding: 0;
}

#gtranslate {
  position: absolute;
  right: -164px;
  z-index: 1100;
  bottom: 1px;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_image {
  margin: 0px 20px 10px 0px;
  float: left;
}

.left_image strong {
  color: #000;
  text-align: center;
  display: block;
}

.right_image {
  margin: 0px 0px 10px 20px;
  float: right;
}

.right_image strong {
  color: #000;
  text-align: center;
  display: block;
}

.clear,
.clear_floats {
  clear: both;
}

.entry h4 {
  padding-top: 50px;
}

.anchor {
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

.entry ul li {
  margin: 5px 0px;
}

#content ul li,
#content ol li {
  font-size: 1.2rem;
}

section.off-white {
  background: #f5f5f5;
  padding: 20px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.entry .nav-tabs li {
  margin: 0px 0px -1px 0px;
}

.entry p {
  margin: 10px 0;
}

.entry .field p {
  margin: 0;
}

#content .text-center p {
  text-align: center;
}

#content .media-body p {
  margin-top: 0px;
}

#content p {
  font-size: 1.2rem;
  line-height: 1.4em;
}

.map_box {
  padding: 0px 15px 15px 15px;
  position: relative;
  left: -10px;
}

#page_content {
  padding: 15px 0 0 0;
  background: white;
}

.page_heading {
  padding: 5px 20px;
  color: white;
  font-weight: 300;
  margin: 0px 0px 15px 0px;
  line-height: 130%;
}

.subpage_heading {
  padding: 10px;
  font-weight: 600;
  margin: 40px 0px 15px 0px;
  line-height: 130%;
  border-bottom: dashed 1px #c8c8c8;
}

.page_heading {
  background: #053554;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #053554 0%, #005580 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#053554", endColorstr="#005580",GradientType=0 );
  /* IE6-9 */
  border: 1px solid #fff;
}

.entry-header {
  text-align: center;
  min-height: 0px;
}

.entry-header h1 {
  color: #fff;
  visibility:hidden;
}

.page_content {
  padding: 0;
  z-index: 5;
  position: relative;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

#warning_section {
  margin: 10px 0px;
}

.image-hero{width:100%; height:auto;}

.media img {
  border: solid 1px #ebebeb;
}

.media a img:hover {
  border: solid 1px #b9b9b9;
}

.anchorLink {
  padding-top: 50px;
}

.list-inline li {
  display: inline;
}

.list-inline {
  margin-top: 20px;
}

section#content {
  background: #f0f0f0;
  border-top: 2px solid #fff;
  padding: 20px;
}

div#preloader {
  position:absolute;
  left:50%;
  top:20px;
  z-index: 999;
  width: 48px;
  height: 80px;
margin:0 auto;
margin-left:-60px
}

div#preloader img {
  width: 48px;
  height: auto;
}

div.gap{padding-top:75px;}
.dataTables_length select{display:inline;}

.relative{position:relative;}

/*----------------------------Video------------------------------------*/

.YTvideo_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.YTvideo_container iframe,
.YTvideo_container object,
.YTvideo_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------map------------------------------------*/

.map_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 260px;
  overflow: hidden;
}

.map_container iframe,
.map_container object,
.map_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------iframe------------------------------------*/

.iframe_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0px;
  overflow: auto;
}

.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#footer {
  background-color: #f5f5f5;
}

#footer_social_btns {
  right: 10px;
}

.white_trans {
  background: white;
  background: rgba(255, 255, 255, 0.9);
}

.text_white {
  color: white;
}

/*----------------------------Navbar------------------------------------*/

.navbar-nav{margin-top: 25px;}

.navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-laravel {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.navbar .nav {
  position: relative;
  right: 0;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
}

.navbar .nav > li {
  float: left;
}

.nav ul li {
  line-height: 12px;
}

.nav ul li a {
  line-height: 12px;
  font-size: 12px;
  padding: 2px 20px;
}

.navbar-nav .nav-link {
  color: #777777;
}
.navbar-nav .nav-link:hover {
  color: #000;
}

.nav .dropdown-toggle .caret {
  border-bottom-color: black;
  border-top-color: black;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  z-index: 20;
  padding: 0;
  width: 100%;
  border-bottom: solid 2px #ffffff;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 3px 20px;
  margin-left: -20px;
  margin-top:5px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand.subnavbrand h1 {
  font-size: 25px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  line-height: 90%;
}

.navbar .brand.subnavbrand {
  padding: 9px 20px 8px 20px;
  font-size: 25px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #EDECEC;
}

.navbar-inverse .brand:hover {
  color: #ccc;
}

.navbar-inner {
  width: 100%;
}

.navbar-inverse .navbar-inner .container {
  position: relative;
}

.navbar-inner::before,
.navbar-inner::after {
  display: table;
  content: "";
  line-height: 0;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

.navbar-inner::after {
  clear: both;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #235565;
  background-image: linear-gradient(to bottom, #235565, #0e4d61);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0e4d61", GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #235565;
  background-image: linear-gradient(to bottom, #235565, #0e4d61);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0077b3", GradientType=0);
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus{background:#154F62; color:#fff;}

#nav_seal {
  position: absolute;
  top: 2px;
  right: 50px;
  background-image: url(/assets/images/seal.png);
  width: 106px;
  height: 99px;
  text-indent: 100000px;
}
#home-page #nav_seal {
  background-image: url(../../assets/images/seal.png);
}

.bs-stepper-content {
  padding: 0;
}

.bs-stepper-content .container h5 {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 5px;
}

.bs-stepper-content section.off-white {
  border-top: 1px solid black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

form {
  margin-bottom: 10px;
}

label {
  cursor: auto;
}

label.tag {
  float: left;
  margin-right: 10px;
  min-width: 120px;
  font-weight: bold;
}

.input-full {
  width: 97%;
}

select.input-full {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

#form-filters {
  font-size: 0.8rem;
}

#form-filters h5 {
  font-size: 0.9rem;
}

#form-filters .input-group-text {
  font-size: 0.7rem;
}

.list-inline form {
  display: inline;
}

.bs-stepper input {
  height: calc(2.25rem + 2px);
}

.bs-stepper select {
  height: 2rem;
  margin-bottom: 5px;
}

input,
button,
select,
optgroup,
textarea {
  border-radius: 4px;
}

.table-responsive {
  overflow-x:visible;
}

.table-responsive span.thead {
  display: none;
  font-weight: bold;
}

.table-responsive table {
  width: 100%;
  margin: 20px auto;
}

.table-responsive table thead tr {
  background: #00537E;
  color: white;
  font-size:0.9rem;
}

.table-responsive table tr {
  background:#f7f7f7;
  font-size:1rem;
}

.table-responsive table tr td {
  padding:5px;
}

.table-responsive table tr.table-head{
  background: #e8e8e8;
}


.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4f4e4;
}

.table-responsive tbody tr.candidate_votes{margin-bottom:20px; border-bottom:solid 1px #eee}
.table-responsive tbody tr.candidate_votes:nth-child(odd){background:#fff;}

.table-responsive thead td, .table-responsive thead th{font-size:1.1rem; color:#005580;}
.table-responsive .position{background-color:rgb(0,85,128); color:white; margin:5px;}

.table-responsive .total-cast{background:#f3f3f3;font-size:1.1rem;}
.table-responsive .table-head{border-bottom:solid 1px #eee; color:rgb(120,120,120)}

.table-responsive .progress{background:#bbbbbb; height: 25px;}


.table-responsive .progress small{display:block; font-size:0.9em; margin:0 auto; }
.table-responsive .field{min-width:150px; }

.election-banner{text-align:center;}
.live-results-box img{width:100%; max-width:860px; margin:0 auto;}
.hidden-phone{display:block}
.visible-phone{display:none}

.live a.dark{color:#000;}
.live a.dark:hover,
.live a.dark:focus{
  color: #005580;
}

/* Responsive Styling
----------------------------------------------------------------------- */

@media (max-width: 979px) {
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 20px;
  }

  .navbar-fixed-bottom {
    margin-top: 20px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding: 3px 20px;
    margin: 0 0 0 -5px;
  }
  .entry-header {
    text-align: center;
    padding-top: 25px;
    min-height: 20px;
  }
}



/* Mobile Portrait
----------------------------------------------------------------------- */

@media screen and (max-width: 769px) {
  .hidden-phone{display:none;}
  .visible-phone{display:block}
  .navbar-collapse{clear:both;}
  .navbar-toggler{float:right; margin-top:10px; margin-right:5px;}
  .brand{width:70%;}
  .brand img{width:100%; height:auto;}
  .bs-stepper-header {
    display: none;
      }
  .entry-header {
    text-align: center;
    padding-top: 0px;
    min-height: 0px;
  }

.table-responsive small{display:inline; margin-left:5px;}

  .table-responsive span.thead {
    display: inline-block;
    padding-left: 10px;
  }
  #nav_seal{display:none;}

  .table-responsive .field::before {
    font-weight: bold;
    font-size:0.9rem;
    margin-right:5px;
    padding-left:5px;
  }

  .table-responsive .candidate.field::before {
    content: "Candidate: ";
  }

  .table-responsive .absentee.field::before {
    content: "Absentee Votes: ";
  }

  .table-responsive .early.field::before {
    content: "Early Votes: ";
  }

  .table-responsive .election.field::before {
    content: "Election Votes: ";
  }

  .table-responsive .total.field::before {
    content: "Total Votes: ";
  }

  .table-responsive .total.field {
    color:rgb(148,44,6);
  }

  .table-responsive td[align="left"]  {
    display:none;
  }

  .table-responsive span.thead {
    display: inline-block;
    padding-right: 10px;
  }

  .table-responsive table thead .table-head {
    display: none;
  }

  .table-responsive table tr {
    border: 2px solid #ccc;
  }

  .table-responsive table tr td {
    display: block;
    border: 0 none;
  }

  .table-responsive table tr td:first-child {
    padding-top: 10px;
  }

  .table-responsive table tr td:last-child {
    padding-bottom: 10px;
  }

  .table-responsive .table td {
    padding: 0.2rem 0.7rem;
  }

  body .navbar .container {
    padding: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top,
  footer {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #content .column {
    padding: 0.25rem 0.75rem;
}
  #content .columns{
    display:none;
}
}

/* Mobile Landscape
----------------------------------------------------------------------- */

@media screen and (min-width: 576px) {
  .navbar-nav{clear:both;}
  .navbar-toggler{float:right; margin-top:20px; margin-right:5px;}
  .brand{width:auto;}
  .brand img{width:auto;}
  .bs-stepper-header {
    display: none;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Tablet
----------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
  .bs-stepper-header {
    display: flex;
  }
}

/* Desktop
----------------------------------------------------------------------- */

@media (min-width: 992px) {
  .bs-stepper-header {
    display: flex;
  }
}

/* Print
----------------------------------------------------------------------- */

@media print {
  body {
    margin: 25mm 25mm 25mm 25mm;
  }

  ul {
    page-break-before: auto;
  }

  img {
    page-break-before: inherit;
  }

  .backstretch {
    display: none;
  }

  .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: black;
  }

  .carousel-inner .item {
    display: block;
  }

  #print_header {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: dotted 1px #888;
    margin-top: -50px;
  }

  #content {
    margin: -10px 0px;
  }

  .carousel-control {
    display: none;
  }

  .news_slide_box {
    border: none;
  }

  .left_side a {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  #connect {
    display: none;
  }
}


/* PRE LIVE ADJUSTMENTS */

/*.live-results-links {display:none;}*/
