.main-content {
}

.main-content h1 {
  font-size: 43px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .main-content h1 {
    font-size: 35px;
    margin-bottom: 8px;
    letter-spacing: -2px;
  }
}

table {
  background-color: #fff;
}

.main-content table {
  margin-bottom: 32px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
}

.head_td {
  font-weight: bold;
}

.single-sidebar-widget {
  background-color: #fff;
}

.main-content table th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: bold;
}

.main-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.main-content table h2 {
  margin-top: 26px;
  margin-bottom: 16px;
}

.main-content table a {
  color: #000;
  text-decoration: underline;
}

.main-content table a:hover,
.main-content table a:active,
.main-content table a:focus {
  text-decoration: none !important;
}

.single-team-member .member-img {
	padding: 0;
    height: 100%;
	background-size: cover!important;
}

.single-team-member {
	height: 277px;
	padding: 20px;
}

/* .main-content {
  padding-right: 32px;
} */

hr {
  border-color: #6666664d;
}

.service-details-wrapper .faq-accordion .card {
  background-color: #6a6a6a;
}

.table-rules td,
.table-rules th {
  border: 0 !important;
  padding: 4px 8px !important;
}

.table-partners td,
.table-partners th {
  border: 0 !important;
}

.single-blog-post {
  background-color: #fff;
}

.single-blog-post.mediabox {
  border: 2px solid #ededed;
}

.blog-wrapper .single-blog-post .post-content h2 {
  color: #000 !important;
}

.blog-wrapper .single-blog-post .post-content h2 a {
  color: #000 !important;
}

.table-contact {
  color: #000 !important;
}

.causes-page-nav ul li a,
.page-nav-wrap ul li a {
  background-color: #fff;
}

.blog-post-details {
  background-color: #fff;
}

.hp-program {
  border: 1px solid #dee2e6;
}

.hp-program .program-last td {
  opacity: 0.4;
}

.hp-program .program-now td,
.hp-program .program-now td a {
  font-weight: bold;
	    white-space: nowrap;
}

@media (max-width: 1024px) {
	.hp-program .program-now a {
		display:block!important;
	}
	.hp-program .program-now .badge {
		white-space: inherit;
		display:block!important;
	}
}

.pricing-wrapper {
  padding-top: 0;
  padding-bottom: 60px;
}

.pricing-wrapper .brand-grid {
  margin-top: 0;
}

.image-sideshow-box {
  overflow: hidden;
}
.image-sideshow-box .image-sideshow {
  width: 100%;
  display: flex;
  animation: slide 16s infinite;
}

.image-sideshow-box .image-sideshow img {
  width: 100%;
}
/*Animation activated by keyframes*/
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%);
  }
  55% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-200%);
  }
  80% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}

@media (max-width: 767px) {
  .main-content {
    padding-right: 0;
  }
}

.wp-block-embed__wrapper iframe {
  max-height: 400px;
}

/* .current-menu-item a {
  text-decoration: underline;
} */

.post-detail p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5,
.post-detail h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.post-detail {
  color: #000;
}

.post-detail a {
  text-decoration: underline;
}

.post-detail a:hover {
  text-decoration: none !important;
}

.post-detail table td {
  border: 1px solid #dee2e6;
}
.post-detail table th {
  border: 1px solid #dee2e6;
}

.table-rules table {
  table-layout: fixed;
}

.table-rules table td,
.table-rules table th {
  padding: 0;
  font-size: 12px;
  border: 1px solid #dee2e6 !important;
}

.table-rules table a {
  padding: 0;
  font-size: 12px;
}

.page-links .main-content {
  background-color: #fff;
  text-align: center;
  border: 2px solid #ededed;
  padding: 50px;
}
.page-links h1 {
  text-align: center;
	margin-bottom:26px;
    font-size: 56px;
}

.page-links p {
	color: #000;
	margin-bottom:16px;
}

.page-links table {
	margin-bottom:70px;
}


.page-links .main-content h2 {
  margin-bottom: 16px;
}

.page-links table {
  table-layout: fixed;
  text-align: center;
  background-color: transparent;
}

.page-links table tr td {
  border: 0;
  padding: 24px;
  vertical-align: middle;
}
.page-links table tr th {
  border: 0;
  vertical-align: middle;
}

.page-links table tr td img {
  vertical-align: middle;
  max-width: 70%;
	    height: auto;
}

