/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #6c747d;
    --success: #486b40;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #0092ff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #0092ff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: #0092ff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ffffff;
    --default_nav_link_hover_bg: #8e0000;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #0092ff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
    
    --grgb-primary: #6592a9;
    --grgb-danger: #9a001a;
    
	}


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);}
.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{
  
  
}
h1, h2, h3, h4, h5, h6{
  font-family: superclarendon;
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 180px;
}
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: 160px;
}
  .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: #476C40;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 20px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #ffffff;
    color:#476C40;
    border-radius: 25px;
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  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: 180px 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 #438843;
    background-color: #438843;
    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 #316431;
    background-color: #316431;
    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 {
    display: block;
    text-indent: -5000px;
 	
      
        
          background-image: url(https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/6740/c36d/a89a/5c10/b841/bd99/original_RV_conservative_HQ_header_logo.png?1732297583);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 410px;
    height: 70px;
    background-size: contain;
}


.off-content {
    margin: 0 auto;
    text-align: center;
}

.navbar-toggler {
    z-index: 999;
}

.positioner {
    padding-top: 120px !important;
}

.navbar-nav .nav-link {
    font-size: 30px !important;
  font-weight: bold;
}

#footer .navbar-nav .nav-link {
font-size: 15px !important;
margin-bottom:-10px;
}

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 40px;
  height: 8px;
  background-color: #ababab;
  border-radius: 5px;
  display: block;
  margin: 7px 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;
}

#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(-19px) rotate(90deg);
  -ms-transform: translateY(-19px) rotate(90deg);
  -o-transform: translateY(-19px) rotate(90deg);
  transform: translateY(-19px) rotate(90deg);
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}
}

@media (max-width: 10000px) {
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@media (max-width: 10000px){
.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;
}
}

.offcanvas-collapse{
z-index:11;
}
.bg-glass {
    background-color: rgb(0 0 0 / 90%) !important;
}

span#hero-menu-span {
    font-size: 20px;
  color:#ababab;
   font-family: "superclarendon", serif;
}

@media only screen and (max-width: 991px) {
   .navbar-brand {
        width: 285px;
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
  .navbar .container{
  justify-content:center;
  }
}

  .header-icon{
  color: #ababab;
  }
  #nav-donate-btn{
     background-color: #486b40;
    color: #ffffff;
    border-radius: 25px;
    font-family: "superclarendon", serif;
    padding: 5px 15px;
  }
  
  .navbar .divider{
    border: 1px solid #ababab;
    height: 35px;
  }
  .fa-search{
    font-size:35px;
  }



@media (max-width: 10000px){
   .offcanvas-collapse-search.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}

@media (max-width: 10000px){
  .offcanvas-collapse-search {
    position: fixed;
    top: 15px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    z-index: 999;
  	margin-top: -15px !important;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(20, 20, 20, 0.98);
    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: 1111111;
}
  
  #comment-search .offcanvas-close-all {
        position: absolute;
        top: 0;
        right: 0;
        margin: 12px 30px;
    	font-size:25px;
    }
  
  #comment-search .positioner{
width:320px;
  }
  
 #comment-search .form-control {
        text-align: center;
        border-radius: 20px; 
    }
}


@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  overflow: hidden;
  height: 4rem;
  background-color: #ffffff; 
  box-sizing: content-box;
}

.ticker {
  display: flex;
  height: 4rem;
  line-height: 4rem;  
  white-space: nowrap;
  box-sizing: content-box;
  animation: ticker 30s linear infinite;
}

 .hero p{
  font-size:13px;
  }
 .hero h2{
  color:#486b40;
  }

.section-exclusives{
  background-color:#f4f4f4;
  }
  .section-exclusives h2, .section-front-pages h2{
   color: #6692aa;
  }
  .section-exclusives .card, .section-front-pages .card, .front-page-1-col .card{
  border: none;
  }
.section-exclusives .card-footer, .section-front-pages .card-footer{
  padding:5px;
  }
 
  .section-exclusives .title{
   font-size: 22px;
    color: #6692aa;
    font-weight:700;
  }
  .section-exclusives .article-date, .section-exclusives .article-author, .section-front-pages .article-date, .section-front-pages .article-author, .front-page-1-col .article-author, .front-page-1-col .article-date{
   font-size: 13px;
  }

.fa-square-arrow-right{
color: #486b40;
  font-size:44px;
}



