<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #b50000;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #008fff;
    
    --header_bg: #ffffff;
    --header: #000000;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: #008fff;
    
    --default_nav: #000000;
    --default_nav_bg: #ffffff;
    --default_nav_link: #000000;
    --default_nav_link_bg: ;
    --default_nav_link_hover: ;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);padding-bottom: 90px;}
.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); -webkit-font-smoothing: antialiased;}
.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);}
.alert-warning a {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: 'Roboto', sans-serif;
  font-size: 20px
}
h1, h2, h3, h4, h5, h6{
  
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  font-size: 19px
}

/* End Font Settings */

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1232px !important;
}
}
body {
    padding: 0px 0px 0px !important;
}
.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 120px;
    padding-bottom:40px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination &gt; 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 &gt; li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination &gt; 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 &gt; b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 10px;
  padding-bottom:40px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #316531;
    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: #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 #585858;
    background-color: #585858;
    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 #c52600;
    background-color: #c52600;
    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 #c52600;
    background-color: #c52600;
    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/humanevents_com/media/picture/62e4/1eed/79d1/5e0e/6b5a/e3ae/original_0-02-01-1e86b0bf2598071c8f81f1f9b8544447fc6830e51befa07e916eb2a26afa0b42_1c6dadb763e7aa.png?1659117293);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 280px;
    height: 65px;
    background-size: contain;
    background-position: center;
}

.nav-item {
    position: relative;
    margin-right: 20px;
}
.dot-nav::after {
    content: ".";
    content: "";
    position: absolute;
    right: -14px;
    top: 19px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: black;
    border-radius: 50%;
}

