@font-face {
    font-family: 'MuseoSlab500';
    src: url('fonts/museo_slab_500-webfont.eot');
    src: url('fonts/museo_slab_500-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museo_slab_500-webfont.woff') format('woff'),
         url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('img/museo_slab_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSlab700';
    src: url('fonts/museo700-regular-webfont.eot');
    src: url('fonts/museo700-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/museo700-regular-webfont.woff') format('woff'),
         url('fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('img/museo700-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('fonts/HelveticaNeue.ttf');
}

@font-face {
	font-family: 'HelveticaNeueItalic';
	src: url('fonts/HelveticaNeueItalic.ttf');
}

body {
	margin: 0;
	padding:0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.blue {
	color: #00ABDF !important;
}
.gray {
	color:#adafb2;
}
a:link, a:visited {
	text-decoration: none;
	color:#00ABDF;
}

.content {
	width: 1000px;
	margin: 0 auto;
}
.remember-label {
	background: url('img/radio-sprite.png') no-repeat;
	background-position: left -54px;
    margin: 0;
    padding: 0;
    text-align: right ;
	width: 123px;
	line-height: 25px;
	height: 26px;
	float:left;
}

.dd-forgot {
	font-size: 12.41px;
	margin-top: 7px;
	font-family: 'MuseoSlab500', Arial;
	text-align: right;
}

.sex-label, .ans-label {
	background: url('img/radio-sprite.png') no-repeat;
	background-position: right -50px;
	height: 26px;
	float:left;
	padding-top: 5px;
	text-align: left;
   	margin: 15px 15px 15px 0;
}

#remember, #sex-f, #sex-m, #ans-y, #ans-n {
	opacity: 0;
	display: none;
	filter: alpha(opacity = 0);
}

.ans-label {
    font-size: 12px;
	font-family: 'HelveticaNeue', Helvetica, Arial;
    margin-top: 0;
    padding-top: 10px;
    width: 60px;
}

.sex-label {
	margin-top: -2px;
    padding-top: 10px;
    width: 45px;
}

/*
.ans-label {
	margin-top: 5px;
	text-indent: 30px;
}

.remember-label {
	margin-top: 5px;
    text-indent: 35px;
    width: 170px;
}

input[type=checkbox], input[type=radio] {
    display:none;
}

input[type=checkbox] + label, input[type=radio] + label {
   background: url("img/radio-unchecked.png");
   height: 26px;
   width: 26px;
   display:inline-block;
   padding: 0;
   margin: 15px 30px 15px 0;
   text-indent: 30px;
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
	background: url("img/radio-checked.png");
	height: 26px;
	width: 26px;
	display:inline-block;
	padding: 0;
	text-indent: 30px;
}
*/

.styled-dropdown select {
	-webkit-appearance: none;
   	background: transparent;
	border: none;
   	width: 266px;
  	height: 23px;
}

.styled-dropdown {
    background: url("img/select-bg.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #00ADE2;
    border-radius: 5px;
    height: 20px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 5px;
    width: 235px;
	clear: both;
}

/* Header Style */

#header {
    border-bottom: 1px solid #CCCCCC;
    height: 116px;
    padding-bottom: 15px;
	margin-bottom: 40px;
}

#header h1 {
	margin: 0pt;
}

.header-form {
    position: relative;
    top: 27px;	
}
.header-menu {
	margin: 0 5px 0 0;
position:absolute;
top:100px;
	font-size: 15px;
    text-align: center;
	margin-bottom: 20px \0/;
}


.header-menu a {
	font-family: 'MuseoSlab500';
	font-size: 14px;
	color:#adafb2;
	margin-left: 46px;
}

.header-menu a:hover {
	color:#00ade2 !important;
}


.header-menu-btp {
	margin: 0 5px 0 0;
position:absolute;
top:100px;
	font-size: 15px;
    text-align: center;
	margin-bottom: 20px \0/;
}


.header-menu-btp a {
	font-family: 'MuseoSlab500';
	font-size: 14px;
	color:#adafb2;
	margin-left: 46px;
}

.header-menu-btp a:hover {
	color:#00ade2 !important;
}

#header .logo {
        float: left;
    height: 95px;
    margin: 25px 0 0 2px;
    text-indent: -10000px;
    width: 206px;
}

*+html h1 .logo {
	margin-top: 25px !important;
}

*+html .remember-label {
	margin: 20px 0 !important;
}

*+html .registration-wrapper {
	padding-top: 40px;
}

*+html .social-buttons {
	margin-top: 0px;
}

*+html .team-wrapper, .index-container, .survey-wrapper {
	margin-top: 0;
}

*+html .index-container .submit {
	margin-top: 50px;
	margin-left: -222px;
}

*+html .registration-formbox dt {
	padding-top: 3px;
}

*+html .registration-formbox #email {
	margin-top: -40px !important;
}

*+html .registration-formbox select {
	width: 270px !important;
	margin-top: -1px;
}

*+html .header-menu {
	margin-bottom: 20px;
}

*+html input[type="text"], input[type="password"] {
	padding-top: 5px !important;
}

input[type="text"], input[type="password"] {
		padding-top: 5px \0/;
}

