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

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

CAIPP Summit CSS

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

body {
  background: url(gfx/background.png) repeat-x 0 0;
  font-display: swap;
}
#wrapper {
  background: url(gfx/banner.jpg) no-repeat center 0;
}
#title h1 {
  background: url(gfx/title.png) 23px 87px no-repeat;
  color: #4b6891;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 1.25;
  margin-top: 3px;
  padding: 360px 0px 21px 23px;
  position: static;
  opacity: 1;
  text-rendering: optimizeLegibility;
}
#title h1.notopimage {
  max-width: 650px;
}
.titleinner img {
  display: none;
}
.titleinner h1 {
  margin-top: 0px;
}
#content h2 {
  border-bottom: 0;
  padding-bottom: 7px;
  padding-top: 0;
  font-size: 28px;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 28px;
  text-rendering: optimizeLegibility;
}
#content p + h2,
#content ul + h2,
#content ol + h2,
#content table + h2,
#content dl + h2,
#content form + h2,
#content div + h2,
#content p + h2:first-of-type {
	margin-top: 35px;
}
#content h3 {
	color: #0e244b;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
#content h4 {
	font-size: 17px;
	line-height: 1.5;
}
#content p,
#content ul,
#content ol,
#content li,
#content table,
#content dl,
#content form fieldset label,
#content form fieldset input,
#content form fieldset textarea,
#right p,
#right li {
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
#content li {
  margin-bottom: 7px;
}
#content li > ul {
  margin-top: 7px;
}
#right {
  background: none;
}

/*  FRONTPAGE  */

body.frontpage #title h1.notopimage {
    max-width: 650px;
}


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


/* Tablet styles */

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

@media only screen and (max-width: 768px) {
  #wrapper {
    background-position: -400px 0;
  }
  #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-size: 1200px;
    }
    body.frontpage .titleinner,
    .titleinner {
      width: 100%;
    }
    #title h1 {
      padding: 200px 4% 14px 4%;
      background-position: 28px 21px;
      background-size: 200px;
      font-size: 32px;
    }
    #content h2 {
      font-size: 24px;
      line-height: 1.4;
    }
    #features .events {
      margin-left: 0px;
      padding: 0;
      width: 97%;
    }
    #features .events article {
      margin-right: 5%;
      width: 47.5%;
    }
    #features .events article:nth-of-type(2n) {
      margin-right: 0;
    }
}


@media only screen and (max-width: 450px) {
    #title h1 {
      background-position: 21px 21px;
    }
}
