@charset "UTF-8";
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
}
a {                                      	
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a, a:active, a:hover, input, button { outline: none; }
table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			
}
img, a img {
	border: none;
} 
input, select, button, textarea {
	margin: 0; 				
	font-size: 100%; 			
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/*fonts*/
@font-face {
    font-family: 'OswaldBook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('oswald-light-webfont.eot');
    src: url('oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-light-webfont.woff') format('woff'),
         url('oswald-light-webfont.ttf') format('truetype'),
         url('oswald-light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.ttf') format('truetype'),
         url('oswald-bold-webfont.svg#OswaldBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldStencilRegular';
    src: url('oswald-stencil-webfont.eot');
    src: url('oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-stencil-webfont.woff') format('woff'),
         url('oswald-stencil-webfont.ttf') format('truetype'),
         url('oswald-stencil-webfont.svg#OswaldStencilRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* general styles */
body {
	font: 12px 'OswaldBook', Arial, Helvetica, sans-serif;
	line-height: 1;
	position: relative;
	color: #fff;
	background: #002c3a;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
input, select, button, textarea {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
h1 {
	font: 54px 'OswaldBold', Arial, Helvetica, sans-serif;
	line-height: auto;
	text-transform: uppercase;
}
p {
	font: 12px 'OswaldLight', Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #00313b;
	text-decoration: none;
}
a:focus, a:active {
	color: #00313b;
	text-decoration: underline;
}


/* loader */
#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#loader .t, #loader .b {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #002c3a;
}
#loader .b {
	top: auto;
	bottom: 0;
}

#loader .s {
	width: 1%;
	padding-bottom: 5px;
	position: absolute;
	top: 49%;
	left: 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}

#loader .s span {
	padding: 0 5px 0 20px;
	color: #00b1b0;
	background: url(../images/loading.gif) 0 center no-repeat;
}

#loader .l {
	width: 100%;
	height: 178px;
	position: absolute;
	top: 15%;
	left: 0;
	background: url(../images/logo-intro.gif) center no-repeat;
}


/* help */
#btn-help {
	display: block;
	width: 130px;
	height: 44px;
	margin-left: 330px;
	position: fixed;
	top: -1px;
	left: 50%;
	z-index: 9999;
	font: 18px/43px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	background: url(../images/btn-help-bg.png) no-repeat;
}

#btn-help:hover {
	top: 0;
	text-decoration:underline;
}


/* header */
#header {
	width: 100%;
	height: 138px;
	position: fixed;
	top: -150px;
	left: 0;
	z-index: 9999;
	background: #7ab2af url(../images/bg-header-bottom.png) center 0 repeat-x;
	-webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
    box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
}

.no-js #header {
	top: 0;
}

#header .bg {
	width: 100%;
	height: 138px;
	background: url(../images/bg-header.png) center 0 no-repeat;
}

#header .wrapper {
	height: 138px;
	background: url(../images/logo.png) center 21px no-repeat;
}

#header ul {
	padding-top: 115px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

#header ul li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 5px;
	background: url(../images/nav-sep.png) right center no-repeat;
}

#header ul li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

#header ul li a {
	font: 15px/17px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00535e;
}

#header ul li a:hover,
#header ul li a.active {
	color: #fff;
}

.old-ie #header ul {
	width: 290px;
	margin: 0 auto;
}

.old-ie #header ul li {
	float: left;
	display: inline;
}


/* header logos */
/*#logos {
	display: block;
	width: 85px;
	height: 38px;
	margin-left: -460px;
	position: fixed;
	top: 1px;
	left: 50%;
	z-index: 9999;
	background: url(../images/header-logos.png) no-repeat;
}
.old-ie #logos {
	background-image: url(../images/header-logos.gif);
}*/


/* side navigation */
#nav {
	margin-top: -100px;
	position: fixed;
	left: -50px;
	top: 50%;
	z-index: 9999;
	list-style: none;
}
.no-js #nav {
	left: 3%;
}

#nav li {
	display: block;
	width: 30px;
	height: 40px;
	position: relative;
	text-align: center;
	cursor: pointer;
	
}

#nav li a {
	display: block;
	width: 30px;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font: 12px/14px 'OswaldBold', Arial, Helvetica, sans-serif;
	color: #45a0bb;
	text-decoration:none;
	background: url(../images/bg-nav-dot.png) center 1px no-repeat;
}
.old-ie #nav li a {
	background-image: url(../images/bg-nav-dot.png);
}

#nav li a.active {
	background-position: center -51px;
	color: #fff;
}

#nav li:hover a {
	color: #fff;
}

#nav.inverse li a {
	color: #92ded6;
}

#nav.inverse li:hover a, #nav.inverse li a.active {
	color: #00525d;
}

#nav li span {
	display: none;
	padding: 5px 8px 5px 12px;
	position: absolute;
	top: -2px;
	left: 40px;
	font: 12px/16px 'OswaldBook', Arial, Helvetica, sans-serif;
	white-space: nowrap;
	color: #fff;
	background: url(../images/bg-nav-tip.png) 0 center no-repeat;
}
.old-ie #nav li span {
	font: 12px/16px Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-nav-tip.gif);
}


/* footer */
#footer {
	width: 100%;
	height: 38px;
	position: fixed;
	left: 0;
	bottom: -60px;
	z-index: 9999;
	background: #7ab2af url(../images/bg-footer-bottom.png) center 0 repeat-x;
	-webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
    box-shadow: 1px 1px 7px 0 rgba(0,0,0,.5);
}

.no-js #footer {
	bottom: 0;
}

#footer .bg {
	width: 100%;
	height: 38px;
	background: url(../images/bg-footer.png) center 1px no-repeat;
}

