@charset "UTF-8";
/* CSS Document */
/* Social Media Brand Colors
 
twitter:     #00aced     rgb(0, 172, 237)
facebook:    #3b5998     rgb(59, 89, 152)
googleplus:  #dd4b39     rgb(221, 75, 57)
pinterest:   #cb2027     rgb(203, 32, 39)
linkedin:    #007bb6     rgb(0, 123, 182)
youtube:     #bb0000     rgb(187, 0, 0)
vimeo:       #aad450     rgb(170, 212, 80)
tumblr:      #32506d     rgb(50, 80, 109)
instagram:   #517fa4     rgb(81, 127, 164)
flickr:      #ff0084     rgb(255, 0, 132)
dribbble:    #ea4c89     rgb(234, 76, 137)
quora:       #a82400     rgb(168, 36, 0)
foursquare:  #0072b1     rgb(0, 114, 177)
forrst:      #5B9A68     rgb(91, 154, 104)
vk:          #45668e     rgb(69, 102, 142)
wordpress:   #21759b     rgb(33, 117, 155)
stumbleupon: #EB4823     rgb(235, 72, 35)
yahoo:       #7B0099     rgb(123, 0, 153)
blogger:     #fb8f3d     rgb(251, 143, 61)
soundcloud:  #ff3a00     rgb(255, 58, 0)
 
*/

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

[Layout Stylesheet]

	Project:		timss-pirls
	Version:		2.0
	Last change:	6/1/2016


[Table of contents]

	1. Global
	2. Type
	3. Navbar
	4. Button
	5. Plugins
	6. Calendar
	7. Flexbox
	8. Media Queries
	. Miscellaneous

	*. Bootstrap Overrides
	
	 Attempt IE fix using http://css3pie.com/, behavior: url(path/to/PIE.htc);
	 links     color: #2299cc!important;
	 borders 2px solid #32bfc0;padding: 0;margin: 0;
	

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



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

#wrapper {max-width: 1028px;}
body {
    font-family: 'Open Sans', sans-serif;
    /*font: 1em/1.7em 'Open Sans';*/
}
.container {
    padding-left: 14px;
    padding-right: 14px;
}

.container > .row {
    background-color: #FFF;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.14);
    behavior: url(home/assets/css/PIE.htc);
}
@media (max-width: 480px) {
.container > .row {
    background-color: #FFF;
    box-shadow: none;
    /*behavior: url(home/assets/css/PIE.htc);*/
	}
}
.row.content {
    max-width: 1020px;
    margin: 0;
}

.container > .row.logotype {
    box-shadow: none;
}
.logotype img {
	padding: 20px 15px 8px 15px;
	width: 100%;
}
a:hover {
    color: #005580;
    text-decoration: underline;
}

/*------------------------------------------------------------------
[2. Type]
*/
.content {
    font-family: 'Roboto', sans-serif;
	padding: 2.1% 1.2em 0 1.2em;
}
.release-guide .content {/*breadcrumbs*/
    padding-top: 2.5%;
}

.feat-cols h2, .news h2 {
	text-transform: uppercase;
    font-size: 16px;
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.feat-cols h2, .news h2 {border-bottom: 2px solid #32bfc0;padding: 0;margin: 0;}

.content h2 {
	padding-bottom: 4px;
	margin-bottom: 8px;
}
	
.content h3 {
text-transform: uppercase;
font-size: 16px;
font-family: 'Roboto', Tahoma, Arial;
font-weight: bold;
/* border-bottom: 1px solid #ccc; */
padding: 0;
margin: 4px 0;
}

.feat-cols a, .news a {
    font-size: 14px;
    color: #2299cc!important;
}

h1, h2, h3 ,h4, h5 {text-transform:uppercase;}
footer {
margin-bottom: 2%;
}
footer p {
font-size: 80%;
line-height: 110%;
margin: 15px 0 0 20px;
padding:0 0 0 10px;
text-align: left; /* center align it with the container */
}
footer a {
color: #2299cc;
}

#header h2 {
border-bottom:2px solid #32bfc0;padding: 0;margin: 0;
border-top:2px solid #32bfc0;padding: 0;margin: 0;
font-weight: bold;
font-size: 1.3em;
padding: 2px 0;
margin: 10px 15px 6px 15px;
text-transform:uppercase;
}

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

.navbar {
margin: 0 20px;
}
.navbar .container {
border-top:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
max-width: 100%; /* override grid ln 22*/
}
.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 {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.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);
}
.navbar-nav > li > a {
font: 13px/1.7em 'Open Sans';
float: none;
padding: 10px 15px 10px;
color: #777777;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}
#search-label {
display: block;
float: left;
line-height:0;
margin-left: -5000px;
margin-bottom:0;
}

/*------------------------------------------------------------------
[4. Buttons] .
*/

button {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
button.demo {
	background-color: white;
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    color: #000000;
    border-radius: 4px;
    border: 2px solid rgba(50, 191, 192, 0.51);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 0 32px 0;  /*structure */
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
}
button.demo fa {
	font-size: 13px;
}

.feat-cols button.demo a {
	color:#666666!important;
}
.feat-cols button.demo a:hover, .feat-cols button.demo a:active {
    outline: 0;
	text-decoration: none;
}
/*Overide Remodal .*/
#modal-about {
	margin-bottom:20px;
}
button.remodal-confirm {
font-family: 'Roboto', sans-serif;
}
.remodal.remodal-is-initialized.remodal-is-opened {
    padding-top: 42px;
}

