@import url("//fonts.googleapis.com/css?family=Montserrat:400,600,700");

.content-wrapper + div.MainContent {
	padding-top: 20px;
}

#PubContent h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
	line-height: 37px;
}


body {
	font-family: Montserrat, Arial, sans-serif;
}

/*This is fix for NCES css .MainContent rule: we don't need that padding-top*/
div.MainContent {
	padding-top: 80px;
}

.iap-wrap + div.MainContent {
	padding-top: 20px;
}

div.nces div.MainContent {
	padding-top: 20px;
}


#MenuLeft {
	width: 220px !important;
}

.iap-wrap {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	/* Navigation Bar */
	/* Drop Down */
	/* Padding Zero */
	/* Padding Top */
	/* Padding Bottom */
	/* Padding Left */
	/* Padding Right */
	/* Margin Auto */
	/* Margin Top */
	/* Margin Bottom */
	/* Margin Left */
	/* Margin Right */
}

.iap-wrap img {
	width: 100%;
	height: 100%;
}

.iap-wrap .wrapper-body,
.w-iap {
	width: 1000px;
	margin: auto;
	padding-top: 80px;
}
.w-iap {
	padding-top: 0!important;
}

.iap-wrap .head {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
}

.iap-wrap .navigation-description {
	text-align: center;
	margin: 20px 0;
	font-size: 15px;
	color: #4a4a4a;
	font-weight: Medium;
	line-height: 24px;
}

.iap-wrap hr {
	margin: 25px 0;
}

.iap-wrap .navigation {
	background: #5A5A5A;
	height: 50px;
	color: #FFF;
}

.iap-wrap .navigation ul {
	list-style: none;
	height: 100%;
	text-align: center;
	display: table;
	font-weight: 600;
	font-size: 15px;
	padding-left: 10px;
}

.iap-wrap .navigation ul li {
	width: 80px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.iap-wrap .navigation ul li.active {
	background: #B20C0C;
}

.iap-wrap .iap-nav-wrap {
	color: #b20c0c;
	text-decoration: none;
}

.iap-wrap .iels-wrap {
	color: #98489B;
}

.iap-wrap .iels-logo {
	position: absolute;
	right: 30px;
	top: 40px;
}

.iap-wrap .pirls-wrap {
	color: #BD202E;
}

.iap-wrap .pirls-logo {
	position: absolute;
	right: 30px;
	top: 40px;
}

.iap-wrap .timss-wrap {
	color: #0A4268;
}

.iap-wrap .timss-logo {
	position: absolute;
	right: 30px;
	top: 40px;
}

.iap-wrap .pisa-wrap {
	color: #2963AF;
}

.iap-wrap .pisa-logo {
	position: absolute;
	right: 30px;
	top: 40px;
}

.iap-wrap .piaac-wrap {
	color: #127EC1;
}

.iap-wrap .piaac-logo {
	position: absolute;
	right: 30px;
	top: 40px;
	width: 60px;
	height: 60px;
}

.iap-wrap .icils-wrap {
	color: #3c938d;
}

.iap-wrap .iap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.iap-wrap .icils {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.iap-wrap .icils-logo {
	position: absolute;
	right: 30px;
	top: 60px;
}

.iap-wrap .talis-wrap {
	color: #75995f;
}

.iap-wrap .talis {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.iap-wrap .talis .talis-logo {
	position: absolute;
	right: 10px;
	top: 20px;
}

.iap-wrap .inner-dropdown {
	padding-left: 30px;
	color: #5a5a5a;
	text-decoration: none;
	margin-bottom: 5px;
}

.iap-wrap #menu {
	list-style: none;
}

.iap-wrap #menu a {
	color: inherit;
}

.iap-wrap #menu li {
  text-align: center;
  position: relative;
  border: none;
  padding: 0;
}

.iap-wrap #menu li:hover > a {
	background: #FFF;
	color: #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.iap-wrap #menu li a {
	display: block;
	outline: 0;
	text-decoration: none;
	margin: 0 8px;
	padding: 10px;
}

.iap-wrap #menu li.single > a {
	position: relative;
	top: 4px;
	margin: 0 8px;
	padding: 10px 0 17px 0;
}

.iap-wrap #menu li:hover .dropdown_2columns {
	left: 10px;
	top: auto;
}

.iap-wrap .dropdown_2columns {
	margin: 0px auto;
	float: left;
	position: absolute;
	left: -999em;
	/* Hides the drop down */
	text-align: left;
	padding: 10px 5px 10px 5px;
	/*border: 1px solid #777777;
  border-top: none;*/
	background: #FFF;
	padding: 10px;
	z-index: 99999;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: SemiBold;
	line-height: 28px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	width: 420px;
}

