@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300&subset=latin,latin-ext);

/***************** 

ARCH Dental Practice Based Research Network BASECAMP CSS

*****************/

#title h1 {
    padding: 200px 43px 14px 23px;
    font-size: 36px;
    line-height: 1.2;
    background: url(gfx/title.png) 20px 6px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    color: #1b568c;
    position: static;
	max-width: 627px;
	margin-top: 3px;
}
.titleinner {
    background: url(/_assets/_gfx/_default_banners/banner-healthsciences-inside.jpg) center 0px no-repeat;
    padding-top: 3px;
    padding-bottom: 0px;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
}
#content h2 {
    padding-bottom: 7px;
    font-size: 28px;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 28px;
    clear: both;
}
#content h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 28px;
}
/*  Profiles h1 */
/*body.n5172 #title h1.notopimage {
	text-indent: -9999px;
	height: 0;
}*/
/* Alumni */
/*body.n5172 #content h1 {
	font-size: 38px;
    line-height: 1.2;
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.2;
	padding-bottom: 28px;
	color: #1b568c;
}*/
#right {
    background-size: 26px 100%;
}


/*====  FRONTPAGE  =====================================*/

body.frontpage {
    background-position: center top;
}
body.frontpage .titleinner {
    background: url(/_assets/_gfx/_default_banners/banner-healthsciences.jpg) center 0px no-repeat;
    padding-top: 14px;
    padding-bottom: 21px;
}
body.frontpage #title h1 {
    padding: 270px 0px 0px 23px;
    font-size: 33px;
    line-height: 1.2;
    background: url(gfx/title.png) 25px 31px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
}
body.frontpage #title h1.notopimage {
    max-width: 882px;
}


/*==== Tablet styles =====================================*/

@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
    }
    body.frontpage #title h1 {
        padding-right: 0;
    }
    #right {
        border-bottom: none;
    }
}

/*==== Mobile styles =====================================*/

@media only screen and (max-width: 700px) {
    body.frontpage .titleinner,
    .titleinner {
        background: url(/_assets/_gfx/_default_banners/banner-healthsciences-inside.jpg) -400px 0px no-repeat;
        width: 92%;
    }
    .titleinner h1 {
        max-width: 100% !important;
    }
    #title h1 {
        padding: 200px 0px 0px 0px;
        background: url(gfx/title.png) 14px 28px no-repeat;
        background-size: 240px;
        font-size: 36px;
    }
    body.frontpage #title h1 {
        padding: 177px 0px 0px 0px;
        background: url(gfx/title.png) 14px 10px no-repeat;
        background-size: 240px;
        font-size: 30px;
    }
    /* Alumni */
	/*body.n5148 .titleinner {
    	padding-bottom: 20px;
	}*/
    #content p.caption_280 {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 400px;
    }
    #content p.caption_280 img {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    
}