/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #1f3165;
    --secondary: #b80101;
    --success: #28a745;
    --danger: #aa0000;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;   
    --light: #c9c9c9;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #164683;
    --default_link_hover: #008fff;
    
    --header_bg: #ffffff;
    --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: #ffffff;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #1f3165;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #e0e0e0;
    --sub_footer: #1f3165;
    --sub_footer_link: #1f3165;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);font-size:18px;}
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(--header_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) !important;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);}
.bg-secondary{background-color: var(--secondary);}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success);}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger);}
.bg-danger{background-color: var(--danger);}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning);}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info);}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark);}
.bg-dark{background-color: var(--dark);}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light);}
.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));
}
.btn-outline-light:hover {
    border-color: var(--primary);;
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family: Arial;
  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{
  
  
}

/* End Font Settings */

a:hover {
    text-decoration: none;
}
.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 75px;
}
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: 70px;
}
  .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: var(--primary);
    border-radius: 0;
    transform: scale(1.1);
}
  .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: var(--secondary);
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, var(--primary) 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,var(--primary) 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,var(--primary) 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 var(--primary);
    background-color: var(--primary);
    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 var(--primary);
    background-color: var(--primary);
    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/trump_regan/media/themes/img/parler-new.png?1620159098);
    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/trump_regan/media/themes/img/header_trumpreagan_logo.png?1619724717);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 255px;
    height: 60px;
    margin: 0 20px 0 0px !important;
    background-size: contain;
}

.hero .carousel-caption {
    background-color: #d80002d1;
    font-size: 99px;
    color: white;
}
.hero .carousel-caption {
    bottom: 135px;
}
.hero-sub-caption {
    font-size: 32px;
    font-weight: 100;
    margin-top: -23px;
}
section#slider {
    margin-top: 75px;
}
section.home-newsletter-bar .networks a {
    color: white;
    margin-right: 10px;
}
.net-parler img {
    width: 15px;
}
.white-border {
    border: 4px solid white !important;
}
.center-line {
    border-bottom: 3px solid;
    margin: -17px 0 50px 0;
}
.center-line span {
    position: relative;
    top: 21px;
    padding: 0 20px;
    text-transform: lowercase;
    font-size: 36px;
}
section.home-article-tabber {
    padding-top: 80px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none !important;
}
.tab-content .item-information {
    position: absolute;
    top: 0;
  bottom: auto;
}
.home-article-tabber p.card-text {
    font-size: 16px;
    font-weight: 300;
}
.Politics {
    background-color: var(--primary);
}
.World, .Republican {
    background-color: var(--secondary);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ff000000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--secondary) !important;
    background-color: #fff;
    border: none !important;
}
.card-footer {
    padding: 20px 0;
    background-color: rgb(0 0 0 / 0%);
    border-top: 1px solid rgb(0 0 0 / 0%);
    font-size: 20px;
}
.grey-bottom-line {
    height: 6px;
    width: 170px;
    background-color: var(--light);
}
.view-articles-link {
    color: var(--light);
    border: 2px solid;
    font-size: 22px;
    padding: 4px 30px;
}
.slider-rightside-card {
    padding: 40px 50px;
}
h2.slider-candidate-name {
    font-size: 70px;
    font-weight: 300;
}
span.Republican::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f75e";
    color: white;
    font-size: 38px;
}
span.Democrat::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f747";
    color: white;
    font-size: 38px;
}
.slider-card-bottom-row {
    margin-top: 110px;
}
.slide-state {
    font-size: 50px;
}
.home-experts .card-title {
    font-size: 30px;
}
.home-experts .card-text {
    font-size: 18px;
}
.btn-outline.btn-white {
    color: #ffffff;
    border: 4px solid;
    font-weight: 900;
}
#donation-box .network.net-parler img {
    width: 28px;
    margin-top: -9px;
}
#donation-box .networks a {
    color: white;
    font-size: 30px;
    margin-right: 25px;
}
.donation-dollar-amount {
    font-size: 150px;
}
.donation-dollar-amount:before {
    content: "$";
    vertical-align: top;
    font-size: 83px;
    font-style: italic;
    font-family: 'Montserrat';
    font-weight: 800;
}

