@charset "UTF-8";
/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #d90000;
    --warning: #fef000;
    --info: #17a0b8;
    --dark: #000000;
    --light: #e9eaeb;
    
    --default_body_bg: #f2f2f2;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #008fff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #ffffff;
    --footer: #000000;
    --footer_link: #000000;
    --footer_link_hover: #4e5154;
    
    --default_nav: #000000;
    --default_nav_bg: #ffffff;
    --default_nav_link: #000000;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #000000;
    --default_nav_link_hover_bg: #eeeeee;
    
    --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;
	}




@keyframes slideUp {
        0% {
          padding-top: 260px;
        }
        100% {
          padding-top: 0px;
        }
      }

.article-list-col {
        animation: 1s ease-out 0s 1 slideUp ;
      }


@keyframes fadeIn {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }

.col-fade-in {
        animation: 3s ease-out 0s 1 fadeIn ;
      }

body{color: var(--default_body); background-color: var(--default_body_bg)}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);text-decoration: none;}
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(--footer);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) !important;}
.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-family: 'Rubik', sans-serif;;
  font-size: 18px;
    
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Rubik', sans-serif;
  
}
.text-accent{
  font-family: 'Rubik', sans-serif;
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family: 'Rubik', sans-serif;
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 105px;
}
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: 95px;
}
  .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: #316531;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 100px;
}
  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 #000000;
    background-color: #000000;
    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 #000000;
    background-color: #000000;
    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: inline-block !important;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/thepostmillennial_com/media/themes/img/pm.svg?1659532863);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 110px;
    height: 70px;
    background-size: contain;
    background-position: center;
    transition: all .2s ease;
}
header .nav-link {
    text-transform: uppercase;
    font-size: 14px;
}
a.login-link.nav-link {
    font-weight: 600;
    background: unset;
    border: 2px solid #000;
  color: #000000;
}
a.subscribe-now-link.nav-link {
    text-transform: uppercase;
    transition: .2s ease-in-out;
    padding: 0.5rem 1rem;
    outline: unset;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #000;
    color: #fff;
    background: #a10000;
    border-color: #a10000;
}
ul.menu-list-login-subscribe {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 0.5rem;
}
a.search-link.nav-link {
    font-size: 22px;
    padding-top: 2px;
}
section.todays-headline {
    margin-top: 91px;
    background-color: black;
  color:white;
}
span.section-headline {
    margin: unset;
    margin-top: 3px;
    font-weight: 900;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
      font-family: 'Rubik', sans-serif;
}
.hero-large-block-title {
    font-size: 1.9rem;
    font-weight: 900;
    color: #eee;
    margin: 0.67em 0;
}
h3.hero-large-small-title {
    font-size: 1rem;
    color: #eee;
    margin: 0.67em 0;
}
.hero-large-small-author {
    font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: calc(10px + .33vw);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
.news-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
      height: 100%;
    min-height: 245px;
}
section.latest-news {
    background-color: #f2f2f2;
    padding-top: 60px;
}
.text-black.horizontal-card-title {
    transition: all .2s ease-in-out;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 12px;
}
.custom-line-height {
    line-height: 20px;
}
.horizontal-card-description {
    transition: all .2s ease-in-out;
    font-weight: 400;
    font-size: .75rem;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 12px;
}
.horizontal-card-author {
    transition: all .2s ease-in-out;
    color: #000;
    font-weight: 700;
    font-size: .625rem;
    margin: 0;
}
span.horizontal-card-topic a {
    color: black;
    font-weight: 700;
    font-size: .625rem;
    color: #787878;
    letter-spacing: .14px;
    
}
.most-read-title {
    transition: all .2s ease-in;
    padding: unset;
    margin: unset;
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 1.14286;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.most-read-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    transition: all .2s ease;
    height: 95px;
}
.daily-wire-item {
    border-bottom: 1px solid #ddd;
}
.newsletter-block-headline {
    font-size: 1.125rem;
    letter-spacing: .26px;
    line-height: 1.22222;
    font-weight: 500;
    margin-bottom: 25px;
}
.form-terms {
    font-size: .625rem;
    color: #000;
    margin-bottom: 19px;
    display: inline-block;
  font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.form-terms a{
    text-decoration: underline;
  color: black;
}
.article-small-item-title {
	    transition: all .2s ease-in-out;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 12px;
}
.article-small-item-author {
    transition: all .2s ease-in-out;
    color: #000;
    font-weight: 700;
    font-size: .625rem;
}
.white-block-bottom-link {
    padding: 40px;
    border-top: 1px dashed #cacaca;
}
.view-more-btn {
    font-size: .75rem;
    letter-spacing: .17px;
}
footer a.network {
    transition: all .2s ease-in-out;
}

footer a.network {
    color: #fff;
    background-color: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 18px;
}
footer a.network:hover {
    background-color: #0f5ae3;
    color: white !important;
}
footer .nav-link {
    font-size: calc(10px + .33vw);
    margin-bottom: 0.6rem;
    padding: 0px;
}
.login-subscribe-wrapper {
    position: relative;
}

svg.svg-inline--fa.fa-magnifying-glass {
    position: absolute;
    left: -30px;
    top: 10px;
}
div#search-panel {
    transition: all 0.1s ease-in-out;
    z-index: 1;
    background-color: white;
}

