/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* FONTS */

@font-face {
    font-family: 'Josefin Slab Regular';
    src: url('../fonts/josefinslab-regular-webfont.eot');
    src: url('../fonts/josefinslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinslab-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinslab-regular-webfont.woff') format('woff'),
         url('../fonts/josefinslab-regular-webfont.ttf') format('truetype'),
         url('../fonts/josefinslab-regular-webfont.svg#josefin_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Slab Italic';
    src: url('../fonts/josefinslab-italic-webfont.eot');
    src: url('../fonts/josefinslab-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinslab-italic-webfont.woff2') format('woff2'),
         url('../fonts/josefinslab-italic-webfont.woff') format('woff'),
         url('../fonts/josefinslab-italic-webfont.ttf') format('truetype'),
         url('../fonts/josefinslab-italic-webfont.svg#josefin_slabitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Slab Bold';
    src: url('../fonts/josefinslab-bold-webfont.eot');
    src: url('../fonts/josefinslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinslab-bold-webfont.woff') format('woff'),
         url('../fonts/josefinslab-bold-webfont.ttf') format('truetype'),
         url('../fonts/josefinslab-bold-webfont.svg#josefin_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans Bold';
    src: url('../fonts/josefinsans-bold-webfont.eot');
    src: url('../fonts/josefinsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-bold-webfont.woff') format('woff'),
         url('../fonts/josefinsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/josefinsans-bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* MAIN CSS */

html, body {
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	font-family: 'Josefin Slab Regular';
	font-style: normal;
}

h2 {
	font-family: 'Josefin Slab Bold';
	font-size: 48px;
}

#wrapper {
	width: 100%;
	min-width: 1100px;
	height: 100%;	
}

#menu {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #50AAD6;
	line-height: 24px;
	text-align: center;
	z-index: 1;
}

#menu ul {
	width: 970px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

#menu li {
	display: inline-block;
	padding: 10px 0px;
	vertical-align: middle;
}

#menu li.logo {
	margin: 0px 20px 0px 30px;
	width: 80px;
	height: 80px;
}

#menu li:nth-child(1) {
	width: 104px;
}

#menu li:nth-child(2) {
	width: 169px;
}

#menu li:nth-child(3) {
	width: 100px;
}

#menu li:nth-child(5) {
	width: 128px;
}

#menu li:nth-child(6) {
	width: 152px;
}

#menu li:nth-child(7) {
	width: 117px;
}

#menu li a {
	font-family: 'Josefin Slab Regular';
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	font-family: 'Josefin Slab Bold';
}

.content {
	width: 1100px;
	height: 100%;
	margin: 0px auto;
}

.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#page1 {
	width: 100%;
	height: 700px;
	background-color: #50AAD6;
	padding-top: 302px;
}

#page1 .content .half {
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
}

#page1 .content .half:nth-child(1) {
	padding-bottom: 50px;
}

#page1 .content h2 {
	padding-top: 100px;
}

#page1 .content #down_arrow {
	padding-top: 45px;
	cursor: pointer;
}

#page2 {
	width: 100%;
	height: 400px;
	padding-top: 70px;
	background url('../images/bg_about.png') no-repeat center;
	background-color: #3B3C3C;
}

#page2 .content p {
	text-align: center;
	font-family: 'Josefin Slab Italic';
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	word-spacing: 5px;
}

#page3 {
	width: 100%;
	height: 800px;
	background-color: #E38312;
}

#page3 .content .col {
	position: relative;
	width: 333px;
	height: 100%;
	float: left;
	padding: 363px 20px 0px 20px;
	color: #fff;
	text-align: center;
}

#page3 .content .col:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	opacity: 0.3;
}

#page3 .content .col:nth-child(1) {
	background: url('../images/bg_register.png') no-repeat;
}

#page3 .content .col:nth-child(2) {
	background: url('../images/bg_volunteer.png') no-repeat;
}

#page3 .content .col:nth-child(3) {
	background: url('../images/bg_start.png') no-repeat;
}