.iap-wrap .dropdown_2columns a:link,
.iap-wrap .dropdown_2columns a:visited,
.iap-wrap .dropdown_2columns a:hover {
	padding: 0 !important;
	text-decoration: underline !important;
	margin: 0 !important;
	margin-bottom: 7px;
}

.iap-wrap .table {
	display: table;
	width: 100%;
}

.iap-wrap .tableCell {
	display: table-cell;
	vertical-align: middle;
}

.iap-wrap .full_bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.iap-wrap .o-hidden {
	overflow: hidden;
}

.iap-wrap .relative {
	position: relative;
}

.iap-wrap .clearfix::before, .iap-wrap .clearfix::after {
	display: table;
	content: "";
}

.iap-wrap .clearfix::after {
	clear: both;
}

.iap-wrap .text-center {
	text-align: center;
}

.iap-wrap .text-left {
	text-align: left;
}

.iap-wrap .text-right {
	text-align: right;
}

.iap-wrap .full-wh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iap-wrap .hidden,
.iap-wrap .hide {
	display: none;
}

.iap-wrap .p0 {
	padding: 0 !important;
}

.iap-wrap .pt10 {
	padding-top: 10px !important;
}

.iap-wrap .pt15 {
	padding-top: 15px !important;
}

.iap-wrap .pt20 {
	padding-top: 20px !important;
}

.iap-wrap .pt30 {
	padding-top: 30px !important;
}

.iap-wrap .pt40 {
	padding-top: 40px !important;
}

.iap-wrap .pt50 {
	padding-top: 50px !important;
}

.iap-wrap .pt60 {
	padding-top: 60px !important;
}

.iap-wrap .pt70 {
	padding-top: 70px !important;
}

.iap-wrap .pt80 {
	padding-top: 80px !important;
}

.iap-wrap .pt90 {
	padding-top: 90px !important;
}

.iap-wrap .pt100 {
	padding-top: 100px !important;
}

.iap-wrap .pt110 {
	padding-top: 110px !important;
}

.iap-wrap .pt120 {
	padding-top: 120px !important;
}

.iap-wrap .pt130 {
	padding-top: 130px !important;
}

.iap-wrap .pt140 {
	padding-top: 140px !important;
}

.iap-wrap .pt150 {
	padding-top: 150px !important;
}

.iap-wrap .pt160 {
	padding-top: 160px !important;
}

.iap-wrap .pt170 {
	padding-top: 170px !important;
}

.iap-wrap .pt180 {
	padding-top: 180px !important;
}

.iap-wrap .pt190 {
	padding-top: 190px !important;
}

.iap-wrap .pt200 {
	padding-top: 200px !important;
}

.iap-wrap .pb0 {
	padding-bottom: 0px !important;
}

.iap-wrap .pb10 {
	padding-bottom: 10px !important;
}

.iap-wrap .pb15 {
	padding-bottom: 15px !important;
}

.iap-wrap .pb20 {
	padding-bottom: 20px !important;
}

.iap-wrap .pb30 {
	padding-bottom: 30px !important;
}

.iap-wrap .pb40 {
	padding-bottom: 40px !important;
}

.iap-wrap .pb50 {
	padding-bottom: 50px !important;
}

.iap-wrap .pb60 {
	padding-bottom: 60px !important;
}

.iap-wrap .pb70 {
	padding-bottom: 70px !important;
}

.iap-wrap .pb80 {
	padding-bottom: 80px !important;
}

.iap-wrap .pb90 {
	padding-bottom: 90px !important;
}

.iap-wrap .pb100 {
	padding-bottom: 100px !important;
}

.iap-wrap .pb110 {
	padding-bottom: 110px !important;
}

.iap-wrap .pb120 {
	padding-bottom: 120px !important;
}

.iap-wrap .pb130 {
	padding-bottom: 130px !important;
}

.iap-wrap .pb140 {
	padding-bottom: 140px !important;
}

.iap-wrap .pb150 {
	padding-bottom: 150px !important;
}

.iap-wrap .pb160 {
	padding-bottom: 160px !important;
}

.iap-wrap .pb170 {
	padding-bottom: 170px !important;
}

.iap-wrap .pb180 {
	padding-bottom: 180px !important;
}

.iap-wrap .pb190 {
	padding-bottom: 190px !important;
}

.iap-wrap .pb200 {
	padding-bottom: 200px !important;
}

.iap-wrap .pl0 {
	padding-left: 0px !important;
}

