/* Custom Dynamic CSS */

/* Dynamic Color Settings */
     
  :root {   
    --primary: #3575b6;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #b13033;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #008fff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: #008fff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #ffffff;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #eaf4ff;
    --default_nav_link_hover_bg: #8e0000;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);text-transform: uppercase;font-weight: 700;}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  
  font-size: 18px
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;;
  
}
.text-accent{
  font-family: 'Montserrat', sans-serif;;
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family: 'Montserrat', sans-serif;;
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 130px;
    padding-bottom: 40px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 130px;
  padding-bottom: 40px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #B13033;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 110px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #b13133;
    background-color: #b13133;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #b13133;
    background-color: #b13133;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    
}
section#hero {
    margin: 130px 0 0 0;
}
.aspect-16x9{
	aspect-ratio: auto 16 / 9;
  width:100%;
}

.bottom {
    bottom: 0;
}
.btn-outline.btn-light {
    color: var(--light);
}

.btn-outline {
    background-color: transparent !important;
}
p.card-text {
    font-size: 16px;
}

h5.card-title {
    font-size: 22px;
    text-transform: uppercase;
}

.card-text a {
    color: #bd1721;
}
footer {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/hcconservatives_com/media/themes/img/footer_bg.jpg?165765asa);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer .networks a {
    color: white;
    font-size: 30px;
    margin-right: 19px;
}
.custom-input {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 4px solid;
}
.footer-inputs::placeholder {
    color: white;
    font-size: 20px;
    font-weight: 200;
  font-style:italic;
}
.btn-secondary.btn-outline {
    border-width: 3px;
    color: #636161;
    background-color: transparent !important;
    border-color: white;
}
.footer-inputs:focus {
    background-color: #ffffff00;
    border-color: #1d2554;
    box-shadow: none;
}
div#navbarNav .navbar-nav .nav-link {
    margin-left: 20px;
      padding: 2px 11px;
}
div#navbarNav .nav-link.btn.btn-outline-light {
    border-radius: 0px;
    border: 2px solid;
    padding: 1px 11px;
}
.navbar-brand {
    padding-top: 0px;
}
.hero-text {
    font-size: 60px;
    line-height: 56px;
    margin-bottom: 25px;
}
.hero-button {
    border: 3px solid;
    padding: 8px 40px !important;
}
.newsletter-input {
    height: 50px;
}
.join-us {
    font-size: 45px;
}
.newsletter-submit {
    border: 4px solid;
    font-size: 28px;
    padding: 0;
  font-family: 'Montserrat', sans-serif;
    font-weight: 100 !important;
}
.home-donate-link {
border: 4px solid;
    font-size: 28px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
}
.home-donate-headline {
    font-size: 50px;
}
.section-title {
    font-size: 40px;
}


/* nav toggle code start */
.off-content {
    margin: 0 auto;
    text-align: center;
}
img.img-fluid.slide-nav-logo {
    width: 300px;
    margin-bottom: 40px;
}
.navbar-toggler {
    z-index: 999;
      position: relative;
}
.positioner {
    padding-top: 120px;
}
.positioner .networks {
    margin-top: 25px;
}
.row .three{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ecf0f1;
  text-align: center;
}
.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
button.navbar-toggler {
    margin-top: 20px;
}
#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

@media only screen and (max-width: 575px){

a.nav-link {
    padding: 15px;
    display: block;
    text-align: center;
}

nav.navbar.navbar-expand-xl.py-0.pr-0 {
    margin: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

ul.menu-list.nav.navbar-nav.ml-auto.menu-list-main {
    left: 0;
    margin-left: 0 !important;
}}




@media (min-width: 1200px){
.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
@media (max-width: 10000px){
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;
}
}
.bg-glass {
    background-color: rgb(0 0 0 / 85%) !important;
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}

#dinesh-ad {
    max-width: 300px;
    position: absolute;
    z-index: 2000;
    border-bottom: 2px solid #fff;
    top: 92px;
    display: inline-block;
    transition: all .3s ease-in-out;
    left: 0px;
}
.move-ad-left {
	left: 50% !important;
	margin-left: -150px;
	top: 562px !important;
}

@media only screen and (min-width: 1200px) {
  #dinesh-ad {
    max-width: 430px;
}
}