.line-nav::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 12px;
    display: block;
    width: 2px;
    height: 23px;
    background-color: black;
    border-radius: 0;
}
.show-search {
margin-top: 80px;
}
div#search-panel {
  transition: all 0.4s ease-in-out;
    z-index: 1;
      background-color: white;
}
button.search-icon-input {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.bg-image {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
section.home-hero {
    margin-top: 80px;
    min-height: 642px;
      padding-bottom: 40px;
}
section.home-hero a {
    color: white;
}
.hero-title {
    font-size: 48px;
    line-height: 1em;
    font-weight: 750;
    padding-bottom: 24px;
      margin-top: 10px;
}
.tag-nav .links {
    padding: 0 10px 0 10px !important;
    text-align: center;
}
.tag-nav .title {
    padding-right: 10px;
    pointer-events: none;
  font-size: 14px;
}
.tag-nav a {
    color: #5E5E5E;
}
.tag-nav a {
    padding: 10px 10px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 300;
}
.fnt-bold {
    font-weight: 700;
}
.fnt-secondary {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.tag-nav a:hover {
    background-color: #B92510;
    color: #fff;
  text-decoration:none;
}
.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:not(.no-period) h3:after, .pretty-header:not(.no-period) h4:after {
    content: ".";
    font-size: 2em;
    color: #B92510;
}
.pretty-header a.button {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.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 h3, .pretty-header h4 {
    display: inline-block;
    margin-bottom: -15px;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 24px;
}
.t-bg-grey1 {
    background-color: #EFEEEE;
}
.hot-today a .image {
    min-width: 95px;
    height: 50px;
    margin-right: 20px;
    border: 1px solid #ccc;
    margin-left: 1px;
}
.hot-today li .image {
    background-size: cover;
}
.fnt-primary {
    font-family: 'Playfair Display', serif;
}
.hot-today a {
    color: #9B9B9B;
    display: flex;
    align-items: center;
}
.t-txt-sm, .t-txt-sm p {
    font-size: 14px;
}
.hot-today a {
    color: #9B9B9B;
    display: flex;
    align-items: center;
}
.hot-today li {
    padding-bottom: 20px !important;
    text-align: left;
}
.nobull {
    list-style: none;
}
.props a {
    display: inline-block;
    color: #B92510;
    border: none;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
}
.card-title-large {
    font-size: 24px;
    color: black;
    font-weight: normal;
    line-height: 1.2em;
}
.card-description-large {
    padding: 12px 0 5px;
    margin: 0;
    line-height: 1.2em;
    font-size: 14px !important;
    color: #5E5E5E;
}
.article-author-pub-block {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
}
.middle-card-title-md {
    font-size: 18px;
    text-transform: none;
      color: black;
}
.middle-card-description-md {
    padding: 12px 0 5px;
    margin: 0;
    line-height: 1.2em;
    font-size: 14px;
    color: #5E5E5E;
}
.article-card {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.circle-image {
    height: 78px;
    width: 78px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.staff-position {
    font-size: 14px !important;
    color: #5E5E5E !important;
}
.staff-member-name {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
hr.home-3-col-hr {
    border-top: 1px dashed #C7C6C6;
}
section.home-ad-2 {
    padding-top: 32px;
    padding-bottom: 32px;
}
.join-us {
    font-size: 20px;
}
.btn-white {
    background-color: white;
    color: #b92610;
    font-size: 18px;
    padding: 4px 6px;
}
footer .networks a {
    font-size: 23px;
    padding: 0 10px;
    color: white;
}
hr.footer-hr {
    border-top: 1px solid rgb(255 255 255);
}
.menu-list-footer-nav {
    display: flex;
    flex-direction: row;
}
footer .navbar-nav .nav-link {
    color: #ffffff;
    background-color: var(--default_nav_link_bg);
    -webkit-font-smoothing: antialiased;
}
footer .dot-nav::after {
    content: ".";
    content: "";
    position: absolute;
    right: -14px;
    top: 19px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
}
footer .line-nav::after {
    content: "";
    position: absolute;
    right: -9px;
    top: 12px;
    display: block;
    width: 2px;
    height: 23px;
    background-color: white;
    border-radius: 0;
}
.footer-submit {
    background-color: #B92510 !important;
    padding: 1px 8px !important;
    border-radius: 4px;
    margin-top: 7px;
}
.footer-logo {
    width: 40%;
}
.company-info {
    font-weight: 300;
    margin-top: 2px;
}
.sub-page-trending {
    margin-top: 80px;
}
a.article-category-large {
    display: inline-block;
    color: #ffffff;
    border: none;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.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-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);
}
.red-period:after {
    content: ".";
    font-size: 2em;
    color: #B92510;
}
.under-sub-title {
    margin-top: -8px;
    margin-bottom: 4px;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
section.contact-hero {
    min-height: 850px;
}
.wp-caption {
    width: 100% !important;
}
section.article-hero {
    height: 100%;
    min-height: calc(60vh);
    padding-bottom: 72px;
    background-attachment: fixed !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.ruled span {
    font-size: 62px !important;
}
.meta li {
    color: white;
    font-size: 18px;
}
.meta a {
    color: white;
}
.button-view-all:hover {
    background-color: black;
    text-decoration: none;
    color: #fff;
}
.article-card a:hover {
    text-decoration: none;
}
.card-body a:hover {
    text-decoration: none;
}
.unless-image .meta li {
    color: #070707;
}
.unless-image .meta a {
    color: black;
}
.pretty-header:not(.no-period) h1 {
    font-size: 32px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    line-height: 1.2em;
    color: black;
    text-align: center;
}
.pretty-header:not(.no-period) h1:after {
    content: ".";
    font-size: 2em;
    color: #B92510;
}
.menu-list.nav.navbar-nav.menu-list-trending {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}
.menu-list-trending li a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px 10px;
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: -0.01em;
    font-weight: 300;
    color: #5E5E5E;
}
.about-person-content {
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 26px;
  color: #444;
}
.about-person-content a {
    color: #444;
    border-bottom: 1px solid #B92510;
}
.about-he-rows .row:nth-child(even) {
        flex-direction: row-reverse;
}
section.contact-hero h1 {
    font-size: 62px !important;
    text-transform: uppercase !important;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.2em;
    color: black;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px dashed #C7C6C6;
    max-width: calc(100% - 30px);
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}
p.daily-hero-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
}


@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;
}
}
@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;
}
}

.search-mobile {
    width: 50%;
    margin: 15px auto;
}
#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;
}
footer a:hover, footer .fa:hover:before {
    color: #B92510 !important;
      transition: color .3s ease;
}
.image-col {
	padding-top:35px;
}
section.daily-hero {
    min-height: 450px;
}
.daily-headline {
    font-size: 32px !important;
}
.daily-hero-text a {
    color: white;
    margin: 0 7px;
}
.wp-pid.text-xs {
    font-size: 10px;
}
.text-black .meta li {
    color: black;
    font-size: 18px;
}
.sub-page-title-author {
    font-size: 28px;
}




summary {
    display: block;
    cursor: pointer;
}
.alignshare {
    display: flex;
}
.t-txt-big, .t-txt-big p {
    font-size: 24px;
}
.colon-red:after {
    content: ":";
    color: #B92510;
}
.t-txt-cntr {
    text-align: center;
}
.sharelinks {
    display: flex;
    clear: both;
}
.sharelinks .sharelink {
    color: #B92510 !important;
    width: 22px;
    text-align: Center;
    padding: 5px 10px;
    margin-right: 3px;
    font-size: 24px;
    border: none !important;
    text-decoration: none;
}
.sharelinks a {
    margin-right: 16px !important;
    margin-top: -5px;
}
.circle-image-list-page {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-left: -20px;
  background-repeat: no-repeat;
}
div#my-anchor {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0;
    z-index: 9;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 );
}