.iap-wrap .pl3 {
	padding-left: 3px !important;
}

.iap-wrap .pl5 {
	padding-left: 5px !important;
}

.iap-wrap .pl10 {
	padding-left: 10px !important;
}

.iap-wrap .pl20 {
	padding-left: 20px !important;
}

.iap-wrap .pl30 {
	padding-left: 30px;
}

.iap-wrap .pl40 {
	padding-left: 40px;
}

.iap-wrap .pl50 {
	padding-left: 50px;
}

.iap-wrap .pl60 {
	padding-left: 60px;
}

.iap-wrap .pl70 {
	padding-left: 70px;
}

.iap-wrap .pl80 {
	padding-left: 80px;
}

.iap-wrap .pl90 {
	padding-left: 90px;
}

.iap-wrap .pl100 {
	padding-left: 100px;
}

.iap-wrap .pr0 {
	padding-right: 0px !important;
}

.iap-wrap .pr5 {
	padding-right: 5px !important;
}

.iap-wrap .pr10 {
	padding-right: 10px !important;
}

.iap-wrap .pr20 {
	padding-right: 20px !important;
}

.iap-wrap .pr30 {
	padding-right: 30px !important;
}

.iap-wrap .pr40 {
	padding-right: 40px;
}

.iap-wrap .pr50 {
	padding-right: 50px;
}

.iap-wrap .pr60 {
	padding-right: 60px;
}

.iap-wrap .pr70 {
	padding-right: 70px;
}

.iap-wrap .pr80 {
	padding-right: 80px;
}

.iap-wrap .pr90 {
	padding-right: 90px;
}

.iap-wrap .pr100 {
	padding-right: 100px;
}

.iap-wrap .pr110 {
	padding-right: 110px;
}

.iap-wrap .pr120 {
	padding-right: 120px;
}

@media (min-width: 1200px) {
	.iap-wrap .pl-lg-50 {
		padding-left: 50px;
	}

	.iap-wrap .pl-lg-80 {
		padding-left: 80px;
	}
}

@media (min-width: 992px) {
	.iap-wrap .pt-md-50 {
		padding-top: 50px;
	}
}

.iap-wrap .mr-auto {
	margin: auto;
	float: none;
}

.iap-wrap .m0 {
	margin: 0 !important;
}

.iap-wrap .mt0 {
	margin-top: 0 !important;
}

.iap-wrap .mt5 {
	margin-top: 5px !important;
}

.iap-wrap .mt10 {
	margin-top: 10px !important;
}

.iap-wrap .mt15 {
	margin-top: 15px !important;
}

.iap-wrap .mt20 {
	margin-top: 20px !important;
}

.iap-wrap .mt30 {
	margin-top: 30px !important;
}

.iap-wrap .mt40 {
	margin-top: 40px !important;
}

.iap-wrap .mt50 {
	margin-top: 50px !important;
}

.iap-wrap .mt60 {
	margin-top: 60px !important;
}

.iap-wrap .mt70 {
	margin-top: 70px !important;
}

.iap-wrap .mt80 {
	margin-top: 80px !important;
}

.iap-wrap .mt90 {
	margin-top: 90px !important;
}

.iap-wrap .mt100 {
	margin-top: 100px !important;
}

.iap-wrap .mt110 {
	margin-top: 110px !important;
}

.iap-wrap .mt120 {
	margin-top: 120px !important;
}

.iap-wrap .mb0 {
	margin-bottom: 0 !important;
}

.iap-wrap .mb5 {
	margin-bottom: 5px !important;
}

.iap-wrap .mb10 {
	margin-bottom: 10px !important;
}

.iap-wrap .mb15 {
	margin-bottom: 15px !important;
}

.iap-wrap .mb17 {
	margin-bottom: 17px !important;
}

.iap-wrap .mb20 {
	margin-bottom: 20px !important;
}

.iap-wrap .mb30 {
	margin-bottom: 30px !important;
}

.iap-wrap .mb40 {
	margin-bottom: 40px !important;
}

.iap-wrap .mb50 {
	margin-bottom: 50px;
}

.iap-wrap .mb60 {
	margin-bottom: 60px;
}

.iap-wrap .mb70 {
	margin-bottom: 70px;
}

.iap-wrap .mb80 {
	margin-bottom: 80px;
}

.iap-wrap .mb90 {
	margin-bottom: 90px;
}

.iap-wrap .mb100 {
	margin-bottom: 100px;
}

.iap-wrap .mb110 {
	margin-bottom: 110px;
}

.iap-wrap .mb120 {
	margin-bottom: 120px;
}

