﻿table.ms-rteTable-exeTable {
  -ms-name: "Exelon Table";
}
table.ms-rteTable-exeTable > tbody > tr > td {
  font-family: benton-sans-book;
  font-weight: normal;
  border: 6px solid #ecf0f1;
  font-size: 16px;
  padding: 26px 20px;
}
table.ms-rteTable-exeTable > tbody > tr > th {
  font-family: benton-sans-medium;
  font-weight: normal;
  background-color: none;
  font-size: 16px;
  border: none;
  padding: 0 20px 20px;
}

table.ms-rteTable-exeTableTop {
  -ms-name: "Exelon Table Top Aligned";
}
table.ms-rteTable-exeTableTop > tbody > tr > td {
  font-family: benton-sans-book;
  font-weight: normal;
  border: 6px solid #ecf0f1;
  font-size: 16px;
  padding: 26px 20px;
  vertical-align:top;
}
table.ms-rteTable-exeTableTop > tbody > tr > th {
  font-family: benton-sans-medium;
  font-weight: normal;
  background-color: none;
  font-size: 16px;
  border: none;
  padding: 0 20px 20px;
}

/*remove old Exelon motif*/
@media (min-width:768px) {
  #s4-bodyContainer.executive-partial {
	background: none !important;
  }
}
@media (min-width:992px) {
  #s4-bodyContainer.executive-partial {
	background: none !important;
  }
}
.landing-hero .graphic {
	background: none !important;
}
@media (min-width:992px) {
  .landing-hero .graphic {
    background: none !important;
  }
}
.home-page-hero .carousel .graphic {
  background: none !important;
}
@media (min-width:992px) {
  .home-page-hero .carousel .graphic {
    background: none !important;
  }
}
@media (min-width:768px) {
  .executive-social-bio {
    background: none !important;
  }
}

/*change tab colors in homepage*/
.home-page-hero .carousel-indicator-container .carousel-indicators li.social {
	background: #59595a !important;
}
.home-page-hero .carousel-indicator-container .carousel-indicators li.active {
    background: #59595a !important;
}
.home-page-hero .carousel-indicator-container .carousel-indicators li.active:before {
    border-bottom: 10px solid #59595a !important;
}

/*remove bio listing spacing*/
.profile-card .tile {
  height: initial !important;
}
.exe-bio-listing .caption {
  position: initial !important;
}