.home-newsletter .container, .home-newsletter-2 .container{
  background-color:#dbe5d8;
  }
.home-newsletter{
  background-color:#f4f4f4;
  }

 .team-slide{
  background-color:#486b40;
    padding:50px 0;
  }
.team-slide .title{
  color:#769db3;
  }
  .team-slide .name{
   font-size:30px;
  }
  .team-slide .read-more, .team-slide .description{
  color:#ffffff;
    font-size:20px;
  }
  .carousel-control-next{
    left: 0px;
  }
  .carousel-control-next, .carousel-control-prev{
  top:-30px;
    position: relative;
  }
@media (max-width: 991px) {
.carousel-control-prev {
    left: -30px;
}
  }

.team-slide .divider{
      border-top: 2px solid #6a6a6a;
  }
  .team-slide .donate{
    background-color:#6692aa;
  }

.section-front-pages .card-body, .section-front-pages .card-footer{
background-color:#eaeaea;
}
 .section-front-pages .title{
   font-size: 22px;
    font-weight:700;
  }
.front-page-1-col .title{
      font-size: 21px;
    font-weight: 700;
}

.front-page-1-col .card{
 background-color:#eaeaea;
}
@media (min-width: 768px) {
.front-page-1-col .col-md-8{
 background-color:#eaeaea;
}}

 .ad-2{
  background-color:#eaeaea;
  }

label.error {
    color: #ffffff;
    background: #E51A1C;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 15px;
}

.bg-footer{
  background-color:#eaeaea;
  }

  footer .networks a {
    margin-right: 6px;
    font-size: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color:#6692aa;
}

  .top-header{
background-color:#f6f6f6;
  }
.top-header-logos:nth-child(1){
  border-left: none;
  }
.top-header-logos{
  border-left: 2px solid #6a6b6a;
  }
  .top-header .col-md-3:nth-child(4){
  border-right: none;
  }
  .dropdown-menu a:nth-child(1){
    display: none;
  }
  .top-header.conservativeHQ .col-md-3:nth-child(1){
    content: url('https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/6740/c36d/a89a/5c10/b841/bd99/original_RV_conservative_HQ_header_logo.png?1732297583')
  }

.dropdown-menu {  
    padding: .5rem 15px;
border: none;
border-radius: 0;

}
  .dropdown .btn{
  color:#000000;
  }
   .rotate-180::after {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
  .dropdown-toggle::after{
      vertical-align: -4px;
  }
 .ticker-wrap{
padding-top:150px;
  }
header {
      background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.14) -1px 10px 7px -10px;
}

.dropdown-item:hover {
    background-color: transparent;
}

.bg-utility{
background-color:#6592AA;
}

@media (min-width: 991px) {
.form-inner.utility {
        padding-right: 0px;
        padding-left: 0px;
  }}
  #newsletter-form-utility .btn, #contact .btn, #theform3_b .btn{
  color: #ffffff;
    background-color:#476C40 !important;
}

.image-att-style {
    background-color: #e9e4e3;
}
#transactional-content{
      padding-top: 150px;
}

.fixed-top {
    transition: all 1s ease-out;
}

.positioner a.network {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-size: 30px;
}
.dropdown img{
width:300px;
}

.navbar-brand-go-right-go-big {
    display: block;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/687a/ab4f/c859/e35e/116b/1529/original_gorighgobig_fullcolor.png?1752869713);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 410px;
    height: 70px;
    background-size: contain;
}
#nav-donate-danger {
   background-color: #ababab;
    color: #9A001A;
    border-radius: 25px;
    font-family: "superclarendon", serif;
    padding: 10px 15px;
}
section#hero-go-right-go-big {
    min-height: 840px;
    padding-top: 120px;
}
.bg-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-btn-go-big {
    color: #ffffff;
    background-color: #6693aa;
    font-size: 30px;
    font-family: 'superclarendon';
    padding: 8px 25px;
    border-radius: 13px;
}
.btn-white {
    background-color: #ffffff;
}
.accent-grgb {
	font-family: 'superclarendon';
}
.custom-input {
    height: 50px;
}
.submit-grgb {
    font-size: 25px;
    border-radius: 30px !important;
    padding: 5px 20px;
}
.btn-danger-grgb {
    background-color: #ababab;
}
.testimonials-wrapper-row > .col {
    border-right: 2px solid #8c8c8c;
}
.testimonials-wrapper-row > .col:last-child {
    border-right: none;
}
.think-devider {
    height: 2px;
    background-color: var(--grgb-primary);
}

