{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:#202426;
  font-size:16px;
  margin: 0px;
}

h1{
  margin: 0 0 40px;
  /*font-family: 'Lato', sans-serif;*/
  font-size: 2.5em;
}

h2, 
h3,
h4{
  /*font-family: 'Lato', sans-serif;*/
  margin: 0 0 20px;
  line-height: 1.33em;
}

p{
  margin: 0 0 20px;
  line-height: 1.5em;
}

a{
  text-decoration: none;
  transition: .4s;
  color: inherit;
}

ul{
  margin-bottom: 20px;
  padding-left: 40px;
}

ul li{
  margin-bottom: 10px;
}

p.small-text{
  font-size: .9em;
}

.center-text{
  text-align: center;
}

.news-post-content a{
  font-weight: bold;
}

img.news-img-border{
  padding:5px;
  border:1px solid #202426;
}

a.body-link{
  display: inline-block;
  border-bottom: 1px solid #d0ae68;
  font-weight: 500;
}

a.body-link:hover{
  color: #d0ae68;
}

a.body-btn{
  display: inline-block;
  padding:10px 20px;
  color: white;
  background:#af483a;
  font-weight: bold;
  border-radius: 30px;
}

a.body-btn:hover{
  background: #d0ae68;
}

/*#header-announcement{
  display: none !important;
}*/

#ambulance-subscription-hero{
  background: url(images/ambulance-hero.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#cpr-hero{
  background: url(images/cpr-hero.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#blood-pressure-hero{
  background: url(images/blood-pressure-hero.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.fire-prevention-hero{
  background: url(images/firehose-hero.jpg) no-repeat 50% 50% !important;
  background-size: cover;
}

#fire-extinguisher-hero{
  background: url(images/fire-extinguisher-hero.jpg) no-repeat 50% 50% !important;
  background-size: cover;
}

.public-education-hero,
.about-hero{
  background: url(images/subpage-hero4.jpg) no-repeat bottom center !important;
  background-size: cover;
}

a#burn-link-home{
  padding:10px 50px;
  font-weight: bold;
  color: white;
  background: #d0ae68;
  border-radius: 35px;
}

a#burn-link-home:hover{
  background: #af483a;
}