#footer .wrapper {
	height: 38px;
	position: relative;
}

#footer .socials {
	font: 15px/38px 'OswaldBook', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #17444d;
}

#footer .socials em {
	float: left;
	font-style: normal;
	line-height: 43px;
}

#footer .socials a {
	float: left;
	margin-left: 10px;
}

#footer .socials a:hover {
	opacity: .85;
}

#footer .socials img {
	vertical-align: middle;
}
.old-ie #footer .socials img {
	padding-top: 6px;
}

#footer ul {
	float: right;
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0 5px;
	font: 13px/43px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #17444d;
}

#footer ul li a {
	text-decoration: none;
	color: #17444d;
}

#footer ul li a:hover {
	color: #fff;
}

#footer #nav-down {
	display: block;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	position: absolute;
	top: -14px;
	left: 50%;
}

#footer #nav-down img {
	width: 28px;
	height: 28px;
}

#footer .logos {
	float: right;
	width: 81px;
	height: 38px;
	margin-right: 10px;
	background: url(../images/footer-logos.png) center no-repeat;
}
.old-ie #footer .logos {
	background-image: url(../images/footer-logos.gif);
}


/* pages (general styles) */
.page {
	height: 88%;
	position: relative;
}

.page .bg {
	padding-top: 1px;
	overflow: hidden;
}

.page .wrapper {
	position: relative;
}


/* page 1 */
#page-1 {
	background: #002c3a url(../images/bg-page-1.png) center bottom;
}

#page-1 .wrapper {
	height: 550px;
	position: relative;
	text-align: center;
}

#page-1 .content {
	width: 850px;
	padding-top: 21px;
	margin: -750px auto 0;
	position: relative;
}

.no-js #page-1 .content {
	margin-top: 0;
}

#page-1 .content .text {
	visibility: hidden;
}

#page-1 .content .text h1 {
	padding: 25px 0 0;
	color: #f93;
}

#page-1 .content .text p {
	padding: 10px 0;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

#page-1 .content .video {
	display: none;
	width: 834px;
	height: 214px;
	position: absolute;
	top: 40px;
	left: 7px;
	background: #002c3a;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}

#page-1 .content .video .close {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -10px;
	right: -10px;
	overflow: hidden;
	background: url(../images/popup-close.png) no-repeat;
}

#page-1 ul {
	width: 810px;
	height: 290px;
	margin: 30px auto 0;
	visibility: hidden;
	list-style: none;
	border-top: 1px solid #f93;
	border-bottom: 1px solid #f93;
}
.no-js #page-1 ul {
	visibility: visible;
}

#page-1 ul li {
    float: left;
    margin: 20px 10px 0;
	position: relative;
    text-align: center;
	cursor: pointer;
	-webkit-perspective: 600;
	-moz-perspective: 600;
	perspective: 600;
}

#page-1 ul li a {
	display: block;
	width: 250px;
	height: 251px;
	position: relative;
    text-decoration: none;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
	-moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform .5s;
	transform-style: preserve-3d;
    transition: transform .5s;
}

#page-1 ul li a span {
	display: block;
	width: 250px;
	height: 251px;
	position: absolute;
	top: 0;
	left: 0; 
	z-index: 100;
	background: center 0 no-repeat;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page-1 ul li a span.back {
	z-index: 90;
	background-position: center -252px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#page-1 ul li a.reverse span.back {
	z-index: 110;
}

#page-1 ul li:hover a {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#page-1 ul li a.btn-know span {
	background-image: url(../images/btn-know.png);
}
.old-ie #page-1 ul li a.btn-know span {
	background-image: url(../images/btn-know.gif);
}

#page-1 ul li a.btn-find span {
	background-image: url(../images/btn-find.png);
}
.old-ie #page-1 ul li a.btn-find span {
	background-image: url(../images/btn-find.gif);
}

#page-1 ul li a.btn-reach span {
	background-image: url(../images/btn-reach.png);
}
.old-ie #page-1 ul li a.btn-reach span {
	background-image: url(../images/btn-reach.gif);
}


/* page 2 */
#page-2 {
	background: #e78b2f url(../images/bg-page-2.png) center bottom;
}

#page-2 .bg {
	background: url(../images/bg-page2-top.png) center 0 no-repeat;
}

#page-2 .wrapper {
	width: 762px;
	height: 665px;
	visibility: hidden;
	background: url(../images/bg-page2-wrapper.png) 0 0 no-repeat;
}
.old-ie #page-2 .wrapper {
	background-image: url(../images/bg-page2-wrapper.gif);
}
.no-js #page-2 .wrapper {
	visibility: visible;
}

#page-2 .content {
	display: none;
	width: 340px;
}
.no-js #page-2 .content {
	display: block;
}

#page-2 .content h1 {
	padding: 0;
	line-height: 54px;
	color: #fff;
}

#page-2 .content p {
	padding: 10px 0;
	font: 16px/22px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #fff;
}

#page-2 .select-text {
	display: none;
	width: 100px;
	position: absolute;
	top: 302px;
	left: 15px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.no-js #page-2 .select-text {
	display: block;
}

#page-2 #scroller {
	display: none;
	width: 168px;
	height: 168px;
	position: absolute;
	top: 238px;
	left: 354px;
	z-index: 999;
	overflow: hidden;
	background: url(../images/bg-page2-scroller.png) center no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.old-ie #page-2 #scroller {
	background-image: url(../images/bg-page2-scroller.gif);
}
.no-js #page-2 #scroller {
	display: block;
}

#page-2 #scroller a {
	display: block;
	height: 20px;
	margin: 0 40px;
	text-indent: -999px;
}
	
