/* body {
    
} */

.hide {
    display: none;
}

.display {
    display: block;
}

#homeLargeImage {
    width: 100%;
    height: 100%;
    margin: auto;
    background: no-repeat url(../images/largeHomeImg2.jpg) 50% / 100%;    
}

#homeLargeImage img{
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 1;  /* make it transparent */
}

.jumbotron {
    padding: 9rem 5rem;
    margin-bottom: 2rem;
    background: no-repeat url(../images/largeHomeImg2.jpg) 50% / 100%;        
    color: #fff;
    border-radius: 0rem!important;
}

.jumbotron p {
    color:#fff!important;
}
.fa-solid {
font-size: 5em!important;
text-align: center!important;
padding: 20px;
color:#2ab8d0;
}

.pushDown {
    margin-bottom: 40px;
}

.sharethis-inline-share-buttons {
    margin-bottom: 150px;
}

#subscribeForm {
    padding:2em;
    background-color: #8f5a90;
    /* margin:10px;     */
    border: 10px solid rgb(69, 196, 230, 0.2);
    margin-bottom:20px;
}

#subscribeForm h3 {
    color:#fff;
    text-align: center;
    margin-bottom: 30px;
}

.tcpaLang {
  
}

.form-check-input {

}

.emailField {
   width:100%;
   margin: 0 auto;
}

.submitBtn {
    width: 100%;
 margin: 0 auto;
}

.checkbox-info {
    color:#fff; 
}

.otherFormData {
    margin-top: 20px;
    margin-left:200px;
    
}

.sideSub {
    margin-top: 55px;
}

.sideSub .emailField {
    width:100%;
    margin: 0 auto;
    margin-bottom:10px;
    text-align: center;
 }

 .largeSub .emailField  {
     width:50%;
 }


 .sideSub .submitBtn {
    width: 100%;
    margin: 0 auto;
}

.largeSub .submitBtn  {
    width:50%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sideSub .otherFormData {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px; 
}

/* Centered text */
.image-container {
    position: relative;
    display: inline-block;
  }
  
  .image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay-text {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);     
    color: #fff; 
    padding: 10px 20px; 
    font-size: 3em; 
    text-align: center;
  }

.hardshipHome {
    padding-top:30px;
}

.right {    
    float:right !important;
}

.pull-left {
    float:left!important;
}

.pull-right {
    float:right!important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: rgba(0,0,0,.5);
}

.list-inline>li a {
    color: rgba(0,0,0,.5);
}

.pushDown {
    padding-top:17px;
    border-top: 5px solid #2ab8d0;
}

.btn-primary {
    color: #2ab8d0;
    background-color: #ffffff;
    border-color: #296f82;
}

.btn-primary:hover {
    color: #fff;
    background-color: #25525b;
    border-color: #0062cc;
}

.navbar {
    width: 100%;
}

.navbar img {
    /* width: 250px; */
    height: 56px;
    margin-left: 50px;
}

.bg-light {
    background-color: #fff!important;
}

.navLine {
    border-bottom: 5px solid #2ab8d0;
}

.navbar-nav {
    width: 600px;
    height: auto;
    float:right;
    /* padding-left: 15%; */
    /* margin-right: 0px; */
}

.purple {
    background-color: #2ab8d0;
    padding: 2%;
    padding-top:0;
    border-top: 1px solid #fff;
}

.purple h1 {
    color:#fff;
}

.purple h3 {
    color:#fff;
}

.purple h4 {
    color:#fff;
    font-size: 1.1em;
    line-height: 1.7em;
}

.programsCategories {
    padding: 5%;
}

.programsCategories h1 {
    color:#2ab8d0;
    margin-bottom:20px;
}

.topImage {
    margin-bottom: 10px;
    padding-bottom:20px;
    border-bottom: 3px solid #8f5a90;
}

/* .topHomeImage {
    width: 100%;
    height:auto;
    display: block;
} */

.articleLine {
    border-bottom: 10px solid #45c4e6;
    padding-bottom: 15px;
    padding:5%;
}

.articleLine h2 {
    color:#8f5a90;
}

.articleLine h3 {
    color:#195863;
}

.feed {
    
    margin-top: 50px;
    margin-bottom:50px;
    padding-bottom:20px;
}

.feedMobile {
    display: none;
}
/* .googleAdsense {
    width: 100%;
    min-height: 200px;
    border: 1px solid #8f5a90;
    margin: 10px;
} */

.resourceDirectory {
    padding-top: 20px;
}

.navbar .container {
    display: block;
}

a {
    color: #28b8d0;
}