@media only screen and (max-width: 1199px) {
   div#navbarNav .navbar-nav .nav-link {
    margin-left: 0px;
     font-size: 20px;
}
  div#navbarNav .nav-link.btn.btn-outline-light {
    border-radius: 0px;
    border: none;
    padding: 1px 11px;
}
  .header-nav a.network {
    color: white;
    font-size: 25px;
    margin-right: 10px;
}
}
@media only screen and (max-width: 1020px) {
  .aspect-16x9 {
    aspect-ratio: auto;
}
}
@media only screen and (max-width: 991px) {
  div#hero {
    min-height: 560px !important;
}
  .hero-text {
    font-size: 58px;
    text-shadow: 2px 3px 2px #000000;
}
}
@media only screen and (max-width: 767px) {
  
  section#donations .scale {
    height: 600px;
}
}
@media only screen and (max-width: 720px) {
  #dinesh-ad {
    max-width: 340px;
}
}
@media only screen and (max-width: 575px) {
  .hero-text {
    font-size: 40px;
    line-height: 40px;
}
}

@media only screen and (max-width: 340px) {
  .home-donate-headline {
    font-size: 40px;
}
  .hero-text {
    font-size: 35px;
    line-height: 40px;
}
}

.live-area {
    margin-top: 60px;
}

.bg-primary .text-muted {
    color: #c2dffc !important;
}

.amount-to-be-charged {
    text-align: center;
}

.amount-to-be-charged h2:before {
    content: "Total: ";
    font-size: 24px;
    color: #c2dffc;
}
.amount-to-be-charged h2:after {
    content: ".00";
    font-size: 24px;
    color: #c2dffc;
}

span#amount-charged {
    font-weight:900;
}

.card-body h4 {

    font-weight: bold;
}

footer li.nav-item {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}

footer ul.menu-list {
    flex-direction: row;
}

footer a.nav-link:hover {
    background-color: transparent !important;
}
.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
      margin-bottom: 24px;
}
.chiller_cb label {
    margin-left: 12px;
    margin-top: 5px;
}
.form-volunteer {
    width: auto;
}
.Dark .brand {
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/hcconservatives_com/media/themes/img/topnav_HCC_logowebcwhite.png?1657138024);
}

.brand {
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
    width: 280px;
    text-indent: -5000px;
    height: 87px;
}
#hero-content-dynamic {
    background-color:#000000c9;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.signature-count.text-center.box {
    border: 1px solid;
    padding: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    background-color: rgba(0, 7, 57, 0.6);
    box-shadow: 1px 1px 5px #000000;
    margin-bottom: 20px;
}




@media only screen and (max-width: 991px) {
  .chiller_cb {
    margin-bottom: 55px;
    margin-top: 10px;
}
}
@media only screen and (max-width: 767px) {
  #hero-dynamic {
  background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 80%),url(https://mr.cdn.ignitecdn.com/client_assets/hcconservatives_com/media/picture/633b/360f/597b/390e/1919/3704/original_original_HC_1808_Hero_draqqueenpeition2.jpg?1664824847) !important;
  }
}
@media only screen and (max-width: 520px){
.chiller_cb {
    margin-bottom: 75px;
    margin-top: 20px;
}
}
@media only screen and (max-width: 410px){
.chiller_cb {
    margin-bottom: 95px;
    margin-top: 20px;
}
}


.poll ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 5px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.poll ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.poll ul li {
    color: #555555;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #111111;
}

input[type=radio]:checked ~ .check::before {
    background: #710000;
}
.poll ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check {
    border: 5px solid #710000;
}

.poll ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #555555;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 36px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.container .poll ul {
    list-style: none;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.progress-bar {
    background-image: none !important;
}
.progress-bar {
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 12px;
    text-align: left;
}

.bg-dark-blue {
    background-color: #b13133;
}
.progress {
    background: #7fc6e0 none repeat scroll 0 0;
    border: 0 solid rgba(245, 245, 245, 1);
    border-radius: 4px;
    height: 40px;
}
.bar-labels {
    color: #000000;
    padding: 10px 0 0;
    text-align: right;
}
.dropdown-menu {
    background-color: #b13133;
}
.amount-to-be-charged.text-dark h2:before {
    content: "Total: ";
    font-size: 24px;
    color: black;
}
.amount-to-be-charged.text-dark h2:after {
    content: ".00";
    font-size: 24px;
    color: #000000;
}