.iap-wrap .ml0 {
	margin-left: 0 !important;
}

.iap-wrap .ml15 {
	margin-left: 5px;
}

.iap-wrap .ml10 {
	margin-left: 10px;
}

.iap-wrap .ml20 {
	margin-left: 20px;
}

.iap-wrap .ml30 {
	margin-left: 30px;
}

.iap-wrap .ml40 {
	margin-left: 40px;
}

.iap-wrap .ml50 {
	margin-left: 50px;
}

.iap-wrap .ml60 {
	margin-left: 60px;
}

.iap-wrap .ml70 {
	margin-left: 70px;
}

.iap-wrap .ml80 {
	margin-left: 80px;
}

.iap-wrap .ml90 {
	margin-left: 90px;
}

.iap-wrap .ml100 {
	margin-left: 100px;
}

.iap-wrap .ml110 {
	margin-left: 110px;
}

.iap-wrap .mr0 {
	margin-right: 0 !important;
}

.iap-wrap .mr5 {
	margin-left: 5px !important;
}

.iap-wrap .mr10 {
	margin-right: 10px !important;
}

.iap-wrap .mr20 {
	margin-right: 20px !important;
}

.iap-wrap .mr30 {
	margin-right: 30px !important;
}

.iap-wrap .mr40 {
	margin-right: 40px !important;
}

.iap-wrap .mr50 {
	margin-right: 50px !important;
}

.iap-wrap .mr60 {
	margin-right: 60px !important;
}

.iap-wrap .mr70 {
	margin-right: 70px !important;
}

.iap-wrap .mr80 {
	margin-right: 80px !important;
}

.iap-wrap .mr90 {
	margin-right: 90px !important;
}

.iap-wrap .mr100 {
	margin-right: 100px;
}

.iap-wrap .mr110 {
	margin-right: 110px;
}

.iap-wrap .m10 {
	margin: 0px 10px;
}

.iap-wrap .siema {
	height: 316px;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif !important;
}

.iap-wrap .carousel {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	font-weight: bold;
}

.iap-wrap .carousel .right-arrow {
	position: absolute;
	left: 0;
	width: 60px;
	top: 0;
	z-index: 99;
	height: 100%;
	background: #000;
	opacity: 0.5;
	cursor: pointer;
}

.iap-wrap .carousel .left-arrow {
	position: absolute;
	right: 0;
	width: 60px;
	top: 0;
	z-index: 99;
	height: 100%;
	background: #000;
	opacity: 0.5;
	cursor: pointer;
}

.iap-wrap .carousel .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.iap-wrap .carousel .carousel-item {
	position: relative;
	overflow: hidden;
	font-weight: normal;
	float: left;
}


/* new styles for carousel */

.iap-wrap .carousel .w-75 {
	width: 75% !important;
}

.iap-wrap .carousel .w-65 {
	width: 65% !important;
}

.iap-wrap .carousel .w-50 {
	width: 50% !important;
}

.iap-wrap .carousel .w-55 {
	width: 55% !important;
}

.iap-wrap .carousel .w-40 {
	width: 40% !important;
}

.iap-wrap .carousel .w-45 {
	width: 45% !important;
}

.iap-wrap .carousel .carousel-wrap {
	color: #FFF;
	font-size: 20px !important;
	position: absolute;
	top: 50px;
	right: 50px;
}

.iap-wrap .carousel .carousel-wrap .bg-color {
	color: #FFF;
	background: #B53133;
	padding: 20px;
}


.iap-wrap .carousel .carousel-wrap.right {
	right: 100px;
}

.iap-wrap .carousel .carousel-wrap.left {
	right: auto;
	left: 90px;
}

.iap-wrap .carousel .carousel-wrap.bottom {
	bottom: 20px;
	top: auto;
}

.iap-wrap .carousel .carousel-wrap.piaac-center-button {
	top: auto;
	bottom: 60px;
	right: 150px;
}

.iap-wrap .carousel .carousel-wrap h4 {
	font-size: 20px !important;
	margin:0;
	font-weight: 700;
}
.iap-wrap .carousel .carousel-wrap div {
	margin-top: 10px;
	font-size: 16px !important;
	line-height: 24px !important;
}


.iap-wrap .carousel .read-more-button {
	background: #BA3A41;
	opacity: 0.9;
	width: 165px;
	color: #FFF;
	border-radius: 10px;
	border: 2px solid #FFF;
	text-align: center;
	float: right;
	margin-top: 10px;
	position: relative;
	padding: 10px 0;
	text-align: left;
	padding-left: 15px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 33px;
}

