@charset "UTF-8";

/* CSS Document */
body {
  min-height: auto !important;
  line-height: inherit;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

main {
  margin: 10px 0;
}

h1 {
  font-size: 26px;
  margin: 20px 0;
}

h2 {
  font-size: 22px;
}

.navbar-dark .navbar-togglerNew {
  color: #9E9E9E;
  border-color: #9E9E9E;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

header {
  background-color: #f1f1f1;
}

/* sticky nav */
header.positioned {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

header.positioned+header {
  margin-top: 140px
}

header.positioned+main {
  margin-top: 200px
}

/* snack menu shift for sticky nav */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  position: absolute;
  right: 5px;
  top: 20px;
}

/* end sticky nav */
.homepage,
.pirlsLand,
.timssLand,
.databasesLand {
  border-radius: 0;
  background-size: cover;
}

.homepage {
  background-image: url(../img/header-new.jpg);
}

.pirlsLand {
  background-image: url("../img/pirls-header.jpg");
}

.timssLand {
  background-image: url("../img/timss-header.jpg");
}

.databasesLand {
  background-image: url("../img/databases-header.jpg");
}

.namesBig {
  font-size: 20px;
  font-weight: 600;
}

.bg-light {
  background-color: #fff !important;
  border-bottom: 6px solid #e22326;
}

.mb-4,
.my-4 {
  margin-bottom: 0 !important;
}

.heading {
  font-family: 'Poppins', sans-serif;
  border-bottom: 3px solid #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}

.headingHighlights {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.headingHighlights a:after {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 12px;
  padding-left: 5px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.8rem;
  background-color: #f4f5f8;
  min-height: 100px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 6px solid #5686da;
}

.pb-5,
.py-5 {
  padding-bottom: 1rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1rem !important;
}

.my-2 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1d282d;
  margin-top: 0;
  position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #5686da;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #5686da;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.news {
  margin-bottom: 30px;
}

.dates {
  padding: 10px 0 20px;
  margin-top: 2em;
  background-image: url("../img/dates-bg.jpg");
  background-size: cover;
}

.footerBig {
  background-color: #5686da;
  border-top: 4px solid #e22326;
}

.headerBox {
  color: #566573;
  background: rgba(255, 255, 255, 0.85);
  font-family: "Poppins";
  font-size: 16px;
  padding: 30px;
  margin: 40px 0 40px 15px;
}

.headerBox h1 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.headerBox p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

.headerBoxLanding {
  color: #fff;
  font-family: "Poppins";
  font-size: 28px;
  margin: 15px 0 15px 15px;
  padding: 15px 30px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-primary {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.borderRight {
  border-right: 1px solid #b3b3b3;
}

.borderBottom,
.borderBottomNo {
  border-bottom: 2px solid #e0e0e0;
  margin-right: 0;
  margin-left: 0;
  padding: 10px 0;
}

.borderBottomNo {
  border-bottom: 0;
}

.upIcon {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  bottom: 80px;
  cursor: pointer;
  height: 38px;
  position: absolute;
  right: 15px;
  width: 38px;
  z-index: 5;
  text-align: center;
  background: url(../img/20black.png);
  background: rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}

.searchIcon {
  padding: 5px 6px !important;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
}

.topbar-widget {
  color: #fff;
}

#topbar-search form {
  margin: 4px 0;
  float: right;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-search {
  position: relative;
  max-width: 233px;
  -moz-box-shadow: 0 0 3px #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  width: 100%;
}

.form-search label {
  margin-bottom: 0;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#topbar-search input[type=text] {
  background: url(../img/20white.png);
  background: rgba(255, 255, 255, .2);
  border: none;
  color: #fff;
  height: 25px;
  line-height: normal;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-search .search-query {
  display: block;
  position: relative;
  right: 0;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 5px 5px 5px 35px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(196, 196, 196, .4);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#topbar-search .search-icon {
  color: #fff;
  height: 25px;
}

.form-search .search-icon {
  display: block;
  margin: 0;
  width: 30px;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding: 5px 5px 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  cursor: pointer;
  height: 35px;
  color: #777;
  background: 0 0;
  font-family: FontAwesome;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before,
.kt-icon-search:before {
  content: "\f002";
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

input::placeholder {
  color: #ffffff;
}

/***** TOP BUTTONS ***/
.topButtons {
  margin-top: 20px;
  margin-bottom: 15px;
}

.topButtons a {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 2px;
  margin: 5px 0;
  transition: background .6s ease-out;
  -webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
}

.topButtons a:hover {
  background-color: #607D8B;
  text-decoration: none;
}

.timss {
  background-color: #5686da;
}

.pirls {
  background-color: #e12226;
}

.databases {
  background-color: #7b8d54;
}

div.dropdown-menu {
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: 0;
  display: none;
  left: 0;
  background: #fff;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .1)
}

div.dropdown-menu a {
  border-bottom-color: rgb(242, 242, 242);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

div.dropdown-menu a.dropdown-item {
  color: #555;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

div.dropdown-menu a:last-child {
  border-bottom-width: 0;
}

/***** NEWS HOME ***/
.news .pic {
  width: 100%;
  height: 150px;
  background: #e0e0e0;
  margin-bottom: 10px;
  overflow: hidden;
}

.news .title {
  font-size: 21px;
  font-family: 'Poppins', sans-serif;
  color: #566573;
  text-transform: uppercase;
  font-weight: 700;
}

.news .bodyText {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #566573;
  margin-bottom: 15px;
}

.more {
  color: #5686da;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

/***** RESULTS HOME ***/
.results {
  width: 100%;
  background: #f1f1f1;
  display: inline-block;
  margin-bottom: 15px;
}

.results .picRes {
  width: 20%;
  height: 80px;
  margin: 5px;
  background-color: #e0e0e0;
  overflow: hidden;
  float: left;
}

.results .titleRes {
  width: 75%;
  color: #566573;
  float: left;
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 25px;
  margin-left: 15px;
}

.results .titleResForth {
  width: 75%;
  color: #566573;
  float: left;
  font-family: 'Poppins';
  font-weight: 500;
  margin-top: 5px;
  line-height: 25px;
  margin-left: 15px;
}

.dateNumber,
.datesDesc {
  font-family: 'Poppins';
}

.dateNumber {
  font-size: 20px;
  text-transform: uppercase;
  color: #f9a134;
  font-weight: 700;
  padding: 0;
  float: left;
}

.datesDesc {
  font-size: 16px;
  color: #566573;
  font-weight: 500;
  margin-bottom: 15px;
  float: left;
  /* padding: 0; */
}

.datesBoxes {
  border-right: 2px solid #e0e0e0;
}

.datesBoxes:last-of-type {
  border-right: 0;
}

.footercol2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

#containerfooter {
  padding-top: 20px;
  position: relative;
  margin-top: 80px;
}

#containerfooter .virtue_social_widget a {
  background: rgba(0, 0, 0, .1);
}

#containerfooter h3,
#containerfooter,
.footercredits p,
.footerBig a,
.footernav ul li a {
  color: #ffffff;
}

#containerfooter .virtue_social_widget a {
  display: block;
  float: left;
  width: auto;
  min-width: 25px;
  text-align: center;
  line-height: 20px;
  padding: 5px;
  margin-left: 3px;
  margin-bottom: 3px;
  transition: background .6s ease-out;
  -webkit-transition: background .6s ease-out;
  -moz-transition: background .6s ease-out;
  -o-transition: background .6s ease-out;
}

#containerfooter .virtue_social_widget a i {
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}

#containerfooter .facebook_link:hover,
.virtue_social_widget .facebook_link:hover {
  background: #3b5998
}

#containerfooter .virtue_social_widget .twitter_link:hover,
.virtue_social_widget .twitter_link:hover {
  background: #9AE4E8
}

#containerfooter .virtue_social_widget .youtube_link:hover,
.virtue_social_widget .youtube_link:hover {
  background: #F33
}

#containerfooter .virtue_social_widget .linkedin_link:hover,
.virtue_social_widget .linkedin_link:hover {
  background: #4875B4
}

.marginTop {
  margin-top: 0 !important;
}

/***** FOR MOBILE ONLY *****/
@media only screen and (max-width: 1000px) {
  .headerBoxLanding {
    margin: 15px;
    font-size: 20px;
  }

  .results .titleRes,
  .results .titleResForth {
    width: 70%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .news .pic {
    height: 85px;
  }

  .datesBoxes {
    border-right: 0;
    border-bottom: 2px solid #e0e0e0;
    padding-top: 10px;
  }

  .borderBottom,
  .borderBottomNo {
    border-bottom: 0;
  }

  .headerBox {
    background: rgba(255, 255, 255, 0.75);
    margin: 0;
  }
}

/**** SUB MENU ***/
.subMenu {
  border: 1px solid #2a4e8d;
  padding: 10px;
  margin: 30px 0;
}

.subMenu .title {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  color: #2a4e8d;
  padding: 0 15px;
  margin: 5px 0 10px;
}

.subMenu .nav-link {
  display: block;
  padding: .5rem 1rem;
  background-color: #e6e6e6;
  margin-bottom: 3px;
  color: #2a4e8d;
  font-weight: 600;
  font-size: 16px;
}

.subMenu .nav-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  right: 40px;
}

.subMenu .nav-link:hover {
  background-color: #2a4e8d;
  color: #fff;
}

.change-color {
  color: #E8E8E8;
  text-transform: capitalize;
}

.breadcrumbs-landing {
  color: #000000;
  font-family: "Open Sans";
  font-weight: 500;
  padding: 20px 15px;
}

.breadcrumbs-landing a:link {
  color: #000000 !important;
  letter-spacing: 0.08em;
  font-size: 14px;
}

/*** CONTACT PAGE ****/
.icons {
  color: #2a4e8d;
  margin-right: 10px;
}

/*** STAFF PAGE ***/
.staff {
  width: 100%;
  /*height: 200px;*/
  overflow: hidden;
  position: relative;
}

.staffTop {
  width: 100%;
  /*height: 275px;*/
  overflow: hidden;
  position: relative;
}

.staff img {
  /*position: absolute;
  top: -20px;*/
}

.contactPgNames3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0 0;
}

.jobTitle {
  color: #000;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.departments {
  font-size: 22px;
  margin: 15px 0;
  padding: 5px 0;
  border-bottom: 2px solid #000;
}


/*** PUBLICATIONS PAGE ***/
.publications .study {
  padding: 5px 0;
  background: #fff;
  margin: 10px 0;
  font-family: 'Poppins';
  font-weight: 600;
}

.publications .pirls {
  color: #e12325;
  background: #fff;
  font-size: 20px;
  position: relative;
}

.publications .pirls:before {
  content: " ";
  border-bottom: 6px solid #e12325;
  width: 10%;
  position: absolute;
  bottom: -5px;
}

.publications .timss {
  color: #5686da;
  background: #fff;
  font-size: 20px;
  position: relative;
}

.publications .timss:before {
  content: " ";
  border-bottom: 6px solid #5686da;
  width: 10%;
  position: absolute;
  bottom: -5px;
}

.publications .title {
  padding: 10px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  border-bottom: 2px solid #ececec;
}

.publications .left {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.publications .right {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.logo-color-tpisc {max-height: 75px; min-width: 235px;}
.logo-white-tpisc {max-height: 86px;}
 @media (max-width: 768px) {
    .footercol1 .textwidget{padding-bottom: 20px;}
    }
 @media (max-width: 375px) {
    .navbar-brand{max-width: 83%;}
    .titleResForth br{display: none;}
    .titleResForth .more{display: block;}
    }/* set upper logo link width*/

