/* Custom Dynamic CSS */

/* Dynamic Color Settings */
html {
  scroll-behavior: smooth;
}
  
  :root {
    --primary: #000000;
    --secondary: #858585;
    --success: #81ae8b;
    --danger: #fe0000;
    --warning: #f4ac00;
    --info: #87d0e1;
    --dark: #000000;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #4db2ec;
    --default_link_hover: #093c71;
    
    --header_bg: #000000;
    --header: #000000;
    --header_link: #093c71;
    --header_link_hover: #093c71;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: ;
    
    --default_nav: #000000;
    --default_nav_bg: #000000;
    --default_nav_link: #ffffff;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #000000;
    --default_nav_link_hover_bg: #ffffff;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #093c71;
    --prehead_link_hover: #597d95;

    --sub_footer_bg: #858585;
    --sub_footer: #ffffff;
    --sub_footer_link: #ffffff;
	--sub_footer_link_hover: #093c71;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family:  arial;
  font-size: 18px
}
h1, h2, h3, h4, h5, h6{
  font-family:  arial;
  font-weight: 800
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family:  arial;
  font-size: 18px
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 100px;
    padding-bottom: 50px;
}
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: 100px;
      padding-bottom: 50px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: var(--danger);
    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.8);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--danger);
    background-color: var(--danger);
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid var(--danger);
    background-color: var(--danger);
    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-repeat: no-repeat;
    overflow: hidden;
    width: 340px;
    height: 58px;
    background-size: contain;
}

div#navbarsDefault {
    top: 80px;
}
.off-content {
    margin: 0 auto;
    text-align: center;
}
.nav-subscribe {
    font-weight: 900;
    border: 3px solid;
    font-size: 20px;
    padding: 2px 10px;
}

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #858585;
  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);
}
#stripe-card-element.StripeElement.empty {
background: #ffffff30 !important;
}
#stripe-exp-element.StripeElement.empty {
background: #ffffff30 !important;
}
#stripe-cvc-element.StripeElement.empty {
background: #ffffff30 !important;
}
section.hero {
    margin-top: 85px;
}
.bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-block-date {
    background-color: var(--danger);
    display: block;
    padding: 35px 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.news-day {
    font-size: 35px;
}
.news-year {
    font-size: 40px;
    line-height: 25px;
}
.hero-article-info {
    padding-left: 30px;
    padding-right: 90px;
}
.hero-title {
    font-size: 45px;
}
.hero-read-more {
    font-size: 30px;
}
.home-links {
    font-size: 25px;
}
.home-links-wrapper {
    display: flex;
    justify-content: space-evenly;
}
.article-block-date-small {
    background-color: var(--danger);
    display: block;
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.news-day-small {
    font-size: 18px;
}

.news-year-small {
    font-size: 21px;
}
.text-very-light {
    color: #b6b6b6;
}
.horizontal-card-title {
    font-size: 32px;
}
hr.section-line {
    margin-top: 25px;
}
.play-btn {
    font-size: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.play-btn a {
    color: white;
}
.video-section-title{
    border-bottom: 4px solid var(--danger);
    font-size: 27px;
    font-weight: 700;
}

#video-slider{display:none !important;}

    
  
     
        #video-slider{display:block !important;}
      
   



.newsletter-submit {
    border: 2px solid;
    font-size: 22px;
    padding: 0px;
}
.join-us {
    font-size: 30px;
}
footer .networks svg {
    color: black;
    background-color: white;
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
    font-size: 75px;
    padding: 10px 10px;
    margin: 0 5px;
}
.footer-follow {
    font-size: 22px;
}
footer .networks {
    margin-top: 10px;
}

.footer-tagline {
    font-size: 25px;
    font-weight: 200;
}
header .networks svg {
    color: black;
    background-color: white;
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
    font-size: 75px;
    padding: 10px 10px;
    margin: 0 5px;
}
.menu-list-main {
    flex-direction: column !important;
}
header .nav-link {
    font-size: 30px !important;
}
header .networks {
    margin-top: 20px;
}
.nav-subscribe-toggle {
    font-weight: 900;
    border: 3px solid;
    font-size: 20px;
    padding: 2px 10px;
    margin-top: 30px;
  display: none;
}
#layout-links-wrapper .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#layout-links-wrapper .navbar-nav .nav-link {
    color: #858585 !important;
    background-color: var(--default_nav_link_bg);
    font-size: 25px;
    font-weight: 700!important;
    line-height: 20px;
  padding-top: 0px;
    padding-bottom: 0px;
}
#layout-links-wrapper .nav-link {
    border-right: 2px solid;
    padding-right: 90px;
}
#layout-links-wrapper .nav-item {
    margin: 0 auto;
}

a.white-house-link.nav-link {
    border-right: none !important;
    padding-right: 0px !important;
}
label.error {
    background-color: #ff0000;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: -5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
input.error {
    border-color: #ff0000;
    background-color: #fffef2;
    margin-bottom: 30px !important;
}

.card-share 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: 14px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
div#layout-links-wrapper .active a {
  text-decoration: underline !important;
text-decoration-color: var(--danger) !important;
text-underline-offset: 10px;
text-decoration-thickness: 4px !important;
}
.limit-char-horizontal {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.header-search-icon {
    position: absolute;
    top: 14px;
    right: -50px;
    font-size: 25px;
}
div#search-panel {
    top: -28px;
    display: block;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}
