.post {
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
}
.search-results .partner,
.search-results .page,
.search-results .landing_page,
.search-results .webinar,
.search-results .testimonial,
.search-results .proctoring_benefit {
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
}
.post-details {
  padding-bottom: 1.2rem;
}
.post-excerpt p {
  font-size: 80%;
}
/* Widgets */
.widget_categories ul {
  list-style-type: none;
}
.widget_categories ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.widget_categories ul li a {
  font-size: 18px;
  font-weight: bold;
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
}
/* BLOG */
.blog-title-block {
  background-size: cover;
  padding: 30px;
}
.blog-title-heading {
  background-color: rgba(249, 249, 249, 0.895);
  text-align: center;
}
.blog-title-heading h2 {
  font-weight: 300;
  line-height: 1.5;
}
.blog-title-heading p {
  color: #6c757d;
}
.blog-title-heading .social-icon {
  width: 30px;
  margin: 0 7px 0 0;
}
a[rel="prev"] {
  float: left;
}
a[rel="next"] {
  float: right;
}
.blog-index-header {
  padding: 60px;
  background-size: cover;
}
/* .blog-index-header .text-container {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
} */
.post,
.page {
  margin: 0 !important;
}
/* Landing Pages */
.landing-page {
  margin-top: 90px;
  min-height: 80vh;
}
.two-column-hero h1 {
  font-size: 2.8125rem;
  font-weight: 700;
}

/* BODY*/
body {
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.btn-outline-dark:visited {
  color: #343a40 !important;
}
.btn-outline-dark:hover {
  color: #ffffff !important;
}

.btn-success {
  background-color: #408b87 !important;
  border-color: #408b87 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
}
.btn-success:visited {
  color: #ffffff !important;
}

.btn-success:hover {
  background-color: #306865 !important;
}

/*---- Contact Us --*/

#contact-card {
  position: relative;
  min-height: 665px;
}

#contact-card.sales-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #408b87;
  width: 100%;
  top: 0;
  left: 0;
}

#contact-card.support-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #0072b1;
  width: 100%;
  top: 0;
  left: 0;
}

#contact-card.media-card::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 20px solid #306865;
  width: 100%;
  top: 0;
  left: 0;
}

/* TWO COLUMn LP */
.two-column-sign-up-column {
  top: 0;
  left: 0;
  width: 660px;
  margin: 0;
  padding: 2em;
  z-index: 1;
  background-color: #f9f9f9;
  height: 100%;
  position: relative;
}
.two-column-form-holder {
  background-color: #fff;
  box-shadow: 0 30px 35px -30px rgba(124, 152, 182, 0.5);
  max-width: 550px;
  margin: 0 auto;
  padding: 2em;
}

/* MEGA */

#main-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 1px;
  position: relative;
  display: block;
}

#main-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  color: #f2a900;
}
@media (min-width: 992px) {
  #main-nav .dropdown:hover > .dropdown-menu {
    display: block !important;
    margin: 0 !important;
    right: 5px !important;
  }
  .mega-menu {
    min-width: 1050px;
  }
  .dropdown-menu[data-bs-popper] {
    left: auto !important;
  }
}
.dropdown-menu a {
  color: #333;
}
.dropdown-menu a:visited {
  color: #333;
}
.dropdown-menu a:hover {
  color: #333;
  background-color: #e9ecef;
}

/* Search Form */
[type="submit"]:not(:disabled) {
  color: #fff !important;
  text-align: center;
  background-color: #408b81;
  border-color: #408b81;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.postform {
  padding: 0.5rem;
  color: #666;
}
.searchandfilter > div > ul {
  padding-left: 0;
}
.searchandfilter ul {
  display: inline-block;
}
.searchandfilter li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
/* Mosaic */
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.individual-testimonial {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 15px;
  transition: all 0.7s ease;
}

.carousel-indicators [data-bs-target] {
  background-color: #408b81 !important;
}

#main-nav .dropdown-menu {
  border-top: 6px solid #408b87;
  border-radius: 0;
}

/* Print Styling */ 
@media print {
	* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	}
	.py-5 {
	display: none !important;
	}
	.site-footer text-light mt-1 pt-5 {
	display: none !important;
	}
	.fixed-top {
	position: absolute !important;
	}
	.container, .container-sm {
	max-width: none !important;
	}
	.endtrhide {
		display: none !important;
	}
}