.col-padded {
  padding: 60px 30px 30px 30px;
  background-color: #FFF;
  overflow: hidden;
}
.col-padded-no-top {
  padding: 30px 30px 30px 30px;
  background-color: #FFF;
  overflow: hidden;
}
.col-shaded {
  background-color: rgba( 0, 0, 0, 0.02 );
}
.title-widget {
  color: #898989;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  border-left: 5px solid #ea5644;
  padding-left: 25px;
  position: relative;
  line-height: 18px;
}
.recent-news-wrap:not(:last-child) {
  margin-bottom: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
}
.title-median {
  color: #636363;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.title-median a{
  color: #363636;
}
.title-median a:hover, .title-median a:focus{
  color: #ea5644;
}
.title-median a {
  display: block;
}
.widget_recent_news .title-median {
  margin-bottom: 0;
}
.recent-news-date {
  font-size: 13px;
  font-weight: 300;
}
.recent-news-thumb {
  float: left;    
}
.recent-news-thumb img {
  width: 90px;
}
.recent-news-text {
  margin-left: 110px;
}
.recent-news-text img{
  margin-right: 20px;
  width: 90px;
}
.widget_recent_news .title-median {
  margin-bottom: 0;
}
.widget-container .recent-news-date {
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0 15px 0;
  /*padding: 0 0 15px 0;*/
  /*border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );*/
}
.widget-container .recent-news-text p {
  font-size: 14px;
  line-height: 24px;
  margin-top: -4px;
  color: #555;
  font-weight: 400;
}
.widget-container .recent-news-content {
  margin-top: 15px;
}
.widget-container .recent-news-content a {
  color: #ea5644;
}
.news-no-summary .recent-news-date {
  padding: 0;
  margin: 0 0 10px;
  border: none;
}
.news-no-summary .recent-news-thumb img {
  width: 70px;
}
.news-no-summary .recent-news-text {
  margin-left: 90px;
}
.news-mini-wrap {
  margin-top: 40px;
}
.news-mini-wrap .page-title {
  font-size: 18px;
  line-height: 22px;
}
.news-featured-image {
  margin-bottom: 25px;
  border-bottom: 10px solid rgba( 0, 0, 0, 0.05 );
}
.news-mini-wrap .news-featured-image {
  margin-bottom: 15px;
}
.news-meta {
  margin-top: 5px;
}
.news-meta span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.news-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba( 0, 0, 0, 0.05 );
}
.news-summary {
  margin-top: 10px;
}
.news-summary p {
  font-size: 14px;
  margin: 0;
}
.news-body {
  margin-top: 20px;
}
.news-body p:last-child {
  margin-bottom: 0;
}
.news-tags {
  margin-top: 40px;
}
a.moretag {
  font-size: 12px;
  text-transform: uppercase;
  color: #ea5644;
}
.copy-text {
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0 20px 0;
  color: rgb(119, 119, 119);
  font-weight: 300;
}
.copy-text a{
  color: #e5ae47;
}
#k-subfooter{
  margin-top: 30px;
}
.wordcloud{
  text-align: center;
  margin-bottom: 30px;
}
.sub-nav > li{
  padding-top: 30px;
  padding-top: 30px;
  vertical-align: middle;
}
.sub-nav > li > a{
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #5d5d5d;
  text-decoration: none;
}
.sub-nav > li > a.active,
.sub-nav > li > a:hover{
  color: #2d2d2d;
}
.sub-nav .btn-default:hover{
  background-color: transparent;
}
.sub-nav .add-on .input-group-btn > .btn {
  border-left-width:0;
  left:-2px;
}
/* stop the glowing blue shadow */
.sub-nav .add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
}
.sub-nav .navbar-form{
  margin: 2px 0 0 0;
}
.sub-nav .navbar-form input{
  padding: 0;
  border: none;
  border-bottom: 2px solid #5D5D5D;
  box-shadow: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sub-nav .navbar-form button, .sub-nav .navbar-form button:hover{
  border: none;
  border-bottom: 2px solid #5D5D5D;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  border-radius: 0;
}
/*Masonry Layout*/

#posts { margin: 30px auto 0; }
.post {
  margin: 0 0 25px;
  text-align: left;
  width: 100%;
  border: 1px solid #efefef;
}
.post a{
  color: inherit;
}
.post img {
  width: 100%;
}
.post .image-desc {
  padding: 15px;
  margin-bottom: 0;
}
.image-desc > strong:empty{
  display: none;
}
.image-desc > small:empty{
  display: none;
}

#grid.container .post img { padding: 0; }

/* Small devices */
@media (min-width: 430px) {
  #grid > #posts .post { width: 300px; }
  #grid > #posts .post.cs2 { width: 100%; }
  .post img { padding: 0; }
  #posts {margin-left: -20px;}
}

/* Medium devices */
@media (min-width: 768px) {
  #grid > #posts .post { width: 300px; }
  #grid > #posts .post.cs2 { width: 100%; }
  .post img { padding: 0; }
  .spp-general{
    margin-top: 70px;
  }
  .spp-general .title{
    margin: 70px 0 40px 0;
    font-size: 60px;
  }    
}

/* Medium devices */
@media (min-width: 992px) {
  #grid > #posts .post { width: 300px; }
  #grid > #posts .post.cs2 { width: 100%; }
}

/* Large devices */
@media (min-width: 1200px) {
  #grid > #posts .post { width: 300px; }
  #grid > #posts .post.cs2 { width: 742px; }
}
.image-full-size img{
  max-width: 850px;
  margin: 0 auto;
}
.image-desc-full li{
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid #ededed;;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #5d5d5d;
}
.image-desc-full li a{
  color: #e5ae47;
}
.image-desc-full li a:hover{
  border-bottom: 1px dotted #e5ae47;
}
.image-desc-full li:first-child {
  padding-top: 0 !important;
}
.image-desc-full li strong{
  float: left;
  width: 100px;
  text-transform: capitalize;
}
.image-desc-full .image-desc-meta{
  float: left;
}
.image-desc-full .keywords .image-desc-meta a{
  background-color: #FFF3DD;
  padding-left: 5px;
  padding-right: 5px;
  color: #5d5d5d;
  border-radius: 3px;
}
.image-desc-full .keywords .image-desc-meta a:hover{
  background-color: #FFDB9A;
  border-bottom: none;
}

/** image-desc-full altered for publications and other pages **/

.image-desc-full-alt li{
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #5d5d5d;
}
.image-desc-full-alt li a{
  color: #000;
}
.image-desc-full-alt li a:hover{
  border-bottom: 1px dotted #000;
}
.image-desc-full-alt li:first-child {
  padding-top: 0 !important;
}
.image-desc-full-alt li strong{
  float: left;
  text-transform: capitalize;
}


/*Image overlays*/
.fixOverlayDivHome {
  position: relative;
  width: 100%;
  padding: 0px;
  background: url('../images/stock/banner.jpg') no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 440px;
}

.fixOverlayDivHome img {
  margin-left: auto;
  margin-right: auto;
}

.fixOverlayDiv{
  position: relative;
  width:100%; 
  padding:0px;
}
.OverlayText, .OverlayTextMain{
  bottom: 0;
  color: #FFF;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 15px 15px;
  /*font-weight: 600;*/
}
.OverlayText{
  background: linear-gradient(rgba( 0, 0, 0, 0 ), rgba( 0, 0, 0, 1 ));
}
.OverlayTextMain{
  background: linear-gradient(rgba( 0, 0, 0, 0 ), rgba( 0, 0, 0, 0.3 ), rgba( 0, 0, 0, 0.5 ), rgba( 0, 0, 0, 0.7 ), rgba( 0, 0, 0, 0.8 ), rgba( 0, 0, 0, 0.9 ), rgba( 0, 0, 0, 0.95 ), rgba( 0, 0, 0, 1 )) !important;
}
.OverlayText .link{
  float: right;
}
.OverlayTextMain .mainpage{
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal !important;
  /*max-width: 60%;*/
  text-align: left;
  line-height: 24px;
}
@media (max-width: 430px) {
  .OverlayTextMain {
    display: none;
  }
  .fixOverlayDivHome {
    position: relative;
    width: 100%;
    padding: 0px;
    background: url('../images/stock/banner.jpg') no-repeat;
    background-size: contain;
    min-height: 200px;
  }

}

/*Timeline*/

.timeline {
  list-style: none;
  padding: 100px 0 100px 0;
  position: relative;
  margin-bottom: 0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #e5ae47;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: transparent;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  /*line-height: 21px;*/
  font-weight: 600;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #5d5d5d;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/*Statistics*/

.stats{
  background-color: #395B98;
  color: #FFF;
  padding: 80px 60px 100px 60px;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.stats h1{
  font-size: 24px;
  margin-bottom: 60px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.stats .stat-elem a{
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.stats .stat-elem{
  text-align: center;
  margin: 0 40px;
}
.stats .stat-elem h2{
  font-size: 50px;
}
.stats .stat-elem p{
  font-size: 15px;
}

/*Physical space*/
.physical{
  background-color: #FFF;
  color: #5D5D5D;
  padding: 80px 60px 0px 60px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
}
.physical h1{
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #EFEFEF;
}
.physical h2{
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.physical p{
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

/*Contribute*/
.contribute {
  padding-top: 40px;
}
.contribute h1{
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #EFEFEF;
}

/*Pager*/
.pager{
  margin: 0;
}
.pager li a{
  border: none;
  background: none;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 28px;
  color: #5d5d5d;
}
.pager li a:hover{
  border: none;
  background: none;
  color: #e5ae47;
}


button.toggle-button{
  margin: 0;
  float: right;
  border: none;
  background: none;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 28px;
  border: none;
  background: none;
  text-align: right;
}

.toc{
  display: none;
  padding-left: 1em;
}

.toc .toc-author{
  font-size: 11px;
  font-style: italic;
}

.spp-general{
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.spp-general .title{
  margin: 20px 0 20px 0;
  color: #ea5644;
  font-size: 40px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  float: left;
}
.spp-general .title span{
  font-size: 14px;
  font-weight: 400;
}
#albumlist{
  margin: -10px auto 0px;
  width:50%;
  line-height:30px;
  border-radius:5px;
  min-height:300px;
}
#loader-icon {
  position: fixed;
  top: 50%;
  width:100%;
  height:100%;
  text-align:center;
  display:none;
}

/*Home page styles*/
.logos{
  text-align: center;
}
.logos img{
  width: 100px;
  margin: 20px 0;
}
.intro{
  width: 90%;
  font-size: 16px;
  line-height: 32px;
  margin: 20px 0 0px 20px;
}

/*Main page styles*/
.main{
  font-size: 14px;
  line-height: 24px;
}
.main h1{
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  border-bottom: 1px solid #e5ae47;
  margin-bottom: 30px;
}
.main .schedule .nav{
  margin-top: 40px;
}
.main .schedule .nav li{
  border-bottom: 1px solid #CCC;
  color: #555;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
}
.main .schedule .nav li:focus, .main .schedule .nav li:hover{
  border-bottom: 10px solid #e5ae47;
}
.main .schedule .nav li.active{
  border-bottom: 10px solid #e5ae47;
}
.main .schedule .nav li a{
  color: inherit;
}
.main .schedule span.type{
 color: #e5ae47;
 font-weight: 700;
 font-style: italic; 
 font-size: 16px;
}
.main .schedule span.aux{
 color: #3F51B5;
 font-size: 16px;
}
.main .schedule span.talk{
  font-weight: 700;
  font-size: 16px;
}
.main .schedule span.speaker{
 font-size: 16px;
 font-weight: 400;
 font-size: 16px;
}
.main h2, .main .schedule-text h3{
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.main .contact h3{
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-top: 35px;
}
.main .schedule .session{
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
  margin-bottom: 0;
}
.main .schedule .break{
  border-bottom: 2px solid #4CAF50;
  border-top: 2px solid #4CAF50;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
}
.main .schedule .schedule-text dl{
  margin-bottom: 0;
  padding: 5px 0;
}
.main .schedule .schedule-text dl dt, .main .schedule .schedule-text dl dd{
  line-height: 28px;
}
.main .schedule .schedule-text dl dt{
  font-weight: 400;
  font-size: 16px;
}
.main .affiliation{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
.main .biodata{
  padding-right: 20px;
}
.main .talk .type{
  font-size: 14px;
  font-weight: 400;
  margin-top: 35px;
  color: #e5ae47;
  font-style: italic;
}
.main .talk .title{
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.main .profile-thumb{
  float: right;
  width: 180px;
  margin-left: 50px;
  margin-bottom: 50px;
}
.main .general-list li{
  margin-bottom: 10px;
}
.sidebar{
  padding: 30px 0 0 30px;
}
.sidebar h1{
  color: #3F51B5;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
}
.sidebar li{
  margin-bottom: 10px;
}
.sidebar li a{
  color: #3F51B5;
}
.more-info{
  float: right;
  color: #BF360C;
  opacity: 0.8;
  font-size: 18px;
}
.more-info a{
  color: #BF360C;
}
.speaker-type{
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 50px;
}
.presentation{
  float: right;
  font-size: 0.8em;
}
@media (min-width: 768px) {
 .intro{
  width: 80%;
  margin: 50px 0 0px 20px;
}
.logos{
  text-align: right;
}
}
.responive-map {
  position: relative;
  padding-bottom: 50%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.responive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}