#getStartedButton {
    display: none;
}

#MainNav {
	float:right;
}

@font-face {
  font-family: avenirBlack;
  src: url("font/Avenir-Black-03.ttf");
}@font-face {
  font-family: avenirMedium;
  src: url("font/Avenir-Medium-09.ttf");
}@font-face {
  font-family: avenirHeavy;
  src: url("font/Avenir-Heavy-05.ttf");
}
.avenirMedium{
    font-style: avenirMedium;}
.avenirMedium15{
    font-style: avenirMedium;
    font-size: 0.9375em;}
.avenirMedium16{
    font-style: avenirMedium;
    font-size: 1rem;
}.avenirMedium20{
    font-style: avenirMedium;
    font-size: 1.25rem;
}.avenirMedium24{
    font-style: avenirMedium;
    font-size: 1.35rem;
}.avenirMedium35{
    font-style: avenirMedium;
    font-size: 2.1875rem;
}.avenirBlack48{
    font-style: avenirBlack;
    font-size: 2.4rem;
}.avenirHeavy20{
    font-style: avenirHeavy;
    font-size: 1.25rem;
}
/* font end */

body{
    background-color: #e1e4e7 !important;
	align-items: center;
}

.wrapper{
  /* adjust width for responsive?*/
     max-width: 1344px;
      margin: auto;
     background: white;
  /*adjust padding later*/
      padding: 10px;
}
footer{
    max-width: 1344px;
      margin: auto;
}
.jumbotron {
    background-image: url("https://efileus.com/eFileMA/wp-content/uploads/2022/12/04-EFSPs.jpg");
      background-size: cover;
      height:500px;
}
footer{
    background-color: #b8bbbd;
}
.addtop{
    padding-top: 5%;
    height:40%;
}
.addtop2{
    padding-top: 2%;
}
.addbottom{
    padding-bottom: 1%;
}
.addbottom2{
    padding-bottom: 10%;
}
.thick{
    font-weight:bold;
}
.footerlist{
    list-style-type: none;
}
.addtop10{
    padding-top: 13%;
}
.navcolor li a{
    color: #114676;  
    text-decoration: none;
    font-weight:600;
}
.navcolor li a:hover{
    color: #1073b3;
}
.REDTEST{
    color:red;
    font-weight: bold;
    font-kerning: normal;
}
        .navfont{
    font-size: 1em;
}
.footerlist li, .leftfooter{
    line-height: 98%;
}
.adjust{
    margin-bottom: 7%;
}
.links{
    color: #1073b3;  
    text-decoration: none;
}
.links:hover{
    color: #1073b3;
}
.iconstyle{
    color:black;
    text-decoration: none;
}
.iconstyle:hover{
    color:black;
    text-decoration: none;
}
.disabled{
    color:grey;
    cursor: default;
    point-event:none !important;
    
}
.disabled:hover{
    cursor: default;
    color:grey;
    point-event:none !important;
}
.listfix{
text-align: center;
list-style-position: inside;
}
.iconfade:hover{
transition: .5s ease;
opacity: 0.3;
}
.pop{
    font-weight: 600;
}
.list-group{
max-height: 300px;
margin-bottom: 10px;
overflow-y:scroll;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
}
.nav-link:focus, .nav-link:hover{
    text-decoration: underline !important;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}
@media only screen and (max-width: 500px) {
  .overlappingfix{
      padding-top: 50px !important;
  }
  #MainNav {
    float: none;
    display: initial;
}
#navbarsExampleDefault > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
}