#page3 .content .col:hover {
	background-position: 0px -800px;
}

#page3 .content .col h3 {
	font-family: 'Josefin Slab Bold';
	font-size: 30px;
	margin-bottom: 20px;
}

#page3 .content .col p {
	font-size: 18px;
	margin-bottom: 20px;
}

#page3 .content .col a {
	font-family: 'Josefin Slab Bold';
	font-size: 18px;
	color: #fff;
}

#page4 {
	width: 100%;
	height: 400px;
	background: url('../images/bg_video.png') no-repeat center;
	background-color: #50AAD6;
}

#page4 .content {
	width: 340px;
	margin: 0px auto;
	padding-top: 72px;
	text-align: center;
	color: #fff;
	font-family: 'Josefin Slab Bold';
	font-size: 24px;
}

#page5 {
	width: 100%;
	height: 400px;
	background: url('../images/bg_chapters.png') no-repeat center;
	background-color: #eee;
}

#page5 .content {
	width: 940px;
	margin: 0px auto;
	padding-top: 72px;
	text-align: center;
	color: #000;
	font-family: 'Josefin Slab Bold';
	font-size: 24px;
}

#page5 .content h3 {
	font-size: 30px;
}

#page5 .content .list {
	width: 730px;
	margin: 0px auto;
	text-align: center;
}

#page5 .content .list {
	text-align: center;
}

#page5 .content .list .row {
	margin: 15px auto;
}

#page5 .content .list .row li {
	display: inline;
	font-size: 30px;
	padding: 0px 12px 0px 7px;
	border-right: 3px solid #50AAD6;
}

#page5 .content .list .row li a {
	color: #50AAD6;
	text-decoration: none;
}

#page5 .content .list .row li:last-child {
	border-right: none;
}

#page6 {
	width: 100%;
	height: 400px;
	background-color: #3C3C3C;
}

#page6 .content {
	width: 1000px;
	position: relative;
}

#page6 .content a .col {
	position: relative;
	width: 500px;
	height: 100%;
	float: left;
}

#page6 .content a .col:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	opacity: 0.3;
}

#page6 .content a:nth-child(1) .col {
	background: url('../images/bg_forum.png') no-repeat;
}

#page6 .content a:nth-child(2) .col {
	background: url('../images/bg_opportunities.png') no-repeat;
}

#page6 .content a .col:hover {
	background-position: 0px -400px;
}

#page6 .content a .col .option {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 420px;
	height: 80px;
	margin-left: -210px;
	margin-top: -40px;
	text-align: center;
	padding: 25px 0px;
	color: #fff;
	font-family: 'Josefin Slab Bold';
	font-size: 28px;
	border: 2px solid #fff;
}

#page6 .content .title {
	position: absolute;
	width: 230px;
	left: 50%;
	top: 60px;
	margin-left: -110px;
	color: #fff;
	font-family: 'Josefin Slab Bold';
	font-size: 36px;
}

#page7 {
	width: 100%;
	height: 800px;
	background-color: #50AAD6;
}

#page7 .content {
	width: 1000px;
	margin: 0px auto;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
}

#page7 .content .half {
	float: left;
	width: 398px;
	margin: 0px auto;
	padding-top: 75px;
}

.form input, .form textarea {
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 398px;
	margin-bottom: 10px;
	padding: 12px 6px;
	font-family: 'Josefin Slab Regular';
	font-size: 18px;
	outline: none;
}

.form input[type="text"] {
	height: 40px;
}

.form input[type="submit"] {
	height: 60px;
	color: #fff;
	font-family: 'Josefin Slab Bold';
	font-size: 24px;
	background-color: #E38312;
	cursor: pointer;
}

.form .has-error input[type="text"] {
	border: 1px solid red;
}

.form .has-error textarea {
	border: 1px solid red;
}

.form textarea {
	height: 120px;
}


#newsletter {
	text-align: center;
	font-size: 18px;
}

#contact {
	margin-left: 210px;
}

.confirmation, .ajaxloader {
	display: none;
}

.contact-link {
	
}