* { margin: 0; padding: 0; }
html { font-family: "PT Sans", Arial, sans-serif; font-size: 14px; color: #000; }
body { margin: 0; padding: 0; background: #fff; }
a { outline: none; text-decoration: none; color: #000; }
input { outline: none; }
img { border: 0; display: block; }
.clear { clear: both; }

#wrapper { width: 100%; float: left; }

#topContainer { width: 100%; height: 144px; background: #00b0f0; }
	#top { width: 1100px; max-width: 92%; margin: 0 auto; }
	#top h1 { width: 227px; height: 50px; position: absolute; margin: 48px 0 0 -3px; float: left; }
	#top h1 a { width: 227px; height: 50px; font-size: 24px; font-weight: bold; letter-spacing: 2px; line-height: 50px; display: block; overflow: hidden; text-transform: uppercase; color: #fff; }
	#top h1 a span { font-style: italic; }
	#top h1 a span.small { font-size: 10px; }
	#top nav { width: auto; height: 40px; margin: 55px 0 0 0; float: right; }
	#top nav ul li { position: relative; margin-left: 18px; list-style: none; float: left; }
	#top nav ul li a { height: 37px; font-size: 12px; font-weight: 400; color: #fff; letter-spacing: 1px; text-transform: uppercase; line-height: 37px; display: block; z-index: 11; }
	#top nav ul li a:hover { border-bottom: 2px solid #fff; }
	#top nav ul li .submenu { width: 220%; height: auto; position: absolute; top: 33px; left: 0; z-index: 10; display: none; }
	#top nav ul li:hover > .submenu { display: block; }
	#top nav ul li a.login { background: #44cdff; padding: 0 9px; }
	#top nav ul li a.login:hover { background: #75daff; border-bottom: 0; }
	#top nav ul li ul { min-width: 45%; margin-top: 4px; padding: 5px 0; background: #4dcfff; float: left; }
	#top nav ul li ul li { margin: 0 15px; float: none; }
	#top nav ul li ul li a:hover { border-bottom: none; color: #e3e3e3; }

#sliderContainer { width: 100%; height: 530px; position: relative; overflow: hidden; background: #666666; }
#sliderContainer ul { width: 200%; height: 100%; }
#sliderContainer ul li { width: 50%; height: 100%; background: url('../images/header.jpg') center center; background-size: cover; list-style: none; float: left; }
#sliderContainer ul li .slideContent { width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.6); }
#sliderContainer ul li .slideContent .top_spacer { width: 100%; height: 10px; }
#sliderContainer ul li .slideContent .title { width: 90%; height: 160px; margin: 0 auto; display: table; }
#sliderContainer ul li .slideContent .title h2 { width: 100%; display: table-cell; vertical-align: bottom; font-size: 60px; font-weight: 700; color: #fff; text-align: center; line-height: 80px; }
#sliderContainer ul li .slideContent .title_full { width: 80%; height: 300px; margin: 0 auto 20px auto; display: table; }
#sliderContainer ul li .slideContent .title_full h2 { width: 100%; display: table-cell; vertical-align: middle; font-size: 60px; font-weight: 700; color: #fff; text-align: center; line-height: 80px; }
#sliderContainer ul li .slideContent .subtitle { width: 76%; max-width: 1000px; height: 180px; display: table; margin: 15px auto 30px auto; font-size: 26px; line-height: 40px; color: #fff; text-align: center; }
#sliderContainer ul li .slideContent .subtitle p { display: table-cell; vertical-align: middle; text-align: center;  }
#sliderContainer ul li .slideContent .subtitle_full { width: 76%; max-width: 1000px; height: 300px; display: table; margin: 15px auto 30px auto; font-size: 26px; line-height: 40px; color: #fff; text-align: center; }
#sliderContainer ul li .slideContent .subtitle_full p { display: table-cell; vertical-align: middle; text-align: center;  }
#sliderContainer ul li .slideContent .read_more { width: auto; height: 48px; margin: 0 auto; }
#sliderContainer ul li .slideContent .read_more a{ width: auto; height: 60px; padding: 0 18px; margin: 0 auto; display: table; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; letter-spacing: 1px; text-align: center; line-height: 60px; cursor: pointer; text-transform: uppercase; }
#sliderContainer ul li .slideContent .read_more a:hover { background-color: #ba38a6; }
#sliderContainer .slide_left { width: 44px; height: 66px; position: absolute; top: 50%; left: 4%; margin-top: -33px; background: url('../images/slider-icon-left.png') no-repeat; background-size: cover; cursor: pointer; }
#sliderContainer .slide_right { width: 44px; height: 66px; position: absolute; top: 50%; right: 4%; margin-top: -33px; background: url('../images/slider-icon-right.png') no-repeat; background-size: cover; cursor: pointer; }

#headerContainer { width: 100%; height: 532px; position: relative; background: url('../images/header.jpg') no-repeat center top; background-size: cover; }
	#header { width: 1000px; max-width: 92%; margin: 0 auto; }
	#header h2 { width: 100%; max-width: 650px; margin: 0 auto; padding-top: 100px; font-size: 45px; font-weight: 400; color: #fff; line-height: 65px; text-align: center; }
	#header .button1 { width: 310px; height: 56px; position: absolute; top: 330px; right: 51%; border: 4px solid #fff; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: 1px; text-align: center; line-height: 56px; text-transform: uppercase; display: table-cell; cursor: pointer; }
	#header .button1:hover { background: #fff; color: #000; }
	#header .button2 { width: 318px; height: 64px; position: absolute; top: 330px; left: 51%; background: #a2228e; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: 1px; text-align: center; line-height: 64px; text-transform: uppercase; display: table-cell; cursor: pointer; }
	#header .button2:hover { background: #ba38a6; }

#contentContainer { width: 100%; height: auto; padding: 0 0 65px 0; background: #fff; }
	#content { width: 1000px; max-width: 92%; margin: 0 auto; }
		#loginBox { width: 35%; height: 20px; line-height: 20px; margin: 14px 0 23px 0; font-size: 11px; font-weight: bold; color: #9e9e9e;  text-align: left; text-transform: uppercase; float: left; }
		#loginBox .content { width: auto; height: 20px; margin-right: 12px; float: left; }
		#loginBox .button { display: block; height: 20px; margin-top: -5px; padding: 4px 10px; background: #cc00cc; color: #fff; letter-spacing: 1px; font-size: 13px; float: left; }
		#loginBox .button:hover { background: #e868e8; }
		#breadcrumbs { width: 65%; float: left; height: 20px; line-height: 20px; margin: 14px 0 23px 0; font-size: 11px; color: #00b0f0; text-align: right; text-transform: uppercase; }
		#breadcrumbs a { color: #000; font-weight: bold; }
		#breadcrumbs a.current { color: #b0b0b0; }
		#breadcrumbs a:hover { text-decoration: underline; }
	#content .left { width: 31%; float: left; }
	#content .left h3 { width: 90%; max-width: 250px; margin-bottom: 20px; line-height: 28px; font-size: 22px; font-weight: normal; color: #000; }
	#content .left ul { width: 90%; }
	#content .left ul li { width: 100%; max-width: 250px; padding: 18px 0 22px 0; line-height: 21px; list-style: none; background: url('../images/sub-menu-background.png') left bottom no-repeat; }
	#content .left ul li:last-child { background: none; }
	#content .left ul li a { font-size: 12px; font-weight: bold; color: #000; text-transform: uppercase; }
	#content .left ul li a.current { color: #b0b0b0; }
	#content .left ul li a:hover { text-decoration: underline; }
	#content .left ul li ul li { width: 90%; margin-left: 10%; padding: 9px 0 0 0; background: none; }
	#content .left ul li ul li a { font-weight: normal; text-transform: none; }
	#content .left .block { width: 100%; padding-top: 25px; font-size: 13px; color: #000; line-height: 24px; }
	#content .left .block .block_left { width: 35%; float: left; }
	#content .left .block .block_right { width: 65%; float: left; }
	#content .right { width: 69%; float: left; }
	#content .right h2 { width: 100%; margin-bottom: 20px; font-size: 34px; font-weight: normal; color: #000; line-height: 40px; }
	#content .right h4 { width: 100%; margin: -10px 0 20px 0; font-size: 23px; font-weight: normal; color: #000; line-height: 28px; }
	#content .right h5 { width: 100%; margin: 0 0 5px 0; font-size: 18px; font-weight: normal; color: #000; }
	#content .right p { width: 100%; padding: 15px 0; font-size: 15px; color: #000; line-height: 27px; }
	#content .right p a { color: #000; text-decoration: underline; }
	#content .right p a:hover { color: #9e9e9e; }
	#content .right img { max-width: 100%; }
	#content .right .hline { width: 100%; height: 1px; margin: 10px 0 25px 0; background: #9e9e9e; }
	#content .right .small_button_purple { width: auto; height: 26px; padding: 0 13px; margin: 15px 0; background: #a2228e; font-size: 12px; font-weight: bold; color: #fff; line-height: 26px; text-decoration: none; border: 0; cursor: pointer; display: block; float: left; }
	#content .right .small_button_purl:hover { background: #c640b1; color: #fff; }
	#content .right a.button_purple { width: auto; height: 60px; padding: 0 20px; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 60px; letter-spacing: 1px; text-decoration: none; display: block; float: left; }
	#content .right a.button_purple:hover { background: #c640b1; color: #fff; }
	#content .right .input_block { width: 92%; padding: 25px 4%; background: #ededed; }
	#content .right .input_block input.text { width: 300px; margin-bottom: 17px; background: #fff; border: 0; height: 20px; padding: 16px 15px; font-size: 14px; color: #000; line-height: 20px; float: left; }
	#content .right .input_block input.error { height: 16px; border: 2px solid #ff0000; }
	#content .right .input_block textarea { width: 94%; height: 200px; margin-bottom: 17px; background: #fff; border: 0; padding: 16px 15px; font-family: "PT Sans", Arial, sans-serif; font-size: 14px; color: #000; line-height: 20px; resize: none; outline: none; float: left; }
	#content .right .input_block textarea.error { border: 2px solid #ff0000; }
	#content .right .input_block .tooltip { width: auto; min-width: 100px; margin-bottom: 17px; height: 52px; margin-left: 15px; line-height: 52px; float: left; font-size: 14px; font-style: italic; color: #a7a7a7; }
	#content .right .input_block input.submit { width: auto; height: 60px; border: 0; padding: 0 20px; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 60px; letter-spacing: 1px; text-decoration: none; display: block; cursor: pointer; float: left; -webkit-appearance: none; border-radius: 0; }
	#content .right .input_block input.submit:hover { background: #c640b1; color: #fff; }
	#content .right .input_block button{ width: auto; height: 60px; border: 0; padding: 0 20px; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 60px; letter-spacing: 1px; text-decoration: none; display: block; cursor: pointer; float: left; -webkit-appearance: none; border-radius: 0; }
	#content .right .input_block button:hover { background: #c640b1; color: #fff; }
	#content .right .input_block p { width: 100%; float: left; }
	#content .right .block_left { width: 30%; font-size: 15px; color: #000; line-height: 52px; float: left; }
	#content .right .block_right { width: 70%; float: left; }
	#content .right .block_right select { margin-top: 14px; }
	#content .right .block_right input[type='checkbox'] { margin-top: 20px; }
	#content .right .publications { width: 100%; height: auto; margin: 25px 0; }
	#content .right .publications .item { width: 22%; height: 200px; position: relative; margin: 0 4% 25px 0; background: #e5e5e5; float: left; }
	#content .right .publications .item:nth-child(4n) { margin-right: 0; }
	#content .right .publications .item:hover { background: #dfdfdf; }
	#content .right .publications .item a { width: 100%; height: 100%; display: block; }
	#content .right .publications .item a img { max-width: 82%; max-height: 82%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
	#content .right table.specifications { width: 100%; max-width: 400px; margin: 15px 0; border: 0; border-spacing: 0; font-size: 15px; color: #000; line-height: 27px; }
	#content .right table.specifications td { padding: 0; }
	#content .right table.profile_overview { width: 100%; max-width: 300px; border-spacing: 0; font-size: 15px; color: #000; line-height: 27px; }
	#content .right ul { padding-left: 15px; }
	#content .right ul li { padding-left: 10px; line-height: 27px; font-size: 15px; }
	#content .right ul li a { text-decoration: underline; }
	#content .right ul li a:hover { color: #919191; }
	#content .right ol { padding-left: 15px; }
	#content .right ol li { padding-left: 10px; line-height: 27px; font-size: 15px; }

	#content_full { width: 100%; margin: 10px 0 20px 0; float: left; }
	#content p { width: 100%; padding: 15px 0; font-size: 15px; color: #000; line-height: 27px; }
	#content p a { color: #000; text-decoration: underline; }
	#content p a:hover { color: #9e9e9e; }

	#content .login .left { width: 48%; margin-right: 4%; float: left; }
	#content .login .right { width: 48%; float: left; }
	#content .login h2 { width: 100%; margin-bottom: 20px; font-size: 34px; font-weight: normal; color: #000; line-height: 40px; }
	#content .login .main { left: 0; right: 0; background: #ededed; padding: 30px 25px 20px 25px; }
	#content .login .main a:hover { text-decoration: underline; }
	#content .login .main .field_full { width: 100%; height: 100px; float: left; }
	#content .login .main .field_left { width: 40%; height: 70px; line-height: 55px; float: left; }
	#content .login .main .field_right { width: 60%; height: 70px; float: left; }
	#content .login .main .field_right input.text { width: 82%; margin-bottom: 17px; background: #fff; border: 0; height: 20px; padding: 16px 8%; font-size: 14px; color: #000; line-height: 20px; float: left; }
	#content .login .main .field_right input.error { height: 16px; border: 2px solid #ff0000; }
	#content .login .main .field_right input.submit { width: auto; height: 60px; border: 0; padding: 0 20px; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 60px; letter-spacing: 1px; text-decoration: none; display: block; cursor: pointer; float: left; -webkit-appearance: none; border-radius: 0; }
	#content .login .main .field_right input.submit:hover { background: #c640b1; color: #fff; }

#content .articles .row { width: 100%; margin-bottom: 30px; }
	#content .articles .icon { width: 15%; float: left; }
	#content .articles .icon img { width: 42px; height: 50px; float: left; }
	#content .articles .content { width: 85%; float: left; }
	#content .articles .content .title { width: 100%; font-size: 17px; color: #000; line-height: 28px; }
	#content .articles .content .title a { font-size: 17px; color: #000; }
	#content .articles .content .title a:hover { text-decoration: underline; }
	#content .articles .content p { width: 100%; margin-bottom: 5px; padding: 0; font-size: 13px; color: #000; line-height: 23px; }
	#content .articles .content .info { width: 100%; font-size: 11px; font-weight: bold; color: #000; letter-spacing: 1px; text-transform: uppercase; line-height: 18px; }

#registration_steps { width: 100%; margin-bottom: 50px; }
#registration_steps .block { width: 30%; height: 285px; padding: 30px 0; margin-right: 5%; float: left; }
#registration_steps .last { margin-right: 0; }
#registration_steps .block .title { width: 80%; margin: 0 auto 20px auto; font-size: 24px; line-height: 30px; text-align: center; color: #fff; }
#registration_steps .block img { margin: 0 auto 5px auto; }
#registration_steps .block p { width: 80%; margin: 10px auto 0 auto; padding-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; color: #fff; }

#educationContainer { width: 100%; height: auto; padding: 65px 0; background: #fff; }
	#education { width: 1000px; max-width: 92%; margin: 0 auto; }
	#education .block { width: 23%; height: 192px; position: relative; margin-right: 2%; float: left; }
	#education .block1 { background: #40ae49; }
	#education .block2 { background: #f36f21; }
	#education .block3 { background: #d2222a; }
	#education .block4 { margin-right: 0; background: #394bcf; }
	#education .block img { width: 42%; max-width: 160px; position: absolute; bottom: 0; right: 7px; }
	#education .block .type { width: 50%; position: absolute; top: 15px; left: 20px; font-size: 13px; font-weight: bold; color: #fff; line-height: 22px; text-transform: uppercase; }
	#education .block h4 { width: 50%; position: absolute; top: 68px; left: 20px; font-size: 20px; font-weight: normal; color: #fff; line-height: 27px; }
	#education .block a { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; z-index: 20; }
	#education .block1 .type { color: #82d989; }
	#education .block2 .type { color: #ffb081; }
	#education .block3 .type { color: #ff7b81; }
	#education .block4 .type { color: #8491ec; }
	#education .block1:hover { background: #4cbf56; }
	#education .block2:hover { background: #f08647; }
	#education .block3:hover { background: #d84a50; }
	#education .block4:hover { background: #4e5fdb; }

#introContainer { width: 100%; padding: 70px 0; background: #ebebeb; }
	#intro { width: 1000px; max-width: 92%; position: relative; margin: 0 auto; }
	#intro h3 { width: 70%; max-width: 600px; margin-bottom: 30px; font-size: 34px; font-weight: normal; color: #000; line-height: 45px; }
	#intro p { width: 70%; max-width: 600px; font-size: 15px; color: #000; line-height: 27px; }
	#intro img { width: 305px; height: 64px; position: absolute; top: 50%; right: 0; margin-top: -32px; }

#articlesContainer { width: 100%; padding: 70px 0; background: #fff; }
	#articles { width: 1000px; max-width: 92%; margin: 0 auto; }
	#articles .left	{ width: 65%; position: relative; float: left; }
	#articles .left h5 { width: 80%; margin-bottom: 20px; font-size: 23px; font-weight: normal; color: #000; }
	#articles .left .all { position: absolute; top: 7px; right: 0; }
	#articles .left .all a { text-decoration: underline; }
	#articles .left .all a:hover { color: #747474; }
	#articles .left .row { width: 100%; margin-bottom: 30px; }
	#articles .left .icon { width: 15%; float: left; }
	#articles .left .icon img { width: 42px; height: 50px; float: left; }
	#articles .left .content { width: 85%; float: left; }
	#articles .left .content .title { width: 100%; font-size: 17px; color: #000; line-height: 28px; }
	#articles .left .content .title a { font-size: 17px; color: #000; }
	#articles .left .content .title a:hover { text-decoration: underline; }
	#articles .left .content p { width: 100%; margin-bottom: 5px; font-size: 13px; color: #000; line-height: 23px; }
	#articles .left .content .info { width: 100%; font-size: 11px; font-weight: bold; color: #000; letter-spacing: 1px; text-transform: uppercase; line-height: 18px; }
	#articles .right { width: 30%; margin-left: 5%; float: left; }
	#articles .right h5 { width: 100%; margin-bottom: 20px; font-size: 23px; font-weight: normal; color: #000; }
	#articles .right .item { width: 100%; padding: 14px 0 10px 0; border-bottom: 2px solid #dcdcdc; }
	#articles .right .date { width: 20%; font-size: 12px; font-weight: bold; color: #000; letter-spacing: 1px; text-transform: uppercase; float: left; }
	#articles .right .date span { font-size: 21px; font-weight: normal; }
	#articles .right .content { width: 80%; min-height: 48px; font-size: 13px; color: #000; line-height: 18px; float: left; }
	#articles .right .content a { font-size: 11px; font-weight: bold; color: #00b0f0; letter-spacing: 1px; text-transform: uppercase; }
	#articles .right .content a:hover { color: #4ec6f1; }

#edutalksContainer { width: 100%; margin-top: -40px; padding: 0 0 70px 0; background: #fff; }
	#edutalks { width: 1000px; max-width: 92%; margin: 0 auto; padding-top: 50px; border-top: 1px solid #cccccc; position: relative; }
	#edutalks h5 { width: 70%; margin-bottom: 20px; font-size: 23px; font-weight: normal; color: #000; }
	#edutalks .all { position: absolute; top: 57px; right: 0; }
	#edutalks .all a { text-decoration: underline; }
	#edutalks .all a:hover { color: #747474; }
		#edutalks_placeholder { width: 100%; }
		#edutalks_placeholder .edutalk { width: 22%; margin-right: 4%; min-height: 160px; float: left; }
		#edutalks_placeholder .edutalk:last-child { margin-right: 0; }
		#edutalks_placeholder .edutalk a.video_image { width: 100%; height: 130px; background-size: cover; background-position: center center; display: block; }
		#edutalks_placeholder .edutalk a.title { width: 100%; margin-top: 10px; font-size: 13px; color: #000; line-height: 22px; display: block; }
		#edutalks_placeholder .edutalk a.title:hover { text-decoration: underline; }

#publicationsContainer { width: 100%; padding: 70px 0; background: #00b0f0; }
	#publications { width: 1000px; max-width: 92%; margin: 0 auto; }
	#publications .left { width: 67%; position: relative; float: left; }
	#publications .left h5 { width: 80%; margin: 0 0 20px 1%; font-size: 23px; font-weight: normal; color: #fff; }
	#publications .left .all { position: absolute; top: 7px; right: 1%; }
	#publications .left .all a { color: #fff; text-decoration: underline; }
	#publications .left .all a:hover { color: #e3e3e3; }
	#publications .left .book { width: 23%; height: 310px; margin: 0 1% 0 1%; float: left; }
	#publications .left .book .background { width: 100%; height: 200px; background: #2bc7ff; position: relative; }
	#publications .left .book .background img { max-width: 90%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }
	#publications .left .book h6 { width: 100%; margin-top: 20px; font-size: 12px; font-weight: bold; color: #fff; line-height: 20px; letter-spacing: 1px; text-transform: uppercase; }
	#publications .left .book p { width: 100%; margin-top: 5px; font-size: 13px; color: #fff; line-height: 17px;}
	#publications .right { width: 30%; margin-left: 3%; float: left; }
	#publications .right h5 { width: 100%; margin-bottom: 20px; font-size: 23px; font-weight: normal; color: #fff; }

#newsletterContainer { width: 100%; padding: 60px 0; background: #1e82c8; }
	#newsletter { width: 1000px; max-width: 92%; margin: 0 auto; }
	#newsletter p { width: 100%; font-size: 17px; color: #fff; text-align: center; line-height: 25px; }
	#newsletter .input_placeholder { width: 720px; height: 170px; position: relative; margin: 0 auto; }
	#newsletter .input_placeholder input.text { width: 253px; height: 21px; position: absolute; padding: 12px 15px; font-size: 15px; color: #000; line-height: 21px; border: none; border-radius: 0; }
	#newsletter .input_placeholder input.submit { width: 130px; height: 45px; position: absolute; top: 30px; left: 590px; font-size: 12px; font-weight: bold; color: #fff; letter-spacing: 1px; line-height: 45px; text-align: center; text-transform: uppercase; background: #f36f21; border: 0; cursor: pointer; -webkit-appearance: none; border-radius: 0; }
	#newsletter .input_placeholder input.submit:hover { background: #f28b4f; }
	#newsletter .input_placeholder input.name { top: 30px; left: 0; }
	#newsletter .input_placeholder input.mail { top: 30px; left: 295px; }
		#newsletterCaptcha { width: 304px; margin: 0 auto; padding-top: 80px; float: none;}
		#newsLetterCaptcha div { margin: 0 auto; }

#footerContainer { width: 100%; padding: 60px 0; background: #202020; }
	#footer { width: 1000px; max-width: 92%; margin: 0 auto; font-size: 13px; color: #fff; line-height: 22px; }
	#footer h6 { width: 100%; margin-bottom: 8px; font-size: 15px; color: #fff; text-transform: uppercase; letter-spacing: 1px; line-height: 22px; }
	#footer .left { width: 27%; float: left; }
	#footer .center { width: 34%; float: left; }
	#footer .center .contact_left { width: 35%; float: left; }
	#footer .center .contact_right { width: 65%; float: left; }
	#footer .right { width: 39%; float: left; }
	#footer a { color: #fff; text-decoration: underline; }
	#footer a:hover { color: #e3e3e3; }
	#footer p { width: 100%; margin: 30px 0 0 0; text-align: center; }


.edutalk_left { width: 25%; margin-right: 5%; float: left; }
.edutalk_right { width: 70%; float: left; }

#translate_placeholder { width: auto; height: auto; padding: 15px; background: #fff; border: 1px solid #000; border-bottom: none; position: fixed; bottom: 0; right: 50px; }

#cookie_popup_wrapper { width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.7); position: fixed; overflow: scroll; top: 0; left: 0; z-index: 50; }
	#cookie_popup { width: 90%; max-width: 500px; margin: 60px auto; background: #fff; }
	#cookie_popup h4 { width: 90%; margin: 0 auto 25px auto; padding-top: 20px; font-size: 18px; color: #000; font-weight: bold; text-transform: none; }
	#cookie_popup p { width: 90%; margin: 0 auto 25px auto; font-size: 14px; color: #000; }
	#cookie_popup .gray_background { margin-top: 20px; padding: 20px 0 0 0; background: #f36f21; color: #fff; cursor: pointer; }
	#cookie_popup .row { width: 90%; margin: 0 auto 25px auto; }
	#cookie_popup .choice_row { width: 83%; padding-right: 17%; float: left; margin: 0 0 25px 0; font-size: 13px; position: relative; }
	#cookie_popup .choice_row .choice img { width: 32px; height: 32px; position: absolute; top: 50%; right: 0; margin-top: -16px; float: right; }
	#cookie_popup .left_half { width: 48%; margin: 0; float: left; }
	#cookie_popup .right_half { width: 48%; margin: 0 0 0 4%; float: left; }
	#cookie_popup .title_left { height: 35px; float: left; }
	#cookie_popup .title_left img { width: 24px; height: 24px; margin-right: 14px; }
	#cookie_popup .title_right { height: 35px; line-height: 24px; font-weight: bold; font-size: 14px; float: left; }
	#cookie_popup .save { width: auto; float: left; height: 36px; margin: 20px 0 20px 5%; line-height: 36px; padding: 0 20px; display: block; background: #00b0f0; color: #fff; font-size: 14px; font-weight: bold; letter-spacing: 1px; cursor: pointer; border: none; border-radius: 0; -webkit-appearance: none; }
	#cookie_popup .save:hover { background: #68cff4; cursor: pointer; }

#news_popup_wrapper { width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.7); position: fixed; overflow: scroll; top: 0; left: 0; z-index: 50; }
	#news_popup { width: 90%; max-width: 730px; margin: 60px auto; background: #fff; }
	#news_popup .header { width: 100%; min-height: 115px; background: #00b0f0; position: relative; }
	#news_popup h5 { width: 90%; margin: 0 auto; padding: 15px 0 5px 0; line-height: 42px; font-size: 28px; font-weight: bold; letter-spacing: 4px; color: #fff; text-transform: uppercase; text-align: center; }
	#news_popup h6 { width: 90%; margin: 0 auto; padding: 0 0 10px 0; line-height: 34px; font-size: 22px; font-weight: normal; color: #fff; text-align: center; }
	#news_popup .close { width: 44px; height: 44px; position: absolute; top: 15px; right: 15px; background: url('../images/popup-close-sprite.png') top left; background-size: cover; cursor: pointer; }
	#news_popup .close:hover { background-position: bottom left; cursor: pointer; }
	#news_popup .background { width: 100%; height: 200px; background-size: cover; background-position: center center; }
	#news_popup .background .overlay { width: 100%; height: 100%; position: relative; background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.5); }
	#news_popup .background .text_placeholder { position: absolute; left: 5%; top: 0; width: 90%; height: 100%; display: table; }
	#news_popup .background .text_placeholder p { display: table-cell; vertical-align: middle; text-align: center; font-size: 20px; color: #000; line-height: 32px; }
	#news_popup .content { width: 90%; margin: 0 auto; padding: 25px 0; }
	#news_popup .content p { width: 100%; margin: 0 0 25px 0; text-align: center; line-height: 22px; font-size: 14px; }
	#news_popup .content a.button_purple { width: 180px; height: 60px; margin: 0 auto; background: #a2228e; font-size: 15px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 60px; letter-spacing: 1px; text-decoration: none; display: block; text-align: center; }
	#news_popup .content a.button_purple:hover { background: #c640b1; color: #fff; }

@media only screen and (max-width: 1400px) {
	#sliderContainer ul li .slideContent .top_spacer { height: 60px; }
	#sliderContainer ul li .slideContent .title { height: 120px; }
	#sliderContainer ul li .slideContent .title h2 { font-size: 40px; line-height: 60px; }
	#sliderContainer ul li .slideContent .subtitle p { font-size: 22px; line-height: 32px; }
}

@media only screen and (max-width: 1200px) {
	#nav_open { width: 34px; height: 34px; position: absolute; top: 33px; right: 33px; background: url('../images/menu-button-open.png') no-repeat; background-size: cover; cursor: pointer; display: block; }
	#nav_close_placeholder { width: 80%; max-width: 400px; height: 34px; margin: 20px auto 0 auto; display: block; }
	#nav_close { width: 34px; height: 34px; float: right; background: url('../images/menu-button-close.png') no-repeat; background-size: cover; cursor: pointer; z-index: 30; }

	#top nav ul li:hover > .submenu { display: none; }

	#topContainer { height: 100px; }
	#topContainer h1 { margin-top: 27px; }
	#top nav { width: 100%; height: 100%; margin: 0; position: fixed; top: 0; left: 0; background: #00b0f0; z-index: 40; display: none; }
	#top nav ul { width: 80%; max-width: 400px; margin: 70px auto 0 auto; border-top: 1px solid #fff; float: none; }
	#top nav ul li { width: 100%; height: auto; padding: 0; margin: 0; border-bottom: 1px solid #fff; float: none; }
	#top nav ul li a, #top nav ul li a.login { width: 80%; height: auto; padding: 0 10%; margin: 0; color: #fff; line-height: 40px; background: none; }
	#top nav ul li a:hover, #top nav ul li a.login:hover { height: auto; border-bottom: none; text-decoration: none; background: #36c1f4; }
}

@media only screen and (max-width: 1030px) {
	#top nav ul li { margin-left: 15px; }
	#intro img { width: 203px; height: 41px; margin-top: -20px; }
}

@media only screen and (max-width: 1000px) {
	#headerContainer { height: 380px; }
	#header h2 { padding-top: 55px; font-size: 40px; line-height: 55px; }
	#header .button1 { top: 255px; }
	#header .button2 { top: 255px; }

	#content .right .publications { max-width: 525px; margin: 25px auto; }
	#content .right .publications .item { width: 29%; margin: 0 2% 25px 2%; }
	#content .right .publications .item:nth-child(4n) { margin-right: 2%; }

	#content .login .main .field_left { width: 45%; }
	#content .login .main .field_right { width: 55%; }

	#publications .left { width: 100%; max-width: 650px; margin: 0 auto; float: none; }
	#publications .right { display: none; }

	#education .block h4 { font-size: 18px; }
	#education .block .type { width: 80%; }

	#registration_steps .block { height: 310px; }
}

@media only screen and (max-width: 900px) {

	#sliderContainer { height: 400px; }
	#sliderContainer ul li .slideContent .top_spacer { height: 20px; }
	#sliderContainer ul li .slideContent .title { width: 75%; height: 110px; }
	#sliderContainer ul li .slideContent .title h2 { font-size: 34px; line-height: 46px; }
	#sliderContainer ul li .slideContent .title_full { width: 70%; height: 250px; }
	#sliderContainer ul li .slideContent .title_full h2 { font-size: 34px; line-height: 46px; }
	#sliderContainer ul li .slideContent .subtitle { height: 120px; margin: 10px auto 25px auto; }
	#sliderContainer ul li .slideContent .subtitle p { font-size: 18px; line-height: 26px; }
	#sliderContainer ul li .slideContent .subtitle_full { height: 250px; width: 70%; margin: 10px auto 25px auto; }
	#sliderContainer ul li .slideContent .subtitle_full p { font-size: 18px; line-height: 26px; }
	#sliderContainer .slide_left { width: 32px; height: 48px; left: 3%; margin-top: -24px; }
	#sliderContainer .slide_right { width: 32px; height: 48px; right: 3%; margin-top: -24px; }

	#loginBox { width: 40%; }
	#breadcrumbs { width: 60%; }

	#education .block { height: 170px; }
	#education .block h4 { font-size: 16px; line-height: 22px; }

	#articles .left { padding-bottom: 15px;}
	#articles .left h5 { width: 100%; }
	#articles .left .all { position: absolute; top: auto; bottom: 0; left: 0; }

	#publications .left { padding-bottom: 30px; }
	#publications .left h5 { width: 100%; }
	#publications .left .all { position: absolute; top: auto; bottom: -10px; left: 1%; }

	#content .login .main .field_left { width: 50%; }
	#content .login .main .field_right { width: 50%; }

	#footer { text-align: center; }
	#footer .left { width: 50%; }
	#footer .center { width: 50%; }
	#footer .center .contact_left { width: 40%; margin-left: 10%; }
	#footer .center .contact_right { width: 40%; margin-right: 10%; }
	#footer .right { width: 100%; margin-top: 40px; }

	#registration_steps .block { height: 330px; }
}

@media only screen and (max-width: 800px) {
	#sliderContainer ul li .slideContent .title { width: 75%; height: 100px; }
	#sliderContainer ul li .slideContent .title h2 { font-size: 28px; line-height: 36px; }
	#sliderContainer ul li .slideContent .title_full h2 { font-size: 28px; line-height: 36px; }
	#sliderContainer ul li .slideContent .subtitle { width: 68%; height: 120px; margin: 10px auto 15px auto; }
	#sliderContainer ul li .slideContent .subtitle p { font-size: 18px; line-height: 26px; }

	#header h2 { padding-top: 50px; font-size: 33px; line-height: 45px; }
	#header .button1 { top: 205px; left: 50%; margin-left: -159px; }
	#header .button2 { top: 280px; left: 50%; margin-left: -159px; }

	#loginBox .content { display: none; }

	#content .left { width: 100%; margin-bottom: 35px; }
	#content .left h3 { width: 100%; text-align: center; max-width: 100%; }
	#content .left ul { width: 100%; max-width: 400px; margin: 0 auto; }
	#content .left ul li { width: 100%; max-width: 100%; text-align: center; background: url('../images/sub-menu-background.png') center bottom no-repeat; float: left; }
	#content .left ul li:last-child { background: none; }
	#content .left ul li ul li { margin-left: 0; width: 100%; }
	#content .left .block { max-width: 300px; margin: 0 auto; text-align: center; }
	#content .right { width: 100%; text-align: center; }
	#content .right img { margin: 0 auto; }
	#content .right .button_purple { display: table; margin: 15px auto; float: none; }
	#content .right .input_block input.text { width: 92%; height: 20px; margin: 0 auto 17px auto; padding: 16px 3%; float: none; }
	#content .right .input_block textarea { width: 92%; margin: 0 auto 17px auto; padding: 16px 3%; float: none; font-family: "PT Sans", Arial, sans-serif; font-size: 14px; color: #000; }
	#content .right .input_block .tooltip { height: 20px; margin-top: -10px; line-height: 20px; }
	#content .right .input_block .tooltip_empty { display: none; }
	#content .right .input_block input.submit { display: table; margin: 0 auto; float: none; }
	#content .right table.specifications { margin: 15px auto; max-width: 400px; }
	#content .right table.specifications td { width: 50%; }

	#content .login .main .field_left { text-align: left; }
	#content .login .main { padding-left: 17px; padding-right: 13px; }
	#content .login .left { width: 100%; max-width: 400px; margin: 0 auto 30px auto; float: none; }
	#content .login .right { width: 100%; max-width: 400px; margin: 0 auto; float: none; }
	#content .login h2 { text-align: center; }

	#content .right a.button_purple { margin: 0 auto; float: none; }
	#content .right .block_left, #content .right .block_right { text-align: left; }

	#registration_steps .block { height: auto; }
	#registration_steps .block .title { font-size: 20px; }
	#registration_steps .block p { display: none; }

	#education .block { height: 160px; }
	#education .block img { display: none; }
	#education .block .type { width: 80%; max-width: 160px; height: 44px; position: relative; top: 0; left: 0; margin: 13px auto 0 auto; text-align: center; }
	#education .block h4 { width: 80%; position: relative; top: 0; left: 0; margin: 8px auto 0 auto; text-align: center; }

	#introContainer { padding: 45px 0; }
		#intro h3 { width: 100%; margin: 0 auto 30px auto; text-align: center; }
		#intro p { width: 100%; margin: 0 auto; text-align: center; }
		#intro img { display: none; }

	#articles .left { width: 100%; max-width: 550px; margin: 0 auto 40px auto; float: none; }
	#articles .right { width: 100%; max-width: 300px; margin: 0 auto; float: none; }

	#newsletter p { margin-bottom: 20px;}
	#newsletter .input_placeholder { width: 100%; max-width: 400px; height: auto; }
	#newsletter .input_placeholder input.text { max-width: 80%; position: static; margin: 0 auto 12px auto; display: block; }
	#newsletter .input_placeholder input.submit { max-width: 80%; position: relative; top: 0; left: 0; margin: 0 auto; display: block; }
		#newsletterCaptcha { padding-top: 0; }

	#edutalks h5 { width: 100%; text-align: center; }
	#edutalks_placeholder { width: 100%; max-width: 450px; margin: 0 auto; }
	#edutalks_placeholder .edutalk { width: 47%; margin-right: 6%; min-height: 160px; margin-bottom: 15px; }
	#edutalks_placeholder .edutalk:nth-child(2) { margin-right: 0; }
	#edutalks .all { width: 100%; text-align: center; position: absolute; bottom: -27px; top: auto; left: 0; }
}

@media only screen and (max-width: 700px) {
	#education .block { width: 94%; height: 230px; max-width: 300px; margin: 0 auto 15px auto; float: none; }
	#education .block img { display: block; }
	#education .block .type { width: 50%; margin-top: 0; padding-top: 13px; position: absolute; top: 15px; left: 20px; text-align: left; }
	#education .block h4 { width: 50%; font-size: 24px; line-height: 34px; position: absolute; top: 68px; left: 20px; text-align: left; }

	#loginBox { width: 45%; }
	#breadcrumbs { width: 55%; }

	#content .right .block_left { width: 40%; float: left; }
	#content .right .block_right { width: 60%; float: left; }

	#registration_steps .block .title { font-size: 18px; }
}

@media only screen and (max-width: 650px) {
	#breadcrumbs { margin-bottom: 30px; text-align: right; }
	#content .left ul li { padding: 10px 0 14px 0; }

	#publications .left { max-width: 320px; }
	#publications .left .book { width: 46%; margin: 0 2% 35px 2%; }
}

@media only screen and (max-width: 550px) {
	#nav_open { right: 30px; }

	#header h2 { padding-top: 50px; font-size: 30px; line-height: 42px; }
	#header .button1 { width: 260px; top: 210px; margin-left: -134px; font-size: 14px; letter-spacing: 0; }
	#header .button2 { width: 268px; top: 285px; margin-left: -134px; font-size: 14px; letter-spacing: 0; }

	#content .right .publications { max-width: 325px; height: auto; margin: 25px auto; }
	#content .right .publications .item { width: 46%; margin: 0 2% 25px 2%; }
	#content .right .publications .item:nth-child(4n) { margin-right: 2%; }

	#footer .left { width: 100%; }
	#footer .center { width: 100%; margin-top: 40px; }

	.edutalk_left { display: none; }
	.edutalk_right { width: 100%; float: left; }

	#registration_steps .block { padding: 20px 0; }
	#registration_steps .block .title { margin-bottom: 0; font-size: 16px; width: 95%; }
	#registration_steps .block img { display: none; }

	#cookie_popup .left_half { width: 100%; margin: 0 0 25px 0; }
	#cookie_popup .right_half { width: 100%; margin: 0; }
}

@media only screen and (max-width: 500px) {
	#sliderContainer ul li .slideContent .title { height: 90px; }
	#sliderContainer ul li .slideContent .title h2 { font-size: 20px; line-height: 26px; }
	#sliderContainer ul li .slideContent .title_full h2 { font-size: 20px; line-height: 26px; }
	#sliderContainer ul li .slideContent .subtitle { width: 75%; height: 140px; margin: 10px auto 25px auto; }
	#sliderContainer ul li .slideContent .subtitle p { font-size: 14px; line-height: 20px; }
	#sliderContainer ul li .slideContent .subtitle_full p { font-size: 14px; line-height: 20px; }
	#sliderContainer .slide_left { width: 24px; height: 36px; left: 2%; margin-top: -18px; }
	#sliderContainer .slide_right { width: 24px; height: 36px; right: 2%; margin-top: -18px; }
}

@media only screen and (max-width: 450px) {
	.responsive_hide_450 { display: none; }

	#registration_steps .block { width: 100%; padding: 10px 0; max-width: 250px; float: none; margin: 0 auto 15px auto; }
	#registration_steps .block .title { font-size: 18px; }
}

@media only screen and (max-width: 430px) {
	#content .left ul { max-width: 200px; margin: 0 auto; }
	#content .left ul li { width: 100%; }
	#articles .left .icon { width: 22%; }
	#articles .left .content { width: 78%; }

	#header h2 { font-size: 26px; line-height: 34px; }

	#edutalks_placeholder { width: 100%; max-width: 220px; margin: 0 auto; }
	#edutalks_placeholder .edutalk { width: 90%; margin: 0 auto 15px auto; float: none; }
	#edutalks_placeholder .edutalk:nth-child(2) { margin-right: auto; }
	#edutalks_placeholder .edutalk:last-child { margin-right: auto; }
}

@media only screen and (max-width: 400px) {
	#sliderContainer ul li .slideContent .subtitle { width: 68%; max-height: 200px; overflow: hidden; }
	#sliderContainer ul li .slideContent .read_more { padding: 0 14px; }
	#sliderContainer ul li .slideContent .read_more a { height: 48px; overflow: hidden; font-size: 13px; line-height: 48px; letter-spacing: 0; }
}

@media only screen and (max-width: 350px) {
	#top h1 { width: 170px; height: 15px; position: absolute; margin: 42px 0 0 5px; background-size: cover; }
	#top h1 a { width: 170px; height: 15px; }

	#content .right .publications { width: auto; margin: 0 -10px 0 -10px; }

	#education .block { height: 200px; }
	#education .block img { display: none; }
	#education .block .type { width: 80%; max-width: 160px; height: 44px; position: relative; top: 0; left: 0; margin: 13px auto 0 auto; text-align: center; }
	#education .block h4 { width: 80%; position: relative; top: 0; left: 0; margin: 8px auto 0 auto; text-align: center; }

	#publications .left .book { width: 96%; margin: 0 auto 35px auto; max-width: 120px; float: none; }
}

@media only screen and (max-width: 300px) {
	#header h2 { font-size: 26px; }
	#header .button1 { width: 240px; margin-left: -124px; font-size: 13px; font-weight: normal; }
	#header .button2 { width: 248px; margin-left: -124px; font-size: 13px; font-weight: normal; }

	#articles .left .icon { width: 27%; }
	#articles .left .content { width: 73%; }
}