@font-face{
        font-family: robotoRegular;
        src:url("../fonts/roboto/Roboto-Regular.ttf");
}


@font-face{
        font-family: robotoRegularEOT;/*IE browser */
        src:url("../fonts/roboto/Roboto-Regular.eot");
}


body {
	background-color:#D3D3D3
}

                    

.imagehove img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}

 .imagehove img:hover{
-webkit-transform:scale(1.0); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.0); /*Mozilla scale version*/
-o-transform:scale(1.0); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 0px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/
opacity: 1;
}




#header{

	background-image:url(../images/PCORI-Logo-Header.png);
	background-repeat:no-repeat;
	background-position: left 20px top 5px;
	height:115px;
	line-height: 180px;
        vertical-align:middle;
        font-size:22px;
	text-indent:200px;
        /*color:#174689;*/
}

#footer {
        width:100%;
	height:175px;
position: relative;
background:#515151;


}
@media screen and (max-width: 1000px){
    .links, .social, .copyright{
        float:none;
        text-align:center;
    }
    .social {
        position:relative;
        margin:10px 0;
    }
    .links li {
        display:inline-block;
        float:none;
    }
    .bar {
        position:relative;
    }
    .bar-wrap {
        margin-bottom:0;
    }
}

@media screen and (max-width: 835px)  {
    footer > ul li {
        float:none;
        width:auto;
    }
}

@media screen and (max-width: 768px)  {
    .links li {
        margin-right:5px;
    }
}


img {
    margin-left: 20px;
}


.wrapper {

	width: 60%; 
	margin: 50px auto 0 auto;
	box-shadow: 0 0 10px black;
	border-radius: 5px;
	background:#ffffff;
	color:#174689;
	font-family:robotoRegular, robotoRegularEOT;
	/*font-family: robotoRegularEOT;*/
}

.wrapper a:link
{
color: #3295ba;
}
.wrapper a:hover {
    color:#7f266c;
}
.wrapper a:visited {
	text-decoration: underline;
}
.wrapper .reqd  {
	text-indent: 20px;
	color:red;
}


#reqdInst  {
	font-size:15px;
	color:#174689;
}

.wrapper .inside {
	padding: 20px;
	/*
	height:80px;*/

}


.wrapper .inside p{
        font-size:15px;
        color:#174689;
}

.wrapper .inside #thanks {
/*
	background-image:url(../images/pcori-logo.png.png);
	background-repeat:no-repeat;
	background-position: left 20px top 5px;
	height:115px;
	line-height: 180px;
        vertical-align:middle;
*/
        font-size:20px;
	text-indent:200px;
}

.wrapper .inside .reqd,
.wrapper .reqd  {
	color:red;
}

.wrapper p {
	margin: 0;
	font-size:15px;
}

.wrapper input {
	padding: 5px 10px;
	border: 1px solid grey;
	width: 265px;
	/*width: 28%;*/
}

.wrapper .signInButton:link, 
.wrapper .signInButton:hover, 
.wrapper .signInButton:visited {
	background: #4A7430;
	color: white;
	width: 286px;
	/*width: 30%;*/
	display: block;
	padding: 10px 0;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	margin: 5px 0;
}

.wrapper .links {
	font-size: 14px;
	width: 100%;
}

.wrapper .eain {
	font-size: 14px;
	width: 100%;
	color: red;
}


.wrapper .messageCell {
	color: red;
}

.wrapper .messageCell h4 {
	display: none;
}


.copyright
{
	font-family: robotoRegular, robotoRegularEOT;  
	/*font-family: robotoRegularEOT;*/                                                                                                                             ;
        font-size:12px;
        color:black;
        text-align:center;
}