#page-2 #scroller .btn-scroll-up {
	margin-top: 7px;
	background: url(../images/btn-scroll-up.png) center 11px no-repeat;
}

#page-2 #scroller .btn-scroll-up:hover {
	background-position: center 10px;
}

#page-2 #scroller .btn-scroll-down {
	
	background: url(../images/btn-scroll-down.png) center 2px no-repeat;
}
#page-2 #scroller .btn-scroll-down:hover {
	background-position: center 3px;
}

#page-2 #scroller .scroll-wrapper {
}
	
#page-2 #scroller ul {
	display: block;
	margin: 5px auto;
	list-style: none;
	height: 100px;
	width: 140px;
	position: relative;
	z-index: 999;
	overflow: hidden; 
}
	
#page-2 #scroller ul li {
	display: block;
	height: 30px;
	width: 140px;
	position: absolute;
	left: 0;
	font: 17px/30px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #ffc473;
	cursor: pointer;
}	
	
#page-2 #scroller ul li.active {
	font-size: 23px;
	color: #fff;
	cursor: default;
}

#page-2 #critical-info {
	visibility: hidden;
	width: 300px;
	height: 205px;
	position: absolute;
	top: 430px;
	left: 0;
	overflow: auto;
	font: normal 16px/22px 'OswaldBook', Arial, Helvetica, sans-serif;
}


/* bubbles */
#page-2 .bubbles {
	display: block;
	width: 400px;
	height: 700px;
	position: absolute;
	top: -30px;
	left: 450px;
}

#page-2 .bubbles .bubble {
	visibility: hidden;
	position: absolute;
	color: #fff;
	text-align: center;
	font: 12px 'OswaldLight', Arial, Helvetica, sans-serif;
	color: #fff;
	background: center no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-transform .1s;
	-moz-transition: -moz-transform .1s;
	transition: transform .1s;
}

#page-2 .bubbles .selected {
	background-color: rgba(0,255,0,.3);
}

#page-2 .bubbles .bubble em {
	display: block;
	font-style: normal;
}

#page-2 .bubbles .bubble .popup-content {
	display: none;
}

#page-2 .bubbles .bubble:hover,
#page-2 .bubbles .bubble.hovered {
	z-index: 999;
}


/* critical section */
#page-2 .bubbles .section-critical .bubble1_1 {
	width: 97px;
	height: 99px;
	left: 23px;
	top: 186px;
	font-size: 14px;
	line-height: 17px;
	background-image: url(../images/bubble1-2.png);
}
#page-2 .bubbles .section-critical .bubble1_1 em { padding-top: 24px; }	
	
#page-2 .bubbles .section-critical .bubble1_2 {
	width: 97px;
	height: 99px;
	left: 60px;
	top: 380px;
	font-size: 13px;
	line-height: 16px;
	background-image: url(../images/bubble1-2.png);
}
#page-2 .bubbles .section-critical .bubble1_2 em { padding-top: 27px; }	
	
#page-2 .bubbles .section-critical .bubble2_1 {
	width: 71px;
	height: 73px;
	left: 42px;
	top: 524px;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-critical .bubble2_1 em { padding-top: 17px; margin: 0 3px; }

#page-2 .bubbles .section-critical .bubble2_2 {
	width: 117px;
	height: 117px;
	left: 154px;
	top: 255px;
	font-size: 18px;
	line-height: 21px;
	background-image: url(../images/bubble2-3.png);
}
#page-2 .bubbles .section-critical .bubble2_2 em { padding-top: 17px; margin: 0 10px; }
	
#page-2 .bubbles .section-critical .bubble3_1 {
	width: 107px;
	height: 109px;
	left: 165px;
	top: 79px;
	font-size: 15px;
	line-height: 18px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-critical .bubble3_1 em { padding-top: 22px; margin: 0 5px; }	
	
#page-2 .bubbles .section-critical .bubble3_2 {
	width: 107px;
	height: 109px;
	left: 204px;
	top: 467px;
	font-size: 14px;
	line-height: 17px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-critical .bubble3_2 em { padding-top: 21px; margin: 0 7px; }	

/* older adults section */
#page-2 .bubbles .section-older-adults .bubble1_1 {
	width: 97px;
	height: 99px;
	left: 16px;
	top: 187px;
	font-size: 16px;
	line-height: 19px;
	background-image:url(../images/bubble1-2.png);
}
#page-2 .bubbles .section-older-adults .bubble1_1 em { padding-top: 30px; }

#page-2 .bubbles .section-older-adults .bubble1_2 {
	width: 71px;
	height: 73px;
	left: 33px;
	top: 436px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-older-adults .bubble1_2 em { padding-top: 14px; }

#page-2 .bubbles .section-older-adults .bubble1_3 {
	width: 71px;
	height: 73px;
	left: 97px;
	top: 319px;
	font-size: 14px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-older-adults .bubble1_3 em { padding-top: 29px; }
		
#page-2 .bubbles .section-older-adults .bubble2_1 {
	width: 71px;
	height: 73px;
	left: 161px;
	top: 215px;
	font-size: 12px;
	line-height: 12px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-older-adults .bubble2_1 em { padding-top: 29px; }
	
#page-2 .bubbles .section-older-adults .bubble2_2 {
	width: 71px;
	height: 73px;
	left: 159px;
	top: 425px;
	font-size: 13px;
	line-height: 15px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-older-adults .bubble2_2 em { padding-top: 16px; }	

#page-2 .bubbles .section-older-adults .bubble2_3 {
	width: 71px;
	height: 73px;
	left: 27px;
	top: 536px;
	font-size: 14px;
	line-height: 15px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-older-adults .bubble2_3 em { padding-top: 18px; }

