/* CSS Document */

/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		timss-pirls
	Version:		1.0
	Last change:	9/4/2015


[Table of contents]

	1. Global
	2. Brand
	3. Navbar
	4. Carousel
	4. Featured Columns .feat-cols
	6. Footer
	7. Timeline
	. Miscellaneous

	*. Bootstrap Overrides
	
	 Attempt IE fix using http://css3pie.com/, behavior: url(path/to/PIE.htc);
	

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

html {
-webkit-text-size-adjust: none;
}

body {
font-family: 'Open Sans', sans-serif;
font: 13px/1.7em 'Open Sans';
/*background: #ffffff url(../img/masthead-1120.png) no-repeat center 22px; /* fix this-collapse */
}
p {
margin-bottom: 1.7em;
font: 12px/1.7em 'Open Sans';
}
ul {
margin-bottom: 1.7em;
}
h1, h2, h3, 
h4, h5, h6 {
margin-bottom: .85em;
}
h2 {
font-size: 19px;
line-height: 130%;
margin-bottom: .1em;
margin-left: 30px;
color: #666;
}
h3, h4, h6 {
margin-bottom: 1.15em;
color: #666;
}
h3 { /* col3 */
font-size: 12px;
line-height: 130%;
padding-top: 6px;
margin-bottom: .5em;
}
h4 { /* style headers */
font-size: 13px;
margin: 0 0 6px 0;
line-height: 130%;
}
.col1 h4, .col2 h4, .col1 p, .col2 p { /* style headers */
margin-left: 10px;
}
a {
color: #3399cc;
text-decoration: none;
}

/* paragraph text in features column suppress link affordance */
.feat-cols p a, .feat-cols p a:link {
color: #666666;
text-decoration: none;
}
.feat-cols p a:visited {
color: #666666;
text-decoration: none;
}
.feat-cols p a:hover, .feat-cols p a:focus, .feat-cols p a:active {
color: #666666;
text-decoration: underline;
}
/* box shadow */	
/*.container { overflow: hidden; }  /*hide extra shadows */
.container > .row {
margin: 0 20px; /* big enough to contain the shadow */
overflow: hidden; /* be sure that nothing overflows from the inner */
} 
.container > .row {
background-color: #FFF;
box-shadow: 0 0 20px 2px rgba(0,0,0,.14); /* 10px to hide shadow divisions */
behavior: url(home/assets/css/PIE.htc); /* from root folder */
}
/*.container:first-child > .row { margin-top: 30px; } /* big enough to contain the shadow */
.container:last-child > .row { margin-bottom: 30px; } /* big enough to contain the shadow */
.container > .row.lower-third { margin-top: 30px; }  /*hide extra shadows */


/*------------------------------------------------------------------
[2. Brand] .
*/

.container > .row.logotype {
box-shadow: none;
}
a.brand {
width:100%;
/*background: #ffffff url(../img/masthead-1120.png) no-repeat center 22px; /* fix this-collapse */
}
a.brand img {
/*width:100%; */
margin-top: 20px;
margin-bottom: 8px;
}


/*------------------------------------------------------------------
[3. Navbar] .
*/

.navbar {
margin: 0 20px;
}
.navbar .container {
border-top:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
}
.navbar-inner {
border:none;
background-image:none;
background-color: #ffffff;
padding-right: 0;
padding-left: 0;
background-image: -moz-linear-gradient(top, white, #F2F2F2);
background-image: -o-linear-gradient(top, white, #F2F2F2);
background-image: linear-gradient(to bottom, white, #F2F2F2);

-webkit-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
behavior: url(home/assets/css/PIE.htc);
}
/* form btn search*/	
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
margin-top: 5px;
}
input.btn {
height:30px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
background-color: #ffffff;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
behavior: url(home/assets/css/PIE.htc);
}
.navbar .nav > li > a {
text-shadow: 0 1px 0 white;
behavior: url(home/assets/css/PIE.htc);
}
button {
font-family: 'Open Sans', sans-serif;
font-size: 90%;
}
#search-label {
line-height:0;
display: block;
float: left;
margin-left: -5000px;
margin-bottom:0;
}
/*------------------------------------------------------------------
[4. Carousel] .
*/
.carousel {
border: 1px solid #999999;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top: 20px;
margin-bottom: 30px;
}
.carousel-control {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*------------------------------------------------------------------
[5. Featured Columns] .feat-cols
*/
.feat-cols {
margin-top: 20px;
padding-top: 30px;
}
.feat-cols.banner-prerelease {
margin-top: 0;
padding-top: 6px;
}
.feat-cols img {
padding-bottom: 4px;
vertical-align: top;
}
.feat-cols .epirls {
padding-left: 32px;
text-align: center;
}
img.chevron { /* more */
padding: 0 4px 0 0;
vertical-align:baseline;
display:inline;
}
a:hover img.chevron { /* more */
border-bottom: #3399CC thin solid;
}
ul.links-lower-horiz {
margin: 16px 0 22px 0;
font-size: 90%;
padding: 0 0 32px 32px;
}
ul.links-lower-horiz li {
color: #3399cc;
display: block;
float: left;
padding: 5px 8px 4px;
margin: 0 0 0 0;
border:none;
/*font-size: 90%; */
}
ul.links-lower-horiz .pipe {
padding: 5px 0 4px 0;
margin: 0 1px 0 1px;
color: #666;
}
.linkedinLi {
	margin-top: 4px !important;
}
.col-right {
margin-left:10px;
}
.col3 .more {
font-family: 'Open Sans', sans-serif;
font: 10px/1.25em 'Open Sans';
width: 100px;
text-align:right;
}
.col3 a:hover img.chevron {
border-bottom: none;
}

.col3 .first {
padding-right:2px;
}
.col3 .preview-release { /*outdated*/
padding-left:2px;
padding-top:0;
}
.youtube {
padding-left:6px;
}
.col3  p {
margin-bottom: 1.7em;
font: 11px/1.45em 'Open Sans';
}
.release {
margin-left: 32px;
}
/*
.bug-pubs {
padding-bottom: 1px;
}
*/
/*
a:hover img.join {
border-bottom: #3399cc solid 3px;
padding-bottom:0;
}*/

/*------------------------------------------------------------------
[5. Timeline ] .
*/

.identity img {
margin: 0 0 20px 20px;
}
/*------------------------------------------------------------------
[6. Lower-third ] .
*/
.lower-third {
padding-bottom:20px;
}
/*------------------------------------------------------------------
[7. Footer / #footer]
*/
.container > .row.copyright {	
margin-top: 10px;
box-shadow: none;
}
footer .inner {	
padding-bottom: 20px;
padding-left: 20px;
}
footer p {
text-align: left; /* center align it with the container */
margin: 15px 0 0 20px;
padding:0 0 0 10px;
line-height: 110%;
font-size: 80%;
}
/*------------------------------------------------------------------
*. Bootstrap Overrides
*/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1020px;
}
hr {
margin: 4px 0 12px 30px;
border-top: 1px solid #999999;
border-bottom: 1px solid #ffffff;
}
.col3 .career {
margin: 4px 0 6px 0;
clear: both;
}
.col3 hr {
margin: 4px 0 12px 0;
clear: both;
}
input, button, select, textarea {
font-family: "Open Sans";
}