/* Get in touch page*/
.error {
    margin-top: -30px;
    color: #FF0000 !important;
}
.sub{
    margin-top: 30px;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url('../images/loading.gif') no-repeat center center;
    z-index: 10000;
  }
#res_message {
  text-align: center !important;
  color: #008000;      
}
.activeCat {
      background-color: #D6D6D6;
}
.launchGallery {
  cursor: pointer;
}
.cookie-container {
  position: fixed;
  left: 0;
  right: 0;
  transition: 400ms;
  text-align: center;
  bottom: -100%;
  background-color:#00355F;
  color: #f5f6fa;
  padding: 20px 12px 13px;
  box-shadow: 0px 3px 10px #0000000d;
  z-index: 999;
}
.cookie-btn{
  color: #FFFFFF;
  margin-left: 20px;
  background: #B53036;
  width: 56px;
  height: 29px;
  border: 0px;
}

.cookie-container.active {
  bottom: 0;
}
.podcast-title{
  margin-top: 10px;
  margin-bottom:10px;
}
.contact-info p.subs-res-message{
  color: green;
  font: normal normal bold 18px/26px Poppins;
}

.circle-yellow{
  /*background: #B53036 0% 0% no-repeat padding-box;*/
  background: #FAD02C 0% 0% no-repeat padding-box !important;
}

.circle-white{
  /*background: #B53036 0% 0% no-repeat padding-box;*/
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
}
 .linkedin-feed iframe{
  height: 300px !important;
  width: 300px !important;
 }
 .linkedin-feed-list iframe{
  height: 150px !important;
  width: 300px !important;
 }