#page-2 .bubbles .section-older-adults .bubble2_4 {
	width: 71px;
	height: 73px;
	left: 21px;
	top: 93px;
	font-size: 14px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-older-adults .bubble2_4 em { padding-top: 27px; }	
	
#page-2 .bubbles .section-older-adults .bubble3_1 {
	width: 107px;
	height: 109px;
	left: 139px;
	top: 53px;
	font-size: 18px;
	line-height: 21px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-older-adults .bubble3_1 em { padding-top: 26px; }	

#page-2 .bubbles .section-older-adults .bubble3_2 {
	width: 107px;
	height: 109px;
	left: 148px;
	top: 537px;
	font-size: 20px;
	line-height: 23px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-older-adults .bubble3_2 em { padding-top: 21px; }	

#page-2 .bubbles .section-older-adults .bubble3_3 {
	width: 79px;
	height: 80px;
	left: 262px;
	top: 237px;
	font-size: 17px;
	line-height: 20px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-older-adults .bubble3_3 em { padding-top: 22px; }

#page-2 .bubbles .section-older-adults .bubble3_4 {
	width: 79px;
	height: 80px;
	left: 261px;
	top: 394px;
	font-size: 17px;
	line-height: 20px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-older-adults .bubble3_4 em { padding-top: 20px; }	

/* teens section */
#page-2 .bubbles .section-teens .bubble1_1 {
	width: 71px;
	height: 74px;
	left: 32px;
	top: 196px;
	font-size: 14px;
	line-height: 14px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-teens .bubble1_1 em { padding-top: 30px; }	
	
#page-2 .bubbles .section-teens .bubble1_2 {
	width: 71px;
	height: 73px;
	left: 96px;
	top: 322px;
	font-size: 16px;
	line-height: 18px;
	background-image:url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-teens .bubble1_2 em { padding-top: 19px; }	
	
#page-2 .bubbles .section-teens .bubble1_3 {
	width: 71px;
	height: 73px;
	left: 47px;
	top: 422px;
	font-size: 15px;
	line-height: 17px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-teens .bubble1_3 em { padding-top: 20px; }
	
#page-2 .bubbles .section-teens .bubble2_1 {
	width: 71px;
	height: 73px;
	left: 25px;
	top: 531px;
	font-size: 15px;
	line-height: 17px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-teens .bubble2_1 em { padding-top: 22px; }
	
#page-2 .bubbles .section-teens .bubble2_2 {
	width: 71px;
	height: 73px;
	left: 27px;
	top: 98px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-teens .bubble2_2 em { padding-top: 23px; }

#page-2 .bubbles .section-teens .bubble2_3 {
	width: 117px;
	height: 117px;
	left: 134px;
	top: 187px;
	font-size: 19px;
	line-height: 22px;
	background-image: url(../images/bubble2-3.png);
}
#page-2 .bubbles .section-teens .bubble2_3 em { padding-top: 24px; }
	
#page-2 .bubbles .section-teens .bubble2_4 {
	width: 71px;
	height: 73px;
	left: 159px;
	top: 427px;
	font-size: 16px;
	line-height: 18px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-teens .bubble2_4 em { padding-top: 20px; }	
	
#page-2 .bubbles .section-teens .bubble3_1 {
	width: 79px;
	height: 80px;
	left: 149px;
	top: 59px;
	font-size: 17px;
	line-height: 20px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-teens .bubble3_1 em { padding-top: 20px; }	
	
#page-2 .bubbles .section-teens .bubble3_2 {
	width: 79px;
	height: 80px;
	left: 152px;
	top: 553px;
	font-size: 14px;
	line-height: 16px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-teens .bubble3_2 em { padding-top: 26px; }	
	
#page-2 .bubbles .section-teens .bubble3_3 {
	width: 107px;
	height: 109px;
	left: 250px;
	top: 320px;	
	font-size: 18px;
	line-height: 21px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-teens .bubble3_3 em { padding-top: 37px; }

/* the signs section */
#page-2 .bubbles .section-the-signs .bubble1_1 {
	width: 71px;
	height: 74px;
	left: 17px;
	top: 187px;
	font-size: 13px;
	line-height: 14px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-the-signs .bubble1_1 em { padding-top: 16px; }	
	
#page-2 .bubbles .section-the-signs .bubble1_2 {
	width: 97px;
	height: 99px;
	left: 75px;
	top: 274px;
	font-size: 14px;
	line-height: 16px;
	background-image:url(../images/bubble1-2.png);
}
#page-2 .bubbles .section-the-signs .bubble1_2 em { padding-top: 27px; }	
	
#page-2 .bubbles .section-the-signs .bubble1_3 {
	width: 71px;
	height: 73px;
	left: 35px;
	top: 434px;
	font-size: 18px;
	background-image: url(../images/bubble1-1.png);
}
#page-2 .bubbles .section-the-signs .bubble1_3 em { padding-top: 23px; }
	
#page-2 .bubbles .section-the-signs .bubble2_1 {
	width: 55px;
	height: 56px;
	left: 31px;
	top: 102px;
	font-size: 12px;
	line-height: 13px;
	background-image: url(../images/bubble2-1.png);
}
#page-2 .bubbles .section-the-signs .bubble2_1 em { padding-top: 15px; }
	
#page-2 .bubbles .section-the-signs .bubble2_2 {
	width: 71px;
	height: 73px;
	left: 132px;
	top: 173px;
	font-size: 15px;
	line-height: 18px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-the-signs .bubble2_2 em { padding-top: 19px; }

