/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #002b5c;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #b0262f;
    --default_link_hover: #008fff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: ;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #c2c2c2;
    --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);}
.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: proxima-nova;
  
}
h1, h2, h3, h4, h5, h6{
  font-family: futura-pt;
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family: Bebas Neue;
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 75px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 150px !important;
}
  .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;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 -3px 10px 0;
    font-size: 20px;
}
 .card a.network:hover {
   color: #b02730;
 
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
 
  .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: center;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    display: block;
    text-indent: -5000px;
 	
      
        
          background-image: url(https://mr.cdn.ignitecdn.com/client_assets/millsforflorida_com/media/picture/66c6/48fd/5130/c576/308f/56de/original_Mills-logoweb6.png?1724270847);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 150px;
    height: 147px;
    background-size: contain;
}


.off-content {
    margin: 0 auto;
    text-align: center;
}
.navbar-toggler {
    z-index: 999999;
}
.positioner {
    padding-top: 120px !important;
}

.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: #AF272F;
  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;
}

.bg-glass {
    /*background-color: rgb(0 0 0 / 85%) !important;*/
  background-color: #af272f !important;

}

#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);
}

/*@media (max-width: 10000px) {
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}*/
@media (max-width: 991px) {
.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: 99999;
}
}
.navbar{
    z-index: 1;
    width: 100%;
  }

  .video-background{
  width:100%;
    overflow:hidden;
    aspect-ratio:16/9;
    pointer-events:none;   
  }
  .video-background iframe{
  width:300%;
    height:100%;
    margin-left: -100%;
  }

.bg-navbar {
    background-color: transparent;
}



@media (max-width: 1180px) {
  .navbar-collapse{
  width: 540px;
  }
}
@media (max-width: 1501px) {

  .navbar-nav .nav-link {
    margin: 0 5px;
}
  .nav-right-column{
  margin-left: 20px !important;
  }
}

@media (max-width: 1601px) {
  .navbar-collapse{
  width: 417px;
  }
}
@media (max-width: 1199px) {
  .nav-right-column{
  width:220px;
  }
  .nav-network{
  margin-left:-100px
}
}
@media (max-width: 991px) {
  .navbar-collapse{
   width: 100%;
  }
   .nav-right-column, .nav-network{
  display:none ;
  }
  .full-width-video, .about-section{
      padding-top: 130px;
  }
  .bg-navbar{
  background-color: #ffffff;
  }
}
@media (max-width: 575px) {
  .navbar-brand{
  height: 105px !important;
    width:105px !important;
  }
  .endorsement-headline{
  font-size: 32px !important;
  margin-top: 100px !important;
  }
  
  #endorsements-banner {
    min-height: 330px !important;
}
  .under-hero .headline, .mills-stand-headline{
  font-size: 32px !important;
  }
  
  .under-hero .sub-headline, .home-about .headline, .about-headline, .article-headline-section, .two-col-media-title{
  font-size: 28px !important;
    line-height: 35px !important;
  }
 
  .about-img-1, .about-img-2, .about-img-3{
  width: 100% !important;
  }
  
  .about-section .banner-headline {
        font-size: 28px !important;
        margin-bottom: 80px !important;
    }
  
  .home-flag{
  width: 160px !important;
  }
  #home-about  {
    min-height: 650px !important;
}
  section.first {
    padding-top: 90px !important;
}
}
@media (max-width: 1280px) {
  .navbar-brand{
  height: 115px;
    width:115px;
  }
}

.navbar-nav .nav-link {
    color: #ffffff;
       font-size: 25px !important;
    letter-spacing: 4px;
    margin: 0 12px;
}


.container{
  max-width:1700px;
  }


.nav-with-bg-btn{
background-color: #B02730;
    color: #ffffff;
   font-size: 22px !important;
    letter-spacing: 4px;
  font-family: "Bebas Neue", sans-serif;
  }
.nav-with-bg-btn:hover{
background-color: #172B54;
    color: #ffffff;
  }

 .navbar a.network {
     color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
.positioner .nav-link{
margin:0;
}
 .bg-section-under-hero, .bg-home-stand-for-america{
  background-color: #002C5C;
  }
  .under-hero .headline{
  font-size:80px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 75px;
  }
 .home-about .headline{
  font-size:50px;
    line-height: 50px;
   font-weight:600;
    font-family: "futura-pt", sans-serif;
  }

.under-hero .sub-headline{
  font-size:45px;
    line-height: 50px;
    font-weight: 600;
    font-family: "futura-pt", sans-serif;
  }
 .red-btns {
    padding: 17px;
    background-color: #B02730;
    color: #ffffff;
    font-size: 25px !important;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
}
 .red-btns:hover {
    background-color: #ffffff;
    color: #B02730;
}


.bg-home-about, .bg-home-newsletter{
  background-color:#b02730;
  }
#home-about{
   min-height: auto;
    height: 100%;
  }
  .separator{
  border-bottom: 1px solid #ffffff;
  }
  .home-about .btn, .endorsements .btn, .home-newsletter, .btn-form-donate{
    padding: 17px;
  background-color: #002C5C;
    font-family: "Bebas Neue", sans-serif;
        font-size: 25px;
    letter-spacing: 2px;
    color: #ffffff;
  }

.home-about .btn:hover, .home-newsletter:hover, .btn-form-donate:hover{
  background-color: #ffffff;
    color: #002C5C;
  }

.endorsements .btn:hover{
 background-color: #B02730;
}

   .home-about a.network {
     color: #fff;
    font-size: 25px;
    margin-left: 5px;
}

  .mills-stand-headline{
    font-size:80px;
     font-family: "Bebas Neue", sans-serif;
     line-height: 70px;
  }
  .goals{
  font-size: 18px;
  }