.iap-wrap .carousel .read-more-button a:link,
.iap-wrap .carousel .read-more-button a:visited,
.iap-wrap .carousel .read-more-button a:hover {
	color: #fff;
	text-decoration: none;
}

.iap-wrap .carousel .read-more-button:hover {
	background: #A90A12;
}

.iap-wrap .carousel .read-more-button:after {
	content: "";
	background: url("../images/angleright-white.png") no-repeat;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 20px;
	clear: both;
}


/* end new styles */



/*.iap-wrap .carousel .carousel-content {
	background: #B53133;
	opacity: 0.9;
	padding: 20px;
	position: relative;
}

.iap-wrap .carousel .carousel-content span {
	font-size: 16px;
}

.iap-wrap .carousel .carousel-content .carousel-background-opacity {
	width: 100%;
	height: 100%;
	opacity: 0.9;
	position: absolute;
}*/

/*.iap-wrap .carousel .carousel-content h4 {
	margin: 10px 0;
}*/

/*.iap-wrap .carousel .read-more-button {
	background: #BA3A41;
	opacity: 0.9;
	width: 165px;
	color: #FFF;
	border-radius: 10px;
	border: 2px solid #FFF;
	text-align: center;
	float: right;
	margin-top: 10px;
	position: relative;
	padding: 10px 0;
	text-align: left;
	padding-left: 15px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	line-height: 33px;
}

.iap-wrap .carousel .read-more-button a:link,
.iap-wrap .carousel .read-more-button a:visited,
.iap-wrap .carousel .read-more-button a:hover {
	color: #fff;
	text-decoration: none;
}

.iap-wrap .carousel .read-more-button:hover {
	background: #A90A12;
}

.iap-wrap .carousel .read-more-button:after {
	content: "";
	background: url("../images/angleright-white.png") no-repeat;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 10px;
	height: 20px;
	clear: both;
}*/
/*
@media only screen and (max-width: 1200px) {
	.iap-wrap .carousel-wrap {
		font-size: 13px !important;
	}
}*/

.iap-wrap .iap-content {
	width: 100%;
	margin: auto;
}

