/*----------------------------------------------------- Main Banner --------------------------------------------*/
.MainBannerContainer {
  position: relative;
  overflow: hidden;
  display: flex;
  z-index: 100;
  padding: 140px 50px 20px;
  margin-top: -140px
}
.PageHeader {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #22252e;
  font-size: 36px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.PageHeader .PageHeaderTitle {
  color: #22252e;
  font-size: 36px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
/*------------------------------------------------------ Consultation Button ----------------------------------------------------- */
.ConsultationButton {
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #24a0ff;
  padding: 0px 30px;
  font-size: 20px;
  display: inline-block;
  transition: all 0.1s ease;
}
.ConsultationButton.WithContext {
  margin-bottom: 30px;
  position: relative;
}
.ConsultationButton.WithContext:after {
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0px;
  height: 20px;
  line-height: 20px;
  color: #888888;
  font-size: 13px;
  content: "Via phone, Zoom, or in person";
  text-align: center;
}
.ConsultationButton:hover {
  cursor: pointer;
  background-color: #22252e;
  color: #24b4ff;
}
/*------------------------------------------------------ Call To Action Button ----------------------------------------------------- */
.CallToActionButton {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #24a0ff;
  padding: 0px 30px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.1s ease;
}
.CallToActionButton:hover {
  cursor: pointer;
  background-color: #22252e;
  color: #24b4ff;
}
/*------------------------------------------------------ Alt Button ----------------------------------------------------- */
.AltButton {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #43adfe;
  border: 1px solid #43adfe;
  padding: 0px 40px 0px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background-image: url("../images/icons/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 15px center;
  transition: all 0.1s ease;
}
.AltButton:hover {
  cursor: pointer;
  background-color: #dceef6;
}
/*------------------------------------------------------ Snippet Tiles ----------------------------------------------------- */
.SnippetTilesContainer {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.SnippetTile {
  width: calc((100% - 80px) / 4);
  padding: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: left 30px bottom 30px;
  background-size: 25px auto;
}
.SnippetTile.EstatePlanning {
  background-image: url("../images/icons/icon_arrow_green.svg");
}
.SnippetTile.AdvanceDirectives {
  background-image: url("../images/icons/icon_arrow_orange.svg");
}
.SnippetTileIcon {
  text-align: left;
  margin-bottom: 10px;
}
.SnippetTileIcon img {
  width: 40px;
}
.SnippetTileHeader {
  text-align: left;
  margin-bottom: 25px;
}
.SnippetTileHeader h3 {
  font-weight: 600 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}
.SnippetTileContent {
  text-align: left;
  font-size: 16px;
}
.SnippetTileBreak {
  flex-basis: 100%;
  height: 0;
}
.SnippetTile:hover {
  transform: translateY(-4px);
  background-color: #dceef6;
  cursor: pointer;
}
.SnippetTile.EstatePlanning:hover {
  background-color: #e2edcd;
}
.SnippetTile.AdvanceDirectives:hover {
  background-color: #fce6ca;
}
/*------------------------------------------------------ Snippet Tiles Variations ----------------------------------------------------- */
.SnippetTile.Overview {
  background-color: #22252e;
  color: #ffffff;
  background-image: none;
}
.SnippetTile.EstatePlanningPackage {
  background-color: #24a0ff;
  color: #ffffff;
  background-image: none;
}
/*----------------------------------------------------- Review Tiles --------------------------------------------*/
.ReviewTiles {
  display: flex;
  flex-wrap: wrap;
}
.ReviewTile {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 30px;
  background-color: #f6f3f0;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-size: auto 25px;
  transition: all 0.3s ease;
}
.ReviewTile:nth-child(4n) {
  margin-right: 0px;
}
.ReviewTileHeader {
  padding-left: 60px;
  margin-right: 50px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: left 0px top;
  background-size: auto 38px;
  position: relative;
}
.ReviewTileThumb {
  position: absolute;
  height: 45px;
  width: 45px;
  left: 0;
  top: 0px;
  border-radius: 50%;
  background-color: #6e6e6e;
  text-align: center;
  line-height: 45px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.ReviewTileThumb img {
  width: 100%
}
.ReviewTileTitle {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  height: 45px;
  line-height: 45px;
}
.ReviewTileContent {
  font-size: 15px;
}
.ReviewTileHighlight {
  background-color: #ffe0b0;
  padding-left: 5px;
  padding-right: 5px;
}
/*----------------------------------------------------- Review Tile Variations --------------------------------------------*/
.ReviewTile.Google {
  background-image: url("../images/icons/icon_google.svg");
}
.ReviewTile.Yelp {
  background-image: url("../images/icons/icon_yelp.svg");
}
/*----------------------------------------------------- Ratings --------------------------------------------*/
.ReviewTileRating {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.ReviewTileRating .StarContainer {
  width: 20px;
  height: 20px;
  background-image: url("../images/reviews/icon_star_grey.svg");
  background-repeat: no-repeat;
  background-position: cover;
}
.StarContainer.Full {
  background-image: url("../images/reviews/icon_star_yellow.svg");
}
.StarContainer.Half {
  background-image: url("../images/reviews/icon_star_half-yellow.svg");
}
/*----------------------------------------------------- Practice Area Tiles --------------------------------------------*/
.PracticeAreasSegment {
  width: 100%;
  margin-bottom: 30px;
}
.PracticeAreaTiles {
  display: flex;
  flex-wrap: wrap;
}
.PracticeAreaTile {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
  background-size: 20px auto;
  transition: all 0.3s ease;
}
.PracticeAreaTile:nth-child(3n) {
  margin-right: 0px;
}
.PracticeAreaTileHeader {
  padding-left: 60px;
  margin-right: 50px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: left 0px top;
  background-size: auto 38px;
}
.PracticeAreaTileTitle {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  /*user-select: none;*/
}
.PracticeAreaTileCategory {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  user-select: none;
}
.PracticeAreaTileContent {
  font-size: 15px;
  user-select: none;
}
.PracticeAreaTile:hover {
  transform: translateY(-4px);
  cursor: pointer;
}
/*----------------------------------------------------- Practice Area Tile Variations --------------------------------------------*/
.PracticeAreaTile.EstatePlanning {
  background-image: url("../images/icons/icon_arrow_green.svg");
}
.PracticeAreaTile.EstatePlanning:hover {
  background-color: #e2edcd;
}
.PracticeAreaTile.AdvanceDirective {
  background-image: url("../images/icons/icon_arrow_orange.svg");
}
.PracticeAreaTile.AdvanceDirective:hover {
  background-color: #fce6ca;
}
.PracticeAreaTileHeader.Wills {
  background-image: url("../images/icons/icon_wills.svg");
}
.PracticeAreaTileHeader.Wills {
  background-image: url("../images/icons/icon_wills.svg");
}
.PracticeAreaTileHeader.Trusts {
  background-image: url("../images/icons/icon_trusts.svg");
}
.PracticeAreaTileHeader.IrrevocableTrusts {
  background-image: url("../images/icons/icon_irrevocable-trust.svg");
}
.PracticeAreaTileHeader.Probate {
  background-image: url("../images/icons/icon_probate.svg");
}
.PracticeAreaTileHeader.Guardianships {
  background-image: url("../images/icons/icon_guardianships.svg");
}
.PracticeAreaTileHeader.LivingWills {
  background-image: url("../images/icons/icon_living-wills.svg");
}
.PracticeAreaTileHeader.PowerOfAttorney {
  background-image: url("../images/icons/icon_power-of-arttorney.svg");
}