@media (max-width: 767px) {
  .page-links .main-content {
    padding: 20px !important;
  }
  /* .page-links table tr td a {
    display: none;
  } */
  .page-links table tr td {
    display: block;
  }

	.page-links .main-content h1 {
		font-size:46px;
		margin-top:20px;
	}
}

header .logo {
  margin-bottom: 0 !important;
}

header .logo img {
  max-width: 300px;
}

@media (max-width: 767px) {
  header .logo img {
    max-width: 180px;
  }
}

header .logo a {
  text-align: left;
}

.footer-logo img {
  max-width: 180px;
}

.page-rules table td {
  border: 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.4;
	vertical-align:middle;
}

.page-rules table td a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.results-main-view table th {
	background: #dee2e6;
}

header.header-1 .main-menu-wrapper .main-menu ul > li > ul li a {
	color: #000;
}

.collapse.in {
	display:block;
}

.pricing-wrapper .brand-grid {
	background: #fff;
	border: 1px solid #eee;
    border-bottom: 0;
}

.brand-grid .single-brand-logo {
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	max-height:250px;
}

.brand-grid .single-brand-logo img {
	max-width:70%;
}

.image-sideshow-stop img {
   width: auto;
	max-height: 650px;
}

.social-links svg {
	fill: #f7ae29;
}

.social-links svg:hover {
	fill: #000;
}

.single-team-member {
	height: 247px;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
	background: transparent;
}

.ngg-albumoverview {
	margin-top: 0;	
}

.ngg-album-compact {
	margin-bottom: 16px!important;
	width: 19%;
	display:inline-block;
	padding: 0 3px;
	background: #fff;
	padding: 10px !important;
    border: 1px solid rgba(150,150,150,.3);
    box-shadow: 0 0 4px 2px rgba(150,150,150,.1);
}

.ngg-album-compact .js-shave-char {
	display:none;
}


.ngg-album-compact .js-shave {
	display:block!important;
}

.ngg-breadcrumbs:first-of-type {
	display:none;
}

.ngg-album-compact h4 .ngg-album-desc {
	height: auto;
}

.ngg-album-gallery-image-counter {
	margin: 0;
}

.ngg-album-gallery-image-counter {
	margin: 0!important;
}

.ngg-album-compact h4 {
	margin: 0;
	margin-top:14px;
	margin-bottom:8px;
	line-height: 1.2;
	font-size: 17px;
	margin: 0;
    margin-top: 10px;
	text-align: left;
}

.ngg-album-compact h4 a {
    font-family: "Poppins", sans-serif;
    margin: 0px;
    font-weight: 600;
}

.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
    font-size: 17px;
    letter-spacing: normal;
    box-shadow: none;
}

.ngg-album-compact p {
	line-height:1.1;
}

.ngg-album-compactbox {
	background: #fff;
	padding:0!important;
}

.ngg-album-compactbox .member-img {
	width:100%;
	height:100%;
	background-size: cover!important;
}

.ngg-album-compactbox .member-img img {
    visibility: hidden;
}

.ngg-gallery-thumbnail-box {
	width: 20%;
}

.ngg-gallery-thumbnail-box img {
	width: 100%;
}

.ngg-galleryoverview {
	margin-top: 0;
}

.ngg-album-compactbox img {
	width: 100%;
}

.ngg-gallery-thumbnail img {
	max-height: 155px;
}

@media (max-width: 1110px) {
	.ngg-album-compact {
		width: 32.33%;
	}
}

@media (max-width: 700px) {
	.ngg-album-compact {
		width: 49%;
	}
}

@media (max-width: 501px) {
	.ngg-album-compact {
		width: 100%;
	}
}




@media (max-width: 1110px) {
	.ngg-gallery-thumbnail-box {
		width: 33.33%;
	}
}

@media (max-width: 700px) {
	.ngg-gallery-thumbnail-box {
		width: 50%;
	}
}

@media (max-width: 501px) {
	.ngg-gallery-thumbnail-box {
		width: 100%;
	}
	
	.ngg-gallery-thumbnail img {
		max-height: initial;
	}
}


@media (max-width: 470px) {
	table.hp-program .badge {
		    white-space: normal;
	}
	table.hp-program *{
		font-size:12px;
	}
	table.hp-program td, table.hp-program th {
	    padding: 0.35rem;
	}
}

.ngg-galleryoverview {
	text-align: center;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	display:inline-block;
}

.ngg-gallery-thumbnail-box {
	margin-bottom: 4px;
}