#page-2 .bubbles .section-the-signs .bubble2_3 {
	width: 117px;
	height: 117px;
	left: 146px;
	top: 358px;
	font-size: 20px;
	line-height: 22px;
	background-image: url(../images/bubble2-3.png);
}
#page-2 .bubbles .section-the-signs .bubble2_3 em { padding-top: 14px; margin: 0 10px; }
	
#page-2 .bubbles .section-the-signs .bubble2_4 {
	width: 71px;
	height: 73px;
	left: 24px;
	top: 532px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/bubble2-2.png);
}
#page-2 .bubbles .section-the-signs .bubble2_4 em { padding-top: 20px; }	
	
#page-2 .bubbles .section-the-signs .bubble3_1 {
	width: 79px;
	height: 80px;
	left: 272px;
	top: 305px;
	font-size: 18px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-the-signs .bubble3_1 em { padding-top: 29px; }	
	
#page-2 .bubbles .section-the-signs .bubble3_2 {
	width: 79px;
	height: 80px;
	left: 110px;
	top: 586px;
	font-size: 16px;
	color: #676767;
	background-image: url(../images/bubble3-2.png);
}
#page-2 .bubbles .section-the-signs .bubble3_2 em { padding-top: 31px; }	
	
#page-2 .bubbles .section-the-signs .bubble3_3 {
	width: 107px;
	height: 109px;
	left: 109px;
	top: 29px;
	font-size: 20px;
	line-height: 23px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-the-signs .bubble3_3 em { padding-top: 21px; }

#page-2 .bubbles .section-the-signs .bubble3_4 {
	width: 107px;
	height: 109px;
	left: 226px;
	top: 165px;
	font-size: 19px;
	line-height: 22px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-the-signs .bubble3_4 em { padding-top: 33px; }

#page-2 .bubbles .section-the-signs .bubble3_5 {
	width: 107px;
	height: 109px;
	left: 184px;
	top: 490px;
	font-size: 18px;
	line-height: 20px;
	color: #676767;
	background-image: url(../images/bubble3-3.png);
}
#page-2 .bubbles .section-the-signs .bubble3_5 em { padding-top: 38px; }

/* bubble popup */
#bubble-popup { 
	display: none;
	padding-bottom: 20px;
	position: absolute;
	top: 150px;
	left: 300px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
}

#bubble-popup .popup-inner {
	width: 250px;
	padding-bottom: 5px;
	margin: 25px 25px 0;
	overflow: hidden;
}

#bubble-popup .popup-arr {
	width: 19px;
	height: 35px;
	position: absolute;
	top: 50px;
	left: -19px;
	background: url(../images/popup-arr-left.png) no-repeat;
}
#bubble-popup .popup-arr-rtl {
	left: auto;
	right: -19px;
	background-image: url(../images/popup-arr-right.png);
}

#bubble-popup .popup-close {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -10px;
	right: -10px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/popup-close.png) no-repeat;
}

#bubble-popup h2 {
	margin-bottom: 15px;
	font: normal 20px/22px "OswaldBook", Arial, Helvetica, sans-serif;
	color: #ed941b;
}

#bubble-popup .quote {
	padding: 10px;
	margin-bottom: 15px;
	font: 20px/24px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #00434c;
}

#bubble-popup .text {
	font: 14px/17px /*"OswaldLight",*/ Arial, Helvetica, sans-serif;
	color: #0f0f0f;
}

#bubble-popup .text ul {
	margin-left: 5px;
}

#bubble-popup .text ul li {
	padding-left: 7px;
	margin-bottom: 5px;
	background: url(../images/page2-popup-li.png) 0 7px no-repeat;
}

#bubble-popup .popup-pager {
	padding-top: 10px;
	margin: 15px 25px 0;
	text-align: center;
	border-top: 1px solid #00434c; 
}

#bubble-popup .popup-pager li {
	display: inline-block;
}
.old-ie #bubble-popup .popup-pager li {
	float: left;
}

#bubble-popup .popup-pager li a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	overflow: hidden;
	font: 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00434c;
	background: #eee;
}

#bubble-popup .popup-pager li a:hover {
	background: #ddd;
}

#bubble-popup .popup-pager li.active a {
	font-weight: bold;
	color: #fff;
	background: #00434c;
	cursor: default;
}


/* page 3 */
#page-3 {
	background: #91b83a url(../images/bg-page-3.png) center bottom;
}

#page-3 .bg {
	overflow: hidden;
	background: url(../images/bg-page3-top.png) center 0 no-repeat;
}

#page-3 .wrapper {
	height: 560px;
	padding: 0;
	text-align: center;
}

#page-3 .content {
	display: none;
	width: 600px;
	margin: 0 auto;
}

.no-js #page-3 .content {
	display: block;
}

#page-3 .content h1 {
	font-size: 70px;
	color: #fff;
}

#page-3 .content p {
	font: 18px/24px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #fff;
}

#page-3 #steps {
	width: 735px;
	height: 285px;
	margin: 25px auto 0;
	position: relative;
}
#page-3 #steps.has-active {
	width: 878px;
}

#page-3 #steps .line {
	display: none;
	width: 0;
	height: 1px;
	position: absolute;
	top: 49%;
	left: 72px;
	z-index: 0;
	overflow: hidden;
	background: #c2d792;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #99be47;
}
.no-js #page-3 #steps .line {
	display: block;
	width: 590px;
}
#page-3 #steps.has-active .line {
	width: 735px !important;
}

#page-3 #steps .step {
	display: none;
	float: left;
	width: 140px;
	height: 140px;
	margin: 70px 3px 0;
	position: relative;
	text-align: center;
	color: #fff;
	background: url(../images/bg-steps.png) 0 0 no-repeat;
	cursor: pointer;
}
.old-ie #page-3 #steps .step {
	background-image: url(../images/bg-steps.gif);
}
.no-js #page-3 #steps .step {
	display: inline;
}