.show-search {
    margin-top: 90px;
}



.bg-glass {
    background-color: rgb(0 0 0 / 85%) !important;
}


/* nav toggle code start */
.off-content {
    margin: 0 auto;
    text-align: center;
}
img.img-fluid.slide-nav-logo {
    width: 240px;
    margin-bottom: 40px;
}
.navbar-toggler {
    z-index: 999;
}
.positioner {
    padding-top: 120px;
}
.positioner .networks {
    margin-top: 25px;
}
.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: 4px;
  background-color: #000000;
  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;
}

#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);
}
button.navbar-toggler {
    left: 40px;
    position: absolute;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #d8d8d8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    animation-duration: .5s;
    box-shadow: 0px 5px 25px 0px rgb(187 187 187 / 45%);
}
#return-to-top svg {
    color: #333;
    margin: 0;
    position: relative;
    left: 16px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@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;
}
}



section.article-ad {
    margin-top: 90px;
    min-height: 100px;
    font-family: 'Rubik', sans-serif;
    display: flex;
    position: sticky;
    top: 0px;
    z-index: 1031;
}

.topAlertAds {
    font-size: .6rem;
    color: #888;
    text-transform: uppercase;
    padding-top: 0.5rem;
}
.article-ad-text {
    font-weight: 600;
}
.ad-close-btn {
    position: absolute;
    right: 10px;
    font-size: 13px;
  color: white;
}
.article-page-title {
    margin: 0.5rem 0 1rem;
    font-family: "Oswald",sans-serif;
    font-size: 3rem;
    font-weight: 700;
}
.meta-category a, .meta-category span {
    font-size: 1.1rem;
    font-family: "Helvetica Neue",Helvetica,Roboto,sans-serif;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: #121314;
}
li.date {
    color: #666;
    padding-left: 0.5rem;
    font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: calc(10px + .33vw);
    -webkit-font-smoothing: antialiased;
}




 .author-card {
    margin: 0 0 2.5rem;
    padding: 1rem 1.125rem;
    border-radius: 0 0 3px 3px;
    background: #fff;
}
.author-card .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.author-card a {
    text-decoration: unset;
}
.author-card .inner .article-info, .author-card .inner .author-info .author-name-location .location {
    font-size: .625rem;
    letter-spacing: .14px;
    line-height: 1.4;
}
.author-card .inner .author-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-card .inner .author-info .author-avatar {
    display: block;
    overflow: hidden;
    min-width: 40px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-color: #e2e2e2;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
.author-card .inner .author-info .author-name-location {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    color: #000;
}
.author-card .inner .author-info .author-name-location .name {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .17px;
    line-height: 1.16667;
    text-decoration: underline;
    margin: 0 0 0.15rem;
}
.author-card .inner .article-info, .author-card .inner .author-info .author-name-location .location {
    font-size: .625rem;
    letter-spacing: .14px;
    line-height: 1.4;
}
.author-card .inner .article-info, .author-card .inner .author-info .author-name-location .location {
    font-size: .625rem;
    letter-spacing: .14px;
    line-height: 1.4;
}
.author-card .inner .article-info .reading-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-top: 2px;
    text-transform: capitalize;
}




 .contributions-epic {
    margin: 1rem 0;
    padding: 43px 50px;
    width: 100%;
    background-color: #fef001;
    border: 7px solid #fff;
    border-radius: 0;
}
.contributions-epic .inner .headline {
    margin-bottom: 1.3125rem;
}
.contributions-epic .inner .words {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: .23px;
    color: #121314;
    font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.contributions-epic .inner .reminder-mode {
    border-top: 2px solid #8f8000;
    padding: 0.5rem 0;
  display: none;
}
.contributions-epic .inner .reminder-mode .header {
    display: flex;
    justify-content: space-between;
    font-family: Merriweather,Georgia,Cambria,"Times New Roman",Times,serif;
}
.contributions-epic .inner .reminder-mode .header h3 {
    font-size: 1.3rem;
    font-weight: 800;
}
.contributions-epic .inner .actions .button {
    padding: 0.5rem 2rem;
    background: #000;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    outline: unset;
    letter-spacing: .17px;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
}
.contributions-epic .inner .actions .button.outline {
    background: unset;
    border: 2px solid #000;
    color: #000;
}
.contributions-epic .inner .actions:before {
    content: "";
    position: absolute;
    top: 0;
    left: -57px;
    right: -57px;
    height: 1px;
    background-color: rgba(0,0,0,.14);
}
.contributions-epic .inner .actions {
    margin: 2.6875rem 0 0;
    padding: 2.5625rem 0 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 1rem;
}
.contributions-epic .inner .actions .button {
    padding: 0.5rem 2rem;
    background: #000;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    outline: unset;
    letter-spacing: .17px;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
    font-family: inherit;
}
.contributions-epic .inner .reminder-mode .content .reminder-form label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: unset;
    padding-left: 4px;
}
.contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper .submit-button-wrapper .submit-button {
    display: flex;
    padding: 0.7rem 2rem;
    background: #333;
    color: #fff;
    border-radius: 4rem;
    font-size: 1rem;
    font-weight: 600;
    outline: unset;
        font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: calc(10px + .33vw);
        -webkit-font-smoothing: antialiased;
}
.contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper .email-input {
    flex: 1;
    font-size: 1rem;
    padding: 0.6rem;
    outline: unset;
    border: 1px solid #666;
    border-radius: 2px;
}
.contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper .submit-button-wrapper .submit-button .arrow-right {
    transition: all .3s ease-in-out;
    margin-left: 5px;
    width: 1.2rem;
    color: #dedede;
    fill: #fff;
      margin-top: 4px;
}
.contributions-epic .inner .reminder-mode .content .terms-and-conditions {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 0.3rem;
    font-style: italic;
        font-size: calc(10px + .33vw);
}
.contributions-epic .inner .reminder-mode .content .terms-and-conditions a {
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 0.3rem;
    font-style: italic;
}
.open-form-btn {
	    padding: 6px 2rem !important;
}
button#submit-button:hover svg {
    transform: translateX(40%);
}
 .rail {
    position: absolute;
    left: 0;
    height: 100%;
}
 .rail .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    padding-top: 3.25rem;
}
.social-sharing {
    -webkit-animation: all 1s forwards;
    animation: all 1s forwards;
}
.social-sharing .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-sharing .inner .link-btn {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #000;*/
    width: 46px;
    height: 46px;
    color: #fff;
    margin: 0 0 1px;
}
.social-sharing .inner .link-btn:hover {
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-color: #fef001;
  color:black;
}
section.article-header {
        padding-bottom: 3.5rem;
    margin-top: 20px;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 15px;
      background-color: rgb(243 244 246 / 1);
  padding-top: 40px;
}
.bullet {
    width: 45px;
    height: 45px;
    background: #fef001;
    margin: 0 auto;
}

