@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/_assets/_fonts/opensans/opensans-regular.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-regular.woff) format('woff'); font-display: swap; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Semibold'), local('OpenSans-semibold'), url(/_assets/_fonts/opensans/opensans-semibold.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-semibold.woff) format('woff'); font-display: swap; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(/_assets/_fonts/opensans/opensans-light.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-light.woff) format('woff'); font-display: swap; }
/*****************

Health Sciences BASECAMP CSS

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

body {
    background: url(gfx/background.png) repeat-x 0 0;
}
#title h1 {
    padding: 240px 43px 14px 23px;
    font-size: 38px;
    line-height: 1.2;
    background: url(gfx/title.png) 24px 67px 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;
    text-rendering: optimizeLegibility;
}
#wrapper {
    background: url(gfx/banner.jpg) center 0px no-repeat;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
}
#content h2 {
    padding-bottom: 7px;
    font-size: 27px;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 28px;
    border-bottom: 0;
    text-rendering: optimizeLegibility;
}
#content h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 28px;
}
#content p,
#content ul,
#content ol,
#content table,
#content dl,
#content dt,
#content dd,
#content form,
#content fieldset,
#content legend,
#content label,
#content select,
#content option,
#content textarea,
#content input,
#right p,
#right h3,
#right li,
#right input {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
}
#content .tile-box-shadow-thumbnail-description p + h2:first-of-type {
    margin-top: 7px;
}
#content .tile-box-shadow-thumbnail-description p:first-of-type {
    margin-bottom: 0;
}
#content .tile-box-shadow-thumbnail-description h2:after {
    display: none;
}
#content .tile-box-shadow-thumbnail-description h2:before {
    width: 35px;
    height: 3px;
    content: '';
    background-color: #f9c000;
    display: block;
    content: '';
    margin-bottom: 7px;
}
#content .tile-box-shadow-thumbnail-description p a {
    border-bottom: none;
}
#content .heading-translation {
  font-style: italic;
  font-size: 21px;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-display: swap;
  margin-top: -28px;
  margin-bottom: 35px;
  font-weight: 300;
  color: #888888;
}
#right {
    background: none;
}

/*  FRONTPAGE  */

body.frontpage {
    background: url(gfx/frontpage-background.png) 0 0 repeat-x;
}
body.frontpage #wrapper {
    background: url(gfx/frontpage-banner.jpg) center 0px no-repeat;
}
body.frontpage #title h1 {
    padding: 325px 0px 21px 23px;
    font-size: 40px;
    line-height: 1.2;
    background: url(gfx/title.png) 24px 107px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
}
body.frontpage #title h1.notopimage {
    max-width: 650px;
}
body.frontpage #content.otgx {
    display: flex;
    flex-wrap: wrap;
}
.tile-box-shadow-thumbnail-no-description {
	background: #ffffff;
	border: 1px solid #dddddd;
  border-radius: 3px;
	box-shadow: 0 0 10px #e4e4e4;
	box-sizing: border-box;
	float: left;
	margin-bottom: 46px;
  margin-right: 7.1%;
  transition: all 0.3s ease-out;
  width: 28.6%;
}
.tile-box-shadow-thumbnail-no-description:hover {
    box-shadow: 0 0 3px #e4e4e4;
    border: 1px solid #cccccc;
}
#content .tile-box-shadow-thumbnail-no-description img {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 2px 2px 0 0;
}
#content .tile-box-shadow-thumbnail-no-description p + h2 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 14px 7px 14px;
    border-bottom: none;
}
#content .tile-box-shadow-thumbnail-no-description h2:before {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #f9c000;
    margin-top: 14px;
    margin-bottom: 7px;
}
#content .tile-box-shadow-thumbnail-no-description p {
    margin-bottom: 0;
}
#content .tile-box-shadow-thumbnail-no-description a {
    border-bottom: none;

}
#content .tile-box-shadow-thumbnail-no-description:nth-of-type(4) {
    margin-right: 0;
}
body.frontpage #content .grid_half {
    width: 46.4%;
    margin-right: 7.2%;
}
body.frontpage #content .grid_half ul {
    margin-left: 14px;
}
body.frontpage #content .grid_half li {
    margin-bottom: 7px;
}
body.frontpage #right p {
    margin-bottom: 14px;
}
body.frontpage #right h2 {
    margin-bottom: 14px;
}
body.frontpage #right img {
    margin: 0 0 7px 0;
}
body.frontpage #right h3 {
    font-weight: normal;
    line-height: 1.5;
}
body.frontpage #right .smalltag {
    color: #777777;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-top: 7px;
    text-transform: uppercase;
}
.heading-translation {
    color: #888888;
    font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 7px;
    padding-left: 21px;
}


@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (min-resolution: 2dppx),
       (min-resolution: 192dpi) {
            body.frontpage #title h1, #title h1 {
                background: url(gfx/title@2x.png) 24px 67px no-repeat;
                background-size: 372px;
           }
}


/* Tablet styles */

@media only screen  and (max-width: 1024px) {
    title h1 {
        background-position: 21px 75px;
    }
    #title h1,
    body.frontpage #title h1 {
        background-size: 340px;
    }
    #features {
        width: 650px;
    }
    #content h2 {
        hyphens: auto;
    }
    #content .tile-box-shadow-thumbnail-no-description {
        margin-bottom: 23px;
    }
    #content .tile-box-shadow-thumbnail-no-description p + h2 {
        margin: 7px;
        font-size: 17px;
    }
    #right {
        margin-left: 232px;
        max-width: 418px;
        border-top: 1px solid #e4e4e4;
        padding-top: 21px;
    }
    #right h2 {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
    }
    body.frontpage #title h1 {
        padding-right: 0;
    }
    #right {
        border-bottom: none;
    }
    #features .events {
        width: 418px;
        margin-left: 232px;
        border-left: none;
    }
    #features .events article {
        margin-top: 14px;
    }
    #features .events article:first-child {
        margin-top: 14px;
    }
}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
    body,
    body.frontpage {
        background: none;
    }
    body.frontpage .titleinner,
    .titleinner {
        width: 100%;
    }
    #wrapper,
    body.frontpage #wrapper {
        background: url(gfx/banner.jpg) -400px 30px no-repeat;
        background-size: 1300px;
    }
    #title h1,
    body.frontpage #title h1 {
        padding: 140px 4% 7px 4%;
        background: url(gfx/title.png) 28px 5px no-repeat;
        background-size: 200px;
        font-size: 36px;
    }
    .titleinner h1 {
    max-width: 100% !important;
    }
    body.frontpage #content img {
        float: none;
    }
    #features .events {
        width: 97%;
        margin-left: 0px;
        padding: 0;
    }
    #features .events article {
        width: 47.5%;
        margin-right: 5%;
    }
    #features .events article:nth-of-type(2n) {
        margin-right: 0;
    }
    #right {
        margin:0;
        max-width: 100%;
        width: 95%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 420px) {
    #wrapper,
    body.frontpage #wrapper {
        background: url(gfx/banner.jpg) -530px 30px no-repeat;
        background-size: 1300px;
    }
    #content .tile-box-shadow-thumbnail-no-description {
        width: 46.4%;
    }
    #content .tile-box-shadow-thumbnail-no-description:nth-last-of-type(3n+1) {
        margin-right: 7.1%;
    }
    #content .tile-box-shadow-thumbnail-no-description:nth-last-of-type(2n+1) {
        margin-right: 0;
    }
}