#page-3 #steps .step .hover-state {
	display: none;
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-steps.png) 0 -428px no-repeat;
}
.old-ie #page-3 #steps .step .hover-state {
	background-image: url(../images/bg-steps.gif);
}

#page-3 #steps .last .hover-state {
	background-position: -145px -428px;
}
	
#page-3 #steps .active {
	width: 285px;
	height: 285px;
	margin-top: 0;
	position: relative;
	z-index: 900;
	background-position: center -140px;
}

#page-3 #steps .active .hover-state {
	display: none !important;
}	

#page-3 #steps .step-content {
	width: 140px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}

#page-3 #steps .active .step-content {
	width: 285px;
	height: 285px;
}	
	
#page-3 #steps .step-inner {
	width: 90px;
	margin: 0 auto;
}

#page-3 #steps .step1 .step-inner,
#page-3 #steps .step3 .step-inner {
	padding-top: 36px;
}
#page-3 #steps .step2 .step-inner {
	padding-top: 30px;
}
#page-3 #steps .step4 .step-inner {
	padding-top: 46px;
}
#page-3 #steps .step5 .step-inner {
	padding-top: 39px;
}

#page-3 #steps .active .step-inner {
	width: 250px;
	margin: 0 auto;
}

#page-3 #steps .active .step1 .step-inner {
	padding-top: 53px;
}
#page-3 #steps .active .step2 .step-inner {
	padding-top: 45px;
}
#page-3 #steps .active .step3 .step-inner {
	padding-top: 60px;
}
#page-3 #steps .active .step4 .step-inner {
	padding-top: 68px;
}	
	
#page-3 #steps .step-content .num {
	padding: 2px 0 3px;
	position: relative;
	font: 22px/13px 'OswaldBold', Arial, Helvetica, sans-serif;
}
	
#page-3 #steps .active .step-content .num {
	padding: 15px 0;
	font-size: 29px;
	line-height: 32px;
	background: url(../images/bg-step-num.png) center no-repeat;
}	
	
#page-3 #steps .step-content .text {
	padding: 7px 0 0;
	margin-top: 6px;
	font: 14px/16px 'OswaldBold', Arial, Helvetica, sans-serif;
	background: url(../images/step-sep.png) center 0 no-repeat;
}

#page-3 #steps .active .step-content .text {
	padding: 15px 10px 32px;
	margin-top: 6px;
	font-size: 30px;
	line-height: 36px;
	background-image: url(../images/step-active-sep.png);
}

#page-3 #steps .last {
	width: 140px;
	height: 140px;
	margin-top: 70px;
	margin-right: 0;
	background-position: right 0;
}
#page-3 #steps .last:hover {
	position: relative;
	z-index: 900;
}		

#page-3 #steps .last .step-inner {
	width: 60px !important;
	font: 15px/22px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* popup */	
#page-3 .popup {
	display: none;
	padding: 25px 25px 20px;
	position: absolute;
	top: -143px;
	left: 120px;
	z-index: 999;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	cursor: default;
}

#page-3 #steps .active .popup {
	top: -73px;
	left: 260px;
}

#page-3 .popup .popup-inner {
	width: 250px;
	padding-bottom: 5px;
	overflow: hidden;
}

#page-3 .popup .tab {
	display: none;
}

#page-3 .popup .popup-arr {
	width: 19px;
	height: 35px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	left: -19px;
	background: url(../images/popup-arr-left.png) no-repeat;
}

#page-3 .popup .close {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -10px;
	right: -10px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/popup-close.png) no-repeat;
}

#page-3 .popup .quote {
	width: 230px;
	padding: 10px;
	margin-bottom: 15px;
	font: 20px/24px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #00434c;
}

#page-3 .popup .txt {
	width: 250px;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #0f0f0f;
}

#page-3 .popup .txt a {
	text-decoration: underline;
	color: #00434c;
}
#page-3 .popup .txt a:hover {
	text-decoration: none;
}

#page-3 .popup .pager {
	width: 250px;
	padding-top: 10px;
	margin-top: 15px;
	text-align: center;
	border-top: 1px solid #00434c; 
}

#page-3 .popup .pager li {
	display: inline-block;
	width: 26px !important;
	height: 20px !important;
}
.old-ie #page-3 .popup .pager li {
	float: left;
}

#page-3 .popup .pager li a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 3px !important;
	overflow: hidden;
	font: 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00434c;
	background: #eee;
}

#page-3 .popup .pager li a:hover {
	background: #ddd;
}

#page-3 .popup .pager li.active a {
	font-weight: bold;
	color: #fff;
	background: #00434c;
	cursor: default;
}

#page-3 #steps .last .popup {
	top: -143px;
	left: -280px;
}

#page-3 #steps .last .popup .popup-arr {
	left: auto;
	right: -19px;
	background-image: url(../images/popup-arr-right.png);
}


/* page 4 */
#page-4 {
	background: #007b98 url(../images/bg-page-4.png) center bottom;
}

#page-4 .bg {
	background: url(../images/bg-page4-top.png) center 0 no-repeat;
}

#page-4 .wrapper {
	height: 600px;
}

#page-4 .content {
	display: none;
	width: 250px;
	padding-top: 10px;
    overflow:hidden;
}
.no-js #page-4 .content {
	display: block;
}

#page-4 .content h1 {
	padding: 0;
	font-size: 70px;
	line-height: 70px;
}