section.daily-hero {
    min-height: 528px;
    background-position: top center !important;
    background-color: #000;
  background-size: contain !important;
}

.xs-text {
    font-size: 10px;
}
p {
    word-break: break-word;
}
.trending-topics-link.nav-link {
    font-size: 14px;
    padding: 10px 10px;
    text-transform: uppercase;
}
span.sponsored {
    display: inline-block;
    color: #B92510;
    border: none;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
}
.footer-submit:hover {
  background-color: white !important
}
span.two-col-title {
    font-size: 50px !important;
}
 .article-hero .props {
    display: none;
}
#search_results .description &gt; img {
    display: none;
}


@media only screen and (max-width: 1199px) {
  .navbar-nav .nav-link {
    color: #ffffff !important;
    background-color: var(--default_nav_link_bg);
    -webkit-font-smoothing: antialiased;
}
  .trending .navbar-nav .nav-link {
    color: #000000 !important;
    background-color: var(--default_nav_link_bg);
    -webkit-font-smoothing: antialiased;
}
  .search-nav {
    display: none;
}
  .dot-nav::after {
    display: none;
}
  .line-nav::after {
    display: none;
}
  .circle-image-list-page {
    margin-left: -50px;
}
}
@media only screen and (max-width: 979px) {
  .bg-subfoot {
    padding-bottom: 70px !important;
}
}
@media only screen and (max-width: 964px) {
 .bg-subfoot {
    padding-bottom: 110px !important;
}
  div#my-anchor {
    bottom: 56px !important;
}
}
@media only screen and (max-width: 991px) {
  .card-description-large {
    font-size: 18px !important;
}
  .article-author-pub-block {
    font-size: 15px;
}
  .middle-card-description-md {
    font-size: 18px;
}
  .middle-card-title-md {
    font-size: 20px;
}
  .t-txt-sm, .t-txt-sm p {
    font-size: 18px;
}
  .circle-image-list-page {
    margin-left: 0px;
}
  .hot-today a {
    justify-content: center;
}
  section.contact-hero {
    min-height: 300px;
}
  .ruled span {
    font-size: 42px !important;
}
  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) {
  .about-he-rows .row:nth-child(even) {
        flex-direction: row;
}
  .circle-image-list-page {
    margin-left: -40px;
}
   div#aniBox {
    max-width: 440px;
    margin: 0 auto;
}
  .article .ruled {
    font-size: 30px !important;
}
  .article .ruled span{
    font-size: 30px !important;
}
   .excerpt {
    display: none;
}
  .meta.index-ok {
    
}
}
@media only screen and (max-width: 650px) {
  div#aniBox {
    max-width: 360px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 575px) {
  .circle-image-list-page {
    margin: 0 auto;
}
  .sub-page-title-author {
    text-align: center;
    margin-top: 12px;
}
  .author-position {
    text-align: center;
}
  .sharelinks {
    justify-content: center;
}
  div#aniBox {
    max-width: 380px;
    margin: 0 auto;
}
   .article .ruled {
    font-size: 25px !important;
}
  .article .ruled span{
    font-size: 25px !important;
}
}
@media only screen and (max-width: 500px) {
  .hero-title {
    font-size: 42px;
}
  section.article-hero.d-flex.flex-column.justify-content-end.bg-image {
    min-height: auto;
}

section.article-hero.d-flex.flex-column.justify-content-end.bg-image .container {
    padding-top: 60px !important;
}


 .ruled span {
    font-size: 32px !important;
}
  .article-hero .ruled {
    line-height: 32px !important;
}
}
@media only screen and (max-width: 440px) {
  .hero-title {
    font-size: 46px;
}
 
}
@media only screen and (max-width: 425px) {
   div#aniBox {
    max-width: 300px;
}
}
@media only screen and (max-width: 395px) {
 .navbar-brand {
    width: 230px;
}
}
@media only screen and (max-width: 350px) {
 .hero-title {
    font-size: 36px;
}
  section.article-hero.d-flex.flex-column.justify-content-end.bg-image h1.ruled span {
    font-size: 36px !important;
}
  .navbar-brand {
    width: 200px;
}
}