@media (min-width: 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  /*** HEADER DESKTOP STYLES ***/

  #navContainer{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    min-height: fit-content;
    z-index: 10000;
    padding: 15px 0;
  }

  #header-announcement {
    background: #af483a;
    padding: 8px 0;
    text-align: center;
    color: white;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: .8em;
    display: none;
  }

  #header-announcement .container{
    justify-content: center!important;
  }

  #header-announcement a{
    color: white;
    border-bottom: 1px solid #d0ae68;
  }

  #header-announcement a:hover{
    color: #d0ae68;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #navContainer img{
    width: 100px;
    height: auto;
  }

  #nav{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #top-header{
    color: white;
    font-size: .8em;
    margin-bottom: 5px;
  }

  #top-header a{
    color: white;
  }

  #top-header a:hover{
    color: #d0ae68;
  }

  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 980px;
  }

  .topnav a{
    color: white;
    font-size: .9em;
  }

  .topnav a:hover{
   color: #d0ae68;
  }

  a#header-contact{
    padding: 10px 30px;
    background: #af483a;
    border-radius: 25px;
  }

  a#header-contact:hover{
    background: white;
    color: #af483a;
  }

  #myTopnav a.icon{
    display: none;
  }

  /*dropdown menu styles*/

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .hidden {
    display: none;
    position: absolute !important;
    z-index: 1;
    padding-top: 10px;
  }

  .hidden a {
    color: #fff;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    background: rgba(175, 72, 58, 1);
    border-bottom: none;
    font-size: .9em;
    width: 180px;
    transition: .4s ;
  }

  .hidden a:hover{
    background-color: #d0ae68;
    color: #fff;
    border-bottom: none;
    display: block;
    opacity: 1;
  }

  .dropdown:hover .hidden {
    display: block;
  }

  .dropbtn{
    cursor: default;
  }

  a.dropbtn:hover{
    color:#fff;
    background-color:transparent;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

  /***HERO DEKSTOP STYLES***/

  #homepage-hero{
    background: url('images/homepage-hero.webp') no-repeat top center;
    background-size: cover;
    height: 760px;
    margin-top: 0px;
  }

  #homepage-hero h1{
    text-transform: uppercase;
    font-size: 2.8em;
    color: white;
    margin-bottom: 0px;
    width: 840px;
    text-align: center;
    line-height: 1.33em;
  }

  #homepage-hero span{
    font-weight: 100;
    font-size: .8em;
  }

  #homepage-hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 40px;
  }

  .hero-btns a{
    color: white;
    padding: 20px;
    border-radius: 30px;
    width: 180px;
    text-align: center;
    margin: 0 10px;
    font-weight: bold;
  }

  .hero-btns a:first-child{
    background: #d0ae68;
  }

  .hero-btns a:last-child{
    border: 1px solid white;
    background: transparent;
  }

  .hero-btns a:hover{
    color: #d0ae68;
    background: white;
  }

  
  /***MAIN BODY DESKTOP STYLES***/

  #homepage-split-background{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -200px;
  }

  .split-background{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 30px 40px;
    color: white;
  }

  .split-background:first-child{
    background: #d0ae68;
  }

  .split-background:last-child{
    background: #af483a;
  }

  .split-background p{
    margin-bottom: 30px;
  }

  .split-background img{
    margin-right: 30px;
  }

  .split-background a{
    color: white;
    padding: 8px 16px;
    border: 1px solid white;
    border-radius: 20px;
  }

  .split-background a:hover{
    background: white;
  }

  .split-background:first-child a:hover{
    color: #d0ae68;
  }

  .split-background:last-child a:hover{
    color: #af483a;
  }

  #homepage-about .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #homepage-about-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #homepage-about-img img:first-child{
    margin-right: 20px;
  }

  #homepage-about-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #727475;
    margin-left: 60px;
  }

  #homepage-about-text h4{
    font-size: .9em;
    color: #af483a;
  }

  #homepage-about-text h2{
    font-size: 2.5em;
    color: #202426;
    font-weight: 900;
  }

  #homepage-about-text p{
    margin-bottom: 30px;
  }

  #homepage-about-text a{
    color: #727475;
    border: 2px solid #727475;
    padding: 15px 30px;
    border-radius: 30px;
  }

  #homepage-about-text a:hover{
    background: #727475;
    color: white;
  }

  #fire-safety-job-posting .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tri-section{
    background: white url(images/flame-background.webp) no-repeat top right;background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 40px;*/
    transition: .4s;
    padding: 40px;
    width: 260px;
    height: 400px;
    border: 1px solid #cdcdcd;
  }

  a.tri-section-container:hover .tri-section{
    box-shadow: 4px 4px 6px 6px #cdcdcd;
  }

  a.tri-section-container:hover .tri-section i{
    color: #d0ae68;
    border: 1px solid #d0ae68;
  }

  .tri-section h3,
  .tri-section p{
    color: #202426;
  }

  .tri-section img{
    margin-bottom: 20px;
    height: 72px;
    width: 60px;
  }

  .tri-section p:first-of-type{
    height: 200px;
  }

  p.tri-section-link{
    transition: .4s;
    max-width: 140px;
  }

  p.tri-section-link:hover{
    color: #d0ae68;
  }

  .tri-section-link i{
    padding: 10px;
    border: 1px solid #727475;
    border-radius: 50%;
    transition: .4s;
  }


  .tri-section-map{
    justify-content: flex-end;
    background: url(images/map-background-small.webp) no-repeat center;
    background-size: cover;
  }

  .tri-section-map p:first-of-type{
    height: 40px;
  }

  .tri-section-map i{
    background-color:white;
  }

  #homepage-video{
    background: url(images/fireman-background.webp) no-repeat center;
    background-size: cover;
    height: 250px;
  }

  /***SUBPAGE DESKTOP STYLES***/

  .subpage-hero{
    background: url(images/firetruck3.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    color: white;
    padding-bottom: 0px;
  }

  .subpage-hero .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subpage-content{
    margin-bottom: 60px;
  }

  .subpage-content span{
    color: #d0ae68;
  }

  .subpage-content a{
    color: #202426;
    border-bottom: 1px solid #d0ae68;
  }

  .subpage-content a:hover{
    color: #d0ae68;
  }

  .subpage-link-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
    font-weight: bold;
  }

  .subpage-link-container .gray-border{
    height: 50px;
    width: 1px;
    background: #cdcdcd;
  }

  .subpage-link-container p{
    margin: 20px 0px;
  }

  /***AMBULANCE SUBSCRIPTION DESKTOP STYLES***/

  #ambulance-content img{
    width: 340px;
    height: auto;
    margin-top: 20px;
  }

  .activation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 60px;
    text-align: center;
  }

  a.activation-btn{
    display: block;
    text-align: center;
    color: white;
    padding: 10px 20px;
    width: 300px;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    margin-bottom: 10px;
  }

  a.activation-btn:hover{
    color: #d0ae68;
    background: white;
  }

  /***DEFENSIBLE SPACE DESKTOP STYLES***/

  .three-r{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
    text-align: center;
  }

  .three-r h3{
    color:#d0ae68;
    width: 100%;
  }

  .three-r p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 120px;
    margin: 0 10px;
    padding: 20px;
    box-shadow: 2px 2px 4px #727475;
  }

  /***BURN PERMITS DESKTOP PAGE***/

  .permit-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 500px;
  }

  .permit-form input{
    padding: 15px;
    border: 1px solid #adb7bc;
    font-family: 'Montserrat', sans-serif;
    color:#202426;
    margin-bottom: 20px;
    width: 400px;
  }

  input.short-input{
    width: 100px;
  }

  .permit-form p{
    margin-bottom: 10px;
    width: 100%;
  }

  .permit-form #submit{
    background: #af483a;
    padding: 15px;
    width: 250px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
  }

  .permit-form #submit:hover{
    background: #d0ae68;
    cursor: pointer;
    transition: .4s;
  }

  .permit-form input[type="radio"] {
    height: 15px;
    width: 15px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .radio-container{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .form-question{
    padding-top: 10px;
    border-top: 1px solid lightgray;
    width: 100%;
  }

  .form-question:last-of-type{
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
  }

  .short-input-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px
  }

  /***RESOURCE LINKS DESKTOP***/

  .resource-links{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .resource-links p{
    width: 415px;
  }

  /***COMMERCIAL AND RESIDENTIAL FIRE PREVENTION DESKTOP STYLES***/

  .pdf-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .pdf-container a{
    color: white;
    background: #af483a;
    min-width: 300px;
    text-align: center; 
    padding: 15px 20px;
    margin: 0 10px 20px;
  }

  .pdf-container a:hover{
    background: #d0ae68;
    color: white;
  }

  /***CONSTRUCTION DESKTOP STYLES***/

  a.submit-plans{
    display: inline-block;
    width: 300px;
    padding: 10px 20px;
    color: white;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    text-align: center;
    font-weight: bold;
  }

  a.submit-plans:hover{
    background: white;
  }

  #construction-content .pdf-container{
    justify-content: space-between;
    margin-top: 40px;
  }

  #construction-content .pdf-container p{
    width: 100%;
  }

  #construction-content .pdf-container a{
    font-size: .9em;
    margin: 0 0 20px !important;
  }

  /***CPR/AED DESKTOP STYLES***/

  #cpr-aed-content h3{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #141414;
  }

  #cpr-aed-content p:nth-of-type(6){
    border-bottom: 1px solid #141414;
    padding-bottom: 40px;
  }

  /***JOB ANNOUNCEMENTS DESKTOP STYLES***/

  .job-announcements-hero{
    background: url(images/subpage-hero1.jpg) no-repeat center right;
    background-size: cover;
  }

  .job-announcements-content .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .job-pdf{
    display: flex;
    flex-direction: column;
  }

  .job-pdf a{
    color: white;
    background: #af483a;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
  }

  .job-pdf a:hover{
    background: #d0ae68;
    color: white;
  }

  .job-text{
    width: 750px;
    padding-right: 50px;
    margin-bottom: 20px;
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;*/
  }

  .job-form{
    width: 350px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  a.job-btn{
    color: white;
    background: #af483a;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    display: block;
  }

  a.job-btn:hover{
    background: #d0ae68;
    color: white;
  }

  .disclaimer{
    margin-top: 40px;
    padding-top: 40px;
    font-size: .9em;
    font-weight: bold;
    border-top: 1px solid #adb7bc;
  }

  /***ABOUT DESKTOP STYLES***/

  .about-hero{
    background: url(images/subpage-hero2.jpg) no-repeat center;
    background-size: cover;
  }

  #about-us-content h2{
    margin-bottom: 60px;
  }

  #about-mission{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #adb7bc;
    text-align: center;
  }

  #about-mission h3{
    text-align: center;
  }

  #about-mission p{
    margin-bottom: 60px;
  }

  #about-values-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .about-values{
    padding: 20px;
    text-align: center;
    width: 260px;
    height: 260px;
  }

  .about-values:nth-child(2){
    border-left: 1px solid #adb7bc;
    border-right: 1px solid #adb7bc;
  }

  .about-values h4{
    color: #d0ae68;
  }

  #about-values-container p{
    margin-bottom: 10px;
  }

  /*FIRE BOARD DESKTOP STYLES*/

  #board-members{
    margin: 40px 0 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #board-members h2{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .board-member{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
  }

  .board-member h4{
    color: #d0ae68;
  }

  .board-member img{
    width: 100%;
    height: auto;
    margin
  }

  #board-announcements{
    box-shadow: 5px 5px 8px 8px #adb7bc;
    padding: 40px 20px;
    text-align: center;
    margin: 80px 0 40px;
  }

  #board-announcements a{
    color: white;
    background: #af483a;
    border: 2px solid #af483a;
    padding: 10px 20px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px auto 0;
  }

  #board-announcements a:hover{
    color: #af483a;
    background: white;
  }

  #other-announcements{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:60px;
    font-weight: bold;
  }

  #other-announcements p{
    width: fit-content;
  }

  /*FIRE STATIONS DESKTOP STYLES*/

  .stations-hero{
    background: url(images/stations-hero.jpg) no-repeat left center;
    background-size: cover;
  }

  #station-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
  }

  .fire-station{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    /*height: auto;*/
    padding: 0px 40px;
    margin-bottom: 80px;
  }

  .fire-station:nth-child(2),
  .fire-station:nth-child(6) {
    border-right: 1px solid #adb7bc;
    border-left: 1px solid #adb7bc;
  }

   .fire-station:nth-child(4){
    border-left: 1px solid #adb7bc;
   }

  .fire-station img{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  .fire-station h3{
    margin-bottom: 10px;
  }

  .fire-station p{
    margin-bottom: 30px;
    color: #d0ae68;
  }

  a.directions-btn{
    color: white;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    padding: 10px 20px;
  }

  a.directions-btn:hover{
    color: #d0ae68;
    background: white;
  }

  /***CONTACT DESKTOP STYLES***/

  #contact-content .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  #contact-text{
    margin-right: 20px;
  }

  #contact-text a{
    font-weight: bold;
  }

  #contact-map iframe{
    width: 600px;
    height: 450px;
    margin-left: 20px;
  }

  /***NEWS DESKTOP STYLES***/

  .news-post{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cdcdcd;
  }

  .news-post img{
    margin-right: 60px;
    width: 300px;
    height: auto;
  }

  img.img-border{
    border: 1px solid #202426;
  }

  .news-text a{
    display: block;
    width: 120px;
    text-align: center;
    background: #d0ae68;
    color: white;
    padding: 10px 20px;
  }

  .news-text a:hover{
    background: #af483a;
    color: white;
  }

  /**NEWS POST INDIVIDUAL DESKTOP STYLES**/

  .news-post-hero .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .news-post-hero h4,
  .news-post-hero h1{
    margin-bottom: 10px;
  }

  .news-post-hero h4,
  .news-post-hero p{
    color: #d0ae68;
  }

  .news-post-content img{
    margin: 0 auto 40px;
    display: block;
  }

  .back-btn a{
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 40px;
    padding: 5px 10px;
    color: white;
    background-color: #af483a;
    border: 2px solid #af483a;
  }

  .back-btn a:hover{
    background: white;
    color: #af483a;
  }

  /***FOOTER DESKTOP STYLES***/

  footer{
    padding: 60px 0px 20px;
  }

  footer h3{
    color: #202426;
  }

  footer a{
    color: #727475;
  }

  footer a:hover{
    color: #d0ae68;
  }

  #footer-contact-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-red-bar{
    width: 1100px;
    background: #af483a;
    height: 140px;
    margin-top: -140px;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .footer-yellow-bar{
    width: 1060px;
    background: #d0ae68;
    height: 100px;
    z-index: 0;
    margin: -80px auto 0;
  }

  .footer-red-bar img{
    width: 100px;
    height: auto;
  }

  .footer-contact{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 60px;
    width: 260px;
  }

  .footer-contact p{
    margin-bottom: 0px;
    margin-left: 10px;
    color: white;
    width: 180px;
  }

  .footer-contact a{
    color: #adb7bc;
    font-weight: bold;
  }

  .footer-contact a:hover{
    color: #d0ae68;
  }

  .footer-contact:first-of-type{
    margin: 0 20px;
  }

  .footer-social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
  }

  .footer-social p{
    display: none;
  }

  .footer-red-bar i{
    color: white;
    background: #202426;
    font-size: 1.33em;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 50%;
    transition: .4s;
  }

  .footer-red-bar i:hover{
    background: #d0ae68;
  }

  #footer-columns{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-col{
    width: 280px;
    display: flex;
    flex-direction: column;
  }

  .footer-col h3{
    margin-bottom: 40px;
  }

  .footer-col p{
    margin-bottom: 20px;
  }

  .footer-col a{
    border-bottom: 1px solid white;
  }

  .footer-col a:hover{
    border-bottom: 1px solid #d0ae68;
  }

  #footer-news{
    width: 500px;
    margin-left: 40px;
  }

  .footer-news-feed{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
  }

  .footer-news-feed img{
    margin-right: 30px;
    width: 200px;
    height: auto;
  }

  .footer-news-feed p{
    margin-bottom: 0px;
    font-weight: bold;
  }

  .footer-news-feed span{
    color: #af483a;
    padding-bottom: 10px;
    font-weight: normal;
  }

  .footer-news-feed:nth-child(3) span{
    color: #d0ae68;
  }

  .footer-news-feed a{
    color: #af483a;
    display: block;
    margin-top: 30px;
    width: 100px;
    text-align: center;
    padding: 2px 10px;
    background: white;
    border: 1px solid #af483a;
  }

  .footer-news-feed a:hover{
    background: #af483a;
    color: white;
  }

  .footer-news-feed:nth-child(3) a{
    color: #d0ae68;
    border: 1px solid #d0ae68;
  }

  .footer-news-feed:nth-child(3) a:hover{
    background: #d0ae68;
    color: white;
  }

  .footer-civil {
    text-align: center;
    font-size:9pt;
    width:900px;
    margin:20px auto;
    color: black;
  }

  #sub-footer{
    padding: 20px 0;
    background: #efefef;
    color: #727475;
    text-align: right;
  }

  #sub-footer a{
    color: #727475;
    border-bottom: 1px solid #d0ae68;
  }

  #sub-footer a:hover{
    color: #d0ae68;
  }


}