#page-4 .content p {
	padding: 10px 0;
	font: 18px/24px 'OswaldBook', Arial, Helvetica, sans-serif;
}

#page-4 .buttons {
	position: absolute;
	top: 30px;
	left: 330px;
}

#page-4 .buttons a {
	display: none;
	width: 160px;
	height: 185px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	font: 19px/18px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.no-js #page-4 .buttons a {
	display: block;
}

#page-4 .buttons a:hover {
	background-position: center -186px;
}

#page-4 .buttons a strong {
	display: block;
	font-weight: normal;
	padding-top: 67px;
}

#page-4 .buttons a span {
	display: block;
	font: 26px/26px 'OswaldLight', Arial, Helvetica, sans-serif;
}

#page-4 .buttons .national {
	background: url(../images/bg-res-national.png) center 0 no-repeat;
}
.old-ie #page-4 .buttons .national {
	background-image: url(../images/bg-res-national.gif);
}

#page-4 .buttons .local {
	top: 143px;
	left: 80px;
	background: url(../images/bg-res-local.png) center 0 no-repeat;
}
.old-ie #page-4 .buttons .local {
	background-image: url(../images/bg-res-local.gif);
}

#page-4 .buttons .map {
	display: none;
	width: 247px;
	height: 283px;
	position:absolute;
	left: -88px;
	top: 261px;
	background: url(../images/bg-res-map.png) center no-repeat;
}
.old-ie #page-4 .buttons .map {
	background-image: url(../images/bg-res-map.gif);
}
.no-js #page-4 .buttons .map {
	display: block;
}

#page-4 .resources {
	width: 360px;
	height: 500px;
	position: absolute;
	top: 10px;
	left: 605px;
}

#page-4 .resources .section {
	display: none;
	width: 360px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

#page-4 .resources .title {
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2dee1;
}

#page-4 .resources #local .title {
	height: 35px;
}

#page-4 .resources .title strong {
	float: left;
	font: 19px 'OswaldBook', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#page-4 .resources .select { 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background: #eee url(../images/bg-select.png) center repeat-x;
	border: 1px solid #bdbdbd; 
	cursor: pointer;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#page-4 .resources .select:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

#page-4 .resources .select .val {
	width: 188px;
	height: 25px;
	padding: 0 10px;
	font: 14px/25px 'OswaldLight', Arial, Helvetica, sans-serif;
	color: #00434c;
	background: url(../images/bg-select-arr.png) right 0 no-repeat;
	border: 1px solid #fff;
}
#page-4 .resources .select:hover .val {
	background-position: right bottom;
}

#page-4 .resources .select ul {
	display: none;
	width: 210px;
	overflow: hidden;
	list-style: none;
	background: #f5f5f5;
	border-top: 1px solid #bdbdbd; 
}

#page-4 .resources .select ul li {
	padding: 6px 10px;
	font: 14px/14px 'OswaldLight', Arial, Helvetica, sans-serif;
	color: #00434c;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
.old-ie #page-4 .resources .select ul li {
	float: left;
	clear: both;
	width: 100%;
}

#page-4 .resources .select ul li:last-child {
	border-bottom: none;
}

#page-4 .resources .select ul li.selected {
	display: none;
}

#page-4 .resources .select ul li:hover {
	color: #000;
	background: #fff;
}

/* item-content ul scrollbar */
#page-4 .select .viewport { 
	width: 200px;
	height: 215px;
	overflow: hidden; 
	position: relative;
	float:left;
}
#page-4 .select .overview {
	width:100%;
	padding: 0; 
	margin: 0;
	position: absolute; 
	left: 0; 
	top: 0;  
}
#page-4 .select .scrollbar{ 
    float: right; 
    width: 8px;
    position: relative; 
}
#page-4 .select .track { 
	height: 100%; 
	width: 8px; 
	position: relative; 
	overflow: hidden;
	background: rgba(0,0,0,.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}
.old-ie #page-4 .select .track { 
	background: #ccc;
}
#page-4 .select .thumb { 
	width: 6px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 1px;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
}
.old-ie #page-4 .select .thumb {
	background: #999;
}

#page-4 .resources .subsection {
	display: none;
}

#page-4 .resources .items {
	list-style: none;
}

#page-4 .resources .item, #page-4 .resources .subsection {
	margin-bottom: 3px;
	position: relative;
	color: #00434c;
	background: #e9e9e9;
}

#page-4 .resources .item-link {
	display: block;
	width: 500px;
	padding: 5px 16px;
	font: 14px/16px 'OswaldBook', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00434c;
}
#page-4 .resources .item-link:hover {
	color: #000;
}

#page-4 .resources .item-title {
	display: block;
	width: 500px;
	padding: 5px 16px 10px;
	font: 14px/18px 'OswaldBook', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00434c;
}

#page-4 .resources .item-arr {
	width: 6px;
	height: 11px;
	position: absolute;
	top: 8px;
	left: -6px;
	background: url(../images/item-arr.png) no-repeat;
}
.old-ie #page-4 .resources .item-arr {
	background-image: url(../images/item-arr.gif);
}

#page-4 .resources .item-content {
	display: none;
	width: 328px;
	max-height: 380px;
	margin: 0 16px;
	position: relative;
	overflow: hidden;
}

#page-4 .resources .subsection {
	display: none;
}

#page-4 .resources .subsection .item-content {
	display: block;
	max-height: 450px;
	padding-bottom: 5px;
}

#page-4 .resources .item-content h3 {
	margin-bottom: 3px;
	font: 16px/20px 'OswaldBook', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#page-4 .resources .item-content p {
	margin-bottom: 5px;
	font: 13px/16px Arial, Helvetica, sans-serif;
}