.testimonial-card-text {
    color: var(--grgb-primary) !important;
  	font-size:20px;
}
#home-testimonials .article-author{
font-size:16px;
}
.post-info {
    font-size: 30px;
    font-weight: 500;
    font-family: 'superclarendon';
}
.grgb-post-body {
    padding: 25px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.text-danger-grgb {
	color: var(--grgb-danger)
}
.text-primary-grgb {
	color: var(--grgb-primary)
}
.grgb-right-col-title h2 {
    font-size: 50px;
    font-weight: 200;
}
.thin-grgb-divider {
    height: 2px;
    background-color: #8d8d8d;
    margin: 20px 0px;
}
.grgb-about {
    color: #8c8c8c;
    font-size: 18px;
}
.chapter-btns a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'superclarendon';
    color: #6791ac;
    border: 1px solid #000000;
    width: 100%;
    display: flex;
    padding: 4px 10px;
    flex-direction: row;
    justify-content: space-between;
      margin-bottom: 15px;
}
.grgb-footer, .win-big-footer {
    padding: 130px 0px;
}
.article-copyright {
    color: #8c8c8c;
}
.article-disclaimer {
    padding: 15px;
    border: 2px solid var(--grgb-primary);
    margin-top: 25px;
    color: var(--grgb-primary);
    font-size: 12px;
}
.grgb-networks .networks a {
    margin-right: 6px;
    font-size: 30px;
    background-color: #6692aa;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #ffffff;
}
.sticky-3 {
    position: sticky;
    top: 120px;
}
.top-header.CFGL .col-md-3:nth-child(1){
    content: url('https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/themes/img/toptoagglebar_conservHQ_white.png?1733770249')
  }
.top-header.CFGL .col-md-3:nth-child(2){
    content: url('https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/themes/img/rightcol_gorightgobig.png?1733768213')
  }
same on mobile .top-header.CFGL .dropdown-menu a:nth-child(1){
    display: block;
  }
.top-header.CFGL .dropdown-menu a:nth-child(2){
    display: none;
  }


@media only screen and (max-width: 991px) {
  .navbar-brand-go-right-go-big {
    width: 360px;
}
}
@media only screen and (max-width: 991px) {
 .navbar-brand-go-big-conservatives {
    width: 360px !important;
}
}

@media only screen and (max-width: 767px) {
  .testimonials-wrapper-row > .col {
    border-right: none;
}
}
@media only screen and (max-width: 500px) {
  .post-info {
    font-size: 25px;
}
  .card.testimonial-card .card-body {
    padding: 10px;
}
}


.navbar-win-big {
    display: block;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/6757/5c61/7ad4/9f0b/d3e5/0753/original_webp_logo_winbig2024.webp?1733778531);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 410px;
    height: 70px;
    background-size: contain;
}
section#hero-win-big {
    min-height: 610px;
    margin-top: 120px;
}
.sponsorship-levels-title {
    background-color: #486c40 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'superclarendon';
    font-size: 18px;
}
span.sponsorship-levels-title {
    width: 54%;
    display: block;
    margin: auto;
}
.sponsorship-levels-amount {
    font-size: 60px;
    margin-top: -10px;
}
.sponsorship-levels-definition {
    font-size: 16px !important;
}
.sponsorship-levels-btn {
    color: #ffffff;
    background-color: #415b6c;
    padding: 7px 25px;
    text-transform: uppercase;
    font-family: auto;
    font-weight: 800;
    font-size: 20px;
    border-radius: 50px;
}
.win-big-footer{
background-color:#486b40;
}
footer.win-big-footer .networks a{
  color: #486b40;
}

.top-header.WB .col-md-3:nth-child(3){
    content: url('https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/6757/5c61/7ad4/9f0b/d3e5/0753/original_logo_winbig2024.png?1733778531')
  }


.top-header.GBC .col-md-3:nth-child(4){
    content: url('https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/6763/1528/ff69/8510/8685/2ce5/original_gobig__conservative_logo_header.png?1734546730')
  }
.top-header.GRGB .dropdown-menu a:nth-child(2){
    display: none;
  }
.top-header.GRGB .dropdown-menu a:nth-child(1){
    display: block;
  }


.top-header.WB .dropdown-menu a:nth-child(3){
    display: none;
  }
