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

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

OERC BASECAMP CSS

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

body {
}
#title h1 {
    padding: 320px 43px 0px 23px;
    font-size: 36px;
    line-height: 1.25;
    background: url(gfx/title.png) 20px 85px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    color: #78a4c1;
    position: static;
	max-width: 627px;
	margin-top: 3px;
    text-rendering: optimizeLegibility;
}
#title h1.notopimage {
    max-width: 650px;
}
.titleinner {
    background: url(gfx/banner.jpg) center 0px no-repeat;
    padding-top: 3px;
    padding-bottom: 21px;
}
.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.3;
    margin-top: 28px;
    text-rendering: optimizeLegibility;
}
#content h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 28px;
}
/* Grid 1 */
#content .grid3 .grid1 {
    margin-bottom: 14px;
}
#content .grid3 .grid1:nth-of-type(3n) {
    margin-right: 0;
}
#right {
    background-size: 26px 100%;
}

/*  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 {
    padding: 320px 0px 0px 23px;
    font-size: 32px;
    line-height: 1.25;
    background: url(gfx/title.png) 20px 85px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    max-width: 882px;
}
body.frontpage #content h2 {
    border-bottom: none;
}
body.frontpage #content #box3 article {
    width: 186px;
    float: left;
    margin-right: 46px;
}
body.frontpage #content #box3 article:last-of-type {
    margin-right: 0;
}
body.frontpage #content #box3 article h3 {
    font-size: 14px;
    line-height: 21px;
}


/* Tablet styles */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
    #content .grid3 .grid1:nth-of-type(3n) {
       margin-right: 46px;
    }
    #content .grid3 .grid1:nth-of-type(2n) {
        margin-right: 0;
    }
}

@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.jpg") no-repeat right 0px;
        width: 92%;
        background-size: 600px;
    }
    #title h1,
    body.frontpage #title h1 {
        padding: 177px 0px 0px 0px;
        background: url(gfx/title.png) 14px 35px no-repeat;
        background-size: 210px;
        font-size: 30px;
    }
    .titleinner h1 {
        max-width: 100% !important;
    }
    #content {
        min-height: 250px;
    }
    #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;
    }
    #content .grid3 .grid1 {
        width: 30%;
        margin-right: 5%;
    }
    #content .grid3 .grid1:nth-of-type(2n) {
        margin-right: 05%;
    }
    #content .grid3 .grid1:nth-of-type(3n) {
        margin-right: 0%;
    }
}