/*! Generated by Fontspring (https://www.fontspring.com) on August 27, 2018. Fully installable fonts can be purchased at http://www.fontspring.com. The fonts included in this stylesheet are subject to the End User License you purchased from Fontspring. The fonts are protected under domestic and international trademark and copyright law. You are prohibited from modifying, reverse engineering, duplicating, or distributing this font software. (c) 2010-2018 Fontspring */
@font-face { font-family: 'Amsi pro condlight'; src: url(/_assets/_fonts/amsipro/amsiprocond-light-webfont.woff2) format('woff2'), url(/_assets/_fonts/amsipro/amsiprocond-light-webfont.woff) format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@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; }

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

Archaeology CSS

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

body {
  background: url(gfx/background.png) center 0px repeat-x;
}
#wrapper {
	background: url(gfx/banner.jpg) center 0px no-repeat;
}
#title h1 {
  background: url(gfx/title.png) no-repeat 23px 126px;
  color: #285826;
  font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
  font-size: 72px;
  font-variant-ligatures: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-top: 21px;
  max-width: 100%;
  opacity: 1;
  padding-bottom: 21px;
  padding-top: 400px;
  position: static;
  text-rendering: optimizeLegibility;
}
#title h1.notopimage {
  max-width: 650px;
}
.titleinner img {
  display: none;
}
.titleinner h1 {
  margin-top: 0px;
}
#content h2 {
	border-bottom: none;
	font-size: 28px;
	line-height: 1.35;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
	margin: 0 0 14px 0;
	text-rendering: optimizeLegibility;
}
#content p + h2,
#content table + h2,
#content ul + h2,
#content ol + h2,
#content dl + h2,
#content form + h2 { margin-top: 35px; }
#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 li,
#right input {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
}
#right {
  background: none;
}

/*  FRONTPAGE  */

body.frontpage #title h1.notopimage {
  max-width: 100%;
  width: 100%;
}
body.frontpage #content {
  box-sizing: border-box;
  width: 100%;
}
body.frontpage #content .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body.frontpage #content .fullwidthimage img {
  max-width: 100%;
  width: 100%;
}
body.frontpage #content ul {
  margin-left: 16px;
}
body.frontpage #content li {
  list-style-image: url(/_assets/_gfx/arrow-grey-forward.svg);
 margin-bottom: 7px;
}
body.frontpage #content .grid-container .grid-third {
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 5px 20px #f5f5f5;
  flex-basis: 30%;
  margin-bottom: 42px;
  margin-top: 21px;
  padding: 14px;
  transition: all 0.3s ease-out;
}
body.frontpage #content .grid-container .grid-third h3 {
  font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 7px;
}
body.frontpage #content .grid-container .grid-third:hover {
  box-shadow: 0 0 2px #f5f5f5;
}
body.frontpage #content .grid-container .grid-third h3:before {
  background: #f9c000;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 14px;
  width: 37px;
}
body.frontpage #content .grid-container .grid-third h3 a {
  border-bottom: 0;
  display: block;
}


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

/* 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 {
      border-left: none;
      margin-left: 232px;
      width: 418px;
    }
    #features .events article {
      margin-top: 14px;
    }
    #features .events article:first-child {
      margin-top: 14px;
    }
}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
  body {
    background: none;
  }
  #wrapper {
    background: url(gfx/banner-small.jpg) no-repeat right 0;
  }
  body.frontpage .titleinner,
  .titleinner {
    width: 92%;
  }
  #title h1,
  body.frontpage #title h1 {
    padding: 170px 0px 14px 0px;
    background-position: 3px 31px;
    background-size: 200px;
    font-size: 36px;
  }
  body.frontpage #content {
    width: 97%;
  }
  #features .events {
    margin-left: 0px;
    padding: 0;
    width: 97%;
  }
  #features .events article {
    width: 47.5%;
    margin-right: 5%;
  }
  #features .events article:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
    #wrapper {
        background-position: -150px 0;
    }
}