.top-header.WB .dropdown-menu a:nth-child(1){
    display: block;
  }
.top-header.GBC .dropdown-menu a:nth-child(4){
    display: none;
  }
.top-header.GBC .dropdown-menu a:nth-child(3){
    display: none;
  }
.top-header.GBC .dropdown-menu a:nth-child(1){
    display: block;
  }


.navbar-brand-go-big-conservatives {
    display: block;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/conservativehq_com/media/picture/687a/a7f1/43df/4c65/a76b/1738/original_gobigconservatives_fullcolor.png?1752868851);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 500px;
    height: 70px;
    background-size: contain;
}

section#hero-go-big-conservatives{
    min-height: 650px;
    margin-top: 145px;
}
section#hero-go-big-conservatives-book{
    margin-top: 145px;
}

@media (max-width: 1199px) {
section#hero-go-big-conservatives.bg-background{
    background-position: left;
}
}
 #hero-go-big-conservatives h2{
  font-size:40px;
  }
  #hero-go-big-conservatives p{
  font-size:20px;
  }

#video  {
  min-height: 650px;
}
.GBC .bg-cover{
background-position: center;
}

.GBC .play-btn{
 position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  width:65px;
}
.GBC.about-highlights{
background-color: #EAEAEA;
}
.GBC.about-highlights h6{
color:#4c6a7e;
}
.GBC p.highlights{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 22px;
}
.GBC p.description{
    font-size: 22px !important;
}
.GBC.learn-more .row:nth-child(even) {
    flex-direction: row-reverse;
}
.GBC.learn-more h6 {
  color: #9a001a;
}
.GBC.learn-more .bg-light, .GBC.books.bg-light{
background-color:#f1f1f1 !important;
}
.GBC.books .card{
    background-color: transparent;
    border: none;
}
.GBC.books .card p{
    font-size: 15px;
    line-height: 23px;
}
.GBC.books .card-footer{
    background-color: transparent;
    text-align: center;
}

#hero-go-big-conservatives {
  position: relative;
  background-size: cover;
  background-position: center;
}

#hero-go-big-conservatives .dark-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

@media (max-width: 991px) {
  #hero-go-big-conservatives .dark-layer {
    display: block;
  }
}


.section-exclusives .btn{
background-color: #486b40;
    color: #ffffff;
    border-radius: 25px;
    font-family: "superclarendon", serif;
    padding: 5px 15px;
}

.limit-char {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

  .testimonial-section .headline{
  color: #486B40;
  }
  
  .testimonial-item{
  color:#6692AA;
  }
  .testimonial-section{
  background-color:#d9d9d9;
  }
  
.testimonial-wrap {
  overflow: hidden;
  height: 4rem;
  position: relative;
}

.testimonial-ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll 120s linear infinite;
  
}

.ticker-content {
  display: flex;
  white-space: nowrap;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}
  .carousel-inner.testimonials{
  background-color:#eaeaea;
  }
.book-btn{
  background-color:#6693aa;
}

.attribution {
    word-break: break-all;
}

.share{
      font-size: 30px;
  color: #486b40;
  margin-right:10px;
}
.share:hover{
  color: #6692AA;
}

.gbc-footer {
    padding: 130px 0px;
    background-color: var(--grgb-primary);
}
.grgb-footer {
    background-color: var(--grgb-primary);
}
.top-header .dropdown-menu{
background-color:#f6f6f6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

span.badge.badge-pill {
    color: #fff;
  display: inline-block;
}
@media (max-width: 1199px) {
  .badge.badge-pill {
    display: block;
    margin-top: 10px;
    width:40%;
  }
}


  .gbc-book-hero-text{
color: #415b6c;
    line-height: 45px;
    font-size: 35px;
  }
  .btn-hero-book{
    background-color: #ababab;
    color: #9A001A !important;
    border-radius: 25px;
    font-family: "superclarendon", serif;
    padding: 10px 15px;
  }

  #grgb-ad-chapters-cols .card{
 border: 2px solid var(--grgb-primary);
}
   #grgb-ad-chapters-cols .card-header{
  background-color: transparent;
}
#grgb-ad-chapters-cols .card .btn-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

