.isTesting {
    display: none;  
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

body {
    background: #fff;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.uiPageHeaderBkg .contentTop::after {
    position: absolute;
    display: block;
    height: auto;
    background: linear-gradient(to bottom, rgba(0,0,0,.3) 0%,rgba(0,0,0,.8) 100%);
    top: 0;
}

@media(max-width:1000px) {
    .uiPageHeaderBkg:after {
        top: 81px;
    }
}

.button {
    text-align: center;
}

.button a {
    font: 400 20px/1.2em "Norwester", sans-serif;
    display: inline-block;
    padding: 14px 30px 10px 30px;
    border: 1px solid #fecb00;
    text-transform: uppercase;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    border-radius: 0;
    float: none;
}



.button a::after {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Pro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transition: .3s transform ease-out;
    transition: .3s transform ease-out;
    content: "\f061";
    position: static;
    padding-left: 10px;
}

    .button a:hover {
        background-color: rgba(0,0,0,.5);
        color: #fecb00;
        border-color: #fecb00;
    }

    .button a:hover::after {
        -webkit-transform: translate3d(5px,-2px,0);
                transform: translate3d(5px,-2px,0);
    }

.uiPageHeaderBkg .contentTop h1 {
    font: 400 52px/1.1em "Norwester", sans-serif;
    text-transform: uppercase;
}

/* THEN AND NOW */

.twentytwenty-overlay {
    display: none;
}

.then_and_now_action {

}

.then_and_now_action img {
    width: 100%;
}


.then_and_now_item {
    margin: 0 0 35px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.thenAndNowPage .mfp-auto-cursor .mfp-content {
    background: #fff;
    max-width: 600px;
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding: 20px;
}

/* timeline */

#timeline_box {
    width: 100%;
    box-sizing: border-box;
}

.quick_search_field {
    position: relative; 
}

a.quick_search_field_cancel {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(https://www.baylor.edu/images/icons/standard/light_gray/16/circle_cancel.png) no-repeat 50% 50%;
    text-indent: -9999px;
    display: none;
}

.quick_search {
    padding: 10px 20px 10px 35px;
    border: 1px solid #d1d1d1;
    height: 36px;
    line-height: 18px;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
    background: url(https://www.baylor.edu/map/i/icons/search.png) no-repeat 12px 50%;
}

#timeline_box h3 {
    margin-top: 0;  
}

#timeline_searchbox {
    margin: 20px 0; 
}

#table tr#noresults {
    display: none;  
}

table#timeline_list tr td {
    padding: 16px 8px;
    border-bottom: 1px dotted #d1d1d1;
    font-size: 14px;
    line-height: 1.3em;
}

    table#timeline_list tr td.table_key {
        width: 100px;
        font-size: 14px;
        font-weight: bold;
    }
    
    table#timeline_list tr td h5 {
        margin: 0;  
    }
    
    #timeline_master {
        position: relative; 
    }
    
    .timeline_list {
        display: none;
    }

    .timeline_title {
        font-size: 1.1em;
        font-weight: bold;
    }

/* Traditions */

.traditions_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.traditions_gallery_item {
    width: 50%;
    width: calc(50% - 8px);
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.traditions_gallery_item_image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

    .traditions_gallery_item_image::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 30%;
        z-index: 35;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.6)));
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 80%);
    }

.traditions_gallery_item_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 30;
}

.traditions_gallery_item_desc {
    padding: 20px;
    font-size: 14px;
    line-height: 1.4em;
}

.traditions_gallery_item_desc a {
    display: inline-block;
    padding: 10px 15px 7px 15px;
    border: 1px solid #fecb00;
    color: #003015;
    border-radius: 5px;
    font: 400 16px/1.1em "Norwester";
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0;
}

    .traditions_gallery_item_desc a:hover {
        background: #fecb00;
        border-color:#d3a900;
        color: #002510;
    }


