/*
Theme Name: Base Theme 
Author: Mel
Version: 1
Description: Based on HTML5 BP and the Twitter Boostrap 
License: http://www.apache.org/licenses/LICENSE-2.0
*/

@import url("assets/stylesheets/screen.css");
.lazy, .archives, .contact {
    display: none;
}
.social a {
    font-size: 14px;
}
.loader {
    display: block;
    background: url('/wp-content/themes/base/img/loader6.gif') center no-repeat #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* Edits for body h3/"dek", body h5/"small_text", body h6/"fineprint" */

 
.dek {
    font-size: 1.5em;
    line-height: 1.333333em;
    letter-spacing: -0.03em; }

.small_text {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 14px;
    font-family: 'nb_international_proregular' !important; }

.fineprint {
    font-size: 11px;
    line-height: 14px;
    font-family: 'nb_international_proregular' !important; }

/* Edits for Menu: white close button and search text */

.icon-UofTMed_close {color: #ffffff;}
.main-nav .search-form .search-field {color: #ffffff;}