.clients__item img{
    max_width: 12%;
}

#content {
margin-top: 160px;
}

.section--cta {
    background-color: #005780;
}

.footer {
            background-color: #005780;
        }

.btn-primary {
border-color: #005780;
/*background-color: #D79240;*/
background-color: #005780;
 }

 .btn-primary:hover {
 color: #005780;
 }

p img, .featured img, th img {
max-width: 100%;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  }

.special li a {
    color: #005780;
    text-decoration: none;
}

.special li a:hover {
    color: #D79240;
    text-decoration: underline;
}

h3 a {
 color: black;
 text-decoration: none;
 }

h3 a:hover {
 color: black;
 text-decoration: underline;
 }

.box > img {
 max-width: 400px;
 }



 .img-center, .img-left, .img-right {
  max-width: 45%;
  max-height: 35em;
  display: block;
  margin: 1rem;

 }
 .img-center {
  margin-left: auto;
  margin-right: auto;
 }

 .img-right {
    float: right;
 }

 .img-left {
    float: left;
 }

 .box p {
 text-indent: 1.5em;
 }