.registration-formbox select {
	margin-top: -4px \0/ !important;
}

.registration-wrapper {
	margin-bottom: 30px \0/ !important;
	padding-bottom: 30px \0/ !important;
}

.registration-form-box {
	margin-bottom: 20px \0/;
}

h1 .logo {
	margin-top: 35px \0/;
}

.social-buttons {
	margin-top: 0 \0/ !important;
}

.registration-formbox dt {
	padding-top: 5px \0/ !important;
}


.header-login, .header-register {
    background: #00ADE2;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    font-size: 11.29px;
	font-family: 'MuseoSlab500';
    margin-left: 7px;
    padding: 5px 12px;
}

/* Footer Style */

#footer {
	border-top: 1px solid #ccc;
	;
	padding-top: 29px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.footer-txt {
	color:#adafb2;
	font-size: 11px !important;
	font-family:  'HelveticaNeue', Helvetica, Arial !important;
	text-align:right;
}

.footer-txt p {
	margin: 5px auto;
}

.social-buttons {
	padding: 10px;
	margin-top: -20px;
	background-color: #f1f1f1;
}

.wp-this-badges {
    margin-bottom: 0 !important;
}
/* Index Style */

.index-container {
	height: 420px;
}

.login-txt, .login-form-container {
	width: 48%;
}
label:hover {
	cursor:pointer;
}
label {
	margin-bottom: 20px !important;
	color: #00ABDF;
}

.label-remember {
	font-size:12.41px;
	font-family: 'MuseoSlab500',Arial;
}

.login-form dt {
	float:left;
	width: 100px;
	padding-top: 9px;
}

.login-txt h1 {
	color: #00ADE2;
    font-family: 'MuseoSlab500',Arial;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}
.login-txt p {
	font-size: 12px;
	font-family: 'MuseoSlab500';
}

.login-form p, label {
	font-size: 15.85px;
	font-family: 'MuseoSlab500', Arial;
	margin:0 0 10px 0;
}
.login-form {
	width: 430px;
	height: 255px;
	padding: 20px 25px 15px;
	border: 1px solid #75C4E9;
    border-radius: 20px 20px 20px 20px;
	margin-bottom: 14px;
	font-family: 'MuseoSlab500' !important;
}

.login-form form {
	margin-left: 23px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #00ADE2;
    border-radius: 5px 5px 5px 5px;
    height: 26px;
    width: 282px;
	padding: 0 8px;
}
.remember {
	margin: 20px 0 30px;
	font-weight: normal;
}

.submit {
	font-size: 16.17px;
	font-family: 'MuseoSlab500';
	color: #fff;
	padding:5px 10px 10px;
	background: #00ADE2;
    border-radius: 5px 5px 5px 5px;
    height: 31px;
    margin-left: 60px;
    width: 80px;
	cursor: pointer;
	border: 0 none
}

.reg-submit {
    background: none repeat scroll 0 0 #00ADE2;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
	font-family: 'MuseoSlab500';
    height: 30px;
    margin: 10px 0;
    padding: 0;
    width: 66px;
}

.login-footer-txt {
    font-size: 11px !important;
	font-family: 'HelveticaNeueItalic', Arial !important;
}

/* Survey Style*/

.survey-wrapper h2 {
	font-size: 18px !important;
	font-family:'MuseoSlab500' !important;
	font-weight: normal;
}

.survey-wrapper p {
	font-size: 12px;
	font-family:  'HelveticaNeue', Helvetica, Arial;
}

.survey-italic {
	font-family: 'HelveticaNeueItalic', Arial;
	font-size: 11px;
}

.brw { border-right: 1px solid #fff; }
.brb { border-right: 1px solid #00ade2; }
.brb-bot { border-bottom: 1px solid #00ade2; }

.brb a:hover {
	color:#adafb2;
}

.privacy-menu {
	text-align:center;
	color: #00ade2;
	font-size: 16px;
	font-family: 'MuseoSlab500', Arial;
	margin: 37px 0 35px;
}

.privacy-menu a {
	margin: 0 9px;
}

.privacy-menu a:hover {
	color:#adafb2;
}

.privacy-table {
	background: url('img/table-bg.png') no-repeat center top;
	border-radius: 15px;
	border-left: 1px solid #00ade2;
	border-right: 1px solid #00ade2;
	border-bottom: 1px solid #00ade2;
	margin: 0 auto 40px;
	width:830px;
	overflow:hidden;
	text-align:center;
}

.privacy-table .table-head td {
	font-size: 12px;
	font-family:'MuseoSlab500';
    height: 32px;
    padding: 0;
	color:#fff;
}

td {
    color: #000000;
    font-size: 12px;
	font-family: 'HelveticaNeue', Helvetica, Arial;
    padding: 15px 4px;
}

.table-caption {
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'MuseoSlab500';
	font-weight: normal;
}


/* Privacy Style */

.privacy-wrapper {
	margin-left: 25px;
}

.privacy-header {
	margin-right: 97px;
	margin-bottom: 25px;
}

.privacy-wrapper h2 {
	font-size: 18px;
	margin-bottom: 12px;
	margin: 0;
	font-family: 'MuseoSlab500';
	font-weight: normal;
}

.privacy-wrapper p {
	font-size: 12px;
	font-family:  'HelveticaNeue', Helvetica, Arial;
}

.privacy-box, .registration-form-box {
    border: 1px solid #75C4E9;
    border-radius: 20px 20px 20px 20px;
    margin-top: 24px;
    padding: 25px 25px 32px 27px;
    width: 900px;
}
.privacy-box h3 {
	font-size: 14px;
	font-family: 'MuseoSlab500';
	margin-bottom: -10px;
	margin-top: 0;
	font-weight: normal;
	color: #00ade2;
}

#3colfooter {

	width:1000px;

}

#colleft {width 330px;

	float:left;

	width: 330px;

	margin-right: 3px;

	font-family: arial;

	font-size: 12px;

}

#colcenter {width 330px;

	float:left;

	width: 330px;

	margin-right: 3px;

	font-family: arial;

	font-size: 12px;

}

