.our-people--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  grid-auto-rows: 400px;
}

.our-people--grid:before,
.our-people--grid:after {
  content: none;
}

.our-people--single {
  position: relative;
  color: white;
  z-index: 1;
}

@media screen and (max-width: 768px) {
    .our-people--single:nth-child(1),
  .our-people--single:nth-child(3n + 1) {
    grid-column: span 2 / auto;
  }
}

.our-people--single:before {
  content: '';
  display: block;
  position: absolute;
  background: rgb(40,40,40);
  background: -moz-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(40,40,40,0) 73%);
  background: -webkit-linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(40,40,40,0) 73%);
  background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(40,40,40,0) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#282828",GradientType=1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.75;
}

.our-people--content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  width: 80%;
}

.our-people--single img.our-people--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.our-people--single a {
    color: white;
  }

@media screen and (min-width: 768px) {
  .our-people--single:nth-child(1),
  .our-people--single:nth-child(5),
  .our-people--single:nth-child(7),
  .our-people--single:nth-child(11) {
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
  }
  
  .our-people--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    grid-auto-rows: 250px;
  }
  .our-people--single .our-people--content > p {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: var(--p-pos);
    opacity: 0;
	line-height:1.1em;
  }
  .our-people--single:hover .our-people--content > p {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: 0;
    opacity: 1;
  }
  
  .our-people--single .our-people--content > h3.title {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: 30px;
	line-height:1em;
  }
  .our-people--single:hover .our-people--content > h3.title {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: calc(var(--p-pos) * -1 + 40px);
  }
  
  .our-people--single .our-people--content > h6.subtitle {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: 0;
  }
  .our-people--single:hover .our-people--content > h6.subtitle {
    position: absolute;
    transition: all 320ms ease-out;
    bottom: calc(var(--p-pos) * -1 + 15px);
  }
  
}
@media screen and (max-width: 767px) {
	.our-people--single .our-people--content > h3.title, .our-people--single .our-people--content > h6 { 
		margin-bottom:5px;
		line-height:1.1em;
	}
	.our-people--single .our-people--content > p {
   		line-height:1.2em;
  	}
}

/* Our Offices Page */
section.services__intro {
    position: relative;
    height: 60vh;
    width: 100%;
}

@media screen and (max-width: 767px) {
    section.services__intro {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    section.services__intro .container-md {
        height: 100%;
    }
}

section.services__intro .services__intro--img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

section.services__intro .services__intro--img:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
    section.services__intro .services__intro--img {
        position: relative;
        height: 0;
        padding-bottom: calc((9 / 16) * 100%);
        margin-inline: -10px;
        width: calc(100% + 20px);
    }

        section.services__intro .services__intro--img:before {
            content: none;
        }
}

section.services__intro .services__intro--img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.services__intro .services__intro--img p.services__intro--img--title {
    position: absolute;
    bottom: 0;
    z-index: 50;
    color: white;
    font-size: 85%;
    text-align: left;
}

@media screen and (min-width: 768px) {
    section.services__intro .services__intro--img p.services__intro--img--title {
        margin-left: calc((100vw - 720px) / 2);
    }
}

@media screen and (min-width: 992px) {
    section.services__intro .services__intro--img p.services__intro--img--title {
        margin-left: calc((100vw - 960px) / 2);
    }
}

@media screen and (min-width: 1200px) {
    section.services__intro .services__intro--img p.services__intro--img--title {
        margin-left: calc((100vw - 1140px) / 2);
    }
}

section.services__intro .services__intro--content {
    color: white;
    z-index: 20;
}

@media screen and (max-width: 474px) {
    section.services__intro .services__intro--content {
        -webkit-padding-after: 40px;
        padding-block-end: 40px;
    }
}

section.services__intro .services__intro--content h1 {
    text-transform: none;
    font-size: 3em;
}

@media screen and (min-width: 768px) {
    section.services__intro .services__intro--content h1 {
        text-shadow: 2px 2px 2px rgba(5, 5, 5, 0.7);
    }
}

section.services__intro .services__intro--content p.intro {
    font-size: 105%;
}

@media screen and (min-width: 768px) {
    section.services__intro .services__intro--content p.intro {
        text-shadow: 2px 2px 2px rgba(5, 5, 5, 0.7);
    }
}

@media screen and (max-width: 767px) {
    section.services__intro .services__intro--content {
        position: relative;
        background: #fafafa;
        color: #373b42;
        width: calc(100% + 20px);
        padding-block: 1.5em;
        padding-inline: 2em;
    }
}