.iap-wrap .about {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.iap-wrap .about a:link,
.iap-wrap .about a:visited,
.iap-wrap .about a:hover {
	color: #333;
}

.iap-wrap .about a.readmore:link,
.iap-wrap .about a.readmore:visited,
.iap-wrap .about a.readmore:hover {
	border: 2px solid #000;
	border-radius: 10px;
	padding: 2px 10px;
	width: 120px;
	margin: 30px 0 50px 0;
	color: #4a4a4a;
	position: relative;
	color: #767676;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #4A4A4A;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.iap-wrap .about a.readmore:hover {
	color: #121212;
}

.iap-wrap .about a.readmore:after {
	content: "";
	background: url("../images/angleright-black.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 10px;
	height: 20px;
	clear: both;
}

.iap-wrap .about .left span {
	font-size: 13px;
	color: #4a4a4a;
	font-weight: Regular;
	line-height: 22px;
}

.iap-wrap .about .left h2 {
	font-family: Montserrat;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 32px;
	margin-top: 0;
}

.iap-wrap .about .left .explore {
	overflow: hidden;
	margin-top: 20px;
}

.iap-wrap .about .left .explore .explore-item img {
	/*width: 142px;
  height: 134px;*/
}

.iap-wrap .about .left .explore .explore-item > div {
	text-align: center;
	margin-bottom: 15px;
}

.iap-wrap .about .left .explore .explore-name {
	font-size: 15px;
	color: #4a4a4a;
	font-weight: Medium;
	line-height: 24px;
}

.iap-wrap .about .right {
	text-align: left;
	font-size: 18px;
}

.iap-wrap .about .right span {
	font-size: 13px;
	color: #4a4a4a;
	font-weight: Regular;
	line-height: 22px;
}

.iap-wrap .about .right > div {
	background-color: #f7f5f5;
}

.iap-wrap .about .right .international {
	padding: 20px;
	padding-top: 0;
	color: #4a4a4a !important;
}

.iap-wrap .calendar .calendar-icon {
	font-weight: bold;
	margin-bottom: 10px;
}

.iap-wrap .calendar .calendar-image {
	width: 29%;
	float: left;
}

.iap-wrap .calendar .calendar-image img {
	width: 150px;
	height: 150px;
}

.iap-wrap .calendar .calendar-content {
	float: left;
	width: 57%;
	margin-left: 30px;
	padding-top: 5px;
}

.iap-wrap .calendar .calendar-icon {
	font-size: 18px;
	color: #000000;
	font-weight: SemiBold;
	line-height: 32px;
}

.iap-wrap .calendar .calendar-text {
	font-size: 13px;
	color: #4a4a4a;
	font-weight: Regular;
	line-height: 22px;
}

@media only screen and (max-width: 1200px) {
	.iap-wrap .calendar img {
		width: 90px;
		height: 90px;
	}
}

.iap-wrap .ide {
	margin-bottom: 10px;
	text-decoration: underline;
	color: #4A4A4A;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.iap-wrap .dldt {
	margin: 30px 0 10px 0;
	text-decoration: underline;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.iap-wrap .varieties {
	/*-webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;*/
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
}

.iap-wrap .varieties a:link,
.iap-wrap .varieties a:visited,
.iap-wrap .varieties a:hover {
	text-decoration: none;
	color: #000;
	font-size: 11px !important;
	line-height: 16px !important;
	display: block;
}

.iap-wrap .varieties > div {
	padding: 10px;
	font-size: 11px;
	color: #4a4a4a;
	font-weight: Regular;
	line-height: 16px;
	height: 215px;
}

.iap-wrap .varieties > div div:first-child {
	border: 0px solid #e9e9e9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-top: 0;
}

.iap-wrap .varieties > div > div {
	margin-top: 20px;
}

.iap-wrap .varieties > div {
	border-right: 1px solid #D8D8D8;
}

.iap-wrap .varieties img {
	width: 85px;
	height: auto;
	vertical-align: bottom;
	text-align: center;
	border: 0px solid blue;
}

.iap-wrap .right-arrow, .iap-wrap .left-arrow {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iap-wrap .right-arrow img, .iap-wrap .left-arrow img {
	opacity: 0.5;
}





.iap-wrap .explore-page a {
	color: #333;
}

.iap-wrap .explore-page img.bigimg {
	width: 200px;
	height: 200px;
}

.iap-wrap .explore-page .subject-wrap {
	overflow: hidden;
	font-size: 13px;
	color: #4a4a4a;
	font-weight: Medium;
	line-height: 22px;
}

.iap-wrap .explore-page .subject-row {
	overflow: hidden;
	padding: 5px 0;
}

.iap-wrap .explore-page .subject-row > div {
	float: left;
	text-decoration: underline;
}

.iap-wrap .explore-page .subject-row > div:not(:first-child) {
	margin-left: 40px;
}

.iap-wrap .explore-page .subject-item-container {
	overflow: hidden;
	border-bottom: 2px solid #D8D8D8;
	padding: 40px 0;
}

.iap-wrap .explore-page .explore-item-wrap {
	float: left;
	width: 49%;
	margin-top: 35px;
	min-height: 190px;
}

.iap-wrap .explore-page .explore-item-wrap .explore-item-content {
	display: table;
	border-collapse: separate;
	margin-bottom: 10px;
}

.iap-wrap .explore-page .explore-item-wrap .explore-item-text {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 15px;
	font-size: 16px;
	color: #4A4A4A;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.iap-wrap .explore-page .explore-item-wrap .subject-img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
	display: table-cell;
}

.iap-wrap .explore-page .mathematics {
	width: 100%;
	background-color: #2995BD;
	text-align: center;
	color: #FFF;
}

.iap-wrap .explore-page .mathematics > div {
	font-size: 26px;
	color: #ffffff;
	font-weight: Medium;
	line-height: 24px;
	padding: 10px;
}

.iap-wrap .explore-page .science {
	width: 100%;
	background-color: #DFA857;
	text-align: center;
	color: #FFF;
}

.iap-wrap .explore-page .science > div {
	font-size: 26px;
	color: #ffffff;
	font-weight: Medium;
	line-height: 24px;
	padding: 10px;
}

.iap-wrap .explore-page .reading {
	width: 100%;
	background-color: #C7514F;
	text-align: center;
	color: #FFF;
}

.iap-wrap .explore-page .reading > div {
	font-size: 26px;
	color: #ffffff;
	font-weight: Medium;
	line-height: 24px;
	padding: 10px;
}

.iap-wrap .explore-page .problem-solving {
	width: 100%;
	background-color: #354A5D;
	text-align: center;
	color: #FFF;
}

.iap-wrap .explore-page .problem-solving > div {
	font-size: 26px;
	color: #ffffff;
	font-weight: Medium;
	line-height: 24px;
	padding: 10px;
}

.iap-wrap .explore-page .other {
	width: 100%;
	background-color: #3C938D;
	text-align: center;
	color: #FFF;
}

.iap-wrap .explore-page .other > div {
	font-size: 26px;
	color: #ffffff;
	font-weight: Medium;
	line-height: 24px;
	padding: 10px;
}

.iap-wrap .explore-page .wrapper {
	margin-top: 40px;
}

.iap-wrap .explore-page .explore-title {
	font-size: 39px;
	color: #000000;
	font-weight: Regular;
	line-height: 42px;
	margin: 20px 0;
}

@media only screen and (max-width: 1200px) {
	.iap-wrap .explore-page {
		/*.explore-item-wrap {
        width: 90% !important;
    }

    .explore-item img {
        width: 70px;
        height: 70px
    }*/
	}
}




.iap-wrap .calendar-page .hidden {
	display: none;
}

.iap-wrap .calendar-page .title {
	font-size: 39px;
	color: #000000;
	font-weight: Regular;
	line-height: 42px;
	margin: 20px 0;
}

.iap-wrap .calendar-page td {
	border-left: 2px solid #ddd;
	width: 25%;
}

.iap-wrap .calendar-page tr td:last-child {
	border-right: 2px solid #ddd;
}

.iap-wrap .calendar-page tr:last-child {
	border-bottom: 2px solid #ddd;
}

.iap-wrap .calendar-page tr:first-child {
	text-align: center;
}

.iap-wrap .calendar-page th:first-child {
	text-align: left;
}

.iap-wrap .calendar-page th {
	border-left: 2px solid #fff;
	width: 25%;
}

.iap-wrap .calendar-page table {
	text-align: left;
	font-size: 18px;
	line-height: 32px;
	border-collapse: collapse;
	width: 100%;
}

.iap-wrap .calendar-page tbody tr:nth-child(odd) {
	background: #DAECF9;
}

.iap-wrap .calendar-page table th {
	background-color: #b20c0c;
	color: #FFF;
	padding: 5px;
	font-weight: 600;
}

.iap-wrap .calendar-page table tr {
	height: 50px;
}

.iap-wrap .calendar-page table td {
	color: #4A4A4A;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.iap-wrap .calendar-page tr:not(:first-child) {
	/*height: 200px;*/
	vertical-align: top;
}

.iap-wrap .calendar-page tr:not(:first-child) td {
	padding: 10px;
}

.iap-wrap .calendar-page .table-text {
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	font-size: 13px;
	color: #4a4a4a;
	line-height: 26px;
	color: #4A4A4A;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.iap-wrap .calendar-page .table-text > div {
	display: table-cell;
	vertical-align: top;
}

.iap-wrap .calendar-page select {
	width: 60%;
	background-color: #C13D3D;
	color: #FFF;
	padding: 10px;
	font-size: 16px;
}

.iap-wrap .calendar-page select option {
	background-color: #FFF;
	color: #000;
	padding: 20px;
}

.iap-wrap .calendar-page .calendar-text {
	font-size: 13px;
	color: #4a4a4a;
	font-weight: Regular;
	line-height: 22px;
}

.iap-wrap .calendar-page .calendar-text .section {
	margin: 20px 0;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}

.iap-wrap .calendar-page .calendar-text .section > div {
	display: table-row;
}

.iap-wrap .calendar-page .calendar-text .section img {
	width: 20px;
	height: 20px;
	display: table-cell;
}

.iap-wrap .calendar-page .calendar-text .section p {
	display: table-cell;
	text-align: justify;
	vertical-align: top;
}

.iap-wrap .calendar-page .schedule-select {
	font-size: 18px;
	font-weight: bold;
}

.iap-wrap .calendar-page .dropdown {
	position: relative;
	display: inline-block;
}

.iap-wrap .calendar-page .dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	width: 100%;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	z-index: 1;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.iap-wrap .calendar-page .dropdown-content li {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.iap-wrap .calendar-page .dropdown-content li:hover {
	background-color: #4A4A4A;
	color: #FFF;
}

.iap-wrap .calendar-page .show {
	display: block;
}

.iap-wrap .calendar-page .btn-show {
	background-color: #F0F0F0 !important;
	color: #B20C0C;
}

.iap-wrap .calendar-page .select-wrap {
	position: relative;
	width: 80%;
	color: #FFF;
	height: 41px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.iap-wrap .calendar-page .select-wrap .dropbtn {
	cursor: pointer;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.iap-wrap .calendar-page .select-wrap .dropbtn:hover, .iap-wrap .calendar-page .select-wrap .dropbtn:focus {
	background-color: #2980B9;
}

.iap-wrap .calendar-page .select-wrap #select-text {
	position: absolute;
	background-color: #C13D3D;
	width: 100%;
	height: 100%;
	padding: 10px 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}

.iap-wrap .calendar-page .select-wrap .select-down-arrow {
	position: absolute;
	padding: 0 14px;
	height: 100%;
	background-color: #B20C0C;
	right: 0;
	display: table;
}

.iap-wrap .calendar-page .select-wrap .select-down-arrow > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.iap-wrap .calendar-page .select-wrap .select-down-arrow > div img {
	width: 15px;
	height: 9px;
}



.iap-wrap .participating-page .title {
	font-size: 39px;
	color: #000000;
	font-weight: Regular;
	line-height: 42px;
	margin: 20px 0;
}

.iap-wrap .participating-page .indicate {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iap-wrap .participating-page .indicate > {
	margin: 0 10px;
}

.iap-wrap .participating-page .indicate .circle {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.iap-wrap .participating-page .indicate .text {
	float: left;
}

.iap-wrap .participating-page .indicate .text span {
	font-weight: bold;
}

.iap-wrap .participating-page .tr-title {
	background-color: #557C9D;
	color: #FFF;
	padding-left: 15px;
}

.iap-wrap .participating-page .ctry {
	width: 100%;
}

.iap-wrap .participating-page .ctry a:link,
.iap-wrap .participating-page .ctry a:visited,
.iap-wrap .participating-page .ctry a:hover {
	color: #fff;
}

.iap-wrap .participating-page .ctry .italic {
	font-style: italic;
}

.iap-wrap .participating-page .ctry .thead1 {
	height: 0;
	border: 0 none;
	opacity: 0;
}

.iap-wrap .participating-page .ctry .thead1 th {
	padding: 0;
	margin: 0;
}

.iap-wrap .participating-page .ctry .thead1 div {
	height: 0px;
	border: 0 none;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.iap-wrap .participating-page .ctry .width40 {
	width: 40px;
}

.iap-wrap .participating-page .ctry .width50 {
	width: 50px;
}

.iap-wrap .participating-page .ctry .width55 {
	width: 55px;
}

.iap-wrap .participating-page .ctry .width75 {
	width: 75px;
}

.iap-wrap .participating-page .ctry .first-column {
	min-width: 180px;
	padding-left: 12px;
}

.iap-wrap .participating-page .ctry .pl5 {
	padding-left: 5px;
}

.iap-wrap .participating-page .ctry .defaultwidth {
	width: 45px;
}

.iap-wrap .participating-page .ctry .separator {
	width: 3px;
	padding: 0 !important;
	background-color: #fff !important;
}

.iap-wrap .participating-page .ctry .left {
	text-align: left;
}

.iap-wrap .participating-page .ctry .bold {
	font-weight: bold;
}

.iap-wrap .participating-page .ctry thead tr.blue-bg th {
	background-color: #324E65;
	font-weight: bold;
	color: #fff;
}

.iap-wrap .participating-page .ctry thead tr.lightblue-bg th {
	background-color: #E5EEF4;
	font-weight: bold;
	color: #333;
}

.iap-wrap .participating-page .ctry thead tr.red-bg th {
	background-color: #B20C0C;
	color: #fff;
	font-weight: normal;
}

.iap-wrap .participating-page .ctry thead th {
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
	font-size: 12px;
}

.iap-wrap .participating-page .ctry thead th.left {
	text-align: left;
}

.iap-wrap .participating-page .ctry tbody tr td {
	text-align: center;
	padding: 2px;
	font-size: 12px;
}

.iap-wrap .participating-page .ctry tbody tr.lightblue-bg td {
	background-color: #E5EEF4;
}

.iap-wrap .participating-page .ctry tbody tr.blue-bg td {
	background-color: #557C9D;
	color: #fff;
}

.iap-wrap .participating-page .f-circle {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #B20C0C;
	margin: auto;
}

.iap-wrap .participating-page .h-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #B20C0C;
	background-color: transparent;
	margin: auto;
}

/*# sourceMappingURL=main.css.map */



.iap-wrap .wrapper-body,
.w-iap {
	width: auto !important;
	margin: auto;
	padding-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.iap-wrap .wrapper-body,
	.w-iap {
		width: 750px !important;
	}
}

@media (min-width: 992px) {
	.iap-wrap .wrapper-body,
	.w-iap {
		width: 970px !important;
	}
}

@media (min-width: 1200px) {
    .iap-wrap .wrapper-body,
	.w-iap {
        width: 1040px !important;
    }
    .iap-wrap #menu li {
        padding: 0 2px;
    }
}