.show-search {
    top: 87px !important;
}
button.search-icon-input {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
  font-size: 20px;
}
.next-last-slider {
    color: #868686;
    font-size: 70px;
    margin-top: -22px;
}
.fa-chevron-circle-right {
    right: -150px;
    position: absolute;
}
.fa-chevron-circle-left {
    left: -150px;
    position: absolute;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 0px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.video-see-more {
font-weight: 900;
    border: 3px solid;
    font-size: 20px;
    padding: 2px 10px;
}
.top-nav-search:hover {
    cursor: pointer;
}
.article-title:hover {
color: var(--default_link);
}
.navbar-collapse {
    align-items: inherit;
    padding-top: 35px;
}
.positioner {
    padding-bottom: 80px;
}
.sub-page-title {
    margin-top: 86px;
    padding-top: 10px;
}
.sub-page-title{
background-color: #565656!important;
}
.sub-page-title-text {
    font-size: 25px;
}
.nav-donate {
    font-weight: 900;
    border: 3px solid;
    font-size: 20px;
    padding: 2px 10px;
}
.nav-donate-toggle {
    font-weight: 900;
    border: 3px solid;
    font-size: 20px;
    padding: 2px 100px;
}

@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: 104px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000000e3;
    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;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
@media only screen and (max-width: 2330px) {
  .limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 1980px) {
  .hero-title {
    font-size: 40px;
}
}
@media only screen and (max-width: 1980px) {
  .hero-title {
    font-size: 35px;
}
}
@media only screen and (max-width: 1760px) {
  .limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .hero-article-info {
    padding-right: 70px;
}
}
@media only screen and (max-width: 1730px) {
  .fa-chevron-circle-left {
    left: -180px;
    position: absolute;
}
  .fa-chevron-circle-right {
    right: -180px;
    position: absolute;
}
}
@media only screen and (max-width: 1700px) {
  .col-hero-spacer {
    display: none;
}
}
@media only screen and (max-width: 1500px) {
  .fa-chevron-circle-left {
    left: -140px;
    position: absolute;
}
  .fa-chevron-circle-right {
    right: -140px;
    position: absolute;
}
}
@media only screen and (max-width: 1420px) {
  .fa-chevron-circle-left {
    left: -130px;
    position: absolute;
}
  .fa-chevron-circle-right {
    right: -130px;
    position: absolute;
}
}
@media only screen and (max-width: 1425px) {
  .limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .hero-article-info {
    padding-right: 20px;
}
}
@media only screen and (max-width: 1390px) {
  .hero-title {
    font-size: 30px;
}
}
@media only screen and (max-width: 1325px) {
  .fa-chevron-circle-left {
    left: -80px;
    position: absolute;
    font-size: 40px;
    margin-top: -5px;
}
  .fa-chevron-circle-right {
    right: -80px;
    position: absolute;
    font-size: 40px;
    margin-top: -5px;
}
}
@media only screen and (max-width: 1275px) {
  .fa-chevron-circle-left {
    left: -35px;
    position: absolute;
    font-size: 40px;
    margin-top: -5px;
}
  .fa-chevron-circle-right {
    right: -35px;
    position: absolute;
    font-size: 40px;
    margin-top: -5px;
}
}
@media only screen and (max-width: 1270px) {
  .hero-article-info {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 1210px) {
  .limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 1200px) {
  .horizontal-card-title {
    font-size: 20px;
}
  #layout-links-wrapper .navbar-nav .nav-link {
    padding-right: 60px;
}
}
@media only screen and (max-width: 1095px) {
  .hero-read-more {
    font-size: 20px;
}
  .hero-article-info {
    padding-left: 0px;
    padding-right: 0px;
}
  .hero-title {
    font-size: 23px;
}
}

@media only screen and (max-width: 991px) {
  .nav-subscribe-toggle {
  display: block;
}
  .nav-subscribe {
    display: none;
}
  .horizontal-card-title {
    font-size: 35px;
}
  .article-block-date-small {
    padding: 35px 20px;
}
  .news-day-small {
    font-size: 35px;
}
  .news-year-small {
    font-size: 40px;
    line-height: 25px;
}
  #layout-links-wrapper .navbar-nav .nav-link {
    border-right: none;
}
  #layout-links-wrapper .navbar-nav .nav-link {
    padding-right: 0px;
    margin-bottom: 30px;
}
  .limit-char-horizontal {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .hero-title {
    font-size: 25px;
}
  .limit-char-hero {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}
@media only screen and (max-width: 979px) {
  .bg-subfoot {
    padding-bottom: 60px !important;
}
}
@media only screen and (max-width: 767px) {
 .nav-subscribe {
    position: absolute;
    top: 30px;
    right: 10px;
   font-size: 15px;
}
  .main-nav {
    height: 90px;
}
  .offcanvas-trigger {
    position: absolute;
    top: 15px;
    left: 30px;
}
  .search-box-item{
  position: inherit !important;
  }
  .header-search-icon {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 25px;
    left: 100px;
}
}
@media only screen and (max-width: 660px) {
  .fa-chevron-circle-left {
    display:none;
}
  .fa-chevron-circle-right {
    display:none;
}
}
@media only screen and (max-width: 565px) {
  .news-year {
    font-size: 30px;
}
  .news-day {
    font-size: 25px;
}
}
@media only screen and (max-width: 520px) {
  #layout-links-wrapper .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
  #layout-links-wrapper .navbar-nav .nav-link {
    padding-right: 0px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 460px) {
  .nav-donate {
    display:none;
}
  
  .top-nav-search {
    position: absolute;
    right: 20px;
}
}
@media only screen and (max-width: 440px) {
  .news-year {
    font-size: 20px;
}
  .news-day {
    font-size: 17px;
}
  .article-block-date {
    padding: 10px 10px;
}
  .news-year-small {
    font-size: 20px;
}
  .news-day-small {
    font-size: 17px;
}
  .article-block-date-small {
    padding: 10px 10px;
}
}

@media only screen and (max-width: 360px) {
  .offcanvas-trigger {
    left: 10px;
}
}