/* Enter Your Custom CSS Here */
/* logo */


/* cemter logo */
.time-schedule__pic img {
    display: block;
    width: 130%;
    height: auto;
}

/*header-background*/
.hero_default .hero__images {
    padding-bottom: 0;
    opacity: .85;
}

/*hide footer logo*/
.logo-footer img {
    display: none;
    width: 100%;
    height: auto;
}

/* column quick links*/
.content {
  padding: 0 15px;}

/* list */
li {
  font-size:15px;
  margin-left:20px;
}
/* list margin */ 
.content p {
    margin-bottom: 5px;
}
/* contant padding */
.site__centered {
    position: relative;
    z-index: 1;
    max-width: 1230px;
    padding: 20px 15px;
    margin: 0 auto;
}
 /* Author Text Color */
span.author {
    color: #ce4a31;
}
/* Table Border */
table, th, td table.p {
    border: 2px solid #000;
    border-collapse: collapse;
  	text-align:center;
}
/* bg for author resources */
div.resources
{background-color:#ff6666;
  padding:15px 15px;
  border: 1px solid Black;
  box-shadow: 10px 10px 5px grey;
  }

/* button for Archieves */
.button {
  padding: 10px 22px;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #0d90b9;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #0a708f}

.button:active {
  background-color: #0a708f;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

button a, button a:visited, button a:hover, button a:focus, button a:active {
    text-decoration: none;
    color: WHITE;
}

/* speakers image */
/*.alignnone 
{
  border-radius:25%;
}*/
/*About HiPS Contentent*/
/*.content p {
    margin-left: -15%;
    margin-right: -15%;
    width: auto;
}
.content ul {
    list-style: disc;
    margin: 0 -12% 0 -12%;
}*/


#ui-id-11-1504325495139178 .news__date {
    color: !important;
    font-size: !important;
    text-align: !important;
    display: none;
}



.article-info__item {
    display: inline-block;
    vertical-align: top;
    padding: 18px 51px 14px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgb( 203, 241, 241 );
    font-size: 16px;
    color: #435965;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.speaker-profile .schedule .site__title {
    margin: 0 0 56px;
    display: none;
}

@media (min-width: 1170px){
.hero_conference .site__title_big {
    margin: 32px 0;
    font-size: 40px;
    line-height: 62px;
    /* color: azure; */
}}