/*------------------------------------------------------------------
[5. Plugins] .
*/
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col-right img {
	max-width: 100%;
}
.swiper-container {
	width:100%;
	height:auto;
	margin-bottom:4%!important;
}
.swiper-slide {
	width:auto;
	height:auto;
}
.swiper-container img {
	width:100%;
	height:auto;
}
.swiper-slide .title {
	font-size: 15px;
	font-weight: bold; /*300*/
}
.swiper-slide .title a {
	color:#ffffff;
	text-decoration:none;
}

.swiper-slide .subtitle {
	font-size: 13px;
}
.swiper-slide .text {
	font-size: 13px;
	max-width: 400px;
	line-height: 1.3;
}

.swiper-slide button {
    background-color: white;
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    color: #000000;
    margin: 8px 15px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px 4px;
    margin: 5px;
    border-radius: 6px!important;
    border: 0;
}
.swiper-slide button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}
.swiper-slide button a {
	color:#000000;
	padding: 5px;
}
.swiper-pagination-bullet {	
	background: rgb(243, 243, 243);
	opacity: .4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
/*.swiper-slide {
font-size: 18px;
color:#000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 60px;
}

.parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
*/

.carousel-caption {
	background:rgba(0,0,0,0.7);
	/*display: table;*/
	font-family: 'Roboto';
	right: 62%;
	left: 3.4%;
	padding: .6%;
	position: absolute; /*@media (max-width: 767px)*/
	top: 20%;
	bottom: auto;
}
.carousel-caption .inner { 
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
}

/*------------------------------------------------------------------
[Overide] .
*/

.news .thumbnail {
	border: none;
	max-width: 100px;
	padding-left: 0;
}
/*------------------------------------------------------------------
[6. Calendar] .
*/
div#header {
    text-align: center;
}
.centered.calendar {
    padding-left: 20px;
    padding-right: 20px;
}
.calendar ul {
	color: #ffffff;
	font-size: 12px;
	list-style:none;
	margin:6px auto 2.5% auto;
	overflow: hidden;
	text-transform: uppercase;
}
.calendar ul li {
	/*background-color: #000000;
/*margin-left: 10%;*/
}
.centered ul.table > li.event {
	background-color: transparent;
	color: #000000;
	font-size:14px;
	padding-left: 8px;
	padding-right: 8px;	
	text-align: left;
	text-transform:none;
	width: 18%;
}
.centered ul.table li:last-child {
	padding-right: 0;
}
.centered ul.table > li span {
	background-color: #000000;
    display: block;
    padding: .25em;
	}
/* table*/
ul.table {
	display: table;
	padding: 0;
}
ul.table > li {
	display: table-cell;
}
.centered ul.table > li {
	text-align: center;
 }
ul.table.even {
	width: 100%;
	table-layout: fixed;
}

/*------------------------------------------------------------------
[Lower third] .
*/

.lower-third {
    border-top: 2px solid #eee;
    padding: 0.9em 1.5em;
}
ul.links-lower-horiz {
    margin: 0;
    font-size: 90%;
    padding: 15px 0 32px 32px;
}
/*From Merlin custom WordPress
*/
.facebook-icon a{color: #3b5998;}
.twitter-icon a{color: #55acee;}
.youtube-icon a{color: #e52d27;}
.linkedin-icon a{color: #0077B5;}
.links-lower-horiz a:hover{color: #444;}

.links-lower-horiz li {
display:inline;
padding: 5px;
}
/*------------------------------------------------------------------
[7.Flexbox] .
*/
.u-ieMinHeightBugFix {
  display: flex;
  flex-direction: column;
}
.Aligner {
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}
/*------------------------------------------------------------------
[8. Specify] .
*/
/* remove br spaces*/
@media (max-width: 768px) {
	.centered.calendar {
		padding-left: 0;
		padding-right: 0;
	}
    .content br { display:  none; }	
	.calendar ul {
		padding-left: 0;
	}
	.calendar li {
		/*width: 30%;*/
		clear: left;
		float: left;
		margin: 6px 10px 3% 0;
		padding-left: 0;
		padding-right: 0;
		width: 86px;
    }
	.calendar ul.table > li.event {
		background-color: transparent;
		clear: right;
		color: #000000;
		margin: 10px 0 0 0;
		padding: 0;
		width: 65%;
	}
	.calendar li, .calendar ul.table > li.event	{font-size: 15px;}
	.news .thumbnail { 
		padding-left:0;
		margin-bottom: 0;
		min-width: 50px;
	}
	div#wrapper {padding: 0;}
	ul.nav.navbar-nav {
		padding-left: 20px;
	}
	
	.swiper-container img {
		width: 140%;
	}
	.carousel-caption {
		background: rgba(0,0,0,0.65)!important;
		left: 7%;
		top: 18%;
		width: 66%;
	}
	.carousel-caption br { display:  none; }	
	.swiper-slide .subtitle {
		font-size: 75%;
	}
	.swiper-slide .subtitle.action {
	display: none;
	}
	.swiper-slide .title {
		font-size: 120%;
		line-height:1.2;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets {
		display: none;
	}
	.identity {
		float: left;
		margin-right: 2%;
		width: auto;	
	}
	ul.links-lower-horiz {
		float:none;
	}
}
@media (max-width: 768px) {
	.col-md-2 {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
	}
	.col-md-9 {
	display: inline-block;
	max-width: 70%;
	padding-left: 0;
	}
	.col-md-10 {
	display: inline-block;
	margin: 0;
	max-width: 60%;
	padding-left: 0;
	padding-right: 0;
	}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #32bfc0;
	}
.navbar-toggle {
    position: relative;
    float: left;
	margin-left: 20px;
	}

@media (max-width: 992px) {
	.ie {
		padding-bottom: 8px;
		height: auto;
	}
}