@media (max-width: 1090px) {

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

  .content{
    padding: 60px 20px;
  }

  /***** HEADER MOBILE STYLES *****/

  #top-header{
    display: none;
  }

  #header-announcement {
    background: #af483a;
    padding: 7px 10px;
    text-align: center;
    color: white;
    font-size: .8em;
    display: none;
  }

  #header-announcement .container{
    justify-content: center!important;
  }

  #header-announcement a{
    color: white;
    border-bottom: 1px solid #d0ae68;
  }

  #header-announcement a:hover{
    color: #d0ae68;
  }

  #navContainer{
    width: 100%;
    background-color: #202426 !important;
    transition: 0.4s;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction: column-reverse;
  }

  #nav{
    padding:0px 10px 0;
    margin-top: 15px;
    height: fit-content;
    background-color: #202426;
  }

  #navContainer img{
    width: 90px;
    height: auto;
    margin: 20px 0 0 20px;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #fff;
    color:#202426;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 30px;
    top: 30px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #fff;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    margin-bottom:30px;
  }
    .topnav.responsive a.icon {
      position: absolute;
      right: -10px;
      top: -106px;
      border-bottom:none;
      transition: unset;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #cfd0d1;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      margin: 10px 0;
    }

    .hidden a{
      margin-left: 25px !important;
      font-size: .9em;
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

     .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }


  /*** HERO MOBILE STYLES ***/

 #homepage-hero{
    background: url('images/homepage-hero.webp') no-repeat top center;
    background-size: cover;
    padding: 100px 20px 160px;
    margin-top: 135px;
  }

  #homepage-hero h1{
    text-transform: uppercase;
    font-size: 1.75em;
    color: white;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.33em;
  }

  #homepage-hero span{
    font-weight: 100;
    font-size: .8em;
  }

  #homepage-hero .container{
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-btns{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0 50px;
  }

  .hero-btns a{
    color: white;
    padding: 15px;
    border-radius: 30px;
    width: 180px;
    text-align: center;
    margin: 10px;
  }

  .hero-btns a:first-child{
    background: #d0ae68;
  }

  .hero-btns a:last-child{
    border: 1px solid white;
    background: transparent;
  }

  .hero-btns a:hover{
    color: #bd1f00;
    background: white;
  }


  /***MAIN BODY MOBILE STYLES***/

  #homepage-split-background{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: -180px;
  }

  .split-background{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 40px;
    color: white;
    text-align: center;
    font-size: .9em;
  }

  .split-background:first-child{
    background: #d0ae68;
  }

  .split-background:last-child{
    background: #af483a;
  }

  .split-background img{
    margin-bottom: 20px;
  }

  .split-background p{
    margin-bottom: 30px;
  }

  .split-background a{
    color: white;
    padding: 8px 16px;
    border: 1px solid white;
    border-radius: 20px;
  }

  .split-background a:hover{
    background: white;
  }

  .split-background:first-child a:hover{
    color: #d0ae68;
  }

  .split-background:last-child a:hover{
    color: #af483a;
  }

  #homepage-about .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #homepage-about-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #homepage-about-img img:first-child{
    margin-right: 60px;
  }

  #homepage-about .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #homepage-about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
  }

  #homepage-about-img img:first-child{
    margin-right: 10px;
    width: 44%;
    height: auto;
    max-width: 280px;
  }

  #homepage-about-img img:last-child{
    width: 53%;
    height: auto;
    margin-left: 10px;
    max-width: 320px;
  }

  #homepage-about-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #727475;
  }

  #homepage-about-text h4{
    font-size: .9em;
    color: #af483a;
  }

  #homepage-about-text h2{
    font-size: 2.5em;
    color: #202426;
    font-weight: 900;
  }

  #homepage-about-text p{
    margin-bottom: 30px;
  }

  #homepage-about-text a{
    color: #727475;
    border: 2px solid #727475;
    padding: 15px 30px;
    border-radius: 30px;
  }

  #homepage-about-text a:hover{
    background: #727475;
    color: white;
  }

   #fire-safety-job-posting .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .tri-section{
    background: white url(images/flame-background.webp) no-repeat top right;background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 40px;*/
    transition: .4s;
    padding: 40px;
    width: 240px;
    height: 400px;
    border: 1px solid #cdcdcd;
    margin: 0 20px 40px;
  }

  a.tri-section-container:hover .tri-section{
    box-shadow: 4px 4px 6px 6px #cdcdcd;
  }

  a.tri-section-container:hover .tri-section i{
    color: #d0ae68;
    border: 1px solid #d0ae68;
  }

  .tri-section h3,
  .tri-section p{
    color: #202426;
  }

  .tri-section img{
    margin-bottom: 20px;
    height: 72px;
    width: 60px;
  }

  .tri-section p:first-of-type{
    height: 200px;
  }

  p.tri-section-link{
    transition: .4s;
    max-width: 140px;
  }

  p.tri-section-link:hover{
    color: #d0ae68;
  }

  .tri-section-link i{
    padding: 10px;
    border: 1px solid #727475;
    border-radius: 50%;
    transition: .4s;
  }

  .tri-section-map{
    justify-content: flex-end;
    background: url(images/map-background-small.webp) no-repeat center;
    background-size: cover;
  }

  .tri-section-map p:first-of-type{
    height: 40px;
  }

  .tri-section-map i{
    background-color:white;
  }

  #homepage-video{
    background: url(images/fireman-background.webp) no-repeat 35% 50%;
    background-size: cover;
    height: 200px;
  }

  /***SUBPAGE MOBILE STYLES***/

  .subpage-hero{
    background: url(images/firetruck3.jpg) no-repeat center;
    background-size: cover;
    height: 260px;
    margin-top: 135px;
    color: white;
    text-align: center;
  }

  .subpage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .subpage-content{
    margin-bottom: 60px;
  }

  .subpage-content span{
    color: #d0ae68;
  }

  .subpage-content a{
    color: #202426;
    border-bottom: 1px solid #d0ae68;
  }

  .subpage-content a:hover{
    color: #d0ae68;
  }

  .subpage-link-container{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #cdcdcd;
  }

  .subpage-link-container p{
    /*margin: 0 20px 20px;*/
  }

  a#burn-link-home {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 320px;
    padding:10px;
    box-sizing: border-box;
  }

  /***AMBULANCE SUBSCRIPTION MOBILE STYLES***/

  .activation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 60px;
    text-align: center;
  }

  .activation-container img{
    margin-top: 20px;
  }

  a.activation-btn{
    display: block;
    text-align: center;
    color: white;
    padding: 10px;
    width: 300px;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    margin: 20px auto 10px;
  }

  a.activation-btn:hover{
    color: #d0ae68;
    background: white;
  }

  /***DEFENSIBLE SPACE MOBILE STYLES***/

  .three-r{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
    text-align: center;
  }

  .three-r h3{
    color:#d0ae68;
    width: 100%;
  }

  .three-r p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 120px;
    margin: 0 10px 20px;
    padding: 20px;
    box-shadow: 2px 2px 4px #727475;
  }

  /***RESOURCE LINKS MOBILE STYLES***/

  .resource-links{
    margin-bottom: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .resource-links p{
    margin: 0 10px 20px;
    width: 300px;
  }

  /***BURN PERMITS MOBILE PAGE***/

  .permit-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
  }

  .permit-form input{
    padding: 15px;
    border: 1px solid #adb7bc;
    font-family: 'Montserrat', sans-serif;
    color:#202426;
    margin-bottom: 20px;
    width: 100%;
  }

  input.short-input{
    width: 100px;
  }

  .permit-form p{
    margin-bottom: 10px;
    width: 100%;
  }

  .permit-form #submit{
    background: #af483a;
    padding: 15px;
    width: 250px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
  }

  .permit-form #submit:hover{
    background: #d0ae68;
    cursor: pointer;
    transition: .4s;
  }

  .permit-form input[type="radio"] {
    height: 15px;
    width: 15px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .radio-container{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .form-question{
    padding-top: 10px;
    border-top: 1px solid lightgray;
    width: 100%;
  }

  .form-question:last-of-type{
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
  }

  .short-input-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px
  }

  /***COMMERCIAL AND RESIDENTIAL FIRE PREVENTION MOBILE STYLES***/

  .pdf-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .pdf-container a{
    color: white;
    background: #af483a;
    width: 300px;
    text-align: center; 
    padding: 15px 20px;
    margin: 0px 10px 40px;
  }

  .pdf-container a:hover{
    background: #d0ae68;
    color: white;
  }

  /***WUI DESIGNATION MOBILE STYLES***/

  img.wui-map{
    width: 100%;
    height: auto;
    max-width: 700px;
  }

  /***CONSTRUCTION MOBILE STYLES***/

  a.submit-plans{
    display: block;
    width: 300px;
    padding: 10px 20px;
    color: white;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
  }

  a.submit-plans:hover{
    background: white;
  }

  #construction-content .pdf-container{
    justify-content: center;
    margin-top: 60px;
  }

  #construction-content p, 
  #construction-content h3{
    width: 100%;
    text-align: center;
  }

  #construction-content .contact-paragraph{
    text-align: justify;
    width: 90%;
    margin: 0 auto 20px;
  }

  #construction-content .pdf-container a{
    font-size: .9em;
  }

  /***CPR/AED MOBILE STYLES***/

  #cpr-aed-content h3{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #141414;
  }

  #cpr-aed-content p:nth-of-type(6){
    border-bottom: 1px solid #141414;
    padding-bottom: 40px;
  }

  /***JOB ANNOUNCEMENTS MOBILE STYLES***/

  .job-announcements-hero{
    background: url(images/subpage-hero1.jpg) no-repeat center right;
    background-size: cover;
  }

  .job-announcements-content .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .job-pdf a{
    color: white;
    background: #af483a;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    display: block;
    border-bottom: none;
    margin:0 auto 20px;
  }

  .job-pdf a:hover{
    background: #d0ae68;
    color: white;
  }

  .job-text{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;*/
  }

  .job-form{
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;*/
  }

  a.job-btn{
    color: white;
    background: #af483a;
    width: 300px;
    text-align: center;
    padding: 15px 20px;
    display: block;
    margin: 40px auto 60px;
  }

  a.job-btn:hover{
    background: #d0ae68;
    color: white;
  }

  .disclaimer{
    margin-top: 40px;
    padding-top: 40px;
    font-size: .9em;
    font-weight: bold;
    border-top: 1px solid #adb7bc;
  }

  /***ABOUT MOBILE STYLES***/

  .about-hero{
    background: url(images/subpage-hero2.jpg) no-repeat center;
    background-size: cover;
  }

  #about-us-content h2{
    margin-bottom: 60px;
  }

  #about-mission{
    margin: 40px 0 20px;
    padding-top: 40px;
    border-top: 1px solid #adb7bc;
    text-align: center;
  }

  #about-mission h3{
    text-align: center;
  }

  #about-mission p{
    margin-bottom: 60px;
  }

  #about-values-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-values{
    padding: 20px;
    text-align: center;
    width: 80%;
    border: 1px solid #adb7bc;
    box-shadow: 5px 5px 8px #adb7bc;
    margin-bottom: 40px;
  }

  .about-values h4{
    color: #d0ae68;
  }

  #about-values-container p{
    margin-bottom: 10px;
  }

  /*FIRE BOARD MOBILE STYLES*/

  #board-members{
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #board-members h2{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .board-member{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin: 0 20px 40px;
  }

  .board-member h4{
    color: #d0ae68;
    margin-bottom: 10px;
  }

  .board-member p{
    margin-bottom: 10px;
  }

  .board-member img{
    width: 100%;
    height: auto;
    margin
  }

  #board-announcements{
    box-shadow: 5px 5px 8px 8px #adb7bc;
    padding: 40px 10px;
    text-align: center;
    margin: 40px 0;
  }

  #board-announcements a{
    color: white;
    background: #af483a;
    border: 2px solid #af483a;
    padding: 10px 20px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px auto 0;
  }

  #board-announcements a:hover{
    color: #af483a;
    background: white;
  }

  #other-announcements{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top:60px;
    font-weight: bold;
  }

  #other-announcements p{
    width: fit-content;
    margin:10px;
  }

  /*FIRE STATIONS MOBILE STYLES*/

  .stations-hero{
    background: url(images/stations-hero.jpg) no-repeat left center;
    background-size: cover;
  }

  #station-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
  }

  .fire-station{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    /*height: auto;*/
    padding: 0px 40px;
    margin-bottom: 60px;
  }

  /*.fire-station:nth-child(2),
  .fire-station:nth-child(6) {
    border-right: 1px solid #adb7bc;
    border-left: 1px solid #adb7bc;
  }

   .fire-station:nth-child(4){
    border-left: 1px solid #adb7bc;
   }*/

  .fire-station img{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  .fire-station h3{
    margin-bottom: 10px;
  }

  .fire-station p{
    margin-bottom: 30px;
    color: #d0ae68;
  }

  a.directions-btn{
    color: white;
    background: #d0ae68;
    border: 2px solid #d0ae68;
    padding: 10px 20px;
  }

  a.directions-btn:hover{
    color: #d0ae68;
    background: white;
  }

  /***CONTACT MOBILE STYLES***/

  #contact-content .container{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
  }

  #contact-text{
    width: 100%;
    max-width: 330px;
  }

  #contact-text h3{
    text-align: center;
    margin-bottom: 40px;
  }

  #contact-text a{
    font-weight: bold;
  }

  #contact-map {
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px solid #adb7bc;
    width: 100%;
    text-align: center;
  }

  #contact-map iframe{
    width: 330px;
    height: 230px;
  }

  /***NEWS MOBILE STYLES***/

  .news-post{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cdcdcd;
  }

  .news-post img{
    margin-bottom: 20px;
    width: 300px;
    height: auto;
  }

  .news-text{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .news-text h3{
    text-align: center;
  }

  .news-text a{
    display: block;
    width: 120px;
    text-align: center;
    background: #d0ae68;
    color: white;
    padding: 10px 20px;
  }

  .news-text a:hover{
    background: #af483a;
    color: white;
  }

  /**NEWS POST INDIVIDUAL MOBILE STYLES**/

  .news-post-hero .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .news-post-hero h1{
    font-size: 2em;
  }

  .news-post-hero h4,
  .news-post-hero h1{
    margin-bottom: 10px;
  }

  .news-post-hero h4,
  .news-post-hero p{
    color: #d0ae68;
  }

  .news-post-content img{
    margin: 0 auto 40px;
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .back-btn a{
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 40px;
    padding: 5px 10px;
    color: white;
    background-color: #af483a;
    border: 2px solid #af483a;
  }

  .back-btn a:hover{
    background: white;
    color: #af483a;
  }

  /***FOOTER MOBILE STYLES***/

  footer{
    padding: 60px 20px 20px;
  }

  footer h3{
    color: #202426;
  }

  footer a{
    color: #727475;
  }

  footer a:hover{
    color: #d0ae68;
  }

  #footer-contact-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-red-bar{
    width: 92%;
    background: #af483a;
    margin-top: -140px;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    color: white;
  }

  .footer-yellow-bar{
    width: 90%;
    height: 100px;
    background: #d0ae68;
    z-index: 0;
    margin: -80px auto 40px;
  }

  .footer-red-bar img{
    width: 150px;
    height: auto;
    margin-bottom: 40px;
  }

  .footer-contact{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 300px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #adb7bc;
  }

  .footer-contact p{
    margin-bottom: 0px;
    /*margin-left: 10px;*/
    color: white;
    width: 180px;
  }

  .footer-contact a{
    color: #adb7bc;
    font-weight: bold;
  }

  .footer-contact a:hover{
    color: #d0ae68;
  }

  .footer-social{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-social p{
    width: 100%;
    text-align: center;
  }

  .footer-red-bar i{
    color: white;
    background: #202426;
    font-size: 1.33em;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 50%;
    transition: .4s;
  }

  .footer-red-bar i:hover{
    background: #d0ae68;
  }

  #footer-columns{
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer-col{
    width: 145px;
    display: flex;
    flex-direction: column;
    /*font-size: .9em;*/
    margin-top: 30px;
  }

  .footer-col h3{
    margin-bottom: 40px;
  }

  .footer-col p{
    margin: 0px 0 0px;
    /*padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;*/
    height: 55px;
  }

  #footer-news{
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }

  .footer-news-feed{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
    height: 150px;
  }

  .footer-news-feed img{
    margin-right: 20px;
    width: 150px;
    height: auto;
  }

  .footer-news-feed p{
    margin-bottom: 0px;
    font-weight: bold;
  }

  .footer-news-feed span{
    color: #af483a;
    padding-bottom: 10px;
    font-weight: normal;
  }

  .footer-news-feed:nth-child(3) span{
    color: #d0ae68;
  }

  .footer-news-feed a{
    color: #af483a;
    display: block;
    margin-top: 20px;
    width: 100px;
    text-align: center;
    padding: 2px 10px;
    background: white;
    border: 1px solid #af483a;
  }

  .footer-news-feed a:hover{
    background: #af483a;
    color: white;
  }

  .footer-news-feed:nth-child(3) a{
    color: #d0ae68;
    border: 1px solid #d0ae68;
  }

  .footer-news-feed:nth-child(3) a:hover{
    background: #d0ae68;
    color: white;
  }

  .footer-civil {
    text-align: center;
    font-size:9pt;
    width:90%;
    margin:20px auto;
    color: black;
  }

  #sub-footer{
    padding: 20px 0;
    background: #efefef;
    color: #727475;
    text-align: right;
  }

  #sub-footer a{
    color: #727475;
    border-bottom: 1px solid #d0ae68;
  }

  #sub-footer a:hover{
    color: #d0ae68;
  }

  #sub-footer{
    padding: 20px;
    background: #efefef;
    color: #727475;
    text-align: center;
    font-size: .9em;
  }

  #sub-footer a{
    color: #727475;
    border-bottom: 1px solid #d0ae68;
  }

  #sub-footer a:hover{
    color: #d0ae68;
  }


}