.top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

h1.tpm-heading.sans.category-title {
    font-size: 2.8125rem;
    font-weight: 700;
    margin: unset;
    color: #000;
    letter-spacing: .64px;
    font-family: "Oswald",Helvetica,Roboto,sans-serif;
}

.bottom {
    margin-top: 1rem;
    border-radius: 3px;
}

p.category-excerpt {
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .2px;
      font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}







input::placeholder {
    font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.terms-section {
    padding-top: 135px;
  padding-bottom: 50px;
}
.term-links {
    display: flex;
    flex-direction: column;
}
.term-links a {
    margin: 0 0 1.5625rem;
    color: black;
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 1.78571;
    color: #000;
    position: relative;
    font-family: "Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.term-links a:hover {
    font-weight: 700;
  text-decoration:none;
      position: sticky;
    top: 100px;
}
.terms-section h1 {
    font-family: "Oswald",Helvetica,Roboto,sans-serif;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    letter-spacing: .64px;
    margin: 0 0 4.25rem;
}
span.ad-space-category {
    color: black;
    font-weight: 700;
    font-size: .625rem;
    color: #787878;
    letter-spacing: .14px;
    margin: 0px 0px 12px 10px;
}
.excerpt{
    font-size: calc(10px + .33vw);
}
h1.hero-large-block-title:hover {
    color: #fff000;
}
h3.hero-large-small-title:hover {
    color: #fff000;
}
button.search-icon-input {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.black-box-privacy {
    width: 100%;
    font-size: 1.4rem;
    margin: 20px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #fff100;
    padding: 1.2em 30px 1.2em 75px !important;
    border-radius: 2px;
    border-left: 8px solid #fff000 !important;
    line-height: 1.6;
    position: relative;
    background: #222 !important;
}
.black-box-privacy:before {
    font-family: Arial;
    content: "\201C";
    color: #fff000;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}
.about-hero {
    min-height: 375px;
    padding-top: 4.25rem;
    margin-top: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-hero-headline {
    font-size: 2.8125rem;
    color: #fff;
    letter-spacing: .64px;
    line-height: 1;
    font-weight: 700;
}
.hero-body-content {
    background-color: #fff;
    border-top: 5px solid #fef001;
    padding: 2.625rem 3.125rem;
    margin-bottom: -100px;
    position: relative;
    top: -175px;
      font-size: 1rem;
    line-height: 1.875;
    letter-spacing: .23px;
}
.about-person-card span {
    background-position: center;
      margin-bottom: 30px;
}
.about-section {
    font-weight: 900;
    font-style: italic;
    letter-spacing: .29px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 3.125rem;
    text-transform: uppercase;
}
.about-name {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .23px;
    line-height: .875;
    margin-bottom: 0.5rem;
}
.about-position {
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 1;
    margin-bottom: 0.9375rem;
}
.about-description {
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 1.42857;
}
.about-spacing .container {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 1px dashed #cacaca;
}
.about-spacing .name {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .23px;
    line-height: .875;
    margin-bottom: 0.5rem;
}

.about-spacing .contact {
    padding-right: 2rem;
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 1;
}
section.about-freelancers.about-spacing p {
    font-size: 1.125rem;
    letter-spacing: .26px;
    line-height: 1.66667;
}
section#transactional-content {
    padding-top: 100px;
    background-color: black;
}
.donate-body {
    font-size: 1.4rem;
}
section.support-hero {
        background-color: #141414;
    margin-top: 90px;
    justify-content: center;
    min-height: 555px;
    align-items: center;
    display: flex;
}
.support-dark-bg {
background-color: #141414;
}



 .support-plan input[type=radio], .support-plan input[type=checkbox] {
    display: none;
}
  .support-plan-currency input[type=radio] + label, .support-plan-currency 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: 12%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .support-plan-currency input[type=radio] + label:hover, .support-plan-currency 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: 12%;
    border: 1px solid #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.3s ease;
  }

  .support-plan-currency input[type=radio]:checked + label, .support-plan-currency 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: 12%;
    border: 1px solid #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.5s ease;
}







 
  .support-plan-amount input[type=radio] + label, .support-plan-amount input[type=checkbox] + label {
        display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 60%;
    border: 1px solid #000000;
    background-color: #ffffff;
    transition: all 0.5s ease;
  }
  .support-plan-amount input[type=radio] + label:hover, .support-plan-amount input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 14px 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: 60%;
    border: 1px solid #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.3s ease;
  }

  .support-plan-amount input[type=radio]:checked + label, .support-plan-amount input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 14px 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: 60%;
    border: 1px solid #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.5s ease;
}
.plan-name {
color: #DC2625;
  font-size: 1.875rem;
    line-height: 2.25rem;
      font-weight: 700;
}
.justify-start {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.support-icon {
    width: 1.25rem;
    height: 1.25rem;
}

svg.text-green-500 {
    width: 1.25rem;
    height: 1.25rem;
    color: green;
}
svg.text-red-500 {
    width: 1.25rem;
    height: 1.25rem;
    color: red;
}
section.support-plan {
    padding: 50px 0;
    border-bottom: 2px solid rgba(46, 49, 54);
}
.vertical-line {
    width: 4px;
    height: 100%;
    background-color: #EFEFEF;
    margin: 0 auto;
}
.supporter-btns a {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 4rem;
}
.arror-align {
    vertical-align: middle;
}
.nav-user {
    font-size: 30px;
    padding: 0;
  display: none;
}
.author-page-image {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 1px solid #a7a7a7;
}
.author-page-title {
    font-family: 'Rubik', sans-serif !important;
}

.author-single {
    padding-bottom: 60px;
    background-color: #f2f2f2 !important;
    background-image: linear-gradient(180deg,#fff,#f2f2f2 100px,#f2f2f2) !important;
  margin-top: 95px;
    padding-top: 0px !important;
}
.author-header {
	background-color: rgb(243 244 246 / 1);
}
label.error {
    background-color: #ff0000;
    color: #fff;
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    right: 17px;
    bottom: -6px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
input.error {
    border: 2px solid #ff0000;
    background-color: #fffbd7;
}

section.article-single-hero {
  height: 60vw;
    max-height: 880px;
    background-repeat: no-repeat;
    background-size: cover;
}
p.daily-hero-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
}
.btn-white {
    background-color: white;
    color: #b92610;
    font-size: 18px;
    padding: 4px 6px;
}
.daily-hero-text a {
    color: white;
    margin: 0 7px;
}
.pretty-header {
    display: block;
    border-bottom: 1px solid #C7C6C6;
    padding-bottom: 5px;
    margin-bottom: 16px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.pretty-header h3, .pretty-header h4 {
    display: inline-block;
    margin-bottom: -15px;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 24px;
}
.button-view-all {
    -webkit-appearance: none;
    background: none;
    display: inline-block;
    line-height: .9em;
    height: auto;
    background-color: #B92510;
    color: #fff;
    border: 0 !important;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color,0.3s ease,color,0.3s ease;
    -moz-transition: background-color,0.3s ease,color,0.3s ease;
    -ms-transition: background-color,0.3s ease,color,0.3s ease;
    -o-transition: background-color,0.3s ease,color,0.3s ease;
    transition: background-color,0.3s ease,color,0.3s ease;
    display: inline-block;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.pretty-header:not(.no-period) h3:after, .pretty-header:not(.no-period) h4:after {
    content: ".";
    font-size: 2em;
    color: #B92510;
}
@media only screen and (max-width: 1199px) {
  .support-plan-currency input[type=radio] + label, .support-plan-currency input[type=checkbox] + label {
    width: 20%;
}
  .support-plan-currency input[type=radio]:checked + label, .support-plan-currency input[type=checkbox]:checked + label {
    width: 20%;
}
  .support-plan-currency input[type=radio] + label:hover, .support-plan-currency input[type=checkbox] + label:hover {
    width: 20%;
  }
  
  
  .support-plan-amount input[type=radio] + label, .support-plan-amount input[type=checkbox] + label {
    width: 100%;
}
  .support-plan-amount input[type=radio]:checked + label, .support-plan-amount input[type=checkbox]:checked + label {
    width: 100%;
}
  .support-plan-amount input[type=radio] + label:hover, .support-plan-amount input[type=checkbox] + label:hover {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .menu-list-main a {
    color: white !important;
    font-size: 30px !important;
}
  .menu-list-login-subscribe .login-link {
    padding-right: 7px;
    padding-left: 7px;
}
  .most-read-articles span.section-headline {
    font-size: 15px;
}
  .most-read-image {
    height: auto;
}
  section.support-hero {
    min-height: auto;
    padding-top: 50px;
}
  section.daily-hero.d-flex.mb-5.flex-column.justify-content-center.bg-image {
    background-image: none !important;
    background-color: #000 !important;
}
}

@media only screen and (max-width: 767px) {
  .horizontal-card-description {
    font-size: 15px;
}
  .article-small-item-author {
    font-size: 12px;
}
  .support-plan-currency input[type=radio] + label, .support-plan-currency input[type=checkbox] + label {
    width: 100%;
}
  .support-plan-currency input[type=radio]:checked + label, .support-plan-currency input[type=checkbox]:checked + label {
    width: 100%;
}
  .support-plan-currency input[type=radio] + label:hover, .support-plan-currency input[type=checkbox] + label:hover {
    width: 100%;
  }
  
  .navbar-brand {
         margin-left: 0px !important;
        margin-right: 0px;
}
  .excerpt {
    display: none;
}
  .hide-on-mobile-ad{
    display: none;
}
  .comment-anchorlink {
    display: none;
}
}


@media only screen and (max-width: 670px) {
  button.navbar-toggler {
    left: 20px;
    position: absolute;
}
}
@media only screen and (max-width: 620px) {
   button.navbar-toggler {
    left: 10px;
    position: absolute;
}
}
@media only screen and (max-width: 595px) {
   button.navbar-toggler {
    left: 10px;
    position: absolute;
}
 
}
@media only screen and (max-width: 540px) {
 
  .subscribe-now-link  {
    display: none;
}
  .nav-user {
    font-size: 30px !important;
    display: block;
}
}
@media only screen and (max-width: 460px) {
   
}



.modal-content {
    background-color: #121212;
}
.modal-header button.close {
    padding: 0;
    background-color: transparent;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px 13px !important;
    margin: 10px auto !important;
  opacity: 1;
}
.modal-body .title {
    color: #ea3e3e;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.modal-cta {
    padding: 13px 70px;
    background-color: #b02929 !important;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
}

span.author {
    font-weight: 500;
}
.hero-large-small-author span.divider {
    color: #9b9b9b;
}
.hero-large-small-author span.published_at_date {
    font-size: 12px;
}
span.published_at_date {
    font-weight: 400;
}







.overly {
    width: 100%;
    height: 100%;
}

.overly-inner {
    padding: 2rem 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.category {
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff000;
}

img.badge-img {
    width: 40vw;
    filter: invert(1);
    padding-bottom: 1rem;
    border-bottom: 2px solid #000fff;
}

h1.tpm-heading.sans.post-title {
    color: #fff;
    max-width: 1200px;
    text-align: center;
    font-size: 3rem;
    font-family: "Oswald",Helvetica,Roboto,sans-serif;
}

.caption {
        max-width: 600px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
}

.overly .overly-inner .author-info {
        margin: 30px 0;
    display: flex;
}
.overly .overly-inner .author-info .author-avatar img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.cover-headline .inner .cover-background .overly .overly-inner .author-info .author-name-location {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}
.cover-headline .inner .cover-background .overly .overly-inner .author-info .author-name-location .author-name a {
    text-decoration: unset;
    color: #60b0ff;
    font-weight: 800;
}

.article-single-hero .author-name-location {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}
.article-single-hero span.author-name a {
    text-decoration: unset;
    color: #60b0ff !important;
    font-weight: 800;
}


.stripe-subscription-payment-form .radio-time {
    display: none;
}
.stripe-subscription-payment-form input[type=radio] + label, .stripe-subscription-payment-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;
  }
  .stripe-subscription-payment-form input[type=radio] + label:hover, .stripe-subscription-payment-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 #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  
  .stripe-subscription-payment-form input[type=radio]:checked + label, .stripe-subscription-payment-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 #000000;
    background-color: #000000;
    text-shadow: none;
    transition: all 0.5s ease;
}

div#my-anchor {
    position: fixed;
    bottom: 0px;
   width:100%;
  padding:10px 0;
  z-index:9;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,ffffff+100 */
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fcfcfc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}



.bg-subfoot {
    padding-bottom: 120px;
}
.subscribe-section {
    background-size: cover;
    background-position: top;
    min-height: 92vh;
    display: grid;
    place-items: center;
}
.subscribe-form {
        background-color: #fff;
    padding: 4rem;
    border-radius: 10px;
    text-align: center;
}
.title-subscription {
    font-style: italic;
    font-size: 23px;
    font-weight: 700;
    font-family: "Rubik";
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.article-no-ads {
    padding-top: 145px !important;
}

section.daily-hero {
    min-height: 528px;
    background-position: top center !important;
    background-color: #000;
    background-size: contain !important;
}
.bg-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.card-title-large {
    font-size: 24px;
    color: black;
    font-weight: normal;
    line-height: 1.2em;
}

.hot-today a {
    color: #9B9B9B;
    display: flex;
    align-items: center;
}
.brief-card {
    background-color: #f2f2f2;
}
.card-description-large {
    padding: 12px 0 5px;
    margin: 0;
    line-height: 1.2em;
    font-size: 14px !important;
    color: #5E5E5E;
}
section.daily-hero {
    min-height: 528px;
    background-position: 68% 0px !important;
    background-color: #000;
    background-size: contain !important;
    margin-top: 90px;
}

.attribution.small.bg-light {
    background-color: #f6f6f6 !important;
    border: 1px solid #e7e4e4;
    color: #d1d1d1;
    font-size: 12px;
}

@media only screen and (max-width: 960px) {
   section.article-single-hero {
    height: 80vw;
}
}
@media only screen and (max-width: 676px) {
   section.article-single-hero {
    height: 100vw;
}
  #sticky-target-0001{display:none !important;}
}
@media only screen and (max-width: 590px) {
    .actions {
    flex-direction: column;
}
  .contributions-epic .inner .actions .button {
    width: 100%;
}
}
@media only screen and (max-width: 565px) {
   .contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper {
    flex-direction: column;
}
  .contributions-epic .inner .reminder-mode .content .reminder-form .input-wrapper .email-input {
    width: 100%;
}
  .subscribe-form {
    padding: 2rem;
}
}
@media only screen and (max-width: 540px) {
   section.article-single-hero {
    height: 130vw;
}
}
@media only screen and (max-width: 470px) {
   section.article-single-hero {
    height: 160vw;
}
}
@media only screen and (max-width: 430px) {
   h1.tpm-heading.sans.post-title {
    font-size: 35px;
}
}
@media only screen and (max-width: 355px) {
   section.article-single-hero {
    height: 200vw;
}
}
.horizontal-card-topic span.text-small {
    font-size: 10px !important;
}


@media only screen and (max-width: 767px) {
  .article-page-title {
    font-size: 40px;
}
}
@media only screen and (max-width: 460px) {
  .article-page-title {
    font-size: 23px;
}
  h1.ruled {
    line-height: 23px;
}
}
@media only screen and (max-width: 360px) {
  .article-page-title {
    font-size: 20px;
}
  h1.ruled {
    line-height: 20px;
}
}






body.d-flex.flex-column.vh-100 {
    padding: 0 !important;
}

.modal-form {
position: absolute;
  width: 100%;
  bottom: 90px;
  left: 50px;
}
section.in-content-top {
    position: relative;
    top: 90px;
}

@media only screen and (max-width: 520px) {
 .modal-form {
position: absolute;
  width: 100%;
  bottom: 30px;
  left: 50px;
}
}
@media only screen and (max-width: 400px) {
 .modal-form {
position: absolute;
  width: 100%;
  bottom: 5px;
  left: 50px;
}
}

.width-date {
    width: 120px !important;
}
@media only screen and (max-width: 1900px) {
 section.daily-hero {
    background-position: 75% 0px !important;
}
}
@media only screen and (max-width: 1515px) {
 section.daily-hero {
    background-position: 90% 0px !important;
}
}
@media only screen and (max-width: 991px) {
 section.daily-hero {
    background-image: url() !important;
}
 
}










/* share */
.share-header {
    font-weight: 700;
    font-size: 9px;
    padding: 0 2px;
}
.share-tr {
    background: #4f24cf;;
}

.share-tw {
    background: #1da1f2;
}

.share-fb {
    background: #3b5998;
}
.share-tele{
    background:#0088cc;
}

.share-fl {
    background: #F52828;
}

.share-email,
.share-sms{
    background: #000;
}
.mobile-share a.link-btn {
    padding: 3px 5px;
    color: #fff;
    width: 40px !important;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0 0px 10px 0;
}

.mobile-share {
    margin: 10px auto;
    width: 265px;
}


div#comment-list .card-header {
    font-size: 15px;
}

div#comment-list .card-body p {
    font-size: 18px;
  	margin: 0;
}

div#comment-list .card.bg-light.mb-2:nth-child(odd) {
    background-color: #f1f1f199 !important;
}


div#comment-list .card.bg-light:nth-child(even) {
    background-color: #fffef9 !important;
}
.user-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    margin: 0 10px 0px 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
}