section.services__intro .best-firms--solo {
    position: relative;
    z-index: 50;
    margin-inline: auto;
    padding-inline: auto;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

section.services__intro nav.services__intro--list {
    background: #ee3424;
    z-index: 20;
    position: relative;
    color: white;
    -moz-columns: 2;
    columns: 2;
    gap: 20px;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    section.services__intro nav.services__intro--list {
        width: calc(100% + 20px);
        margin-inline: -10px;
    }
}

section.services__intro nav.services__intro--list h3 {
    -moz-column-span: all;
    column-span: all;
    margin-block: 0px;
    -webkit-padding-before: 10px;
    padding-block-start: 10px;
    border-bottom: 1px solid white;
}

section.services__intro nav.services__intro--list .best-firms {
    position: absolute;
    z-index: 50;
    width: 180px;
    right: -10px;
    top: -15%;
}

@media screen and (max-width: 767px) {
    section.services__intro nav.services__intro--list .best-firms {
        right: 20px;
    }
}

section.services__intro nav.services__intro--list a {
    color: white;
    padding-block: 5px;
    display: inline-block;
}

section.office--list {
    padding-block: 3em;
}

section.office--list .container {
	padding-block: 0;
}

section.office--list h3 {
	-webkit-border-after: 2px solid #ee3424;
	border-block-end: 2px solid #ee3424;
	-webkit-padding-after: 0.5em;
	padding-block-end: 0.5em;
	font-weight: 500;
	font-size:1.3em;
	margin: 24px 0 18px 0;
}

section.office--list a {
	color: #373b42;
}

section.office--list a:hover, section.office--list a:focus {
	color: #ee3424;
	border-bottom: 0;
	text-decoration: none;
}

section.content--full__light {
    background: #fafafa;
    padding-block: 2em;
}

section.content--full__light .container {
	padding-block: 0;
}

/* office single */
section.page--header__generic {
    padding-block: 3.5em;
	padding-left: 15px;
    background: #fafafa;
    -webkit-border-after: 1px solid #ee3424;
    border-block-end: 1px solid #ee3424;
}
section.office--info {
    padding-block: 4em;
}
section.office--info h2, section.office--services h2 {
    font-size: 32px;
	margin-bottom: 24px;
}
section.office--info h4 {
	margin-top: 13.5px;
    margin-bottom: 13.5px;
}
section.office--info p {
    margin-bottom: 15px;
}
section.office--info p a {
    color:#ee3424;
}
section.office--info p a:hover {
    text-decoration:underline;
}

section.office--info .main-carousel {
	background: #fafafa;
	border: 1px solid #dbdbdb;
}

section.office--info .main-carousel .carousel-cell {
	padding: 0em 2.4em 2em;
}
section.office--info .main-carousel .carousel-cell p  {
	margin-bottom:10px;
}
section.office--info .main-carousel .carousel-cell p span {
	color: #ee3424;
	font-style: normal;
	font-size:18px;
}

section.office--info img.office--notice {
	max-width: 100px;
	max-height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
}

section.office--info .office--highlights {
	background: #373b42;
	color: #fafafa;
	padding: 2em 3.5em;
}
section.office--info .office--highlights h3 {
	font-size:1.3em;
	margin-bottom: 13.5px;
}
section.office--info .office--highlights ul {
	list-style: none;
}

section.office--info .office--highlights ul li {
	-webkit-margin-start: 1em;
	margin-inline-start: 1em;
	position: relative;
}

section.office--info .office--highlights ul li:before {
	content: "";
	position: absolute;
	left: -1em;
	top: 0.6em;
	width: 7px;
	height: 7px;
	background: #ee3424;
	border-radius: 50%;
}

section.office--services {
    padding-block: 3.5em;
    background: #fafafa;
}

section.office--services a {
	color: #373b42;
	display: block;
	position: relative;
	-webkit-margin-after: 2em;
	margin-block-end: 2em;
	-webkit-padding-after: 0.5em;
	padding-block-end: 0.5em;
}

section.office--services a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ee3424;
}

section.office--services a:hover, section.office--services a:focus {
	text-decoration: none;
	color: #ee3424;
}

section.office--services a:hover:after, section.office--services a:focus:after {
	background: #373b42;
}

.btn.btn--arrow {
    padding: 10px 35px 10px 20px;
    border-bottom: 0;
}

.text-danger {
    color: #F44336
}

.text-danger:hover {
	color: #ea1c0d
}