/* About Agency portal - aligned with the site's Our Company tab layout. */
.agency-portal { padding: 18px 0 35px; }
.agency-portal__section-heading { position: relative; margin: 0 0 52px; padding-bottom: 14px; color: #00aab5; font-size: 29px; font-weight: 400; line-height: 1.15; text-align: center; }
.agency-portal__section-heading:after { position: absolute; bottom: 0; left: 50%; width: 145px; height: 1px; content: ""; background: linear-gradient(to right, transparent, #00aab5, transparent); transform: translateX(-50%); }
.agency-sidebar { border-left: 2px solid #22bcc5; }
.agency-sidebar__link { display: block; position: relative; padding: 10px 9px; border-top: 1px solid #22bcc5; border-bottom: 1px solid #22bcc5; margin-top: -1px; color: #00aab5; font-size: 15px; line-height: 1.35; text-decoration: none; background: #fff; }
.agency-sidebar__link:hover { color: #0d8d95; background: #f4fcfc; text-decoration: none; }
.agency-sidebar__link.is-active { background: #00b5ad; color: #fff; }
.agency-sidebar__link.is-active:after { content: ""; position: absolute; z-index: 1; right: -17px; top: 0; border-left: 17px solid #00b5ad; border-top: 21px solid transparent; border-bottom: 21px solid transparent; }
.agency-sidebar__link.is-unavailable { opacity: .75; cursor: default; }
.agency-portal__title { color: #00aab5; font-size: 25px; font-weight: 700; line-height: 1.25; margin: 0 0 12px; }
.agency-portal__body { color: #052a60; font-size: 14px; line-height: 1.52; }
.agency-portal__body p { margin-bottom: 12px; text-align: justify; }
.agency-portal__body img { height: auto; max-width: 100%; margin: 10px 15px 15px 0; }
.agency-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; background: #fff; border: 1px solid #d7e8ea; box-shadow: 0 3px 12px rgba(12, 56, 83, .1); color: #173b70; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.agency-card:hover { color: #173b70; text-decoration: none; transform: translateY(-4px); box-shadow: 0 7px 18px rgba(12, 56, 83, .18); }
.agency-card__image { display: block; overflow: hidden; background: #eef6f7; }
.agency-card__image img { display: block; width: 100%; height: 175px; object-fit: cover; transition: transform .3s ease; }
.agency-card:hover .agency-card__image img { transform: scale(1.05); }
.agency-card__content { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.agency-card__title { color: #052a60; font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.agency-card__excerpt { font-size: 14px; line-height: 1.6; }
.agency-card__more { color: #15aeb7; font-size: 14px; font-weight: 700; margin-top: auto; padding-top: 14px; }
.agency-detail__back { display: inline-block; color: #159fa9; font-size: 14px; font-weight: 700; margin-bottom: 12px; text-decoration: none; }
.agency-detail__back:hover { color: #10777d; text-decoration: underline; }
.agency-detail__image { margin: 0 0 25px; }
.agency-detail__image img { max-height: 520px; object-fit: contain; }
.agency-portal__empty { color: #173b70; font-size: 17px; }
.about-agency-pills { border-left: 2px solid #00b5ad !important; }
.about-agency-tab .about-agency-pills .nav-link { padding: 8px 2px 8px 7px !important; border-top: 0 !important; border-right: 0 !important; border-bottom: 1px solid #00b5ad !important; border-left: 0 !important; border-radius: 0 !important; color: #00b5ad !important; font-size: 16px !important; background-color: #fff !important; }
.about-agency-tab .about-agency-pills .nav-link:first-child { border-top: 1px solid #00b5ad !important; }
.about-agency-tab .nav-pills .nav-link.active,
.about-agency-tab .nav-pills .show > .nav-link { position: relative; border-radius: 0 !important; color: #fff !important; background-color: #00b5ad !important; }
.about-agency-tab .nav-pills .nav-link.active:after,
.about-agency-tab .nav-pills .show > .nav-link:after { position: absolute; top: 0; right: -16px; content: ""; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 16px solid #00b5ad; }
.about-agency-tab p { text-align: justify; }
.about-agency-tab h4 { margin-top: 10px; font-size: 16px; font-weight: 700; }
/* The top Welcome link is active only on the About Agency landing page. */
.about-agency-tab .about-agency-pills .agency-sidebar__welcome:not(.active) { color: #00aab5; background-color: #fff; }
.about-agency-tab .about-agency-pills .agency-sidebar__welcome:not(.active):after { content: none; }
@media screen and (max-width: 767px) { .agency-portal { padding: 20px 0 30px; } .agency-portal__section-heading { font-size: 25px; margin-bottom: 32px; } .agency-sidebar { margin-bottom: 30px; } .agency-sidebar__link { font-size: 16px; padding: 12px 10px; } .agency-sidebar__link.is-active:after { right: 0; border-left: 0; border-right: 18px solid #fff; border-top: 22px solid transparent; border-bottom: 22px solid transparent; } .agency-portal__title { font-size: 26px; margin-bottom: 16px; } .agency-portal__body { font-size: 15px; line-height: 1.7; } .agency-card__image img { height: 210px; } .about-agency-tab .nav-pills .nav-link { padding: 5px 2px 5px 7px; font-size: 14px; } .about-agency-tab .nav-pills .nav-link.active:after, .about-agency-tab .nav-pills .show > .nav-link:after { right: 0; border-top-width: 16px; border-right: 16px solid #fff; border-bottom-width: 16px; border-left: 0; } }