.user-letter {
    display:block;
    visibility:hidden;
    text-align:center;
    width: 25px;
    margin: 0 auto;
    font-size: 32px;
}

.user-letter:first-letter {
    visibility:visible;
  
}
p.by-line {
    font-size: 12px !important;
}
button.toggle-me {
    width: 40px;
    padding: 7px;
    margin: 0 0 8px 0;
}

.reply-button {
    display: block;
    text-align: right;
    margin: 10px 0 0 0; 
}
.subscription-block-render h6 {
    display: none;
}
input.form-control#lms_user_image_url {display: none;}

#comments div#custom-div-1,
#comments div#custom-div-2,
#comments div#custom-div-3,
#comments div#custom-div-4,
#comments div#custom-div-5,
#comments div#custom-div-6,
#comments div#custom-div-7,
#comments div#custom-div-8{
    margin-bottom: 10px;
}
.error-message {
    position: relative;
    top: 40px;
    font-weight: 600;
}

span.rss-author {
      float: right;
    font-size: 29px;
    position: relative;
    top: 14px;
    right: 10px;
}
.rss-author a.text-warning {
    color: #e4a400 !important;
}

form#newsletter-form-libby {
    top: -172px;
    position: relative;
    left: -11px;
}



@media only screen and (max-width: 991px) {
  form#newsletter-form-libby {
  top: -64px;}
}
#cancel-subscription-modal .modal-content {
    color: #fff;
}

@media only screen and (max-width: 521px) {
.position-absolute.focus-title {
  top: 40px !important;
  }
  h1 {
    font-size: 33px;
}
}


.title-list-item a {
    color: #000000;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.navbar-brand-2 {
        display: inline-block !important;
    text-indent: -5000px;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/humanevents_com/media/themes/img/android-chrome-192x192.png);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 45px;
    height: 70px;
    background-size: contain;
    background-position: center;
    transition: all .2s ease;
    margin: 0 10px 0px 0px;
}
.brands {
    width: 218px;
}
#audioPlayerWrapper {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: bottom 0.4s ease-in-out;
}

#audioPlayerWrapper.active {
  bottom: 0 !important;
}

#audioPlayer {
  background: #222;
  color: #fff;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

#progressBar {
  flex-grow: 1;
}

#timeDisplay {
  white-space: nowrap;
}

#volumeControl {
  width: 100px;
}

#speedControl {
  width: auto;
  color: #000;
}

.fa-volume-up {
  margin-left: 10px;
}

.bg-cascade {
    background-color: #011d0d;
}