.entry-title {
    text-align: center !important;
}
.filter {
    width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .filter {
        text-align: center !important;
    }
}

.sort {
    float: left;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .sort {
        float: none !important;
    }
}

.search {
    float: right;
    margin-bottom: 35px;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .search {
        float: none !important;
    }
}

.search input {
    padding: 1em;
    width: 212px;
    border: 1px solid #0e4ea0;
    margin-top: 10px;
    outline: none;
    text-indent: 32px;
}

.search .fa-search { 
    position: relative;
    top: 2px;
    left: 30px;
    color: #0e4ea0;
}

.search-clear {
    position: relative;
    left: -22px;
    top: 2px;
    cursor: pointer;
    color: #0e4ea0 !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #303030;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 300;
}

.search-clear:hover {
    color: #293A56 !important;
}

.flex-container {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   max-width: 100%;
   flex-wrap: wrap;
}

.speaker-container {
    float: left;
    width: 225px;
    margin-right: 24px;
    margin-left: 15px;
    margin-bottom: 60px;
    height: 555px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  	-webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 1280px) {
    .speaker-container {
        margin-right: 12px !important;
        margin-left: 15px !important;
    }
}

.speaker-container:hover {
    background: #f0f0f0;
    opacity: 0.92;
    text-decoration: none !important;
    box-shadow: box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.speaker-container a:hover {
    text-decoration: none !important;
}

.speaker-date {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    padding: 15px;
}

.speaker-name {
    color: #0e4ea0;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: 10px;
    padding: 7px;
    text-decoration: none !important;
}

.speaker-title {
    margin-top: 1em;
    font-size: 1em;
    color: #303030;
    padding: 7px;
}

.speaker-company {
    font-size: 1em;
    color: #303030;
    padding: 5px 7px 15px 7px;
}

.speaker-bio {
    white-space: pre !important;
}

/*Speakers Bio*/
/*.speaker-bio-summary{
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
}
.speaker-bio-img{
    float: left;
    width: 225px;
}
.speaker-bio-info {
    float: left;
    padding: 5px;
    height: 180px;
    margin-left: 25px;
}
.speaker-bio-name {
    font-size: 2em;
    font-weight: 900;
    margin-top: 10px;
    color: #546F9C;
}

.speaker-bio-title {
    margin-top: 1em;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 300;
    color: #303030;
}

.speaker-bio-company {
    font-size: 1em;
    font-weight: 300;
    color: #303030;
}*/

.feather-hide {
    display:none;
}