.traditions_gallery_item_title {
    font-family: "Norwester", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 10px;
    z-index: 40;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

@media(max-width: 600px) {
    .traditions_gallery_item {
        width: 100%;
    }
}

@media(max-width: 425px) {
    .traditions_gallery {
        margin-left: -16px;
        margin-right: -16px;
    }

    .traditions_gallery_item {
        margin-bottom: 30px;
        border-radius: 0;
    }
}

/* Legal / Small Text */

.small {
    font-size: 11px;
    line-height: 1.4em;
    color: #8a8a8a; 
}

.sep {
    border-top: 1px dotted #c1c1c1;
    margin: 25px 0 0 0;
    padding: 15px 0 0 0;
}


/* Social Media */

.socialMedia {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  margin: 20px 0 0 0;
}

  .socialMedia tr th, .socialMedia tr td {
    text-align: left;
    border-bottom: 1px solid #ededed;
    padding: 4px; 
    font-size: 14px;
    font-family: Arial, sans-serif
  }
  
    .socialMedia tr th {
      border-color: #dadada;  
    }

    .socialMedia tr th img {
        display: inline-block;
    }
   
   .socialMedia tr th.title {
    padding-top: 18px; 
   }
    
    .socialMedia tr th.center, .socialMedia tr td.center {
      text-align: center;  
    }
  
    a.twitter, a.facebook, a.youtube, a.rss {
      display: block;
      width: 10px;
      height: 10px;
    padding: 4px 12px 4px 12px;
      background: url(http://www.baylor.edu/content/imglib/126813.png) no-repeat 50% 50%;  
      text-indent: -9999px;
      overflow: hidden;
      text-decoration: none;
      margin: 0 auto;
    }
    
      a.facebook {
        background-image: url(http://www.baylor.edu/content/imglib/126812.png);  
      }
    
    a.youtube {
        background-image: url(http://www.baylor.edu/content/imglib/126854.png);  
      }
  
  a.rss {
        background-image: url(http://www.baylor.edu/content/imglib/138359.png);  
      }
    
  a.facebook:hover, a.twitter:hover, a.youtube:hover, a.rss:hover {
      background-color: #ededed;  
    }
  
  .bigSocial {
    width: 100%;
    height: 70px;
    padding-top: 10px; 
  }
  
  .bigSocial a {
    display: block;
    float: left;
    width: 12.25%;
     padding: 0 1%;
    height: 70px; 
    text-align: center;
  }
  
  .bigSocial a img {
    display: block;
    margin: 0 auto 10px auto;
     border: 0;
     opacity: .8;
     width: 80%;
  }
  
  .bigSocial a:hover img {
        opacity: 1;  
  }

/* Prominent Bears */

.search_area {
    margin: 0 0 20px 0;
    position: relative;
}

.serach_area form {
    
}

#pb-id_search {
    width: 100%;
    padding: 15px 15px 15px 44px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 18px;
    border: 1px solid #ccc;
    background: url(//www.baylor.edu/images/icons/standard/light_gray/16/magnifier.png) no-repeat 15px 50%;
}

    #pb-id_search:focus {
        border-color: #7f7f7f;
    }

    #pb-id_search_cancel {
        position: absolute;
        top: 12px;
        font-size: 24px;
        line-height: 18px;
        right: 12px;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
        color: #000;
        opacity: .5;
    }

        #pb-id_search_cancel:hover {
            opacity: 1;
        }

.pb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
}

.pb-item {
    text-align: center;
    width: 31%;
    width: calc(33.33% - 12px);
    margin-bottom: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc;
}

.js-is-hidden {
    display: none;
}

    .pb-item img {
        width: 100%;
    }

    .pb-item_title {
        font: 400 20px/1.2em "FuturaBT", Arial, sans-serif;
        margin: 14px 5px 5px 5px;
        display: block;
    }

    .pb-item_description {
        display: block;
        margin: 7px 10px 15px 10px;
        font-size: 14px;
        line-height: 1.3em;
    }

@media(max-width:600px) {
    .pb-item {
        width: calc(50% - 9px);
    }
}


.tbl_leadership {
    border-top: 1px solid #ddd;
}

.tbl_leadership td {
    border-bottom: 1px solid #ddd;
    padding: 14px 7px;
    line-height: 1.3em;
}

.tbl_leadership td:first-child {
    padding-right: 18px;
}

.awards_rankings img {
    float: right;
    margin: 0 0 10px 15px;
    max-width: 50%;
}

table.rankings tr th {
  text-align: left;  
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #d2d2d2;
}

table.rankings tr td {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.3em;
  font-size: 14px;
}

table.rankings tr td.program {
  font-size: 16px;
}

table.rankings tr td a.dept {
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;  
  display: block;
}


.alignright,
.right {
    float: right;
    margin: 0 0 25px 15px;
    max-width: 35%;
}

    .alignright img {
        width: 100%;
    }

    .alignright em {
        display: block;
        margin: 12px 0 0 0;
        padding: 0 8px 8px 8px;
        font-size: 13px;
        line-height: 1.3em;
        text-align: center;
        color: rgba(0,0,0,.8);
        font-style: normal;
    }

small {
    font-size: .6em;
}



  .block{
    margin: 15px 0;
    overflow:hidden;
  }  

  .block-image{
    float: left;
    width: 20%;
  }  

  .block-image img {
  	width: 100%;
  }

  .block-text{
    margin-left: 24%;
  }  
 