.acknowledge-content, #newsletter-form label{
font-size:12px;
  }
 #newsletter-form .title-name{
font-size:20px;
  }
   #newsletter-form .btn{
    border: 2px solid #212529;
    padding: 17px;
    font-weight: 300;
  }
 #newsletter-form .btn:hover{
    border: 2px solid #002C5C;
   background-color: #002C5C;
   color:#ffffff;
  }

label.error {
    background-color: #002c5c;
    color: #fff;
    padding: 0 10px;
    bottom: -30px;
    left: 0px;
}

#home-slider{
    min-height:440px;
  }
.carousel-indicators > li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

.quote{
  font-size:32px;
     font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    line-height: 38px;
    letter-spacing: 1px;
	width: 470px;
    margin-top: 350px;
    margin-right: 200px;
  }
  
  @media (max-width: 471px) {
    .quote{
     width: 350px;
    font-size: 30px;
    margin-top: 0px;
    margin-right: 0px;
  }
  }
.home-about .quote-author{
  font-size: 13px;
    font-family: sans-serif;
    font-weight: 100;
  }
.privacy-policy{
color: #00AEEf;
}

.bg-footer{
	background-color:#b02730;
}

footer a.network {
     color: #fff;
    font-size: 18px;
    margin:0 5px;
}
footer a.network:hover {
     color: #172b54 !important;
    
}

 .about-section .bg-cover{
      background-position: center;
  }
  .about-section .banner-headline{
      font-size:45px;
    	line-height:50px;
    margin-bottom:200px;
  }
#about-banner {
    min-height: 720px !important;
}
  
  .about-img-1{
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .about-img-2, .about-img-3{
    float: right;
    margin-left: 25px;
    margin-left: 25px;
  }
  
  
  @media (max-width: 640px) {
  #about-banner {
    min-height: 230px !important;
}
    .about-section .banner-headline{
      font-size:30px;
      margin-bottom:30px;
      line-height:35px;
  }
  }

#endorsements-banner {
    min-height: 650px;
}
.endorsement-headline{
   font-size: 65px;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 280px;
    letter-spacing: 4px;
  }

 .nav-with-background{
  background-color:#ffffff;
  }
.nav-with-background a.network, .nav-with-background .nav-link {
     color: #002857;
}
.positioner .nav-link {
     color: #ffffff;
}
nav a.network:hover, .navbar-nav .nav-link:hover {
     color: #b02730;
}

.positioner .nav-link:hover, .positioner .btn:hover {
   color: #002857 !important;
}

 .nav-with-background .hamburger .line{
background-color: #AF272F;
}

.nav-with-background .nav-link:hover {
  color: #B02730;
  }

 .article-sub-headline-section{
  color:#182A54;
  }
  .article-headline-section{
    color:#B02730;
  }
.play-btn {
    position: absolute;
    font-size: 45px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer .btn {
  padding: 17px;
    background-color: #ffffff;
    color: #B02730;
    font-size: 25px !important;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
}
 footer .btn:hover {
    background-color: #002C5C !important;
    color: #ffffff !important;
}


 .two-col-media-title{
  color: #B02730;
   font-size:50px;
  line-height: 50px;
  }
  .endorsements .description{
  font-size:12px;
  }
.endorsements .cover {
    background-size: contain;
}

   .btn-donate-about{
     padding: 17px;
     color:#ffffff;
     background-color:#b02730;
      font-size: 25px !important;
    letter-spacing: 2px;
    font-family: "Bebas Neue", sans-serif;
   }
   .btn-donate-about:hover{
     color:#ffffff;
     background-color:#172B54;
   }
.navbar .nav-with-bg-btn {
    font-size: 28px !important;
    width: 180px;
      height: 60px;
}

.under-hero .cory-mills-logo{
width:155px;
}

.about-img-2, .about-img-3{
width:340px;
}
  .nav-with-background{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}


@media (min-width: 1070px) {
.container{
  padding-right:50px;
  padding-left:50px;
  }
}

.article-sub-headline-section{
    font-family: "futura-pt", sans-serif;
     font-size:22px;
    font-weight: 600;
  }
  .article-headline-section{
  font-family: "futura-pt", sans-serif;
    font-size:50px;
    font-weight: 600;
  }
 .card-title{
  color:#002857;
 
   font-size:20px;
       line-height: 1.3em;
  }
  .article-topic-author{
  font-size:10px;
    color:#999999;
  }
  .home-about .sub-headline{
   font-size:20px;
    font-weight:400;
  }
 .newsletter-headline, .media-articles-headline{
  font-size:22px;
   font-weight:600;
  }
.newsletter-disclaimer, .media-description{
  font-size:20px;
  }

.goals, .donations-mailed-to{
font-size:22px;
}
.is-active .line {
    background-color: #ffffff !important;
}
  .positioner .btn{
      color: #ffffff;
    font-size: 25px !important;
    letter-spacing: 4px;
    font-family: Bebas Neue;
  }

.about-headline{
  font-size:50px;
    color:#af272f;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
  }  

 .home-about a.network:hover{
  color:#002C5C;
  }

.volunteer-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 var(--danger);
        background-color: #a8a8a800;
    transition: all 0.5s ease;
}
.volunteer-form input[type=checkbox] {
    display: none;
}
.volunteer-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 #AF282E;
    background-color: #AF282E;
    text-shadow: none;
    transition: all 0.3s ease;
}
.volunteer-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 #AF282E;
    background-color: #AF282E;
    text-shadow: none;
    transition: all 0.5s ease;
}
.bg-glass-2 {
    background-color: rgb(23 43 84 / 87%) !important;
}
section#transactional-content {
    padding-top: 220px !important;
}