/*
Version: 2026.2 042926
*/
@media only screen and (max-width: 767px) {
  .foundation-logo-link img {
    max-height: 70px;
  }
}
.foundation .pageheader {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .foundation .pageheader {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .foundation .pageheader:after {
    display: none;
  }
}
.foundation .pageheader .pageheaderimg {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .foundation .pageheader .pageheaderimg {
    max-height: none;
  }
}
.foundation .pageheader article {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-wrapper {
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .copyright-wrapper {
    margin-top: 60px;
  }
}
.copyright-wrapper p {
  font-size: 15px;
  line-height: 128%;
}
@media only screen and (min-width: 1200px) {
  .copyright-wrapper p {
    font-size: 17px;
  }
}
/* ========== largetext ======== */
.foundation p.largetext {
  font-size: 24px;
  font-weight: 600;
  color: #1C3C6E;
  line-height: 120%;
}
@media only screen and (min-width: 480px) {
  .foundation p.largetext {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .foundation p.largetext {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .foundation p.largetext {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .foundation p.largetext {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1800px) {
  .foundation p.largetext {
    font-size: 36px;
  }
}
/* ================================================ */
/* ======== SIDEBAR - foundation sub-nav ========== */
/* ================================================ */
.foundation .sidebar {
  margin: 0;
  padding: 0;
}
.content ul.foundation-menu {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .content ul.foundation-menu {
    margin: 0;
  }
}
.content nav.submenu ul li:before {
  display: none;
}
.sidebar .foundation-menu li {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: #1C3C6E;
  background-color: #eeeded;
  border: none;
  margin-bottom: 14px;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .sidebar .foundation-menu li {
    font-size: 28px;
  }
}
.sidebar .foundation-menu li:after {
  content: "";
  position: absolute;
  right: 22px;
  width: 36px;
  height: 36px;
  background-image: url("images/circle-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-color: #B1D7B1;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .foundation-menu li:hover:after {
  background-color: #53BFCD;
}
.post-content.sidebar .foundation-menu li {
  width: 100%;
  padding-bottom: 0;
}
.content .sidebar ul.foundation-menu li {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar .foundation-menu li {
    font-size: 16px;
    width: 85%;
    text-align: center;
  }
  .post-content.sidebar .foundation-menu li {
    width: 85%;
  }
  .sidebar .foundation-menu li:after {
    content: "";
    display: none;
    background-image: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar .foundation-menu li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .foundation-menu li {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1800px) {
  .sidebar .foundation-menu li {
    font-size: 33px;
  }
}
.sidebar .foundation-menu li a {
  color: #FFF;
  border-radius: 0;
  border: 0;
  padding-left: 22px;
  padding-right: 84px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sidebar .foundation-menu li a {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .foundation-menu li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .sidebar .foundation-menu li a {}
}
.sidebar .foundation-menu li a, .sidebar .foundation-menu li a:visited {
  color: #1C3C6E;
}
.sidebar .foundation-menu li.current-menu-item a, .sidebar .foundation-menu li.current_page_item a, .sidebar .foundation-menu li a:focus, .sidebar .foundation-menu li a:hover {
  background-color: #c4e0c4;
  color: #1C3C6E;
  text-decoration: none;
}
/* blocks */
.bg-teal {
  background-color: #1aaabd;
}
.bg-blue {
  background-color: #1c3c6e;
}
.bg-ltblue {
  background-color: #568ebf;
}
.bg-orange {
  background-color: #ffa400;
}
/* photo block */
.photo-block {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
  .photo-block {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .photo-block {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
.photo-block .card-body {
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 7%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .photo-block .card-body {
    padding: 7%;
  }
}
.photo-block .card-body .inner {
  width: 100%;
}
.photo-block h2, .photo-block h3, .photo-block p {
  color: #FFF;
}
.photo-block p {
  font-weight: 500;
}

.photo-block p a {
    color:#FFF;
    text-decoration: underline;
}
.photo-block p a.btn{
   
    text-decoration: none;
}




.photo-block p a:hover, 
.photo-block p a:focus {
   color: #ffa400;
}

.photo-block.orange p a:hover, 
.photo-block.orange p a:focus {
   color: #1c3c6e;
}

.photo-block p a.btn:hover, 
.photo-block p a.btn:focus {
   color: #FFF;
}


@media(max-width:767px) {
  .xs-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xs-gutters > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* color block */
.color-blocks .row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .color-blocks .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .color-blocks .row > [class^="col-"], .color-blocks .row > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 370px) {
  .color-blocks .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.color-block {
  padding: 48px;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .color-block {
    padding: 48px;
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1800px) {
  .color-block {
    padding: 48px;
  }
}
.color-block p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
/* three blocks */
.three-blocks {
  padding-top: 15px;
}
.three-blocks .card {
  color: #FFF;
  width: 100%;
  margin-bottom: 15px;
}
.three-blocks .card .card-body {
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px;
}
@media only screen and (min-width: 1800px) {
  .three-blocks .card .card-body {
    padding: 48px;
  }
}
.three-blocks .card p {
  font-weight: 600;
}
.three-blocks .card p:last-of-type {
  margin: 0;
  padding: 0;
}
/* leadership*/

.attorney-listings.foundation-leadership img {
    /*max-width: 250px;*/
        max-width: 480px;
    margin-left: 0;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.attorney-listings.foundation-leadership img {
     margin-bottom: 0;
  }
}



.attorney-listings.foundation-leadership .contactinfo {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}
@media only screen and (max-width: 576px) {
    
    .attorney-listings.foundation-leadership .contactinfo h2 {
    font-size: 24px;
  }
  .attorney-listings.foundation-leadership .contactinfo p {
    font-size: 22px;
      padding-bottom: 6px;
  }
}

 .attorney-listings.foundation-leadership .contactinfo p {
   
      padding-bottom: 6px;
  }
.attorney-listings.foundation-leadership .contactinfo p a, .foundation-leadership .contactinfo p a:visited {
  color: #1aaabd;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1aaabd;
}
.attorney-listings.foundation-leadership .contactinfo p a:hover, .attorney-listings.foundation-leadership .contactinfo p a:focus {
  color: #568EBF;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8e8f8e;
}

address {
    margin: 0;
}