body {
    padding-top: 120px;
  }

  .redTxt {
    color: #A70000;
  }

  .grayTxt {
    font-family: Century Gothic, Arial, Verdana;        
    color: #555555;
    font-weight: normal;
  }

  .redbg {
    background-color: #A70000;
  }

  .blueTitle {
    font-family: Century Gothic, Arial, Verdana, Tahoma;
    font-size: 16px;
    color: #2359A9;
    line-height: 20px;
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .red-button {
    text-align: center;
    margin-top: 5px;
    background-color: #e40000;
    background: linear-gradient(#e40000, #b40001);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    border-radius: 7px;
    padding: 5px 0px 5px 0px;
    line-height: 18px;
  }

  .red-button p {
    margin: 0px;
  }

  .red-button a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
    padding: 2px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: none;
    width:80%;
  }

  .front-page-body-image {
    width: 90%;
  }

  .footer-styles {
    
    background-color: #002e7e;
  }

  .footer-styles h5  {
    color: white;
  }

  .footer-body-text {
    color: white;
  }

  .bio-photo {
    height: 167px;        
    width: auto;
  }

  ul.contact, li.contact {
    list-style-image: url("../images/arrw.gif");
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .arrow-bullet-point {
    list-style-image: url("../images/arrw.gif");
  }

  .facilities-sidebar-image {
    width: auto;
  }

  .testimonial img {
    max-width: 142px;
  }