.white-divider {
    width: 5px;
    height: 100%;
    background-color: white;
}
section#donation-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.donation-row {
    padding: 60px 0;
}
.amount-sub-heading {
    margin-top: -30px;
}
#video .svg-inline--fa {
    display: inline-block;
    height: 3em;
    overflow: visible;
    vertical-align: -.125em;
}
.fa-play-circle {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.portfolio_utube_carousel_wrapper {
    background: var(--light);
}

.center-line-video {
    border-bottom: 6px solid;
    margin: -17px 0 3px 0;
}
.center-line-video span {
    position: relative;
    top: 21px;
    padding: 0 20px;
    text-transform: lowercase;
    font-size: 36px;
}
.portfolio_utube_carousel_wrapper {
    overflow: hidden;
    padding: 15px 5px 15px 5px;
}
.view-more-vids {
    font-size: 26px;
}
footer .navbar-nav {
        display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    justify-content: space-around;
}

footer .nav-link {
  font-size: 28px;
  text-transform: uppercase;
}
.disclaimer {
    font-size: 12px;
    color: #848484 !important;
  border: 1px solid black;
}
.mobile-hero-caption {
    font-size: 35px;
  line-height: 25px;
}
.mobile-hero-sub-caption {
    font-size: 20px;
}
.bio-parler {
    font-size: 18px;
}
#transactional-content {
    padding-top: 100px;
}
.newsletter-inputs {
    height: 44px;
}
.btn-podcast {
    background-color: #202020;
    color: #ffffff;
    padding: 7px 10px 2px 10px;
}

.washington-parler {
    max-width: 22px !important;
    vertical-align: initial;
}

.btn-podcast .podcast-text .sub-text {
    display: block;
    font-size: 8px;
}
.btn-podcast i.podcast-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background-size: 25px auto;
    margin: 0 2px 0px 0;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/trump_regan/media/themes/img/podcast-page-icons.svg?1620228145);
}
.btn-podcast i.podcast-icon#apple {
    background-position: 0px 0px;
}
.btn-podcast i.podcast-icon#google-pod {
    background-position: 0px -82px;
}
.btn-podcast i.podcast-icon#spotify-pod {
    background-position: 0px -42px;
}
#facebook-expose {
    font-size: 30px;
    color: #4167b2;
    margin-top: -2px;
}
.washington-parler {
    max-width: 22px !important;
    vertical-align: initial;
}
.btn-podcast i.podcast-icon#rss-pod {
    background-position: 0px -249px;
}
.btn-podcast .podcast-text {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: -3px;
    font-size: 15px;
}







@media only screen and (max-width: 2055px) {
  .hero .carousel-caption {
    font-size: 89px;
}
}
@media only screen and (max-width: 1850px) {
  .hero .carousel-caption {
    font-size: 79px;
}
}
@media only screen and (max-width: 1672px) {
  .hero-sub-caption {
    font-size: 25px;
}
  .hero .carousel-caption {
    font-size: 70px;
}
}
@media only screen and (max-width: 1452px) {
  .hero .carousel-caption {
    font-size: 60px;
}
}
@media only screen and (max-width: 1310px) {
 .hero-sub-caption {
    font-size: 21px;
}
}
@media only screen and (max-width: 1280px) {
 .slider-candidate-name {
    font-size: 50px;
}
  .slider-card-bottom-row {
    margin-top: 60px;
}
}
@media only screen and (max-width: 1245px) {
 .hero .carousel-caption {
    font-size: 50px;
}
}
@media only screen and (max-width: 1170px) {
.slider-card-bottom-row {
    margin-top: 40px;
}
  .slider-candidate-name {
    font-size: 40px !important;
}
  .slide-state {
    font-size: 20px;
}
  span.Republican::before {
    font-size: 20px;
}
}
@media only screen and (max-width: 1060px) {
.home-slideshow .carousel-indicators {
    bottom: -15px;
}
}
@media only screen and (max-width: 1040px) {
 .hero .carousel-caption {
    font-size: 40px;
}
  .hero-sub-caption {
    font-size: 18px;
}
  .hero-sub-caption {
    margin-top: -10px;
}
}
@media only screen and (max-width: 970px) {
  .hero .carousel-caption {
      bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  footer .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}
}
@media only screen and (max-width: 450px) {
  .center-line span {
    padding: 0; 
}
}