#colright {width 330px;

	float:left;

	width: 330px;

	margin-right: 3px;

	font-family: arial;

	font-size: 12px;

}

.coltitile {

	font-family: arial;

	font-weight: bold;

	font-size: 16px;

}

.story {

	width: 330px;

	margin-bottom: 5px;

}

.thumb {

	background-color: #000000;

	height: 60px;

	width: 60px;

	float: left;

	margin-right: 5px;

	margin-bottom: 5px;

}



.summary {

	float: left;

	height: 63px;

	width: 265px;

	font-family: arial;

	margin-bottom: 5px;

}



.stitle a {

	text-decoration: underline;

	font-family: arial;

}



.timestamp {

	font-family: arial;

	font-size: 12px;

	color: #999999;

	margin-right: 5px;

}



/* Team Style */

.team-wrapper {
    margin-left: 24px;
    margin-right: 46px;
    margin-top: 46px;
}
.team-wrapper h2 {
	font-size: 18px;
	font-family:'MuseoSlab500';
	 margin-top: 27px;
	 font-weight: normal;
}

.team-wrapper p {
	font-size: 12px;
	font-family:  'HelveticaNeue', Helvetica, Arial;
}

.team-info img {
	margin:0 24px 0 0;
}

.team-info {
    height: 203px;
    width: 620px;
}

.team-info .team-img-cont {
	clear: both;
}

.team-border {
	border: 1px solid #75C4E9;
    border-radius: 20px 20px 20px 20px;
    padding: 0 25px 32px 27px;
	margin-top: 40px;
}

/* Registration Style */

.registration-wrapper {
	width: 950px;
	margin: 0 auto;
}

.registration-wrapper h1 {
    font-size: 18px;
	font-family: 'MuseoSlab500';
	color:#00ade2;
	font-weight: normal;
}

.registration-formbox {
	margin-left: 58px;
	width: 817px;
}

.registration-formbox label .blue {
	color:#00ade2;
}

.registration-wrapper h3 {
    font-size: 14px;
	font-family: 'MuseoSlab500';
	color:#adafb2;
	font-weight: normal;
}

.registration-wrapper p {
	font-size: 12px;
	font-family: 'HelveticaNeue', Helvetica, Arial;
}

.registration-top-txt {
	font-size: 12px !important;
	font-family: 'HelveticaNeue', Helvetica, Arial !important;
	color:#adafb2;
}

.registration-formbox label {
	color: #000;
	font-size: 12px;
	font-family:'Arial';
}

.registration-formbox dd {
	margin: 20px 0;
color: #000;
	font-size: 12px;
	font-family:'Arial';
}

.registration-formbox dt {
	float:left;
	margin-bottom: 10px;
	width: 68px;
}

.registration-formbox .registration-fieldtxt-bottom {
	font-size: 10px;
	font-family:'HelveticaNeueItalic';
	 margin: -17px 0 23px 66px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.registration-formbox .registration-fieldtxt-bottom {
		font-size: 10px;
		font-family:'HelveticaNeueItalic';
		margin: -17px 0 23px 65px;
	}
	.registration-formbox dt {
		float:left;
		margin-bottom: 10px;
		width: 68px;
		padding-top: 8px;
	}
}

.registration-formbox input[type="text"], .registration-formbox input[type="password"]{
    border-radius: 5px;
    height: 22px;
    padding: 0 10px;
    width: 231px;
}
.registration-formbox select {
	margin: 1px 0 20px;
	margin-top: 0 \0/;
}

.registration-formbox  #birthyear {
	width: 115px !important;
}

.comment {
    border: 1px solid #75C4E9;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    display: block;
    height: 116px;
    padding: 10px;
    width: 636px;
}

.h40 label, .sex-label {
    font-size: 12px;
	font-family: 'HelveticaNeue', Helvetica, Arial;
    margin-top: -5px !important;
}

.h40 { height: 40px; }
.w169 { width: 169px !important; }
.w230 { width: 230px !important; }
.w100p { width:100% !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.column1 { width: 180px; }
.column2 { width: 80px; }
.column3 { width: 120px; }
.column4 { width: 130px; }
.column5 { width: 210px; }
.column6 { width: 110px; }