.region-agency {
    color: #4F4D51;
    padding-top: 3rem;
}

.region-agency-content a {
    color: #4f4d51;
    padding-bottom: 2px;
    border-bottom: solid #369ece 1px;
    transition: all 0.3s ease 0s;
}

.region-agency-content a:hover {
    color: #369ece;
    text-decoration: none;
    border-bottom: solid #369ece 1px;
}

.region-agency h1 {
  padding-bottom: 3rem;
    color: #006298;
    font-family: "utopia-std",serif;
    text-align: left;
    font-weight: 900;
    letter-spacing: .5px;
}

.region-agency h2 {
    color: #006298;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 1.25rem;
}

.region-agency h2.secondary-title {
  text-align: left;
  color: #006298;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .5px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.region-agency p.help-site-title {
   font-weight: 600;
   font-size: 1.125rem;
   padding-bottom: 0rem;
   margin-bottom: .5rem;
   color: #006298;
}

h2#partner-program-nav {
    padding-top: 1.5rem!important;
}

.region-agency-content {
  padding-bottom: 2rem;
  line-height: 1.75rem;
}

#location-list {
  margin-bottom: 2rem;
}

.region-agency-content p,
.region-agency-content ul li p {
  padding-bottom: .5rem;
}

.region-agency .callout-clipper {
    background-color: #E8F6FC;
    color: #006298;
    padding: 1.75rem 2rem;
    border: solid #43B3E6 1px;
    font-size: .875rem;
    text-align: left;
    line-height: 1.5rem;
    margin: 1rem 0rem 2rem;
}

.region-agency .callout-clipper a {
    border-bottom: solid #3096C5 1px;
    padding-bottom: 2px;
    color: #006298;
}

.region-agency .callout-clipper a:hover {
    border-bottom: solid #3096C5 1px;
    padding-bottom: 2px;
    color: #006298;
    text-decoration: none;
}

.callout-bullets {
  margin-left: 1rem;
}

#location-list .list-group-item {
    border: 1px solid #e7e7e7;
}

#location-list i.fa-long-arrow-right {
    color: #006298;
    font-weight: 700;
}

.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.agency-related-links {
    border-top: 1px solid #DEDEDE;
    padding-top: 2rem;
    margin-top: 2rem;
}

p.related-links-header,
h2.related-links-header {
  color: #006298;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0rem;
  letter-spacing: 1px;
}

.agency-related-links ul li {
    list-style-type: none;
}

.agency-related-links ul li:before {
    font-family: "Font Awesome 5 Pro"; 
    font-size: 20px;
    content: "\f178";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #A0A5AF;
    position: relative;
    left: -13px;
    top: 2px;
  }

.agency-related-links ul li a.external-link:hover:after,
.agency-related-links ul li a.external-link:focus:after, 
.agency-related-links ul lia.external-link:active:after {
    left: 4px;
}

.dir-links-wrap {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  .region-agency h1 {
    padding-bottom: 2rem;
    font-size: 2.5rem !important;
    color: #006298;
    font-family: "utopia-std",serif;
    text-align: left;
    font-weight: 900;
    letter-spacing: .5px;
  }

  .agency-related-links ul li:before {
    left: -30px;
    width: 0px;
  }

  .agency-related-links ul li {
    list-style-position: outside;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

}
/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

    .region-agency-content {
      padding-left: 3rem;
    }

    .region-agency h1 {
        font-size: 3rem;
    }

}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
  
}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {

}