#hero-go-big-conservatives-book .container{
max-width: 1250px;
  }
  @media (max-width: 991px) {
  section#hero-go-big-conservatives-book {
       background-position: left !important;
  }
}

  .GBC.learn-more .card-body{
    padding: 30px 0px;
  }
   .GBC.learn-more .card p{
        font-size: 16px;
  }
   .GBC.learn-more .card{
    background-color: transparent;
    border-top:transparent;
    border-right:transparent;
    border-left:transparent; 
    border-bottom: 1px solid #415b6c;
    border-radius: 0px;
    margin-bottom: 25px;
  }


.poll-full-width li {
    width: 100% !important;
    justify-content: left !important;
}
.poll-full-width .check {
    left: 10px !important;
}
.poll-full-width ul li label {
    padding: 0px 0px 25px 50px !important;
  height:auto !important;
}

@media (max-width: 991px) {
	.hero-nav-btns .alert {display:none}  
}

@media (max-width: 767px) {
.poll-full-width ul li label {
         margin-left: 0px !important;
    }

  .poll-full-width ul li {
        flex-direction: column !important;
        justify-content: space-evenly !important;
    }
}
 
.poll-full-width ul li {
       height: auto !important;
    }
.poll-full-width ul {
  list-style: none !important;
    width: 99% !important;
    margin-left: -16px !important;
}

#hero-go-right-go-big .caption, #hero-go-right-go-big .text-below-btn{
color:#6693aa;
}
[data-toggle="modal"][data-target="#videoModal"] h3:hover {
  text-decoration: underline;
  cursor:pointer !important;
}

.poll-wrapper h2 {
    color: #000000;
    text-align: center;
}
.poll-wrapper ul{
    list-style: none;
}
.poll-wrapper ul {
    list-style: none;
    width: 101%;
    margin-left: -21px;
}
.poll-wrapper ul li label{
    font-size: 25px;
    color: #000000;
    margin-left: 0px;
}
.poll-wrapper ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 0px 0px 40px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.poll-wrapper ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.poll-wrapper ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #555555;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 5px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.poll-wrapper 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;
}
.poll-wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.poll-wrapper ul li {
    color: #555555;
    display: block;
    position: relative;
    float: left;
    width: 33%;
    margin-top: 20px;
    height: 60px;
    border-bottom: 1px solid #111111;
  display: flex;
}
.poll-wrapper ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.poll-wrapper input[type=radio]:checked ~ .check::before {
    background: #496b41;
}
h2.text-white.poll-headline {
    text-align: center;
}
.poll-submit {
    background-color: #6692aa;
    color: #ffffff;
}

.progress {
  background: #4e4e4e none repeat scroll 0 0;
     border: 0 solid rgba(245, 245, 245, 1);
     border-radius: 4px;
     height: 40px;
}
.progress-bar-custom {background: rgba(18, 129, 227, 1); background: -webkit-linear-gradient(top, rgba(8, 65, 115, 1) 0%, rgba(18, 129, 227, 1) 100%); background: linear-gradient(to bottom, rgba(8, 65, 115, 1) 0%, rgba(18, 129, 227, 1) 100%);}
.results .row:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.2);
}
.bar-labels {
    color: #000000;
    padding: 10px 0 0;
    text-align: right;
}
.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar {
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 12px;
    text-align: left;
}
.results .row {
    padding: 20px 0 !important;
    background-color: #f1f1f1;
}
.progress {
    background: #4e4e4e none repeat scroll 0 0;
    border: 0 solid rgba(245, 245, 245, 1);
    border-radius: 4px;
    height: 40px;
}
.home-poll {
    background-color: #eaeaea !important;
}
h2.poll-headline.text-center {
    font-size: 22px;
    color: #6692ab;
    margin: 0;
}

.poll-validate h2 {
    font-size: 22px;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #486b41;
}



@media only screen and (max-width: 767px) {
 .poll-wrapper ul li {
    width: 100%;
}
  .poll-wrapper ul li {
    justify-content: left;
}
.poll-wrapper ul {
    list-style: none;
    width: 101%;
    margin-left: -21px;
}
}

.gbc-bio-card-body {
    color: #768d9d;
  font-family: superclarendon;
    font-size: 20px;
}
.gbc-bio-card-name{
  font-size:13px;
  font-weight: 600;
}

.gbc-bio-card-wrapper {
    display: flex;
}
.vertical-divider {
    width: 1px;
    height: 100%;
    background-color: black;
    margin: 0 auto;
}
.horizontal-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    margin: 30px auto;
}









.text-cta {
    font-size: 16px;
}

.border-success {
    border-color: #486b40 !important;
}

.text-success {
    color: #486b40 !important;
}