.responsive {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.left {
    float:left;
    margin: 2em;
}

.StateTop {
    padding: 3em;
}

.StateTop h3 {    
    font-weight: bolder;
}

@media screen and (max-width: 1145px) { /* Specific to this particular image */
    .Quote {        
        width: 75%;             
      
      }

      .Quote h1 {                
        font-size:1.8em;
      }
  }

  .social {
      max-width: 55px;
      height: auto;
  }

  #mobileFeeder {
    display: none;
}

#desktopFeeder {
    display: block;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.col-md-8 {
    max-width: 700px;
}

.bottomLinkSS {
    width: 590px;
    height: auto;
}

.bottomLinkOffer {
    width: 700px;
    height: auto;
    margin-top:50px;
    margin-bottom:60px;
}

.bottomGap {
    margin-bottom:100px;
}

.weather {
    margin-bottom: 50px;
}

.sponsoredAd {
    background-color: #ebebeb;
    /* display: none; */
}

.welcome {
    display:none;
}

.sponsoredAd img {
    border: 10px solid rgba(0, 0, 0, 0.2);
}

.sponsoredAd h3 {
    color: #000;
}

.wrapperBanner {
    width: 100%;
    height: auto;
    padding:1rem;
    background-color: #28b8d0;
    text-align: center;
    padding-top:50px;
    padding-bottom:50px;
}

.wrapperBanner h1 {
    font-size: 3rem;
    color:#fff;
}

.image-container {
    display: flex;
    flex-direction: column; /* Stack the images vertically */
    align-items: center; /* Center them horizontally */

}

.image-container img {
    max-width: 100%; /* Make the images responsive */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Add spacing between the images */
}

form h4 {
    font-size:22px !important;
}

.pullUpCheckbox {
    margin-top:-20px;
}

.footer {
    padding-top: 30px;
}

.login {
    color:#fff!important;
}

@media (max-width: 768px) {
    .image-container img {
        width: 90%; /* Reduce width on smaller screens */
    }
}



  @media screen and (max-width: 1386px) { /* Specific to this particular image */
    .Quote {        
        width: 65%;
        top: 25%;       
      }
  }



@media screen and (max-width: 1024px) { /* Specific to this particular image */
    #homeLargeImage {
      /* max-width: 1024px;
      height: auto;
      left: 50%;
      margin-left: -512px;   */
    }
  }

  @media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { 

        .Quote {        
            width: 90%;             
            margin-top:25px;
          }

    }

@media only screen and (max-width: 600px) {

    .responsive {
        max-width: 100%;
        height: auto;
    }

    .left {
        float:none;
        margin: auto;
        margin-top: 10px;
        margin-bottom:10px;
    }

    .StateTop {
        padding: 1em;
    }

    .navbar img {
        margin-left: -30px;
    }
button.navbar-toggler {
    position: absolute;
    top:15px;
    right: 0;
}   
.list-inline>li {
    margin-bottom: 10px;
} 

.Quote {        
    width: 90%;
    top: 115.5%;       
  
  }

  .Quote h1 {                
    font-size:1.5em;
  }

#subscribeForm h3 {
 margin-bottom: 30px;
}

.otherFormData {    
    margin-left:10px;
    text-align: center;
}



.mobileHide {
    display: none;
}

.social {
    max-width: 45px;
    height: auto;
}

.feed {
    
   display:none;
}

.feedMobile {
    display: block;
}

.largeSub .emailField  {
    width:100%;
}



.largeSub .submitBtn  {
   width:100%;   
}

.dropdown {
    width: 300px;
}

.bottomLinkSS {
    width: 314px;
    height: auto;
}

.bottomLinkOffer {
    width: 360px;
    height: auto;
    margin: 0 auto;
    margin-top:50px;
    margin-bottom:60px;
}

.jumbotron {
    padding: 0;
    margin-bottom: 1rem;
    background: no-repeat url(../images/largeHomeImg2.jpg) 50% / 100%;        
    color: #fff;
    border-radius: 0rem!important;
}

.jumbotron-heading {
    font-size: 1.5em;
    font-weight: bold;
    padding-top:20px;
}

.jumbotron p {
    font-size: 1em;
    color:#fff!important;
}

.pt-5, .py-5 {
    padding-top:1rem!important;
}

.album {
    text-align: center;
}

.wrapperBanner, .col {
    margin-bottom: 30px;
}

}

.form-check-label {
    margin-bottom: 30px;
}

.btn-blue-large {
    min-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    background-color: #2ab8d0;
    color:#fff;
}

@media screen and (max-width: 500px) { /* Specific to this particular image */
    .Quote {        
        width: 98%;
        top: 15.5%;       
      
      }

      .Quote h1 {                
        font-size:1.3em;
        z-index: -1;
      }

      .navLine {
        z-index: 99999999;
        position: relative;
      }

      .form-group {
          text-align: left !important;
      }
  }

  @media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
 