/** CSS for /international-education/ **/
/* This CSS is inside the theme custom code section */
#latest-posts .entry-meta.entry-header,
#latest-posts .entry-content
 {
display: none;
}
.tab-content {
  background-color: rgba(0,0,0,0);
  color: #fff;
}
.tab-content h2, 
.tab-content h3 
{
/***Nothing above was changed.***/

/***Styling for the background.***/
.trans-bkg-color {
background-color:#fff;}
/***The end***/

/***solid bar***/
.solid-bkg-gold{
border-bottom: 1px solid #d2aa52 !important;
margin-bottom:10px;}

/***toggle header***/
.accordion-heading .accordion-toggle {color:#d2aa52 !important;}

/***Gold link***/
.gold a {color:#d2aa52 !important;}