@charset "utf-8";

.bannermessage2 {
    color: #007CB7;
    background-color : #D2E7EF;
    font-style: italic;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-shadow: 0px 0px;
    font-size: 1.1em;
    margin-bottom: 20px;
    border: medium solid #FF0004;
    border-radius: 25px;
}


.pagetitle {
  color: #007CB7;
  font-weight: bold;
}
#customnavbar {
    text-align: left;
    align-content: center;

}
.card {
    background-color: #E3E3E3;
}
.card-text-news {
    height: 6rem;


}
.row .col-xl-4.col-md-4 .card.text-center.col-12 {
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.row.topspc {
    padding-top: 10px;
}

.grayback2 {
    width: 98%;
    background-color: #DDDDDD;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.frame-rounded {
    border-radius: 25px;
    border: thin solid #366698;
}
.jumbotron2 {
	padding-bottom: 15px;
	padding-top: 25px;

}
.text-left.indent1em {
	text-align: left;
	text-indent: 1rem;
}
.text-left.indent2em {
	text-align: left;
	text-indent: 2rem;
}
.row .col-10.col-lg-8 .text-center {
}
footer {
	font-size: .7rem;
 
    margin-bottom: 25px;    
}
.indent1em {
	padding-left: 1rem;
}














@media screen and (max-width:575.98px){
  .mobilehide {
    display: none;
  }
    


  .pagetitle {
    font-size: 1.25rem;
  }
}


@media screen and (min-width:576px){
  .mobilehide2 {
    display: none;
  }
    


  .pagetitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:576px) {
  .mobileshow {
    display: none;
  }
.newscontent {
    padding-top: 15px;
}

  .pagetitle {
    font-size: 1.35rem;
  }
}

@media screen and (min-width:650px) {
   .mobilehide {
    display: block;
  } .pagetitle {
    font-size: 1.6rem;
  }
}

@media screen and (min-width:960px) {
  .pagetitle {
    font-size: 1.8rem;
  }
}
.icon-al {
    background-image: url(../news/StatesOutlines/al.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: 0% 10%;
    margin-left: auto;
    margin-right: auto;
}
.icon-fl {
    background-image: url(../news/StatesOutlines/fl.png);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: 0% 10%;
}
.icon-ga {
    background-image: url("../news/StatesOutlines/ga.png");
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: 0% 10%;
}
.icon-sc {
    background-image: url(../news/StatesOutlines/sc.png);
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: 0% 10%;
}

.icon-nc {
    background-image: url(../news/StatesOutlines/nc.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: 0% 10%;
}

.icon-tn {
    background-image: url(../news/StatesOutlines/tn.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 0% 5%;
}
.img-rounded {
    border-radius: 20px;
}

.formp p {
	line-height: .75rem;
}
