/*Extra content type box*/
.modal-search #edit-type-2-wrapper--4 {
  display: none;
}

/*hide &nbsp in Reader Publication*/
.page-node-type-reader-publication #reports .text-box .title {
    display: none;
}


/*mail chimp signup*/
.mailchimp_signup
{
	height: 50px !important;
width: 250px !important;
font-weight: bold;
font-size: 13px;
background: #00acef;
border-radius: 5px;
background: #38b1ef;
color: #fff;
border-radius: 0;
padding: 0;
border: 0;
text-transform: uppercase;
width: 84px;
height: 36px;
line-height: 36px;
text-align: center;
margin: 0;
float: left;
font-size: 12px;
transition: background 0.25s ease-in-out;
padding: 7px 0px;
    font-weight: bold;
    font-size: 13px;
    background: #00acef;
    border-radius: 5px;
}

.mailchimp_signup:hover {
  color:#fff;
}
@media screen and (max-width: 479px) {
	body .mailchimp_signup{
		width: 300px !important;
	}
}
@media screen and (max-width: 1120px) {
	body .mailchimp_signup{
		width: 300px !important;
	}
}



/*podcast detail*/
.page-node-type-podcast .paragraph-section-view .view-content>.views-row .ui-accordion-content>.field-content{
  display: inline-block;
}
.page-node-type-podcast .podcast-img {
  display: inline-block !important;
  width: 100% !important;
}



/*podcast detail page*/
.page-node-type-podcast .social-icon{
  position: static;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}
body.page-node-type-podcast ul.social-icon > li{
  float: left;
  margin-right: 10px;
  width: 25px;
}
.page-node-type-podcast .social-icon > li:last-child{
  margin-right: 0;
}
.page-node-type-podcast .social-icon > li>a{
  display: inline-block;
}
.page-node-type-podcast .social-icon > li>a{
  display: inline-block;
}
.page-node-type-podcast .social-icon > li img{
  border: 0;
}

.modal-search .contetntype-selector {
	display: none;
}

/**Hedaer search form hide*/
body .search-cell > .close,
body .search-cell .search-form {
	display: none !Important;
  opacity: 0 !important;
  visibility: hidden;
}
body .search-active .navbar-header .header-right {
  right: 0;
}
@media (min-width: 1180px) {
  .navbar-header .search-cell .search-btn {
    width: 96px !important;
  }
}

@media (max-width: 767px) {
  .notice-content {
    padding: 15px 20px;
  }
  .notice-board a {
      font-size: 14px;
  }
}