@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; }

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

Allan Wilson Research BASECAMP+ CSS

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

#title h1 {
  background: url(gfx/title.png) 23px 56px no-repeat;
  color: #444444;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.25;
  padding: 200px 0px 14px 23px;
  position: static;
  opacity: 1;
  margin-top: 3px;
  max-width: 627px;
  text-rendering: optimizeLegibility;
}
#title h1.notopimage {
   max-width: 650px;
}
.titleinner {
  background: url(gfx/banner-inner.jpg) center 0px no-repeat;
  padding-top: 3px;
  padding-bottom: 0px;
}
.titleinner img {
  display: none;
}
.titleinner h1 {
  margin-top: 0px;
}
#content p,
#content ul,
#content ol,
#content li,
#content table,
#content td,
#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 li,
#right dt,
#right dd {
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
}
#content h2 {
  padding-bottom: 7px;
  font-size: 28px;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 35px;
  text-rendering: optimizeLegibility;
}
#content h2:first-of-type {
  margin-top: 0;
}
#content p + h2:first-of-type {
margin-top: 35px;
}
#content .heading-translation {
  color: #888888;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 35px;
  margin-top: -14px;
}
#right {
  background: none;
}


/*  FRONTPAGE  */

body.frontpage {
  background-position: center top;
}
body.frontpage .titleinner {
  background: url(gfx/banner.jpg) center 0px no-repeat;
  padding-top: 14px;
  padding-bottom: 21px;
}
body.frontpage #title h1 {
  background: url(gfx/title.png) 24px 82px no-repeat;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.25;
  opacity: 1;
  padding: 270px 0px 0px 23px;
}
body.frontpage #title h1.notopimage {
  max-width: 650px;
}
#right h2 {
    line-height: 1.5;
    margin-bottom: 7px;
    padding-right: 0;
}
#right p {
    border-bottom: 0;
}
#right p img {
    margin-bottom: 7px;
}
#right h3 {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
    margin-bottom: 7px;
}
#right p.smalltag {
    color: #888888;
    font-size: 10px;
    letter-spacing: 0.05em;
}
.features.news img {
    display: none;
}

/* Tablet styles */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
}

@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.frontpage .titleinner,
    .titleinner {
        background: url(gfx/banner-inner.jpg) -400px 0px no-repeat;
        width: 92%;
    }
    #title h1 {
        padding: 200px 0px 0px 0px;
        background: url(gfx/title.png) 14px 56px no-repeat;
        background-size: 280px;
        font-size: 36px;
    }
    body.frontpage #title h1 {
        padding: 177px 0px 0px 0px;
        background: url(gfx/title.png) 14px 42px no-repeat;
        background-size: 280px;
        font-size: 36px;
    }
    #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;
    }
}