#page-4 .resources .item-content a {
	color: #00b1b0;
}

#page-4 .resources .item-content a:hover {
	color: #00434c;
}

#page-4 .resources .item-content ul {
	margin-left: 7px;
	list-style: none;
}

#page-4 .resources .item-content ul li {
	padding-left: 6px;
	margin-bottom: 5px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: url(../images/page4-li.png) 0 8px no-repeat;
}

#page-4 .resources .item-content .click-link {
	text-decoration: none;
	color: #00434c;
}

#page-4 .resources .item-content .click-link:hover {
	text-decoration: underline;
}

/* item-content scrollbar */
#page-4 .resources .item-content .viewport { 
	width: 312px; 
	height: 350px;
	margin-bottom: 15px;
	overflow: hidden; 
	position: relative; 
}
#page-4 .resources .subsection .item-content .viewport { 
	height: 425px;
}
#page-4 .resources .item-content .overview {
	width: 310px;
	padding: 0; 
	margin: 0;
	position: absolute; 
	left: 0; 
	top: 0;  
}
#page-4 .resources .item-content .scrollbar{ 
	float: right; 
	width: 8px;
	position: relative; 
}
#page-4 .resources .item-content .track { 
	height: 100%; 
	width: 8px; 
	position: relative; 
	overflow: hidden;
	background: rgba(0,0,0,.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}
.old-ie #page-4 .resources .item-content .track { 
	background: #ccc;
}
#page-4 .resources .item-content .thumb { 
	width: 6px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 1px;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
}
.old-ie #page-4 .resources .item-content .thumb {
	background: #999;
}


/* page 5 */
#page-5 {
	background: #f9f9f9 url(../images/bg-page-5.png) center bottom;
}

#page-5 .bg {
	background: url(../images/bg-page5-top.png) center 0 no-repeat;
}

#page-5 .wrapper {
	height: 535px;
	overflow: hidden;
}
.old-ie #page-5 .wrapper {
	height: 545px;
}

#page-5 .content {
	width: 750px;
	margin: 650px auto 0;
	text-align: center;
	position: relative;
}
.no-js #page-5 .content {
	margin-top: 0;
}

#page-5 .content h1 {
	padding: 0 0 20px;
	font-size: 70px;
	line-height: 70px;
	color: #00535e;
}

#page-5 .content .poster {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#page-5 .content p {
	padding-bottom: 25px;
	font: 18px/24px 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #0f0f0f;
}

#page-5 .share {
	font: 16px/16px 'OswaldLight', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #00535e;
}

#page-5 .share p {
	padding: 10px 0;
	margin: 0 !important;
}

#page-5 .share a {
	margin: 0 5px;
}

#page-5 .share a:hover {
	opacity: .85;
}

#page-5 .share span {
	font-size: 14px;
	text-transform: none;
}

#page-5 .share span a {
	margin: 0 3px;
	color: #00535e;
	text-decoration: none;
	border-bottom: 1px dotted #00535e; 
}
#page-5 .share span a:hover {
	border: none; 
}

#example-popup {
	display: none;
	width: 500px;
	padding: 20px;
	margin-left: -270px;
	position: absolute;
	top: 0;
	left: 50%;
	font: 14px/18px 'OswaldBook', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	background: #007995 url(../images/bg-page-2.png) center 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

#page-5 form { 
	padding: 10px 0 20px; 
}

#page-5 form fieldset { 
	margin-bottom: 7px;
	overflow: hidden;
}

#page-5 form fieldset.test-fields {
	display: none;
}

#page-5 form input {
	display: inline-block;
	width: 215px;
	height: 20px;
	padding: 5px 7px;
	margin: 0 1px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #313131;
	background: #fff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #eaeaea;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
}

#page-5 form input.placeholder {
	color: #999;
}

#page-5 form input.error {
	color: #c15050;
	border-color: #e88181;
	-webkit-box-shadow: inset 0 0 7px rgba(255,0,0,.3);
	-moz-box-shadow: inset 0 0 7px rgba(255,0,0,.3);
	box-shadow: inset 0 0 7px rgba(255,0,0,.3);
}

#page-5 form input:focus {
	border-color: #ddd;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
}

#page-5 form input:focus {
	outline: none;
}

#page-5 form button {
	padding: 5px 15px 5px 0;
	overflow: hidden;
	font: 16px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #00535e;
	background: url(../images/bg-btn-send.gif) right center no-repeat;
	border: none;
}

#page-5 form button.disabled {
	width: 50px;
	text-indent: -999px;
	background: url(../images/sending.gif) center no-repeat;
	cursor: default;
}

#page-5 form button:disabled {
	opacity: .5;
	cursor: default;
}			

#page-5 .back-to-top {
	display: block;
	width: 150px;
	padding-top: 45px;
	margin: 0 auto;
	font: 19px 'OswaldBold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #00535e;
	background: url(../images/btn-back-to-top.png) center 0 no-repeat;
}
.old-ie #page-5 .back-to-top {
	background-image: url(../images/btn-back-to-top.gif);
}	

#page-5 .back-to-top:hover {
	margin-top: 1px;
}

#msg-popup {
	display: none;
	width: 400px;
	min-height: 50px;
	padding: 35px;
	margin-left: -235px;
	position: absolute;
	top: 43%;
	left: 50%;
	font: 18px/26px 'OswaldLight', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #007995 url(../images/bg-page-static.png) center 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.5);
    box-shadow: 0 0 25px rgba(0,0,0,.5);
	cursor: pointer;
}	

#msg-popup strong {
	font-family: 'OswaldBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#msg-popup .close {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -14px;
	right: -14px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/popup-close.png) no-repeat;
}