section#hero .google-auto-placed {
    display: none !important;
}

.modal-form {
position: absolute;
  width: 100%;
  bottom: 90px;
  left: 50px;
}

.modal-header button.close {
    padding: 0;
    background-color: transparent;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px 15px !important;
    margin: 10px auto -10px !important;
    opacity: 1;
}
.hamburger.is-active .line {
    background-color: white;
}
.sticky-staff {
    position: sticky;
    top: 80px;
}
.subscription-block-render {
    margin: 60px 0 0 0;
}


div#loginbox {
    margin: 0 auto;
    border: 1px solid;
    padding: 33px;
}

div#loginbox .control,
div#loginbox span#no-account{
    display: none;
}



#loginbox .col-sm-12.controls {
    padding: 0;
}

#loginbox button#btn-login {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
div#loginbox:after {
    content: "For account signup visit thepostmillennial.com";
}

.rc-wc {
    max-width: 100%;
}

.sc-cTJkRt, .sc-jNnpgg {
    max-width: 100% !important;
}

.css-widget-item-wrap {max-width: 100%;}

.css-widget-item-wrap div {
    max-width: 100%;
}

.rc-item {
    max-width: 100% !important;
}

.rc-photo-container {
    margin-right: 0px !important;
}

.rc-photo-container {
    overflow: visible !important;
}

h4.sc-bkbkJK.RkWry.rc-headline {
    overflow-wrap: normal;
    max-width: 100%;
}

.rc-provider {
    text-align: right;
}
.attribution.small.bg-light {
    background-color: #f6f6f6 !important;
    border: 1px solid #e7e4e4;
    color: #d1d1d1;
    font-size: 12px;
}

@media (max-width: 991px) {
 .modal-form {
  bottom: 36px;
  }
}


@media only screen and (max-width: 520px) {
 .modal-form {
position: absolute;
  width: 100%;
  bottom: 30px;
  left: 50px;
}
}

@media (max-width: 491px) {
 .modal-form {
  bottom: 20px;
  }
}

@media (max-width: 440px) {
 .modal-form {
  bottom: 30px;
  }
  #newsletter-form-poso-modal .form-control, #newsletter-form-poso-modal .btn {
font-size:10px !important;
}
}
@media (max-width: 420px) {
 .modal-form {
  bottom: 30px;
  }
}
@media (max-width: 395px) {
 .modal-form {
  bottom: 26px;
  }
}

.text-legal {
    font-size: 13px;
}

.excerpt {
    font-size: calc(10px + .33vw);
}</pre></body></html>