@import url(https://fonts.googleapis.com/css?family=Lato:400);

a:link, a:visited, .widget_content a:link, .widget_content a:visited {
    color: #4765ad;
}

.flexslider a {
    color: #FFF;
}

#tdr_title_page_title {
    font-family: 'Lato', sans-serif;
}

#tdr_title_page_title a {
    color: #12215b;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

#tdr_title_ucsd_title {
    background: transparent url(../img/sprite_base-white.png) no-repeat;
    height: 46px;
}

#tdr_nav {
    background: #376791;
    border-top: 1px solid #ccc;
}

#tdr_nav_list a {
    background: rgba(255,255,255,0.8);
    border-right: solid 1px #BDBDBD;
    border-bottom: solid 1px #ccc;
}

#tdr_nav_list li.active>a {
    background: #FFF;
    border-bottom: #12215b solid 3px;
}

#tdr_nav_list li li a {
    background: #eaf0f4;
    border-bottom: solid 1px #ccc;
}

#tdr_nav_list li ul {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #808080;
}

h1 {
    color: #5b5c5c;
    font-family: 'Lato', sans-serif;
}

h2, h3, h4, h5, h6 {
    color: #707071;
    font-family: 'Lato', sans-serif;
}

#tdr_title {
    background: #FFF;
}

div.styled {
    background: #fcfbfd;
}

div.styled h2 {
    color: #5b5c5c;
}

.btn-default, .btn-default:focus, .btn-default:hover {
    color:#FFF;
}

.csstransitions #tdr_nav .tdr_search.show #tdr_search_toggle {
    color: #004b6e !important;
}

button.navbar-toggle,
button.navbar-toggle:active {
    background-color: #376791;
}


@media only screen and (max-width: 768px) {
#tdr_title_ucsd_title {
left: 0;
top: 8px;
}
}


@media only screen and (max-width: 360px) {
 
    #tdr_title_ucsd_title {
		background-position: -239px -14px;
		height: 32px;
		width: 166px;
	}
}

/*---------------------------------------------------------------------
 * retina display
 */
@media screen and (-webkit-min-device-pixel-ratio:2) {
    #tdr_title_ucsd_title,
    #tdr_title_search_link,
    #tdr_title_menu_link {
        background-image: url(../img/sprite_base-white-2x.png);
        background-size: 500px 120px;
    }
    
  

}
