/**
Styling as per brand guidelines for uniformity
*/

h1 {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #db291d;
  text-align: center;
  text-transform: uppercase;
  
  margin: 0;
  padding: 0 0 30px 0;
}
h2 {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
h2.red {
  color: #db291d;
  font-size: 32px;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
h2.black {
  color: #000000;
  font-size: 32px;
  margin: 0;
  padding: 0 0 30px 0;
}
h2.white {
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  padding: 0 0 30px 0;
}

#header .donatebt a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: max-content;
  height: 50px;
  background-color: #db291d;
  position: relative;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.eduAchmnts .eduAchmntsBox h2 {
  margin: 0;
  margin-bottom: 30px;
}
.entry-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.eduPrblm p span {
  font-size: 16px;
  line-height: 24px;
}
.eduPrblm h4 {
  font-size: 28px;
}
.eduPrblm ul li .eduHdng h4 strong {
  line-height: 1.2;
  padding-left: 50px;
  flex: 1;
  font-size: 20px;
  text-transform: math-auto;
  color: #000;
  font-weight: 600;

}
.eduPrblm ul li .eduHdng .eduArw {
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.eduThrough h3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
 
  text-align: left;
}
.eduAchmnts .eduAchmntsBox .eduAchmntsTab {
  margin-bottom: 20px;
}
.eduAchmntsTabDtl ul li {
  font-size: 16px;
}
.hide_h1 { 
  font-size: 14px;
  transition: none;
  opacity: 0;
  margin: 0; padding: 0;
 }
@media Screen and (min-width:782px)
{
  /*.popular-searches{padding: 50px 0;}.popular-searches .container {width:1320px;}*/
}
@media Screen and (max-width:781px)
{
  .popular-searches{padding: 50px 0;}.popular-searches .container {width:100%;}
}
.popsearch .container { padding-right:0; padding-left: 0; }
.popular-searches h2{font-size: 17px;color:#000000;font-family: var(--bs-body-font-family);font-weight:600;}
.ps-keywords ul {list-style: none;margin: 0;padding: 0;font-size:14px; color: #f3eae9;}
.ps-keywords ul li {display: inline-block;padding: 0;margin: 0 4px;font-size: 14px;}
.ps-keywords ul li > a {text-decoration: none;color: #5d5d5d;font-size: 16px;font-weight: 500;}
.ps-keywords ul li > a:hover {color: #da291c;}
.popular-searches h2 {color: #f3eae9;}
.ps-keywords ul li > a {color: #f3eae9; font-size: 14px;}